/external/chromium_org/tools/gn/ |
parse_tree.cc | 460 std::vector<Value>& results = result_value.list_value(); local 461 results.reserve(contents_.size()); 467 results.push_back(cur->Execute(scope, err)); 470 if (results.back().type() == Value::NONE) {
|
/external/chromium_org/tools/telemetry/telemetry/results/ |
gtest_progress_reporter.py | 7 from telemetry.results import progress_reporter 45 # the results without opening results.html. 75 'Discarding previous results.')
|
/external/chromium_org/ui/webui/resources/js/ |
webui_resource_test.js | 60 * Verifies that a test evaluation results in an exception. 157 * Runs the next test in the queue. Reports the test results if the queue is
|
/external/chromium_org/v8/test/webkit/ |
date-constructor.js | 70 // In Firefox, the results of the following tests are timezone-dependent, which likely implies that the implementation is not quite correct. 71 // Our results are even worse, though, as the dates are clipped: (new Date(1111, 1201).getTime()) == (new Date(1111, 601).getTime())
|
/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
|
/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.
|
/external/chromium_org/v8/test/mjsunit/ |
field-type-tracking.js | 99 x.a = 1 + "Long string that results in a cons string";
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-transcendental.js | 31 // sine and tangens return the same results.
|
/external/clang/test/CodeGen/ |
ms-inline-asm.c | 316 int results[2] = {13, 37}; 320 __asm lea edi, results
|