/external/chromium_org/chrome/browser/resources/cryptotoken/ |
usbenrollhandler.js | 89 * @param {MultipleSignerResult} signResult Signature results 91 * results from more gnubbies.
|
/external/chromium_org/components/password_manager/core/browser/ |
login_database_unittest.cc | 602 static void ClearResults(std::vector<PasswordForm*>* results) { 603 for (size_t i = 0; i < results->size(); ++i) { 604 delete (*results)[i]; 606 results->clear(); [all...] |
/external/chromium_org/content/test/gpu/gpu_tests/ |
cloud_storage_test_base.py | 5 """Base classes for a test and validator which upload results 197 'view_test_results.html?%s for this run\'s test results') % (
|
context_lost.py | 68 def ValidateAndMeasurePage(self, page, tab, results):
|
/external/chromium_org/pdf/ |
out_of_process_instance.cc | 890 // find results. Don't send an update if we sent one too recently. If it's the [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebLocalFrameImpl.h | 123 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) OVERRIDE;
|
WebRemoteFrameImpl.h | 74 int extensionGroup, WebVector<v8::Local<v8::Value> >* results) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 33 location. Also moves any corresponding platform-specific expected results and updates the test 289 results.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/ |
test_importer.py | 144 help='Dryrun only (don\'t actually write any results).')
|
/external/chromium_org/third_party/skia/tests/ |
RecordDrawTest.cpp | 109 virtual void search(const SkRect& query, SkTDArray<void*>* results) const SK_OVERRIDE {}
|
/external/chromium_org/tools/grit/grit/format/ |
html_inline.py | 121 """Helper class holding the results from DoInline().
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.commons.logging_1.0.4.v201005080501.jar | |
/external/llvm/test/ |
Makefile | 23 $(warning GREP_OPTIONS environment variable may interfere with test results)
|
/frameworks/base/core/java/android/app/ |
IApplicationThread.java | 60 void scheduleSendResult(IBinder token, List<ResultInfo> results) throws RemoteException;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 824 List<Pair<String, Boolean>> results = new ArrayList<Pair<String, Boolean>>(attrs.length); local 837 results.add(Pair.of(resolvedResource.getSecond(), isFramework)); 839 results.add(null); 843 return results; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
wsdtypes.h | 369 void *results; member in struct:_WSD_SYNCHRONOUS_RESPONSE_CONTEXT
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | 947 """Iterates over the results of a multicall. Exceptions are 950 def __init__(self, results): 951 self.results = results 954 item = self.results[i] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
xmlrpclib.py | 947 """Iterates over the results of a multicall. Exceptions are 950 def __init__(self, results): 951 self.results = results 954 item = self.results[i] [all...] |
/external/chromium_org/base/files/ |
file_util_posix.cc | 628 bool GetFileInfo(const FilePath& file_path, File::Info* results) { 635 return file.GetInfo(results); 644 results->FromStat(file_info);
|
/external/chromium_org/chrome/browser/devtools/ |
devtools_ui_bindings.cc | 771 base::ListValue results; local 787 results.Append(extension_info); 789 CallClientFunction("WebInspector.addExtensions", &results, NULL, NULL);
|
/external/chromium_org/components/autofill/content/renderer/ |
password_autofill_agent.cc | 66 // in |data|, and add results to |result|. 82 // so the results are filtered for input elements. 127 FormElementsList* results) { 129 DCHECK(results); 171 results->push_back(curr_elements.release()); [all...] |
/external/chromium_org/content/child/fileapi/ |
webfilesystem_impl.cc | 226 // so these callback adapters relay back the results to the calling thread 698 WaitableCallbackResults* results = new WaitableCallbackResults(); 699 waitable_results_[callbacks_id] = results; 700 return results;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 465 var results = []; 467 if (fn.call(bind, this[i], i, this)) results.push(this[i]); 469 return results; 485 var results = []; 486 for (var i = 0, l = this.length; i < l; i++) results[i] = fn.call(bind, this[i], i, this); 487 return results; 849 var results = new Hash; 851 results.set(key, fn.call(bind, value, key, this)); 853 return results; 857 var results = new Hash [all...] |
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
Main.py | 511 Results from the Cython compiler: 537 Results from compiling multiple Pyrex source files. A mapping 574 results = CompilationResultSet() 587 results.add(source, result) 592 return results
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
variance_impl_mmx.asm | 282 ; Now accumulate the final results. 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory 397 ; Now accumulate the final results. 398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory 399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory [all...] |