/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_metaclass.py | 152 def transform(self, node, results):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pydoc.py | 530 results = [] 540 results.append(escape(text[here:start])) 545 results.append('<a href="%s">%s</a>' % (url, url)) 548 results.append('<a href="%s">%s</a>' % (url, escape(all))) 551 results.append('<a href="%s">%s</a>' % (url, escape(all))) 553 results.append(self.namelink(name, methods, funcs, classes)) 555 results.append('self.<strong>%s</strong>' % name) 557 results.append(self.namelink(name, classes)) 559 results.append(escape(text[here:])) 560 return join(results, '') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_doctest.py | 1061 results. [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/ |
AndroidJUnitLaunchConfigurationTab.java | 585 Object[] results = dialog.getResult(); local 586 if ((results == null) || (results.length < 1)) { 589 IType type = (IType) results[0]; [all...] |
/external/chromium_org/chrome/browser/extensions/api/identity/ |
identity_apitest.cc | 430 const base::ListValue* results; local 431 if (!callback_arguments->GetList(0, &results)) 435 for (base::ListValue::const_iterator it = results->begin(); 436 it != results->end(); 443 return GenerateFailureResult(accounts, results); 450 return GenerateFailureResult(accounts, results); 458 const base::ListValue* results) { 466 if (!results) { 469 for (base::ListValue::const_iterator it = results->begin(); 470 it != results->end() [all...] |
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/ |
messageformat.js | 452 var results = []; 470 results.push(part); 479 results.push({ 496 results.push({ 502 return results;
|
/external/chromium_org/extensions/renderer/resources/ |
event.js | 376 var results = []; variable 382 $Array.push(results, result); 389 if (results.length) 390 return {results: results};
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp_unittest.py | 79 def results(self): member in class:ErrorCollector 221 self.assertEqual(error_collector.results(), 249 return error_collector.results() 342 error_collector.results().count( 347 error_collector.results().count( [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/ |
subpixel_mmx.asm | 93 movq [rdi], mm3 ; store the results in the destination 188 movd [rdi],mm3 ; store the results in the destination 342 movq [rdi], mm3 ; store the results in the destination 497 movq [rdi], mm3 ; store the results in the destination 614 movd [rdi], mm3 ; store the results in the destination
|
/external/chromium_org/ui/file_manager/gallery/js/image_editor/ |
filter.js | 124 * Rounds and clips the results to fit the [0..255] range. 129 * @return {Uint8Array} Computed results. 132 var results = new Uint8Array(maxArg + 1); 134 results[arg] = Math.max(0, Math.min(0xFF, Math.round(func(arg)))); 136 return results;
|
/external/chromium_org/ui/file_manager/video_player/js/ |
video_player.js | 306 .then(function(results) { 307 var url = results[0]; 308 var token = results[1]; 670 initPromise.then(function(results) { 671 var videos = results[0];
|
/external/libvpx/libvpx/vp8/common/x86/ |
subpixel_mmx.asm | 93 movq [rdi], mm3 ; store the results in the destination 188 movd [rdi],mm3 ; store the results in the destination 342 movq [rdi], mm3 ; store the results in the destination 497 movq [rdi], mm3 ; store the results in the destination 614 movd [rdi], mm3 ; store the results in the destination
|
/external/wpa_supplicant_8/src/drivers/ |
driver_ndis.c | 730 wpa_printf(MSG_DEBUG, "Scan timeout - try to get results"); 833 struct wpa_scan_results *results; local 842 wpa_printf(MSG_DEBUG, "NDIS: failed to get scan results"); 848 results = os_zalloc(sizeof(*results)); 849 if (results == NULL) { 853 results->res = os_calloc(count, sizeof(struct wpa_scan_res *)); 854 if (results->res == NULL) { 855 os_free(results); 873 * entry with an invalid IELength in scan results an [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
subpixel_mmx.asm | 93 movq [rdi], mm3 ; store the results in the destination 188 movd [rdi],mm3 ; store the results in the destination 342 movq [rdi], mm3 ; store the results in the destination 497 movq [rdi], mm3 ; store the results in the destination 614 movd [rdi], mm3 ; store the results in the destination
|
/external/chromium_org/chrome/test/chromedriver/test/ |
run_py_tests.py | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
callcoll.c | 94 const UCollationResult results[] = { variable 298 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)); 347 log_err("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)); 350 log_err("different results in iterative when normalization is turned on with UTF-8 strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)); 755 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 781 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 806 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 830 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); [all...] |
/external/icu/icu4c/source/test/cintltst/ |
callcoll.c | 94 const UCollationResult results[] = { variable 298 log_err("different results in iterative comparison for UTF-16 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)); 347 log_err("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)); 350 log_err("different results in iterative when normalization is turned on with UTF-8 strings. %s, %s\n", aescstrdup(source,-1), aescstrdup(target,-1)); 755 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 781 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 806 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 830 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); [all...] |
/external/libpng/contrib/libtests/ |
pngimage.c | 489 /* Result masks apply to the result bits in the 'results' field below; these 504 png_uint_32 results; /* A mask of errors seen */ member in struct:display 598 dp->results = 0; /* reset for next time */ 631 dp->results |= 1U << level; [all...] |
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
prototype-1.7.js | 287 var results = []; 290 results.push(property); 293 return results; 297 var results = []; 299 results.push(object[property]); 300 return results; 863 var results = []; 865 results.push(iterator.call(context, value, index)); 867 return results; 882 var results = [] [all...] |
/external/owasp/sanitizer/lib/junit/ |
junit.jar | |
/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | 841 CameraMetadata results; local 847 if (CameraMetadata_getNativeMetadata(env, resultsPtr, &results) != OK) { 849 "No native metadata defined for capture results."); [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
ContactAggregatorTest.java | 1406 ContentProviderResult[] results = local 1448 ContentProviderResult[] results = local 1499 ContentProviderResult[] results = local [all...] |
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
util.js | 173 reader.readEntries(function(results) { 174 if (results.length == 0) { 178 r.push.apply(r, results); 1070 var resultPromise = Promise.all(promises).then(function(results) { 1073 for (var i = 0; i < results.length; i++) { 1074 if ('entry' in results[i]) 1075 entries.push(results[i].entry); 1076 if ('failureUrl' in results[i]) { 1077 failureUrls.push(results[i].failureUrl); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
spannable.js | 145 var results = []; 149 results.push(span.value); 152 return results;
|