/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
subpixel_sse2.asm | 393 movq QWORD PTR [rdi], xmm2 ; store the results in the destination 508 movdqa XMMWORD PTR [rdi], xmm1 ; store the results in the destination 618 movq QWORD PTR [rdi], xmm4 ; store the results in the destination 733 movq QWORD Ptr [rdi], xmm4 ; store the results in the destination 783 movq QWORD Ptr [rdi+8], xmm4 ; store the results in the destination 880 movq QWORD PTR [rdi], xmm2 ; store the results in the destination [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
BuildHelper.java | 611 ArrayList<String> results = new ArrayList<String>(); local 614 execError = grabProcessOutput(mProject, process, results); 617 for (String resultString : results) { 624 results.toArray(new String[results.size()])); [all...] |
/external/chromium_org/chrome/browser/history/ |
download_database.cc | 354 std::vector<DownloadRow>* results) { 357 results->clear(); 479 results->push_back(*row);
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
device_media_async_file_util.cc | 197 // Append the ones that look like media files to |results|. 225 AsyncFileUtil::EntryList results; local 229 results.push_back(entry); 232 return results;
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_error_classification.cc | 176 // Log only one of portal detected and no response results. 578 // RESULT_INTERNET_CONNECTED. Ignore any probe results in that case. 583 CaptivePortalService::Results* results = local 584 content::Details<CaptivePortalService::Results>( 596 (results->result == captive_portal::RESULT_BEHIND_CAPTIVE_PORTAL); 599 (results->result == captive_portal::RESULT_NO_RESPONSE);
|
/external/chromium_org/chrome/test/base/ |
ui_test_utils.cc | 578 history::QueryResults* results) { 579 for (size_t i = 0; i < results->size(); ++i) 580 urls_.push_back((*results)[i].url());
|
/external/chromium_org/chromeos/dbus/ |
fake_shill_service_client.cc | 163 scoped_ptr<base::ListValue> results(new base::ListValue); 168 results->AppendBoolean(true); 173 callback, base::Owned(results.release())));
|
/external/chromium_org/components/password_manager/core/browser/ |
password_form_manager.cc | 504 const std::vector<autofill::PasswordForm*>& results) { 507 if (results.empty()) { 515 OnRequestDone(results); [all...] |
/external/chromium_org/content/browser/shared_worker/ |
shared_worker_service_impl.cc | 252 std::vector<WorkerService::WorkerInfo> results; local 265 results.push_back(info); 268 return results;
|
/external/chromium_org/content/browser/speech/ |
speech_recognition_manager_impl.cc | 381 int session_id, const SpeechRecognitionResults& results) { 387 delegate_listener->OnRecognitionResults(session_id, results); 389 listener->OnRecognitionResults(session_id, results);
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
ScriptController.cpp | 619 void ScriptController::executeScriptInIsolatedWorld(int worldID, const Vector<ScriptSourceCode>& sources, int extensionGroup, Vector<v8::Local<v8::Value> >* results) 640 if (results) { 642 results->append(handleScope.Escape(resultArray->Get(i)));
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttcmap.c | 2699 FT_UInt32* results; member in struct:TT_CMap14Rec_ [all...] |
/external/chromium_org/third_party/libxml/src/ |
runtest.c | 3950 void *results[MAX_ARGC]; local 4011 DWORD results[MAX_ARGC]; local 4076 void *results[MAX_ARGC]; local [all...] |
/external/chromium_org/v8/test/mjsunit/es6/ |
generators-iteration.js | 415 // Test that yield* re-yields received results without re-boxing. 417 function results(results) { 420 return results[i++]; 428 return yield* results(expected); 444 assertEquals(expected, collect_results(results(expected)));
|
/external/freetype/src/sfnt/ |
ttcmap.c | 2717 FT_UInt32* results; member in struct:TT_CMap14Rec_ [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_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
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ |
ttcmap.c | 2699 FT_UInt32* results; member in struct:TT_CMap14Rec_ [all...] |
/frameworks/base/core/java/android/util/ |
PathParser.java | 171 float[] results = new float[s.length()]; local 187 results[count++] = Float.parseFloat( 198 return Arrays.copyOf(results, count);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_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
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
GattService.java | 1003 Set<ScanResult> results = parseBatchScanResults(numRecords, reportType, recordData); local 1026 List<ScanResult> results = new ArrayList<ScanResult>(); local 1050 Set<ScanResult> results = new HashSet<ScanResult>(numRecords); local 1075 Set<ScanResult> results = new HashSet<ScanResult>(numRecords); local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 222 results = {} 223 if pattern.match(parent, results) and results["node"] is node:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
fixer_util.py | 222 results = {} 223 if pattern.match(parent, results) and results["node"] is node:
|
/external/chromium_org/chrome/browser/media_galleries/ |
media_file_system_registry_unittest.cc | 164 FSInfoMap* results, 167 ASSERT_FALSE(ContainsKey(*results, file_systems[i].pref_id)); 168 (*results)[file_systems[i].pref_id] = file_systems[i]; 526 FSInfoMap results; local 531 base::Bind(&GetGalleryInfoCallback, base::Unretained(&results))); 533 return results; 578 // Order isn't important, so sort the results. [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
search_engine_manager_engine_list.js | 297 * @param {Object} validity A dictionary of validitation results. 352 * Passes the results of an input validation check to the requesting row 355 * @param {Object} validity A dictionary of validitation results.
|
/external/clang/tools/scan-build/ |
scan-build | 505 # Postprocess - Postprocess the results of an analysis scan. 669 print OUT "\n<p>Results in this analysis run are based on analyzer build <b>$BuildName</b>.</p>\n" 1118 outputs the results as a set of .plist files. 1123 outputs the results as a set of HTML and .plist files. [all...] |