/third_party/node/src/ |
H A D | tcp_wrap.cc | 56 Instantiate(Environment* env, AsyncWrap* parent, TCPWrap::SocketType type) Instantiate() argument
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.h | 55 int parent; /* Show parent directory */ member
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares__slist.c | 54 ares__slist_t *parent; member
|
H A D | ares__llist.c | 42 ares__llist_t *parent; member [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_compact.cpp | 237 CompactHandler( CompactStyle compactStyle, const Locale &locale, const char *nsName, CompactType compactType, const PluralRules *rules, MutablePatternModifier *buildReference, bool safe, const MicroPropsGenerator *parent, UErrorCode &status) CompactHandler() argument
|
H A D | dayperiodrules.cpp | 364 CharString parent; in getInstance() local
|
H A D | number_patternmodifier.cpp | 159 void ImmutablePatternModifier::addToChain(const MicroPropsGenerator* parent) { in addToChain() argument 165 MicroPropsGenerator& MutablePatternModifier::addToChain(const MicroPropsGenerator* parent) { in addToChain() argument [all...] |
/third_party/libfuse/example/ |
H A D | hello_ll_uds.c | 80 static void hello_ll_lookup(fuse_req_t req, fuse_ino_t parent, const char *name) in hello_ll_lookup() argument
|
H A D | notify_store_retrieve.c | 126 static void tfs_lookup(fuse_req_t req, fuse_ino_t parent, in tfs_lookup() argument
|
H A D | notify_inval_entry.c | 143 static void tfs_lookup(fuse_req_t req, fuse_ino_t parent, in tfs_lookup() argument
|
H A D | notify_inval_inode.c | 123 static void tfs_lookup(fuse_req_t req, fuse_ino_t parent, in tfs_lookup() argument
|
/third_party/libfuse/test/ |
H A D | test_write_cache.c | 88 static void tfs_lookup(fuse_req_t req, fuse_ino_t parent, in tfs_lookup() argument
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl16.c | 265 static int parent; variable [all...] |
H A D | fcntl14.c | 535 static int parent, child, status, fail = 0; variable [all...] |
/third_party/ltp/testcases/kernel/sched/pthreads/ |
H A D | pth_str03.c | 188 int synchronize_children(c_info * parent) in synchronize_children() argument 324 c_info *parent = (c_info *) param; doit() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
H A D | sigrelse01.c | 240 static void parent(voi function [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | c2xml.c | 65 static xmlNodePtr new_sym_node(struct symbol *sym, const char *name, xmlNodePtr parent) in new_sym_node() argument
|
H A D | liveness.c | 176 struct basic_block *parent; in track_bb_liveness() local
|
H A D | ast-model.c | 362 ast_iter_children(GtkTreeModel *tree_model, GtkTreeIter *iter, GtkTreeIter *parent) ast_iter_children() argument 424 ast_iter_nth_child(GtkTreeModel *tree_model, GtkTreeIter *iter, GtkTreeIter *parent, gint n) ast_iter_nth_child() argument 458 ast_new(AstNode *parent, int index, const char *text, void *ptr, void (*inspect)(AstNode*)) ast_new() argument [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | state-values-utils.cc | 386 Node* parent = Top()->parent(); in type() local
|
H A D | loop-analysis.h | 46 Loop* parent() const { return parent_; } in parent() function in v8::internal::compiler::LoopTree::Loop 157 void SetParent(Loop* parent, Loop* child) { in SetParent() argument
|
H A D | memory-optimizer.cc | 249 Node* parent = node->InputAt(0); in AllocationTypeNeedsUpdateToOld() local
|
/third_party/node/deps/v8/src/d8/ |
H A D | async-hooks-wrapper.cc | 166 ShellPromiseHook(PromiseHookType type, Local<Promise> promise, Local<Value> parent) ShellPromiseHook() argument 240 PromiseHookDispatch(PromiseHookType type, Local<Promise> promise, Local<Value> parent, const AsyncHooksWrap& wrap, AsyncHooks* hooks) PromiseHookDispatch() argument
|
/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data.h | 107 PreparseDataBuilder* parent() const { return parent_; } in parent() function in v8::internal::PreparseDataBuilder
|
H A D | preparse-data-impl.h | 51 explicit ReadingScope(BaseConsumedPreparseData<Data>* parent) in ReadingScope() argument
|