/external/chromium_org/chrome/browser/ui/webui/ |
flash_ui.cc | 185 DictionaryValue* results = new DictionaryValue(); local 186 results->SetString("key", key); 187 results->SetString("value", value); 188 list->Append(results);
|
nacl_ui.cc | 157 DictionaryValue* results = new DictionaryValue(); local 158 results->SetString("key", key); 159 results->SetString("value", value); 160 list->Append(results);
|
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/ |
performance_monitor_ui_util_unittest.cc | 222 std::vector<Database::MetricVector> results = local 230 ASSERT_EQ(2u, results.size()); 231 Database::MetricVector metric_series = results[0]; 241 metric_series = results[1];
|
/external/chromium_org/chrome/renderer/spellchecker/ |
spellcheck.h | 39 DO_NOT_MODIFY = 1, // Do not modify results. 81 WebKit::WebVector<WebKit::WebTextCheckingResult>* results);
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
full_wallet.cc | 281 std::vector<uint8> results; local 284 results.push_back(one_time_pad_[i] ^ operating_data[i]); 288 std::string hex_decrypted = base::HexEncode(&(results[0]), results.size());
|
/external/chromium_org/google_apis/gaia/ |
gaia_oauth_client_unittest.cc | 38 const std::string& results, 47 SetResponseString(results); 111 void set_results(const std::string& results) { 112 results_ = results;
|
/external/chromium_org/ppapi/c/private/ |
ppb_pdf.h | 117 // Search the given string using ICU. Use PPB_Core's MemFree on results when 124 struct PP_PrivateFindResult** results,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
util.js | 31 var results; variable
|
/external/chromium_org/third_party/skia/include/core/ |
SkPathEffect.h | 103 * optionally return the points in 'results'. 105 virtual bool asPoints(PointData* results, const SkPath& src,
|
/external/chromium_org/third_party/skia/src/core/ |
SkTileGrid.h | 46 * Populate 'results' with data pointers corresponding to bounding boxes that intersect 'query' 49 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
|
/external/chromium_org/tools/json_schema_compiler/test/ |
arrays_unittest.cc | 194 scoped_ptr<ListValue> results = ReturnIntegerArray::Results::Create(integers); local 201 EXPECT_TRUE(results->Equals(&expected)); 210 scoped_ptr<ListValue> results = ReturnRefArray::Results::Create(items); local 221 EXPECT_TRUE(results->Equals(&expected));
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2056.js | 52 // Make sure that non-crankshaft results match expectations. 59 // Make sure that crankshaft results match expectations.
|
/external/clang/docs/tools/ |
dump_ast_matchers.py | 169 loc, name, n_results, results = m.groups()[0:4] 170 result_types = [r.strip() for r in results.split(',')] 194 p, n, name, n_results, results = m.groups()[0:5] 196 result_types = [r.strip() for r in results.split(',')]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/ |
IPerformancesConstants.java | 11 package org.eclipse.test.internal.performance.results.utils; 24 public static final String PRE_WRITE_RESULTS_DIR = PREFIX + "write.results.dir"; //$NON-NLS-1$ 32 public static final String PRE_RESULTS_GENERATION_DIR = PREFIX + "results.generation.dir"; //$NON-NLS-1$ 37 public static final String PRE_RESULTS_DIMENSION = PREFIX + "results.dimension"; //$NON-NLS-1$
|
/external/openssh/regress/ |
sftp-glob.sh | 21 grep -v "^sftp>" > ${RESULTS} 26 if fgrep "$expected" ${RESULTS} >/dev/null 2>&1 ; then 29 fail "$expected missing from $errtag results" 33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then 34 fail "$unexpected present in $errtag results" 36 rm -f ${RESULTS} 40 RESULTS=${OBJ}/results
|
/external/skia/include/core/ |
SkPathEffect.h | 103 * optionally return the points in 'results'. 105 virtual bool asPoints(PointData* results, const SkPath& src,
|
/external/skia/src/core/ |
SkTileGrid.h | 46 * Populate 'results' with data pointers corresponding to bounding boxes that intersect 'query' 49 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
|
/external/v8/test/mjsunit/regress/ |
regress-2056.js | 52 // Make sure that non-crankshaft results match expectations. 59 // Make sure that crankshaft results match expectations.
|
/frameworks/base/core/java/android/speech/ |
SpeechRecognizer.java | 62 * recognition results, where the first element is the most likely candidate. 409 * Internal wrapper of IRecognitionListener which will propagate the results to 483 public void onResults(final Bundle results) { 484 Message.obtain(mInternalHandler, MSG_RESULTS, results).sendToTarget(); 487 public void onPartialResults(final Bundle results) { 488 Message.obtain(mInternalHandler, MSG_PARTIAL_RESULTS, results).sendToTarget();
|
/cts/suite/cts/utils/ |
get_csv_report.py | 85 result = "no results" 93 self.results = {} 116 self.results.update(casesFromChild) 117 #print self.results.keys() 124 return self.results 184 # otherwise, there is no way to distinguish results from the same device
|
/dalvik/vm/test/ |
AtomicTest.cpp | 56 /* results */ 247 int64_t results[kIterations]; local 251 results[i] = testAtomicSpeedSub(kRepeatCount); 256 dvmFprintf(stdout, "%s speed test results (%d per iteration):\n", 260 " %2d: %.3fns\n", i, (double) results[i] / kRepeatCount); 265 * Start tests, show results. 315 * Show results; expecting:
|
/external/bluetooth/bluedroid/stack/btm/ |
btm_dev.c | 249 memcpy (p_dev_rec->dev_class, p_inq_info->results.dev_class, DEV_CLASS_LEN); 252 p_dev_rec->device_type = p_inq_info->results.device_type; 253 p_dev_rec->ble.ble_addr_type = p_inq_info->results.ble_addr_type;
|
/external/chromium_org/base/ |
file_util_posix.cc | 573 bool GetFileInfo(const FilePath& file_path, base::PlatformFileInfo* results) { 577 results->is_directory = S_ISDIR(file_info.st_mode); 578 results->size = file_info.st_size; 580 results->last_modified = base::Time::FromTimeSpec(file_info.st_mtimespec); 581 results->last_accessed = base::Time::FromTimeSpec(file_info.st_atimespec); 582 results->creation_time = base::Time::FromTimeSpec(file_info.st_ctimespec); 584 results->last_modified = base::Time::FromTimeT(file_info.st_mtime); 585 results->last_accessed = base::Time::FromTimeT(file_info.st_atime); 586 results->creation_time = base::Time::FromTimeT(file_info.st_ctime); 588 results->last_modified = base::Time::FromTimeSpec(file_info.st_mtim) [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
search_provider.h | 55 // ID used in creating URLFetcher for default provider's suggest results. 58 // ID used in creating URLFetcher for keyword provider's suggest results. 185 // Non-inlineable results are stale. 278 struct Results { 279 Results(); 280 ~Results(); 286 // Returns whether any of the results (including verbatim) have 302 DISALLOW_COPY_AND_ASSIGN(Results); 307 // Removes non-inlineable results until either the top result can inline 348 // Clears the current results [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_tab_helper.cc | 179 const CaptivePortalService::Results* results = local 180 content::Details<CaptivePortalService::Results>(details).ptr(); 182 OnCaptivePortalResults(results->previous_result, results->result);
|