/external/perfetto/protos/perfetto/config/track_event/ |
D | track_event_config.proto | 28 // 1. Exact matches in enabled categories. 29 // 2. Exact matches in enabled tags. 30 // 3. Exact matches in disabled categories. 31 // 4. Exact matches in disabled tags.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | GlobPattern.cpp | 107 Pat.Exact = S; in create() 136 if (Exact) in match() 137 return S == *Exact; in match()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 36 Exact = 0, enumerator 142 ObjSizeMode Mode = ObjSizeMode::Exact); 168 ObjSizeMode Mode = ObjSizeMode::Exact);
|
D | ScalarEvolution.h | 529 const SCEV *Exact; 536 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {} 539 : Exact(E), Max(M), Pred(P) { 540 assert((isa<SCEVCouldNotCompute>(Exact) || 548 return !isa<SCEVCouldNotCompute>(Exact) || 553 bool hasFullInfo() const { return !isa<SCEVCouldNotCompute>(Exact); }
|
/external/mesa3d/src/amd/compiler/ |
D | aco_insert_exec_mask.cpp | 35 Exact = 1 << 0, enumerator 218 WQMState needs = needs_exact(instr) ? Exact : Unspecified; in get_block_needs() 259 assert(needs != Exact); in get_block_needs() 297 exec_ctx.info[i].block_needs |= Exact; in calculate_wqm_needs() 309 ever_again_needs |= Exact; in calculate_wqm_needs() 558 (ctx.info[idx].block_needs | ctx.info[idx].ever_again_needs) == Exact) { in add_coupling_code() 566 else if (ctx.info[idx].block_needs == Exact) in add_coupling_code() 632 (ctx.info[idx].block_needs | ctx.info[idx].ever_again_needs) == Exact) { in add_coupling_code() 640 else if (ctx.info[idx].block_needs == Exact) in add_coupling_code() 699 state = Exact; in process_instructions() [all …]
|
/external/golang-protobuf/proto/ |
D | discard_test.go | 97 Exact: proto.Bool(true), 102 0x4002: &pb.FloatingPoint{Exact: proto.Bool(true)},
|
/external/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 331 bool Exact; in walkForwards() local 334 &Exact); in walkForwards() 445 bool Exact; in convert() local 448 &Exact); in convert()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | Float2Int.cpp | 316 bool Exact; in walkForwards() local 319 &Exact); in walkForwards() 431 bool Exact; in convert() local 434 &Exact); in convert()
|
/external/clang/include/clang/Basic/ |
D | TargetInfo.h | 660 for (int Exact : Exacts) in setRequiresImmediate() local 661 ImmSet.insert(Exact); in setRequiresImmediate() 663 void setRequiresImmediate(int Exact) { in setRequiresImmediate() 665 ImmSet.insert(Exact); in setRequiresImmediate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | GlobPattern.h | 42 Optional<StringRef> Exact; variable
|
/external/OpenCSD/decoder/tests/snapshots/juno_r1_1/pkt_proc_logs/ |
D | trc_pkt_lister_0x10.ppl | 341 Idx:2297; ID:10; I_ADDR_MATCH : Exact Address Match., [2] 910 Idx:3428; ID:10; I_ADDR_MATCH : Exact Address Match., [2] 934 Idx:3469; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 936 Idx:3472; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 953 Idx:3500; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 955 Idx:3502; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 972 Idx:3531; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 974 Idx:3533; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 1021 Idx:3637; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 1025 Idx:3645; ID:10; I_ADDR_MATCH : Exact Address Match., [1] [all …]
|
D | trc_pkt_lister_all.ppl | 346 Idx:2297; ID:10; I_ADDR_MATCH : Exact Address Match., [2] 915 Idx:3428; ID:10; I_ADDR_MATCH : Exact Address Match., [2] 939 Idx:3469; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 941 Idx:3472; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 958 Idx:3500; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 960 Idx:3502; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 977 Idx:3531; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 979 Idx:3533; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 1026 Idx:3637; ID:10; I_ADDR_MATCH : Exact Address Match., [1] 1030 Idx:3645; ID:10; I_ADDR_MATCH : Exact Address Match., [1] [all …]
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | table-row.less | 4 // Exact selectors below required to override `.table-striped` and prevent
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 154 Exact, enumerator 163 Mode EvalMode = Mode::Exact;
|
/external/clang/test/SemaObjCXX/ |
D | instancetype.mm | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
/external/clang/test/SemaObjC/ |
D | instancetype.m | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
/external/webrtc/talk/ |
D | LICENSE_THIRD_PARTY | 9 Exact origin unknown
|
/external/llvm/test/CodeGen/X86/ |
D | fdiv.ll | 5 ; Exact division by a constant converted to multiplication.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | fdiv.ll | 5 ; Exact division by a constant converted to multiplication.
|
/external/python/pybind11/tools/ |
D | FindCatch.cmake | 17 message(FATAL_ERROR "Exact version numbers are not supported, only minimum.")
|
/external/protobuf/objectivec/ |
D | GPBMessage.m | 1345 //% // Exact type here doesn't matter. 1363 //% // Exact type here doesn't matter. 1390 // Exact type here doesn't matter. 1410 // Exact type here doesn't matter. 1430 // Exact type here doesn't matter. 1450 // Exact type here doesn't matter. 1470 // Exact type here doesn't matter. 1490 // Exact type here doesn't matter. 1510 // Exact type here doesn't matter. 1530 // Exact type here doesn't matter. [all …]
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.occlusion_query.txt | 29 + Exact occlusion query result verification
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGNodes.h | 331 bool Exact : 1; 344 Exact = false; 356 void setExact(bool b) { Exact = b; } 367 bool hasExact() const { return Exact; } 378 return (NoUnsignedWrap << 0) | (NoSignedWrap << 1) | (Exact << 2) | 387 Exact &= Flags->Exact;
|
/external/perfetto/docs/instrumentation/ |
D | track-events.md | 228 1. Exact matches in enabled categories. 229 2. Exact matches in enabled tags. 230 3. Exact matches in disabled categories. 231 4. Exact matches in disabled tags.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dwarfdump-bogus-LNE.s | 100 # Exact prologue length isn't important but it tells us where to expect the
|