Home
last modified time | relevance | path

Searched defs:Leaf (Results 1 – 25 of 35) sorted by relevance

12

/external/bcc/tests/python/
Dtest_trace1.py18 Leaf = None variable
22 class Leaf(Structure): class
Dtest_stat1.py21 Leaf = None variable
26 class Leaf(Structure): class
/external/bcc/examples/networking/http_filter/
Dhttp-parse-complete.c15 struct Leaf { struct
20 //map <Key, Leaf> argument
/external/clang/lib/Rewrite/
DRewriteRope.cpp616 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in Destroy() local
630 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in split() local
644 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in insert() local
653 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(this)) in erase() local
733 if (RopePieceBTreeLeaf *Leaf = dyn_cast<RopePieceBTreeLeaf>(getRoot(Root))) in clear() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLTypes.h47 std::shared_ptr<detail::LeafRecordBase> Leaf; member
/external/bcc/examples/networking/dns_matching/
Ddns_matching.c49 struct Leaf { struct
54 BPF_HASH(cache, struct Key, struct Leaf, 128); argument
/external/dagger2/javatests/dagger/functional/aot/
DMissingBindingReplacedWithGeneratedInstance.java44 interface Leaf { interface in MissingBindingReplacedWithGeneratedInstance
DMapFrameworkInstanceWithContributionsInMultipleImplementationsTest.java40 interface Leaf { interface in MapFrameworkInstanceWithContributionsInMultipleImplementationsTest
/external/llvm/include/llvm/DebugInfo/CodeView/
DCVSymbolVisitor.h88 void visitSymbolBegin(SymbolKind Leaf, ArrayRef<uint8_t> RecordData) {} in visitSymbolBegin()
89 void visitSymbolEnd(SymbolKind Leaf, ArrayRef<uint8_t> OriginalSymData) {} in visitSymbolEnd()
/external/cpu_features/include/internal/
Dcpuid_x86.h27 } Leaf; typedef
/external/llvm/lib/DebugInfo/CodeView/
DCVTypeVisitor.cpp76 uint8_t Leaf = Data.front(); in skipPadding() local
98 TypeLeafKind Leaf = TypeLeafKind(unsigned(*LeafPtr)); in visitFieldList() local
/external/avb/proto/
Daftl_pb2.py446 Leaf = _reflection.GeneratedProtocolMessageType('Leaf', (_message.Message,), { variable
Daftl.proto90 message Leaf { message
/external/dagger2/javatests/dagger/functional/producers/aot/
DProducesMethodShadowsInjectConstructorTest.java75 interface Leaf { interface in ProducesMethodShadowsInjectConstructorTest
/external/grpc-grpc-java/context/src/main/java/io/grpc/
DPersistentHashArrayMappedTrie.java73 static final class Leaf<K,V> implements Node<K,V> { class in PersistentHashArrayMappedTrie
77 public Leaf(K key, V value) { in Leaf() method in PersistentHashArrayMappedTrie.Leaf
/external/llvm/unittests/IR/
DPatternMatch.cpp57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dboosted_trees.proto31 message Leaf { message
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp187 TimerIdT Leaf = Nodes[StackTop].Interior; in update() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp72 uint8_t Leaf = Reader->peek(); in skipPadding() local
DCVTypeVisitor.cpp171 TypeLeafKind Leaf; in visitFieldListMemberStream() local
/external/clang/lib/Lex/
DPPMacroExpansion.cpp141 auto Leaf = LeafModuleMacros.find(II); in updateModuleMacroInfo() local
212 ArrayRef<ModuleMacro*> Leaf; in dumpMacroInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DPatternMatch.cpp57 Value *Leaf = IRB.CreateAdd(IRB.CreateAdd(Two, IRB.getInt32(8)), in TEST_F() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp308 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp295 BasicBlock* LowerSwitch::newLeafBlock(CaseRange& Leaf, Value* Val, in newLeafBlock()
/external/v8/src/compiler/
Dbytecode-analysis.cc71 ResumeJumpTarget ResumeJumpTarget::Leaf(int suspend_id, int target_offset) { in Leaf() function in v8::internal::compiler::ResumeJumpTarget

12