Home
last modified time | relevance | path

Searched defs:node (Results 1076 - 1100 of 1476) sorted by relevance

1...<<41424344454647484950>>...60

/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffparse.c1268 FT_ListNode node; in FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh420 const auto& node = vertices_[entry.first]; in isolate_subgraph() local
689 auto& node = vertices_[index]; in move_to_new_space() local
697 const auto& node in space_for() local
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxmlparser.cpp675 TiXmlNode* node = Identify( tag->c_str() + tagIndex, TIXML_DEFAULT_ENCODING ); in StreamIn() local
756 TiXmlNode* node = Identify( p, encoding ); in Parse() local
1029 TiXmlNode* node = Identify( tagloc, TIXML_DEFAULT_ENCODING ); StreamIn() local
1161 TiXmlAttribute* node = attributeSet.Find( attrib->NameTStr() ); Parse() local
1163 TiXmlAttribute* node = attributeSet.Find( attrib->Name() ); Parse() local
1226 TiXmlNode* node = Identify( p, encoding ); ReadValue() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp366 void Input::setError(Node *node, const Twine &message) { in setError() argument
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph.cc83 const ast::Node* node; member
92 void UnhandledNode(diag::List& diagnostics, const ast::Node* node) { in UnhandledNode() argument
279 Declare(Symbol symbol, const ast::Node* node) Declare() argument
[all...]
H A Ddependency_graph_test.cc446 auto* node = b.Param(source, symbol, b.ty.i32()); in Add() local
451 auto* node = b.Var(source, symbol, b.ty.i32()); in Add() local
456 auto* node = b.Const(source, symbol, b.ty.i32(), b.Expr(1)); in Add() local
461 auto* node = b.Var(source, symbol, b.ty.i32()); Add() local
466 auto* node = b.Const(source, symbol, b.ty.i32(), b.Expr(1)); Add() local
480 auto* node = b.ty.type_name(source, symbol); Add() local
485 auto* node = b.ty.type_name(source, symbol); Add() local
490 auto* node = b.Expr(source, symbol); Add() local
496 auto* node = b.ty.type_name(source, symbol); Add() local
501 auto* node = b.ty.type_name(source, symbol); Add() local
506 auto* node = b.ty.type_name(source, symbol); Add() local
511 auto* node = b.ty.type_name(source, symbol); Add() local
517 auto* node = b.Expr(source, symbol); Add() local
522 auto* node = b.ty.type_name(source, symbol); Add() local
527 auto* node = b.ty.type_name(source, symbol); Add() local
532 auto* node = b.Expr(source, symbol); Add() local
537 auto* node = b.ty.type_name(source, symbol); Add() local
542 auto* node = b.ty.type_name(source, symbol); Add() local
547 auto* node = b.Expr(source, symbol); Add() local
552 auto* node = b.ty.type_name(source, symbol); Add() local
557 auto* node = b.ty.type_name(source, symbol); Add() local
562 auto* node = b.Expr(source, symbol); Add() local
567 auto* node = b.ty.type_name(source, symbol); Add() local
572 auto* node = b.ty.type_name(source, symbol); Add() local
577 auto* node = b.ty.type_name(source, symbol); Add() local
583 auto* node = b.Expr(source, symbol); Add() local
589 auto* node = b.ty.type_name(source, symbol); Add() local
594 auto* node = b.ty.type_name(source, symbol); Add() local
599 auto* node = b.Expr(source, symbol); Add() local
604 auto* node = b.ty.type_name(source, symbol); Add() local
609 auto* node = b.Expr(source, symbol); Add() local
614 auto* node = b.ty.type_name(source, symbol); Add() local
619 auto* node = b.Expr(source, symbol); Add() local
624 auto* node = b.ty.type_name(source, symbol); Add() local
629 auto* node = b.Expr(source, symbol); Add() local
635 auto* node = b.Expr(source, symbol); Add() local
[all...]
/third_party/skia/third_party/externals/zlib/
H A Dtrees.c624 int node; /* new node being created */ local
[all...]
/third_party/spirv-headers/tools/buildHeaders/
H A Dheader.cpp264 void TPrinter::addComment(Json::Value& node, const std::string& str) in addComment() argument
/third_party/toybox/toys/pending/
H A Ddiff.c469 static int skip(struct dirtree *node) in skip() argument
487 static void add_to_list(struct dirtree *node) in add_to_list() argument
498 static int list_dir (struct dirtree *node) in list_dir() argument
[all...]
H A Dmodprobe.c207 static int config_action(struct dirtree *node) in config_action() argument
/third_party/python/Parser/
H A Dpegen.c44 _PyPegen_insert_memo(Parser *p, int mark, int type, void *node) in _PyPegen_insert_memo() argument
61 _PyPegen_update_memo(Parser *p, int mark, int type, void *node) in _PyPegen_update_memo() argument
[all...]
H A Dpegen.h31 void *node; member
268 INVALID_VERSION_CHECK(Parser *p, int version, char *msg, void *node) in INVALID_VERSION_CHECK() argument
/third_party/python/Python/
H A Dast_opt.c10 make_const(expr_ty node, PyObject *val, PyArena *arena) in make_const() argument
57 fold_unaryop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) in fold_unaryop() argument
393 optimize_format(expr_ty node, PyObject *fmt, asdl_expr_seq *elts, PyArena *arena) optimize_format() argument
445 fold_binop(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) fold_binop() argument
542 fold_tuple(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) fold_tuple() argument
554 fold_subscr(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) fold_subscr() argument
608 fold_compare(expr_ty node, PyArena *arena, _PyASTOptimizeState *state) fold_compare() argument
[all...]
/third_party/python/Lib/
H A Duuid.py331 def node(self): member in UUID
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc83 const CordRepBtree* node = rep->btree(); in DumpAll() local
203 inline CordRepBtree* node(int depth) const { return stack[depth]; } node() function
285 CordRepBtree* node = stack[--depth]; Unwind() local
644 CordRepBtree* node = this; CopySuffix() local
704 CordRepBtree* node = this; CopyPrefix() local
830 const CordRepBtree* node = this; IsFlat() local
864 CordRepBtree* node = this; GetAppendBufferSlow() local
[all...]
H A Dcord_rep_btree_test.cc39 static void SetEdge(CordRepBtree* node, size_t idx, CordRep* edge) { in SetEdge() argument
42 static void AddEdge(CordRepBtree* node, CordRep* edge) { in AddEdge() argument
158 CordRepBtree* BtreeAdd(CordRepBtree* node, bool append, in BtreeAdd() argument
771 CordRepBtree* node = CordRepBtree::Create(CordRep::Ref(flats[0])); TEST() local
[all...]
/third_party/skia/modules/skottie/src/effects/
H A DDisplacementMapEffect.cpp315 DisplacementMapAdapter(const skjson::ArrayValue& jprops, const AnimationBuilder* abuilder, sk_sp<DisplacementNode> node) DisplacementMapAdapter() argument
[all...]
H A DFractalNoiseEffect.cpp346 FractalNoiseAdapter(const skjson::ArrayValue& jprops, const AnimationBuilder* abuilder, sk_sp<FractalNoiseNode> node) FractalNoiseAdapter() argument
/third_party/selinux/checkpolicy/test/
H A Ddismod.c823 ebitmap_node_t *node; in display_policycaps() local
/third_party/spirv-tools/source/opt/
H A Dloop_dependence_helpers.cpp331 int64_t LoopDependenceAnalysis::CountInductionVariables(SENode* node) { in CountInductionVariables() argument
H A Dscalar_analysis.cpp396 GetCoefficientFromRecurrentTerm( SENode* node, const Loop* loop) GetCoefficientFromRecurrentTerm() argument
433 BuildGraphWithoutRecurrentTerm( SENode* node, const Loop* loop) BuildGraphWithoutRecurrentTerm() argument
467 GetRecurrentTerm(SENode* node, const Loop* loop) GetRecurrentTerm() argument
660 Eval(const SENode* node, bool or_equal_zero, bool* result) Eval() argument
807 Visit(const SENode* node) Visit() argument
835 Visit(const SEConstantNode* node) Visit() argument
843 Visit(const SEValueUnknown* node) Visit() argument
854 Visit(const SERecurrentNode* node) Visit() argument
872 Visit(const SENegative* node) Visit() argument
899 VisitExpr( const SENode* node, std::function<Signedness(Signedness, Signedness)> reduce) VisitExpr() argument
[all...]
/third_party/vulkan-loader/loader/
H A DcJSON.c73 cJSON *node = (cJSON *)cJSON_malloc(pAllocator, sizeof(cJSON)); in cJSON_New_Item() local
/third_party/zlib/
H A Dtrees.c651 int node; /* new node being created */ in build_tree() local
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_getsrclines.c1152 struct files_lines_s *node = libdw_alloc (dbg, struct files_lines_s, in __libdw_getsrclines() local
/third_party/eudev/src/udev/
H A Dudevd.c87 struct udev_list_node node; member
105 static inline struct event *node_to_event(struct udev_list_node *node) { in node_to_event() argument
119 struct udev_list_node node; member
[all...]

Completed in 30 milliseconds

1...<<41424344454647484950>>...60