| /third_party/gn/infra/recipe_modules/macos_sdk/ |
| H A D | __init__.py | 15 from recipe_engine.config import ConfigGroup, Single namespace
|
| /third_party/gn/infra/recipe_modules/windows_sdk/ |
| H A D | __init__.py | 15 from recipe_engine.config import ConfigGroup, Single namespace
|
| /third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
| H A D | ieee.h | 286 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 D | double-conversion-ieee.h | 300 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 D | double-conversion-ieee.h | 300 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 D | Operation.java | 244 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 D | double-conversion-ieee.h | 287 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 D | TargetOptions.h | 41 Single, // Use a single table for all indirect jumptable calls. enumerator 53 Single // Single Threaded Environment enumerator
|
| /third_party/python/Lib/ |
| H A D | tokenize.py | 108 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
|
| /third_party/python/Lib/lib2to3/pgen2/ |
| H A D | tokenize.py | 74 Single = r"[^'\\]*(?:\\.[^'\\]*)*'" variable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | YAMLTraits.h | 128 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 D | PDBTypes.h | 398 Single, enumerator 457 float Single; member
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gpos-table.hh | 2691 Single = 1, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndex.h | 807 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 D | SystemZISelLowering.cpp | 4747 SDValue Single; in buildVector() local
|
| /third_party/python/Lib/test/ |
| H A D | test_enum.py | 4555 class Single(Enum): class
|
| /third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
| H A D | Unittest.cs | 9336 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...] |