HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 776 - 800 of 2244) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 137 var results = [];
141 results.push(property.toJSON() + ': ' + value);
144 return '{' + results.join(', ') + '}';
640 var results = [];
642 results.push(iterator.call(context, value, index));
644 return results;
659 var results = [];
662 results.push(value);
664 return results;
669 var results = []
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager_unittest.cc 456 // Results should be ignored if the client requests it.
774 std::vector<PasswordForm*> results; local
896 std::vector<PasswordForm*> results; local
931 std::vector<PasswordForm*> results; local
    [all...]
  /external/openssl/crypto/bn/
bntest.c 123 static int results=0; variable
144 results = 0;
152 if (strcmp(*argv,"-results") == 0)
153 results=1;
182 if (!results)
335 if (!results)
388 if (!results)
439 if (!results)
449 if (!results)
514 if (!results)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_hw_context.c 40 uint32_t *results; local
76 results = ctx->ws->buffer_map(buffer->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE);
77 if (results) {
80 memset(results, 0, ctx->max_db * 4 * 4);
93 /* analyze results */
94 results = ctx->ws->buffer_map(buffer->cs_buf, ctx->cs, PIPE_TRANSFER_READ);
95 if (results) {
98 if (results[i*4 + 1])
290 /* count all results across all data blocks */
364 uint32_t *results; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_hw_context.c 40 uint32_t *results; local
76 results = ctx->ws->buffer_map(buffer->cs_buf, ctx->cs, PIPE_TRANSFER_WRITE);
77 if (results) {
80 memset(results, 0, ctx->max_db * 4 * 4);
93 /* analyze results */
94 results = ctx->ws->buffer_map(buffer->cs_buf, ctx->cs, PIPE_TRANSFER_READ);
95 if (results) {
98 if (results[i*4 + 1])
290 /* count all results across all data blocks */
364 uint32_t *results; local
    [all...]
  /external/chromium_org/build/android/pylib/monkey/
test_runner.py 80 results = base_test_result.TestRunResults()
94 results.AddResult(result)
95 return results, False
  /external/chromium_org/cc/debug/
picture_record_benchmark.cc 62 scoped_ptr<base::ListValue> results(new base::ListValue());
80 results->Append(result.release());
83 NotifyDone(results.PassAs<base::Value>());
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
check_chromevox.py 83 results = []
94 results.append([tl_files,
98 for result in results:
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 90 history::QueryResults* results);
122 history::QueryResults* results) {
124 results->Swap(&owned_results);
  /external/chromium_org/components/enhanced_bookmarks/
enhanced_bookmark_utils.cc 18 std::vector<const BookmarkNode*> results; local
35 results.push_back(node);
37 return results;
  /external/chromium_org/components/storage_monitor/
storage_monitor.cc 75 std::vector<StorageInfo> results; local
81 results.push_back(it->second);
83 return results;
  /external/chromium_org/content/public/common/
page_state.cc 123 std::vector<base::FilePath> results; local
127 ToFilePathVector(state.referenced_files, &results);
129 return results;
  /external/chromium_org/content/shell/renderer/test_runner/
mock_spell_check.cc 113 std::vector<blink::WebTextCheckingResult>* results) {
115 results->push_back(blink::WebTextCheckingResult(
117 results->push_back(blink::WebTextCheckingResult(
  /external/chromium_org/net/proxy/
proxy_service.h 111 // The caller is responsible for ensuring that |results| and |callback|
127 ProxyInfo* results,
135 // The |results| parameter contains the results returned by an earlier call
150 ProxyInfo* results,
156 // Explicitly trigger proxy fallback for the given |results| by updating our
157 // list of bad proxies to include the first entry of |results|, and,
166 bool MarkProxiesAsBadUntil(const ProxyInfo& results,
340 // bad entries from the results list.
  /external/chromium_org/remoting/tools/build/
remoting_copy_locales.py 158 results = DoMain(sys.argv[1:]) variable
159 if results:
160 print results
  /external/chromium_org/third_party/
PRESUBMIT.py 131 results = []
132 results.extend(_CheckThirdPartyReadmesUpdated(input_api, output_api))
133 return results
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DatabaseQueryView.js 75 var results = [];
85 results.push(textArray[i]);
94 completionsReadyCallback(results);
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.cpp 115 HeapVector<Member<SpeechRecognitionResult> > results = m_finalResults; local
117 results.append(currentInterimResults[i]);
119 dispatchEvent(SpeechRecognitionEvent::createResult(resultIndex, results));
  /external/chromium_org/third_party/WebKit/Source/web/
WebHistoryItem.cpp 218 Vector<String> results; local
219 copyToVector(filePaths, results);
220 return results;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdetst.c 69 const static UCollationResult results[][2] = variable
115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
  /external/chromium_org/third_party/icu/source/test/intltest/
decoll.cpp 85 const Collator::EComparisonResult CollationGermanTest::results[][2] = member in class:CollationGermanTest
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
131 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_vs.c 57 struct svga_shader_result *result = vs->base.results;
142 result->next = vs->base.results;
143 vs->base.results = result;
  /external/chromium_org/tools/flakiness/
find_flakiness.py 79 # Write the data file and print results.
111 results = test_start.search(line)
112 if results:
113 test_list.append(results.group(1))
152 # Print the results and write the data file.
  /external/chromium_org/tools/memory_inspector/memory_inspector/data/
serialization.py 17 from memory_inspector.classification import results namespace
63 if isinstance(obj, results.AggreatedResults):
66 if isinstance(obj, results.Bucket):
  /external/chromium_org/tools/telemetry/telemetry/results/
html_output_formatter.py 12 from telemetry.results import buildbot_output_formatter
20 util.GetTelemetryDir(), 'support', 'html_output', 'results-template.html')
79 '^<script id="results-json" type="application/json">(.*?)</script>$',
82 logging.warn('Failed to extract previous results from HTML output')
86 def _SaveResults(self, results):
88 self._html_output_stream.write(results)
127 file_name = 'html-results/results-%s' % datetime.datetime.now().strftime(

Completed in 870 milliseconds

<<31323334353637383940>>