/external/apache-http/src/org/apache/http/client/ |
RequestDirector.java | 44 * The director decides which steps are necessary to execute a request. 47 * send a sequence of requests in order to execute one initial request. 77 * @param request the request to execute 87 HttpResponse execute(HttpHost target, HttpRequest request, method in interface:RequestDirector
|
/external/apache-http/src/org/apache/http/client/methods/ |
AbortableHttpRequest.java | 80 * @see HttpClient#execute(HttpUriRequest) 81 * @see HttpClient#execute(org.apache.http.HttpHost, 83 * @see HttpClient#execute(HttpUriRequest, 85 * @see HttpClient#execute(org.apache.http.HttpHost,
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
FuncId.java | 35 * Execute the Id() function. 99 * Execute the function. The function must return 106 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncId 116 XObject arg = m_arg0.execute(xctxt);
|
FuncSystemProperty.java | 34 * Execute the SystemProperty() function. 49 * Execute the function. The function must return 56 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException method in class:FuncSystemProperty 59 String fullName = m_arg0.execute(xctxt).str();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/ |
ECDHBasicAgreement.java | 19 * execute this primitive, they will produce the same output. This
|
/external/chromium/base/threading/ |
worker_pool.h | 27 // should be used for tasks that will take a long time to execute. Returns
|
/external/chromium/build/ |
compiler_version.py | 27 print >> sys.stderr, "compiler_version.py failed to execute:", compiler
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_test.cc | 19 bool DiagnosticTest::Execute(DiagnosticsModel::Observer* observer,
|
/external/chromium/chrome/browser/extensions/ |
execute_code_in_tab_function.cc | 102 if (!Execute(code_string)) 129 Execute(data); 145 bool ExecuteCodeInTabFunction::Execute(const std::string& code_string) { 219 Release(); // balanced in Execute()
|
/external/chromium/chrome/browser/history/ |
history_unittest_base.cc | 33 ASSERT_TRUE(connection.Execute(sql.c_str()));
|
thumbnail_database.cc | 163 // three)" syntax, so list out the commands we need to execute: 173 if (!db_.Execute(alterations[i])) { 188 if (!db_.Execute("DROP TABLE thumbnails")) 211 if (!db->Execute(sql.c_str())) 220 db_.Execute("CREATE INDEX favicons_url ON favicons(url)"); 234 db_.Execute("VACUUM"); 578 if (!db_.Execute("DROP TABLE icon_mapping")) 582 if (!db_.Execute("ALTER TABLE temp_icon_mapping RENAME TO icon_mapping")) 608 if (!db_.Execute("DROP TABLE favicons")) 612 if (!db_.Execute("ALTER TABLE temp_favicons RENAME TO favicons") [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_command.cc | 18 void SyncerCommand::Execute(SyncSession* session) {
|
/external/chromium/chrome/browser/ui/cocoa/applescript/ |
scripting.sdef | 236 <responds-to command="execute"> 264 <direct-parameter description="The tab to execute the command in." type="specifier"/> 267 <direct-parameter description="The tab to execute the command in." type="specifier"/> 270 <direct-parameter description="The tab to execute the command in." type="specifier"/> 273 <direct-parameter description="The tab to execute the command in." type="specifier"/> 276 <direct-parameter description="The tab to execute the command in." type="specifier"/> 279 <direct-parameter description="The tab to execute the command in." type="specifier"/> 282 <direct-parameter description="The tab to execute the command in." type="specifier"/> 285 <direct-parameter description="The tab to execute the command in." type="specifier"/> 288 <direct-parameter description="The tab to execute the command in." type="specifier"/ [all...] |
/external/chromium_org/base/ |
critical_closure.h | 14 // applications don't execute while backgrounded, otherwise the original task is
|
pending_task.h | 19 // for use by classes that queue and execute tasks.
|
/external/chromium_org/chrome/browser/history/ |
history_unittest_base.cc | 35 ASSERT_TRUE(connection.Execute(sql.c_str()));
|
/external/chromium_org/chrome/browser/media/ |
webrtc_browsertest_common.h | 20 // This function will execute the provided |javascript| until it causes a call
|
/external/chromium_org/chrome/browser/ |
process_singleton_startup_lock.h | 19 // command-line invocations during startup and execute them when startup
|
/external/chromium_org/chrome/browser/profile_resetter/ |
jtl_interpreter.cc | 29 virtual bool Execute(ExecutionContext* context) = 0; 61 bool continue_traversal = op->Execute(this); 115 virtual bool Execute(ExecutionContext* context) OVERRIDE { 145 virtual bool Execute(ExecutionContext* context) OVERRIDE { 178 virtual bool Execute(ExecutionContext* context) OVERRIDE { 199 virtual bool Execute(ExecutionContext* context) OVERRIDE { 223 virtual bool Execute(ExecutionContext* context) OVERRIDE { 247 virtual bool Execute(ExecutionContext* context) OVERRIDE { 277 virtual bool Execute(ExecutionContext* context) OVERRIDE { 325 virtual bool Execute(ExecutionContext* context) OVERRIDE [all...] |
jtl_interpreter.h | 35 void Execute();
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_app_menu_item.h | 40 virtual void Execute(int event_flags);
|
chrome_launcher_app_menu_item_browser.h | 27 virtual void Execute(int event_flags) OVERRIDE;
|
chrome_launcher_app_menu_item_tab.cc | 34 void ChromeLauncherAppMenuItemTab::Execute(int event_flags) {
|
chrome_launcher_app_menu_item_v2app.cc | 26 void ChromeLauncherAppMenuItemV2App::Execute(int event_flags) {
|
chrome_launcher_app_menu_item_v2app.h | 31 virtual void Execute(int event_flags) OVERRIDE;
|