Home
last modified time | relevance | path

Searched defs:Single (Results 1 - 17 of 17) sorted by relevance

/third_party/gn/infra/recipe_modules/macos_sdk/
H A D__init__.py15 from recipe_engine.config import ConfigGroup, Single namespace
/third_party/gn/infra/recipe_modules/windows_sdk/
H A D__init__.py15 from recipe_engine.config import ConfigGroup, Single namespace
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dieee.h286 class Single { class
296 Single() : d32_(0) {} in Single() function in double_conversion::Single
297 explicit Single(float f) : d32_(float_to_uint32(f)) {} in Single() function in double_conversion::Single
298 explicit Single(uint32_t d32) : d32_(d32) {} in Single() function in double_conversion::Single
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-ieee.h300 class Single { class
310 Single() : d32_(0) {} in Single() function in double_conversion::Single
311 explicit Single(float f) : d32_(float_to_uint32(f)) {} in Single() function in double_conversion::Single
312 explicit Single(uint32_t d32) : d32_(d32) {} in Single() function in double_conversion::Single
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-ieee.h300 class Single { class
310 Single() : d32_(0) {} in Single() function in double_conversion::Single
311 explicit Single(float f) : d32_(float_to_uint32(f)) {} in Single() function in double_conversion::Single
312 explicit Single(uint32_t d32) : d32_(d32) {} in Single() function in double_conversion::Single
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DOperation.java244 private static final class Single extends Operation { class in Operation
248 Single(boolean isTerminating, int digit, ImmutableList<DfaNode> outs) { in Single() method in Operation.Single
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-ieee.h287 class Single { class
297 Single() : d32_(0) {} in Single() function in double_conversion::Single
298 explicit Single(float f) : d32_(float_to_uint32(f)) {} in Single() function in double_conversion::Single
299 explicit Single(uint32_t d32) : d32_(d32) {} in Single() function in double_conversion::Single
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetOptions.h41 Single, // Use a single table for all indirect jumptable calls. enumerator
53 Single // Single Threaded Environment enumerator
/third_party/python/Lib/
H A Dtokenize.py108 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py74 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DYAMLTraits.h128 enum class QuotingType { None, Single, Double }; member in llvm::yaml::QuotingType
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h398 Single, enumerator
457 float Single; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gpos-table.hh2691 Single = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h807 Single, ///< Single element (last example in "Short Inline Bit Vectors") enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4747 SDValue Single; in buildVector() local
/third_party/python/Lib/test/
H A Dtest_enum.py4555 class Single(Enum): class
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DUnittest.cs9336 public static readonly pb::Extension<global::Google.Protobuf.TestProtos.Proto2.TestAllExtensions, global::Google.Protobuf.TestProtos.Proto2.TestRequired> Single = field in Google.Protobuf.TestProtos.Proto2.TestRequired.Extensions
[all...]

Completed in 78 milliseconds