HomeSort by relevance Sort by last modified time
    Searched refs:converted (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
Android.mk 31 test_name := localization/locales/locale.convenience/conversions/conversions.string/converted
32 test_src := converted.pass.cpp
  /external/chromium_org/net/base/
filename_util_internal.h 36 bool FilePathToString16(const base::FilePath& path, base::string16* converted);
filename_util_internal.cc 204 bool FilePathToString16(const base::FilePath& path, base::string16* converted) {
207 path.value().c_str(), path.value().size(), converted);
211 base::UTF8ToUTF16(component8.c_str(), component8.size(), converted);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/chromium_org/chrome/browser/importer/
in_process_importer_bridge.cc 35 history::URLRows converted; local
36 converted.reserve(rows.size());
45 converted.push_back(row);
47 return converted;
  /external/chromium_org/net/cert/
ct_log_response_parser.cc 32 base::JSONValueConverter<JsonSignedTreeHead>* converted);
  /external/libvpx/
libvpx-offsets.mk 15 # processed with grep. For ARM, this must be additionally converted from
55 # The ARM assembly sources must be converted from ADS to GAS compatible format.
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateBase.cpp 162 void SkAnimateBase::packARGB(SkScalar array[], int count, SkTDOperandArray* converted)
165 converted->setCount(1);
170 (*converted)[0].fS32 = color;
  /external/chromium_org/v8/test/mjsunit/
double-equals.js 154 // Booleans compared to anything else will be converted to numbers.
157 testEqual(false, "0"); // String also converted to number.
160 // Objects compared to Number or String (or Boolean, since that's converted
161 // to Number too) is converted to primitive using ToPrimitive with NO HINT.
205 // converted to primitive.
215 // Object that can't be converted to primitive.
  /external/chromium_org/base/i18n/
build_utf8_validator_tables.cc 219 StringSet converted = it->set; local
227 converted == current_pair.set) {
235 ConstructPairAndAppend(unconverted_bytes, new_range, converted, &new_pairs);
239 converted = current_pair.set;
241 ConstructPairAndAppend(unconverted_bytes, new_range, converted, &new_pairs);
  /external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc 306 scoped_ptr<base::DictionaryValue> converted(
309 EXPECT_TRUE(converted.get());
311 // EXPECT_EQ(2u, converted->size());
312 // EXPECT_TRUE(IsNull(converted.get(), "foo"));
313 EXPECT_EQ(1u, converted->size());
314 EXPECT_EQ("bar", GetString(converted.get(), "bar"));
317 converted->SetString("foo", "foo");
319 converter.ToV8Value(converted.get(), context).As<v8::Object>();
348 scoped_ptr<base::ListValue> converted(static_cast<base::ListValue*>(
350 ASSERT_TRUE(converted.get())
    [all...]
  /external/chromium_org/ppapi/proxy/
serialized_var.cc 282 ReceiveSerializedVarReturnValue converted; local
283 SerializedVar* serialized = &converted;
285 (*output_)[i] = converted.Return(dispatcher_);
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleWin.cpp 237 static void commitLiteralToken(StringBuilder& literalBuffer, StringBuilder& converted)
241 DateTimeFormat::quoteAndAppendLiteral(literalBuffer.toString(), converted);
264 StringBuilder converted; local
295 commitLiteralToken(literalBuffer, converted);
300 converted.append(format, symbolStart, count);
303 converted.append(format, symbolStart, count);
305 converted.appendLiteral("EEE");
307 converted.appendLiteral("EEEE");
310 converted.append('G');
316 converted.append('a')
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.cc 282 bool converted = ConvertFileResourceToResourceEntry( local
284 DCHECK(converted);
379 bool converted = ConvertFileResourceToResourceEntry( local
381 DCHECK(converted);
  /external/chromium_org/extensions/browser/api/usb/
usb_api.cc 550 const bool converted = ConvertDirectionFromApi(input, output); local
551 if (!converted)
553 return converted;
559 const bool converted = ConvertRequestTypeFromApi(input, output); local
560 if (!converted)
562 return converted;
568 const bool converted = ConvertRecipientFromApi(input, output); local
569 if (!converted)
571 return converted;
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 208 # (success). If the objects can be converted to a common numeric
209 # type, replace *p1 and *p2 by their converted value (with 'new'
218 # Returns the o converted to an integer object on success, or NULL
225 # Returns the o converted to a long integer object on success, or
231 # Returns the o converted to a float object on success, or NULL on
236 # Returns the o converted to a Python int or long on success or
240 # Returns o converted to a Py_ssize_t value if o can be
241 # interpreted as an integer. If o can be converted to a Python int
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker_unittest.cc 48 ui::LocatedEvent* converted = tracker->ConvertEvent(target, event); local
49 return converted;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/inspectedWindow/chrome-preprocessor/Panel/
InspectedWindowLoadMonitor.js 38 // This function should be converted to a string and run in the Web page
PreprocessorPanel.js 7 // This function is converted to a string and becomes the preprocessor
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePowerGraph.js 36 // Here, it is converted to average power between current sampling to next one.
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LocaleICUTest.cpp 246 String converted = locale->convertFromLocalizedNumber(localized); local
247 EXPECT_EQ(original, converted);
  /external/chromium_org/third_party/skia/tools/
compare_codereview.py 79 The tag argument is the name of the tag converted to lower
128 converted to lower case.
198 The tag argument is the name of the tag converted to lower
255 converted to lower case.
  /external/chromium_org/v8/test/webkit/
dfg-bool-to-int32-reuse.js 25 "Tests that using a value predicted boolean after it is converted to an int32 doesn't crash the compiler while causing bad code gen."
for-in-to-text.js 25 "This tests that JavaScriptCore ForInNodes are converted correctly to text."
  /external/chromium_org/components/autofill/core/browser/
credit_card.cc 445 bool converted = false; local
446 converted = base::StringToInt(year_month[0], &num);
447 DCHECK(converted);
449 converted = base::StringToInt(year_month[1], &num);
450 DCHECK(converted);

Completed in 520 milliseconds

12 3 4 5 6