/external/chromium_org/extensions/renderer/resources/ |
messaging.js | 191 rv && rv.results && $Array.indexOf(rv.results, true) > -1;
|
/external/chromium_org/pdf/ |
instance.h | 165 std::vector<SearchStringResult>* results);
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebRemoteFrameImpl.cpp | 384 int extensionGroup, WebVector<v8::Local<v8::Value> >* results)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
BeautifulSoup.py | 354 results = ResultSet(strainer) 364 results.append(found) 365 if limit and len(results) >= limit: 367 return results [all...] |
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
CollPerf.pl | 140 # Print the results in a HTML page 145 # This subroutine creates the web page and prints out the results in a table 153 $html = "../results/" . $html; 212 <li>As with all performance measurements, the results will vary according to
|
/external/chromium_org/tools/grit/grit/ |
tclib_unittest.py | 105 'results page.\r\n'
|
/external/chromium_org/tools/stats_viewer/ |
stats_viewer.cs | 274 MessageBox.Show(string.Format("There was an error while saving your results file. The results might not have been saved correctly.: {0}", ex.Message));
|
/external/chromium_org/v8/test/cctest/ |
test-strings.cc | 1074 Handle<Object> results[] = { isolate->factory()->undefined_value(), local [all...] |
/external/deqp/modules/gles3/performance/ |
es3pDepthTests.cpp | 551 vector<Sample> results; local 613 results.push_back(sample); 616 logSamples(results, "Samples", "Samples"); 617 logAnalysis(results); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
Utils.java | 35 import org.eclipse.test.internal.performance.results.utils.Util;
|
/external/icu/icu4c/source/test/perf/collationperf/ |
CollPerf.pl | 140 # Print the results in a HTML page 145 # This subroutine creates the web page and prints out the results in a table 153 $html = "../results/" . $html; 212 <li>As with all performance measurements, the results will vary according to
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleObjCRuntimeV2.cpp | 1835 ExecutionResults results = m_get_class_info_function->ExecuteFunction (exe_ctx, local 2086 ExecutionResults results = m_get_shared_cache_class_info_function->ExecuteFunction (exe_ctx, local [all...] |
/external/llvm/utils/TableGen/ |
DAGISelMatcherOpt.cpp | 111 // If the selected node defines a subset of the glue/chain results, we 131 // If the root result node defines more results than the source root node 136 EN->getNumNonChainGlueVTs() > ... need to get no results reliably ...)
|
/frameworks/av/media/libstagefright/ |
OMXCodec.cpp | [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityStack.java | 3737 List<ResultInfo> results = null; local [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcCommit.cpp | 64 * searchLimits. Results that happen to reach a searchLimit are prefixed 307 const vector<uint32_t>& results); 333 * measurements on that format and report the results. 559 // Results displayed after all overlap measurments with 589 // Display overlap results [all...] |
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
IPControlsJB.java | 159 mResultView = (TextView) findViewById(R.id.results); 257 Log.v(TAG, "Saved results in: " + resultFile.getAbsolutePath()); 279 float r[] = data.getFloatArrayExtra("results"); 303 String s = "Results: fp full=" + df.format(gm[0]) +
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
EmailContent.java | 666 // the server considers this message to be in. In the case of search results, this key 684 // a retrieved message (the messageKey for search results will be a TYPE_SEARCH mailbox 1101 final ContentProviderResult[] results = local [all...] |
/system/keymaster/ |
google_keymaster_messages_test.cpp | 104 EXPECT_EQ(0, memcmp(deserialized->results, digests, array_size(digests)));
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 156 Each input data file (one per device per CPU) results in a new record 162 have found that having the same thread do both results in a further 204 \item Bunching of IOs results in reduced time amongst IOs within a bunch. 507 this factor. Note that if this number is too high, the results will
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
fullstream_ui_policy_unittest.cc | 79 // the results to be processed. 90 // checker function when results are available. This will happen on the 103 // Set up a timeout for receiving results; if we haven't received anything 110 // Wait for results; either the checker or the timeout callbacks should 120 scoped_ptr<Action::ActionVector> results) { 121 checker.Run(results.Pass()); 127 FAIL() << "Policy test timed out waiting for results"; [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
editable_text_area_shadow.js | 120 // Handle an explicit newline character - that always results in
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/ |
chromevox_unittest_base.js | 134 * in the test case scope. Very useful for asserting the results of events.
|
/external/chromium_org/net/base/ |
net_util_icu_unittest.cc | 510 const std::string results = GetDirectoryListingEntry( local 516 EXPECT_EQ(test_cases[i].expected, results); [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest.cc | 280 "test results. Example: \"localhost:555\". The flag is effective only on " 323 // results of calling a given int-returning method on each. 544 // results. Intercepts only failures from the current thread. 554 // results. 610 // This predicate-formatter checks that 'results' contains a test part 616 const TestPartResultArray& results, 623 if (results.size() != 1) { 625 << " Actual: " << results.size() << " failures"; 626 for (int i = 0; i < results.size(); i++) { 627 msg << "\n" << results.GetTestPartResult(i) [all...] |