HomeSort by relevance Sort by last modified time
    Searched full:execute (Results 651 - 675 of 4840) sorted by null

<<21222324252627282930>>

  /developers/build/prebuilts/gradle/BasicNotifications/BasicNotificationsSample/src/main/res/values/
strings.xml 24 \n\nTap the notification to execute the notification\'s \"action,\" which is an intent
  /developers/samples/android/ui/notifications/BasicNotifications/BasicNotificationsSample/src/main/res/values/
strings.xml 24 \n\nTap the notification to execute the notification\'s \"action,\" which is an intent
  /development/samples/browseable/BasicNotifications/res/values/
strings.xml 24 \n\nTap the notification to execute the notification\'s \"action,\" which is an intent
  /external/bluetooth/bluedroid/bta/jv/
bta_jv_main.c 96 /* execute action functions */
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage.cc 72 g_signed_settings_delegate.Pointer())->Execute();
  /external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.h 38 bool Execute(const std::string& code_string);
  /external/chromium/chrome/browser/sync/engine/
cleanup_disabled_types_command_unittest.cc 33 // Overridden to allow SyncerEndCommand Execute to work.
  /external/chromium/chrome/browser/webdata/
logins_table.cc 55 if (!db_->Execute("CREATE TABLE logins ("
76 if (!db_->Execute("CREATE INDEX logins_signon ON logins (signon_realm)")) {
84 if (!db_->Execute("CREATE TABLE ie7_logins ("
93 if (!db_->Execute("CREATE INDEX ie7_logins_hash ON "
token_service_table.cc 16 if (!db_->Execute("CREATE TABLE token_service ("
  /external/chromium/chrome/common/extensions/
extension_messages.h 39 // Allows an extension to execute code in a tab.
45 // execute the code inside of.
51 // String of code to execute.
57 // Whether to execute code in the main world (as opposed to an isolated
  /external/chromium/testing/gtest/include/gtest/
gtest-spi.h 142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
  /external/chromium_org/base/
run_loop.cc 91 // Execute deferred QuitNow, if any:
  /external/chromium_org/base/threading/
worker_pool.h 33 // should be used for tasks that will take a long time to execute. Returns
  /external/chromium_org/build/
compiler_version.py 32 print >> sys.stderr, "compiler_version.py failed to execute:", compiler
  /external/chromium_org/build/linux/unbundle/
README 41 execute:
  /external/chromium_org/chrome/browser/extensions/api/storage/
value_store_cache.h 37 // performed in this method, since the destructor will execute later, after
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_browser.cc 36 void ChromeLauncherAppMenuItemBrowser::Execute(int event_flags) {
launcher_application_menu_item_model.cc 45 launcher_items_[command_id]->Execute(event_flags);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
chrome_stubs.js 53 * extension API, we know that the methods will execute immediately instead of
  /external/chromium_org/chrome/installer/util/
app_command.h 28 // Constructs a new command that will execute the given |command_line|.
conditional_work_item_list.h 20 // If condition_->ShouldRun() returns true, then execute the items in this
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.h 36 // Needs to be called by RenderViews in case of navigations to execute
  /external/chromium_org/chrome/test/base/
menu_model_test.cc 45 model->ActivatedAt(i); // Execute it.
  /external/chromium_org/chrome_frame/test/data/
privileged_apis_host.html 12 onFailure(testName, 1, 'OnPrivateMessage should not execute');
  /external/chromium_org/content/browser/dom_storage/
dom_storage_database.cc 88 if (!db_->Execute("DELETE FROM ItemTable"))
175 ignore_result(db_->Execute("PRAGMA encoding=\"UTF-16\""));
239 return db_->Execute(
285 db_->Execute("DROP TABLE ItemTable") &&

Completed in 931 milliseconds

<<21222324252627282930>>