Home
last modified time | relevance | path

Searched defs:node (Results 926 - 950 of 1476) sorted by relevance

1...<<31323334353637383940>>...60

/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_win32.c191 const char *node; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DMonomorphizeUnsupportedFunctions.cpp60 const TVariable *GetBaseUniform(TIntermTyped *node, bool *isSamplerInStructOut) in GetBaseUniform() argument
101 ExtractSideEffects(TSymbolTable *symbolTable, TIntermTyped *node, TIntermSequence *replacementIndices) ExtractSideEffects() argument
[all...]
H A DRewriteStructSamplers.cpp66 RewriteExpressionVisitBinaryHelper(TCompiler *compiler, TIntermBinary *node, const StructureMap &structureMap, const StructureUniformMap &structureUniformMap, const ExtractedSamplerMap &extractedSamplers) RewriteExpressionVisitBinaryHelper() argument
216 RewriteModifiedStructFieldSelectionExpression( TCompiler *compiler, TIntermBinary *node, const StructureMap &structureMap, const StructureUniformMap &structureUniformMap, const ExtractedSamplerMap &extractedSamplers) RewriteModifiedStructFieldSelectionExpression() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSeparateCompoundExpressions.cpp45 bool ViewBinaryChain(TOperator op, TIntermTyped &node, std::vector<TIntermTyped *> &out) in ViewBinaryChain() argument
69 std::vector<TIntermTyped *> ViewBinaryChain(TIntermBinary &node) in ViewBinaryChain() argument
88 TIntermTyped &reassociateRight(TIntermBinary &node) in reassociateRight() argument
158 pushStmt(TIntermNode &node) pushStmt() argument
160 isTerminalExpr(TIntermNode &node) isTerminalExpr() argument
173 pullMappedExpr(TIntermTyped *node, bool allowBacktrack) pullMappedExpr() argument
316 pushStmt(node); global() variable
327 pushStmt(node); global() variable
342 pushStmt(node); global() variable
525 pushStmt(node); global() variable
533 pushStmt(node); global() variable
544 pushStmt(node); global() variable
554 pushStmt(node); global() variable
566 pushStmt(node); global() variable
576 pushStmt(node); global() variable
591 pushStmt(node); global() variable
606 pushStmt(node); global() variable
624 pushStmt(node); global() variable
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.cpp23 void TIntermTraverser::traverse(T *node) in traverse() argument
247 pushParentBlock(TIntermBlock *node) pushParentBlock() argument
315 traverseBinary(TIntermBinary *node) traverseBinary() argument
320 traverseBinary(TIntermBinary *node) traverseBinary() argument
379 traverseUnary(TIntermUnary *node) traverseUnary() argument
384 traverseUnary(TIntermUnary *node) traverseUnary() argument
420 traverseFunctionDefinition(TIntermFunctionDefinition *node) traverseFunctionDefinition() argument
454 traverseBlock(TIntermBlock *node) traverseBlock() argument
497 traverseAggregate(TIntermAggregate *node) traverseAggregate() argument
512 updateTree(TCompiler *compiler, TIntermNode *node) updateTree() argument
654 traverseAggregate(TIntermAggregate *node) traverseAggregate() argument
704 traverseLoop(TIntermLoop *node) traverseLoop() argument
[all...]
H A DIntermTraverse.h44 virtual void visitSymbol(TIntermSymbol *node) {} in visitSymbol() argument
45 virtual void visitConstantUnion(TIntermConstantUnion *node) {} in visitConstantUnion() argument
46 virtual bool visitSwizzle(Visit visit, TIntermSwizzle *node) { return true; } in visitSwizzle() argument
47 virtual bool visitBinary(Visit visit, TIntermBinary *node) { return true; } in visitBinary() argument
48 virtual bool visitUnary(Visit visit, TIntermUnary *node) { return true; } in visitUnary() argument
49 virtual bool visitTernary(Visit visit, TIntermTernary *node) { return true; } in visitTernary() argument
50 virtual bool visitIfElse(Visit visit, TIntermIfElse *node) { retur in visitTernary() argument
51 visitSwitch(Visit visit, TIntermSwitch *node) visitSwitch() argument
52 visitCase(Visit visit, TIntermCase *node) visitCase() argument
53 visitFunctionPrototype(TIntermFunctionPrototype *node) visitFunctionPrototype() argument
54 visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) visitFunctionDefinition() argument
58 visitAggregate(Visit visit, TIntermAggregate *node) visitAggregate() argument
59 visitBlock(Visit visit, TIntermBlock *node) visitBlock() argument
60 visitGlobalQualifierDeclaration(Visit visit, TIntermGlobalQualifierDeclaration *node) visitGlobalQualifierDeclaration() argument
65 visitDeclaration(Visit visit, TIntermDeclaration *node) visitDeclaration() argument
66 visitLoop(Visit visit, TIntermLoop *node) visitLoop() argument
67 visitBranch(Visit visit, TIntermBranch *node) visitBranch() argument
68 visitPreprocessorDirective(TIntermPreprocessorDirective *node) visitPreprocessorDirective() argument
322 TIntermBlock *node; global() member
[all...]
H A DIntermNode_util.cpp85 TIntermConstantUnion *node = new TIntermConstantUnion(u, constType); in CreateZeroNode() local
310 TIntermBlock *EnsureBlock(TIntermNode *node) in EnsureBlock() argument
/third_party/vk-gl-cts/executor/
H A DxeBatchExecutor.cpp67 const TestNode* node = *iter; in computeExecuteSet() local
87 const TestNode* node = *iter; in computeBatchRequest() local
107 const TestNode* node = *iter; in removeExecuted() local
306 writeCaseListNode(std::ostream& str, const TestNode* node, const TestSet& testSet) writeCaseListNode() argument
[all...]
H A DxeTestCase.cpp261 TestNode* node = group->getChild(ndx); in addChildGroupsToMap() local
318 static void addNodeAndParents (std::set<const TestNode*>& nodeSet, const TestNode* node) in addNodeAndParents() argument
373 add(const TestNode* node) add() argument
396 remove(const TestNode* node) remove() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h297 stbrp_node *node = first; in stbrp__skyline_find_min_y() local
355 stbrp_node **prev, *node, *tail, **best = NULL; stbrp__skyline_find_best_pos() local
457 stbrp_node *node, *cur; stbrp__skyline_pack_rectangle() local
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp716 const UObject *node; in appendText() local
771 const UObject *node=(const UObject *)fChildren.elementAt(i); in getChild() local
789 const UObject *node; in nextChildElement() local
810 const UObject *node; getChildElement() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFTag.cpp158 void SkPDFTagTree::Copy(SkPDF::StructureElementNode& node, in Copy() argument
183 init(SkPDF::StructureElementNode* node) init() argument
229 can_discard(SkPDFTagNode* node) can_discard() argument
250 PrepareTagTreeToEmit(SkPDFIndirectReference parent, SkPDFTagNode* node, SkPDFDocument* doc) PrepareTagTreeToEmit() argument
[all...]
/third_party/skia/tests/
H A DIncrTopoSortTest.cpp226 void dfs(Node* node, int upperBound) { in dfs() argument
244 moveNodeInSort(sk_sp<Node> node, int index) moveNodeInSort() argument
253 stackContains(Node* node) stackContains() argument
270 sk_sp<Node> node = fNodes[index]; shift() local
[all...]
/third_party/openssl/crypto/dso/
H A Ddso_win32.c191 const char *node; member
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp149 TiXmlNode* node = firstChild; in ~TiXmlNode() local
171 TiXmlNode* node = firstChild; in Clear() local
222 TiXmlNode* node = addThis.Clone(); InsertEndChild() local
242 TiXmlNode* node = addThis.Clone(); InsertBeforeChild() local
275 TiXmlNode* node = addThis.Clone(); InsertAfterChild() local
312 TiXmlNode* node = withThis.Clone(); ReplaceChild() local
363 const TiXmlNode* node; FirstChild() local
375 const TiXmlNode* node; LastChild() local
415 const TiXmlNode* node; NextSibling() local
427 const TiXmlNode* node; PreviousSibling() local
441 TiXmlAttribute* node = attributeSet.Find( str ); RemoveAttribute() local
454 const TiXmlNode* node; FirstChildElement() local
469 const TiXmlNode* node; FirstChildElement() local
484 const TiXmlNode* node; NextSiblingElement() local
499 const TiXmlNode* node; NextSiblingElement() local
514 const TiXmlNode* node; GetDocument() local
570 TiXmlAttribute* node = attributeSet.First(); ClearThis() local
579 const TiXmlAttribute* node = attributeSet.Find( name ); Attribute() local
672 const TiXmlAttribute* node = attributeSet.Find( name ); QueryUnsignedAttribute() local
685 const TiXmlAttribute* node = attributeSet.Find( name ); QueryBoolAttribute() local
821 TiXmlNode* node; Print() local
868 TiXmlNode* node = 0; CopyTo() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbytestriebuilder.cpp463 BytesTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument
H A Ducharstriebuilder.cpp399 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { in writeValueAndType() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducharstrie.h495 static inline UStringTrieResult valueResult(int32_t node) { in valueResult() argument
[all...]
/third_party/toybox/kconfig/lxdialog/
H A Ddialog.h168 struct dialog_item node; member
/third_party/toybox/toys/net/
H A Dnetstat.c232 static int scan_pids(struct dirtree *node) in scan_pids() argument
/third_party/toybox/toys/pending/
H A Dlsof.c42 char *name, fd[8], rw, locks, type[10], device[32], size_off[32], node[32]; member
412 static int scan_proc(struct dirtree *node) in scan_proc() argument
H A Dtraceroute.c492 struct arg_list *node; in traceroute_main() local
/third_party/toybox/toys/posix/
H A Dtar.c176 static int add_to_tar(struct dirtree *node) in add_to_tar() argument
/third_party/pulseaudio/src/modules/
H A Dmodule-udev-detect.c531 pcm_node_belongs_to_device( struct device *d, const char *node) pcm_node_belongs_to_device() argument
545 control_node_belongs_to_device( struct device *d, const char *node) control_node_belongs_to_device() argument
/third_party/protobuf/src/google/protobuf/util/
H A Dfield_mask_util.cc307 MergeToFieldMask(const std::string& prefix, const Node* node, FieldMask* out) MergeToFieldMask() argument
331 Node* node = &root_; AddPath() local
365 Node* node = &root_; RemovePath() local
416 const Node* node = &root_; IntersectPath() local
437 MergeLeafNodesToTree(const std::string& prefix, const Node* node, FieldMaskTree* out) MergeLeafNodesToTree() argument
450 MergeMessage(const Node* node, const Message& source, const FieldMaskUtil::MergeOptions& options, Message* destination) MergeMessage() argument
553 AddRequiredFieldPath(Node* node, const Descriptor* descriptor) AddRequiredFieldPath() argument
588 TrimMessage(const Node* node, Message* message) TrimMessage() argument
[all...]

Completed in 21 milliseconds

1...<<31323334353637383940>>...60