/external/chromium_org/third_party/skia/tests/ |
PathOpsSkpClipTest.cpp | 936 SkAutoTDeleteArray<SkTDArray<TestResult> > results(new SkTDArray<TestResult>[dirCount]); 937 if (!buildTests(results.get(), NULL)) { 942 SkTDArray<TestResult>& array = results.get()[dirNo - firstDirNo]; [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/stock/ |
ProxyBuilder.java | 606 Method[] results = new Method[methodsToProxy.size()]; local 609 results[i++] = entry.originalMethod; 611 return results; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
DB_Results.java | 11 package org.eclipse.test.internal.performance.results.db; 32 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants; 33 import org.eclipse.test.internal.performance.results.utils.Util; 38 * to get massive results from performance results database. 223 * The default dimension used to display results (typically in fingerprints). 229 * The list of all the dimensions displayed while generating results. 514 * Set the default dimension used for performance results. 554 * Set the default dimension used for performance results. 580 * Return the default dimension used for performance results [all...] |
/external/libvpx/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...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcher.h | 84 MarkGlueResults, // Indicate which interior nodes have glue results. 85 CompleteMatch, // Finish a match and update the results. 86 MorphNodeTo // Build a node, finish a match and update results. [all...] |
/external/skia/tests/ |
PathOpsSkpClipTest.cpp | 1074 SkTDArray<TestResult> results[dirCount]; local [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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...] |
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountSetupFinal.java | 832 final Bundle results = f.getCredentialResults(); local [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettings.java | 488 R.string.wifi_advanced_titlebar, -1 /* Do not request a results */, 747 final List<ScanResult> results = wifiManager.getScanResults(); local 748 if (results != null) { 749 for (ScanResult result : results) { [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Attachment.java | 628 final List<Attachment> results = Lists.newArrayList(); local 634 results.add(new Attachment(arr.getJSONObject(i))); 641 return results;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
UiClassAttributeNode.java | 378 Object[] results = dlg.getResult(); 379 if (results.length == 1) { 380 handleNewType((IType)results[0]);
|
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 62 // even while search results are visible [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest_unittest.cc | 412 // have to set up a particular timezone to obtain predictable results. 1110 TestPartResultArray results; local 1125 TestPartResultArray results; local 1147 TestPartResultArray results; local [all...] |
/external/gtest/test/ |
gtest_unittest.cc | 409 // have to set up a particular timezone to obtain predictable results. 1117 TestPartResultArray results; local 1132 TestPartResultArray results; local 1154 TestPartResultArray results; local [all...] |
/external/protobuf/gtest/test/ |
gtest_unittest.cc | 1511 TestPartResultArray results; local 1526 TestPartResultArray results; local 1559 TestPartResultArray results; local [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_unittest.cc | 409 // have to set up a particular timezone to obtain predictable results. 1126 TestPartResultArray results; local 1141 TestPartResultArray results; local 1163 TestPartResultArray results; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
fakeglx.c | 1980 XMesaVisual *results; local [all...] |
/external/fio/ |
gclient.c | 93 gtk_window_set_title(GTK_WINDOW(win), "Results"); 736 gc->results = realloc(gc->results, (nr + 1) * sizeof(struct end_results)); 737 memcpy(&gc->results[nr].ts, ts, sizeof(*ts)); 738 memcpy(&gc->results[nr].gs, rs, sizeof(*rs)); [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | 1980 XMesaVisual *results; local [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
autopep8.py | 445 def _fix_source(self, results): 453 for result in sorted(results, key=_priority_key): 519 results = _execute_pep8(pep8_options, self.source) 523 for r in results: 528 n=len(results), progress=progress), file=sys.stderr) 532 results = [r for r in results 536 results=results, [all...] |
/external/chromium_org/v8/tools/ |
grokdump.py | 754 results = [ disasm.GetDisasmLines(self.minidump_name, 761 return min(results, key=CountUndefinedInstructions) [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_ble_gap.c | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.registry_3.5.0.v20100503.jar | |
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 534 List<ResultInfo> results; field in class:ActivityThread.ResultData 536 return "ResultData{token=" + token + " results" + results + "}"; 612 public final void scheduleSendResult(IBinder token, List<ResultInfo> results) { 615 res.results = results; 4582 final ArrayList<IActivityManager.ContentProviderHolder> results = local 4604 getApplicationThread(), results); local [all...] |
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
aether-api-0.9.0.M2.jar | |