/external/chromium_org/chrome/browser/ui/ash/launcher/ |
chrome_launcher_app_menu_item.cc | 27 void ChromeLauncherAppMenuItem::Execute(int event_flags) {
|
/external/chromium_org/components/test/data/autofill/merge/tools/ |
serialize_profiles.py | 29 cursor.execute("SELECT * from autofill_profile_names;") 46 cursor.execute("SELECT * from autofill_profile_emails;") 59 cursor.execute("SELECT * from autofill_profiles;") 71 cursor.execute("SELECT * from autofill_profile_phones;")
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
cleanup.c | 50 ptw32_pop_cleanup (int execute) 55 * handler. If execute is nonzero, then the cleanup handler 59 * execute 60 * if nonzero, execute the cleanup handler 65 * handler. If execute is nonzero, then the cleanup handler 67 * NOTE: specify 'execute' as nonzero to avoid duplication 82 if (execute && (cleanup->routine != NULL)) 110 * 'execute' argument 130 * 'execute' argument
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
ParallelJobs.h | 51 // // Execute parallel jobs 52 // parallelJobs.execute(); 68 // The main thread can execute one job, so only create requestJobNumber - 1 threads. 85 void execute() function in class:WebCore::ParallelJobs
|
/external/chromium_org/tools/clang/plugins/ |
Makefile | 2 # Makefile, you should execute the following commands to copy this directory
|
/external/clang/examples/clang-interpreter/ |
README.txt | 13 4. Use the LLVM JIT functionality to execute the final module.
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AbstractListeningExecutorService.java | 32 * Implements {@link ListeningExecutorService} execution methods atop the abstract {@link #execute} 34 * create {@link ListenableFutureTask} instances and pass them to {@link #execute}. 36 * <p>In addition to {@link #execute}, subclasses must implement all methods related to shutdown and 44 execute(ftask); 50 execute(ftask); 56 execute(ftask); 158 execute(f); 196 // Interleave time checks and calls to execute in case 200 execute((Runnable) (it.next())); method
|
/external/icu4c/stubdata/reduced_coll/ |
README.txt | 9 to do something like this to execute the command:
|
/external/llvm/utils/lit/lit/ExampleTests/ManyTests/ |
lit.local.cfg | 16 def execute(self, test, litConfig):
|
/external/llvm/utils/lit/lit/ |
LitTestCase.py | 24 tr, output = self._test.config.test_format.execute(
|
/external/lzma/CPP/7zip/Common/ |
VirtThread.cpp | 15 t->Execute();
|
/external/valgrind/main/none/tests/ |
shell.stderr.exp | 6 ./shell: ./shell_binaryfile: cannot execute binary file
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
ProviderExecutor.java | 73 * Execute the given task. If given task is not {@link Preemptable}, it will 76 public <P> void execute(AsyncTask<P, ?, ?> task, P... params) { method in class:ProviderExecutor 89 public void execute(Runnable command) { 96 public void execute(Runnable command) { method in class:ProviderExecutor
|
/libcore/benchmarks/src/benchmarks/regression/ |
SchemePrefixBenchmark.java | 29 @Override String execute(String spec) { method 60 @Override String execute(String spec) { method 71 abstract String execute(String spec); method in class:SchemePrefixBenchmark.Strategy 78 strategy.execute("http://android.com");
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
Makefile.am | 6 sed_SOURCES = sed.c compile.c execute.c regexp.c fmt.c mbcs.c utils.c
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
for_each.hpp | 43 static void execute( function in struct:boost::mpl::aux::for_each_impl 62 static void execute( function in struct:boost::mpl::aux::for_each_impl 79 ::execute( static_cast<iter*>(0), static_cast<LastIterator*>(0), static_cast<TransformFunc*>(0), f); 101 ::execute(static_cast<first*>(0), static_cast<last*>(0), static_cast<TransformOp*>(0), f);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 30 schema_res = cu.execute(q) 50 res = cu.execute('PRAGMA table_info("{0}")'.format(table_name_ident)) 55 query_res = cu.execute(q) 66 schema_res = cu.execute(q)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 30 schema_res = cu.execute(q) 50 res = cu.execute('PRAGMA table_info("{0}")'.format(table_name_ident)) 55 query_res = cu.execute(q) 66 schema_res = cu.execute(q)
|
/frameworks/base/services/java/com/android/server/ |
NetworkManagementService.java | 348 mConnector.execute("bandwidth", "enable"); 571 event = mConnector.execute("interface", "getcfg", iface); 625 mConnector.execute(cmd); 651 mConnector.execute( 664 mConnector.execute("interface", "clearaddrs", iface); 674 mConnector.execute("interface", "ipv6", iface, "enable"); 684 mConnector.execute("interface", "ipv6", iface, "disable"); 733 mConnector.execute(cmd); [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer.cc | 123 cleanup.Execute(session); 130 download_updates.Execute(session); 143 verify_updates.Execute(session); 150 process_updates.Execute(session); 157 store_timestamps.Execute(session); 171 apply_updates.Execute(session); 193 get_commit_ids_command.Execute(session); 198 build_commit_command.Execute(session); 210 post_commit_command.Execute(session); 218 process_response_command.Execute(session) [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
run.c | 133 execute(a); 137 Cell *execute(Node *u) /* execute a node of the parse tree */ function 174 Cell *program(Node **a, int n) /* execute an awk program */ 181 x = execute(a[0]); 190 x = execute(a[1]); 199 x = execute(a[2]); 211 Cell **args; /* pointer to array of arguments after execute */ 231 fcn = execute(a[0]); /* the function itself */ 251 y = execute(x) [all...] |
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractHttpClient.java | 462 public final HttpResponse execute(HttpUriRequest request) method in class:AbstractHttpClient 465 return execute(request, (HttpContext) null); 470 * Maps to {@link HttpClient#execute(HttpHost,HttpRequest,HttpContext) 471 * execute(target, request, context)}. 474 * @param request the request to execute 478 public final HttpResponse execute(HttpUriRequest request, method in class:AbstractHttpClient 487 return execute(determineTarget(request), request, context); 506 public final HttpResponse execute(HttpHost target, HttpRequest request) method in class:AbstractHttpClient 509 return execute(target, request, (HttpContext) null); 514 public final HttpResponse execute(HttpHost target, HttpRequest request method in class:AbstractHttpClient 612 public <T> T execute( method in class:AbstractHttpClient 621 public <T> T execute( method in class:AbstractHttpClient 632 public <T> T execute( method in class:AbstractHttpClient 642 public <T> T execute( method in class:AbstractHttpClient [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/ |
SequentialCompositeSensorTestOperation.java | 24 * A test operation that groups a set of SensorTestOperations and allows to execute them in a 47 operation.execute();
|
/dalvik/vm/mterp/mips/ |
OP_INVOKE_OBJECT_INIT_RANGE.S | 31 GOTO_OPCODE(t0) # execute it 44 GOTO_OPCODE_BASE(a1, t0) # execute it
|
/development/host/windows/usb/adb_winapi_test/ |
BUILDME.TXT | 18 and execute "build -cbeEIFZ" to clean and rebuild this project, or you can
19 execute "build -befEIF" to do a minimal build.
|