HomeSort by relevance Sort by last modified time
    Searched defs:typeOf (Results 1 - 15 of 15) sorted by null

  /external/icu/icu4c/source/test/intltest/
nmfmtrt.cpp 291 errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " +
293 /*n.getString(temp) */ + typeOf(n, temp) + " F> " +
321 NumberFormatRoundTripTest::typeOf(const Formattable& n, UnicodeString& result)
  /prebuilts/go/darwin-x86/src/text/template/
exec_test.go 215 func typeOf(arg interface{}) string {
231 bigInt = fmt.Sprintf("0x%x", int(1<<uint(reflect.TypeOf(0).Bits()-1)-1))
232 bigUint = fmt.Sprintf("0x%x", uint(1<<uint(reflect.TypeOf(0).Bits()-1)))
242 {"ideal int", "{{typeOf 3}}", "int", 0, true},
243 {"ideal float", "{{typeOf 1.0}}", "float64", 0, true},
244 {"ideal exp float", "{{typeOf 1e1}}", "float64", 0, true},
245 {"ideal complex", "{{typeOf 1i}}", "complex128", 0, true},
246 {"ideal int", "{{typeOf " + bigInt + "}}", "int", 0, true},
247 {"ideal too big", "{{typeOf " + bigUint + "}}", "", 0, false},
640 "typeOf": typeOf
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
exec_test.go 215 func typeOf(arg interface{}) string {
231 bigInt = fmt.Sprintf("0x%x", int(1<<uint(reflect.TypeOf(0).Bits()-1)-1))
232 bigUint = fmt.Sprintf("0x%x", uint(1<<uint(reflect.TypeOf(0).Bits()-1)))
242 {"ideal int", "{{typeOf 3}}", "int", 0, true},
243 {"ideal float", "{{typeOf 1.0}}", "float64", 0, true},
244 {"ideal exp float", "{{typeOf 1e1}}", "float64", 0, true},
245 {"ideal complex", "{{typeOf 1i}}", "complex128", 0, true},
246 {"ideal int", "{{typeOf " + bigInt + "}}", "int", 0, true},
247 {"ideal too big", "{{typeOf " + bigUint + "}}", "", 0, false},
640 "typeOf": typeOf
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/
base.js 464 return typeof doc != 'undefined' &&
626 * This is a "fixed" version of the typeof operator. It differs from the typeof
631 goog.typeOf = function(value) {
632 var s = typeof value;
662 // we can't use goog.isFunction. Calling typeof directly returns 'unknown'
680 typeof value.length == 'number' &&
681 typeof value.splice != 'undefined' &&
682 typeof value.propertyIsEnumerable != 'undefined' &&
699 // (it appears just as an object) so we cannot use just typeof val =
    [all...]
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 

Completed in 594 milliseconds