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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 67 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
75 # Single-line ' or " string.
104 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 70 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
78 # Single-line ' or " string.
107 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 66 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
74 # Single-line ' or " string.
103 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 11 // - single, multiple, and virtual inheritance (and unspecified for incomplete)
112 struct Single { };
115 static_assert(sizeof(int Single::*) == kSingleDataSize, "");
118 static_assert(sizeof(void (Single::*)()) == kSingleFunctionSize, "");
145 static_assert(sizeof(int Y<Single>::*) == kSingleDataSize, "");
148 static_assert(sizeof(void (Y<Single>::*)()) == kSingleFunctionSize, "");
292 #pragma pointers_to_members(single) // expected-error{{unexpected 'single'}}
  /external/icu/icu4c/source/i18n/
double-conversion-ieee.h 277 class Single {
286 Single() : d32_(0) {}
287 explicit Single(float f) : d32_(float_to_uint32(f)) {}
288 explicit Single(uint32_t d32) : d32_(d32) {}
290 // The value encoded by this Single must be greater or equal to +0.0.
298 // Returns the single's bit as uint64.
322 // Returns true if the single is a denormal.
355 // Precondition: the value encoded by this Single must be greater than 0.
372 // Precondition: the value encoded by this Single must be greater or equal
395 return Single(kInfinity).value()
    [all...]
  /external/llvm/include/llvm/Target/
TargetOptions.h 44 Single, // Use a single table for all indirect jumptable calls.
56 Single // Single Threaded Environment
106 JTType(JumpTable::Single), ThreadModel(ThreadModel::POSIX),
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 70 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
78 # Single-line ' or " string.
107 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /external/python/cpython2/Lib/
tokenize.py 67 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
75 # Single-line ' or " string.
104 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 74 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
83 # Single-line ' or " string.
119 endprogs = {"'": re.compile(Single), '"': re.compile(Double),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
TargetOptions.h 42 Single, // Use a single table for all indirect jumptable calls.
54 Single // Single Threaded Environment
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_sharding.cc 82 HloSharding HloSharding::Single(const Shape& shape,
203 // concerned, but they do have a single tuple_elements_ entry since we want
353 "Tile assignment only contains a single device. If a replicated "
378 << "Maximal sharding is expected to have single device assignment, but "
  /external/python/cpython3/Lib/
tokenize.py 155 Single = r"[^'\\]*(?:\\.[^'\\]*)*'"
163 # Single-line ' or " string.
192 # a normal single or triple quoted string (with no prefix).
195 endpats[_prefix + "'"] = Single
200 # A set of all of the single and triple quoted string prefixes,
625 # Also note that single quote checking must come after
  /external/clang/test/CodeGenCXX/
microsoft-abi-member-pointers.cpp 50 struct Single : B1 {
85 int Single ::*s_d_memptr;
104 void (Single ::*s_f_memptr)();
123 void (Single ::*s_f_mp)() = &Single::foo;
129 // CHECK: global i8* bitcast ({{.*}} @"\01?foo@Single@@QAEXXZ" to i8*), align 4
189 void (Single ::*s_f_memptr)() = &Single::foo;
199 // CHECK: store i8* bitcast (void (%{{.*}}*)* @"\01?foo@Single@@QAEXXZ" to i8*), i8** %{{.*}}, align 4
351 void callMemberPointerSingle(Single *o, void (Single::*memptr)())
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 1261 SingleSubst single; member in union:OT::SubstLookupSubTable::__anon23629
    [all...]
hb-ot-layout-gpos-table.hh 1547 SinglePos single; member in union:OT::PosLookupSubTable::__anon23622
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
YAMLTraits.h 124 enum class QuotingType { None, Single, Double };
140 /// static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
511 return QuotingType::Single;
513 return QuotingType::Single;
515 return QuotingType::Single;
517 return QuotingType::Single;
519 return QuotingType::Single;
526 return QuotingType::Single;
546 // LF(0xA) and CR(0xD) may delimit values and so require at least single
550 MaxQuotingNeeded = QuotingType::Single;
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 271 Single,
300 float Single;
322 VARIANT_EQUAL_CASE(Single)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 324 Single,
353 float Single;
375 VARIANT_EQUAL_CASE(Single)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
ModuleSummaryIndex.h 658 Single, ///< Single element (last example in "Short Inline Bit Vectors")
682 SingleImpl, ///< Single implementation devirtualization
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 535 // We want to use MVC in preference to even a single load/store pair.
    [all...]

Completed in 1194 milliseconds