/external/doclava/src/com/google/doclava/ |
Comment.java | 411 ArrayList<TagInfo> results = new ArrayList<TagInfo>(); local 416 results.add(t); 419 return results.toArray(new TagInfo[results.size()]);
|
/external/fio/ |
gfio.h | 159 struct end_results *results; member in struct:gfio_client
|
/external/icu/icu4c/source/test/intltest/ |
encoll.cpp | 133 static const Collator::EComparisonResult results[] = { variable 249 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 286 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 296 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
/external/oprofile/events/mips/sb1/ |
events | 42 event:0x3 counters:1,2,3 um:zero minimum:500 name:DCACHE_READ_MISS :Dcache read results in a miss 46 event:0xc counters:1,2,3 um:zero minimum:500 name:DCACHE_READ_MISS :Dcache read results in a miss
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowArrayAdapter.java | 31 protected void publishResults(CharSequence constraint, FilterResults results) {
|
/external/skia/gm/rebaseline_server/ |
base_unittest.py | 128 results = unittest.TextTestRunner(verbosity=2).run(suite)
|
/frameworks/base/test-runner/src/android/test/ |
InstrumentationTestRunner.java | 150 * Note: this requires an emma instrumented build. By default, the code coverage results file 154 * <b> To specify EMMA code coverage results file path:</b> 566 String.format("\nTest results for %s=%s", [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_cmd.py | 236 r=tracer.results() 237 print "Writing coverage results..."
|
test_heapq.py | 41 results = [] 45 results.append(item) 48 self.assertEqual(data_sorted, results) 50 self.check_invariant(results)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_cmd.py | 236 r=tracer.results() 237 print "Writing coverage results..."
|
test_heapq.py | 41 results = [] 45 results.append(item) 48 self.assertEqual(data_sorted, results) 50 self.check_invariant(results)
|
/cts/suite/cts/deviceTests/tvproviderperf/src/com/android/cts/tvproviderperf/ |
TvProviderPerfTest.java | 178 ContentProviderResult[] results = local 180 for (ContentProviderResult result : results) {
|
/cts/tools/utils/ |
buildCts.py | 82 results = [] 85 return sum(map(lambda result: result.get(), results))
|
/external/chromium_org/ash/shell/ |
app_list.cc | 97 // and two-line results. 292 model_->results()->DeleteAll(); 304 model_->results()->Add(new ExampleSearchResult(type, query));
|
/external/chromium_org/chrome/browser/ui/webui/extensions/ |
extension_settings_handler.cc | 839 base::DictionaryValue results; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/ |
history.js | 51 // Keep rendering results so we get a nice "seconds elapsed" view.
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
compiled_file_system.py | 215 lambda results: first_layer_files + get_from_future_listing(results))
|
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
fatnav.js | 61 google.search.cse.element.getElement('results') || null;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/ |
karma.conf.js | 60 // test results reporter to use
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_res.cpp | 816 * -results hold the actual list used by the UEnumeration object 819 UList *results = ulist_createEmptyList(status); local 828 ulist_deleteList(results); 833 en->context = results; 850 /* If the key is default, get the string and store it in results list only 851 * if results list is empty. 854 if (ulist_getListSize(results) == 0) { 875 ulist_addItemBeginList(results, defcoll, TRUE, status); 900 if (!ulist_containsString(results, value, (int32_t)uprv_strlen(value))) [all...] |
/external/chromium_org/third_party/skia/experimental/Intersection/ |
SkAntiEdge.cpp | 759 const uint8_t results[][pixelCount] = { 828 SkAssertResult(testCount == sizeof(results) / sizeof(results[0])); 837 SkAssertResult(memcmp(results[testIndex], result[0], pixelCount) == 0); 850 const uint8_t results[][pixelCount] = { 856 SkAssertResult(testCount == sizeof(results) / sizeof(results[0])); 866 SkAssertResult(memcmp(results[testIndex], result[0], pixelCount) == 0); [all...] |
/external/chromium_org/third_party/skia/platform_tools/android/tests/expectations/ |
Android.mk | 15 # The debug build results in changes to the Skia headers. This means that those
|
/external/chromium_org/tools/page_cycler/common/ |
start.js | 78 'defined. Test results may be unreliable! You must ' +
|
/external/chromium_org/v8/test/intl/break-iterator/ |
en-break.js | 28 // Segment plain English sentence and check results.
|
zh-break.js | 28 // Segment plain Chinese sentence and check results.
|