Searched refs:App (Results 1 – 6 of 6) sorted by relevance
| /sqlite-3.40.0/ext/wasm/ |
| H A D | speedtest1-worker.js | 41 const App = Object.create(null); 42 App.logBuffer = []; 45 App.logBuffer.push(msg); 52 const scope = App.wasm.scopedAllocPush(); 58 App.logBuffer.length = 0; 60 App.wasm.xCall('wasm_main', argv.length, 65 App.wasm.scopedAllocPop(scope); 67 App.logBuffer.length = 0; 88 App.vfsUnlink = function(pDb, fname){ 92 App.pDir = wasmfsDir(S.wasm); [all …]
|
| H A D | batch-runner.js | 72 App.logHtml("reset db rc =",rc,db.id, db.filename); 77 const App = { variable 488 App.logHtml(dbId,"cache_size =",cacheSize); 585 self.App = App /* only to facilitate dev console access */; 586 App.run(sqlite3);
|
| /sqlite-3.40.0/tool/ |
| H A D | stripccomments.c | 42 } App = { variable 57 FILE * out = App.output; in do_it_all() 107 App.rc = 1; in do_it_all() 125 if(App.keepFirst>0){ in do_it_all() 127 --App.keepFirst; in do_it_all() 141 if(App.keepFirst>0){ in do_it_all() 143 --App.keepFirst; in do_it_all() 218 ++App.keepFirst; in main() 224 App.input = stdin; in main() 225 App.output = stdout; in main() [all …]
|
| /sqlite-3.40.0/vsixtest/ |
| H A D | App.xaml.cpp | 29 App::App() in App() function in App 32 Suspending += ref new SuspendingEventHandler(this, &App::OnSuspending); in App() 40 void App::OnLaunched(Windows::ApplicationModel::Activation::LaunchActivatedEventArgs^ e) 62 …ref new Windows::UI::Xaml::Navigation::NavigationFailedEventHandler(this, &App::OnNavigationFailed… 104 void App::OnSuspending(Object^ sender, SuspendingEventArgs^ e) 117 void App::OnNavigationFailed(Platform::Object ^sender, Windows::UI::Xaml::Navigation::NavigationFai…
|
| H A D | App.xaml.h | 15 ref class App sealed 21 App();
|
| /sqlite-3.40.0/ |
| H A D | manifest | 2037 F vsixtest/App.xaml b76d3b48860e7454775c47ea38ffea9c4abe3e85 2038 F vsixtest/App.xaml.cpp 41158ee43269820136fa3bba00c0bd91b26cc38b650ee392aec2a8d823e54318 2039 F vsixtest/App.xaml.h 4a9768e2983d05600ad1e1c2f1b00a132967da9f
|