Home
last modified time | relevance | path

Searched defs:child (Results 1 – 25 of 842) sorted by relevance

12345678910>>...34

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DCompositeGrammarTree.java63 CompositeGrammarTree child = children.get(i); in getRule() local
94 CompositeGrammarTree child = children.get(i); in findNode() local
109 CompositeGrammarTree child = children.get(i); in findNode() local
125 CompositeGrammarTree child = children.get(i); in _getPostOrderedGrammarList() local
141 CompositeGrammarTree child = children.get(i); in _getPreOrderedGrammarList() local
155 CompositeGrammarTree child = children.get(i); in trimLexerImportsIntoCombined() local
DGrammarAST.java290 Tree child = getChild(0); in getLine() local
305 Tree child = getChild(0); in getCharPositionInLine() local
368 Tree child = root.getChild(i); in descendants() local
377 Tree child = root.getChild(i); in descendants() local
412 GrammarAST child = (GrammarAST)getChild(i); in _findAllType() local
491 GrammarAST child = (GrammarAST)t.getChild(i); in getChildrenForDupTree() local
521 GrammarAST child = (GrammarAST)t.getChild(i); in dupTree() local
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DChainedData.java96 Data child = d.getChild(path); in getChild() local
131 Data child = getChild(path); in createChild() local
142 Data child = getChild(path); in getValue() local
152 Data child = getChild(path); in getIntValue() local
167 Data child = getChild(path); in getValue() local
177 Data child = getChild(path); in getIntValue() local
187 Data child = getChild(path); in getBooleanValue() local
DAbstractData.java52 Data child = getChild(path); in getValue() local
68 Data child = getChild(path); in getIntValue() local
109 Data child = createChild(path); in setValue() local
/external/guice/core/test/com/google/inject/
DParentInjectorTest.java83 Injector child = parent.createChildInjector(); in testJustInTimeBindingsAreSharedWithParentIfPossible() local
95 Injector child = parent.createChildInjector(); in testBindingsInherited() local
124 Injector child = parent.createChildInjector(new AbstractModule() { in testScopesInherited() local
148 Injector child = parent.createChildInjector(new AbstractModule() { in testInterceptorsInherited() local
160 Injector child = parent.createChildInjector(bindStringNamedB); in testTypeConvertersInherited() local
167 Injector child = parent.createChildInjector(bindListConverterModule, bindStringNamedB); in testTypeConvertersConflicting() local
179 Injector child = parent.createChildInjector(new AbstractModule() { in testInjectorInjectionSpanningInjectors() local
221 Injector child = parent.createChildInjector(new AbstractModule() { in testScopeBoundInChildInjectorOnly() local
/external/boringssl/src/crypto/dsa/
Ddsa_asn1.c90 CBS child; in DSA_SIG_parse() local
103 CBB child; in DSA_SIG_marshal() local
119 CBS child; in DSA_parse_public_key() local
134 CBB child; in DSA_marshal_public_key() local
152 CBS child; in DSA_parse_parameters() local
166 CBB child; in DSA_marshal_parameters() local
184 CBS child; in DSA_parse_private_key() local
214 CBB child; in DSA_marshal_private_key() local
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowViewGroup.java59 public void addView(View child) { in addView()
64 public void addView(View child, int index) { in addView()
74 public void addView(View child, int width, int height) { in addView()
79 public void addView(View child, ViewGroup.LayoutParams params) { in addView()
84 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView()
89 public int indexOfChild(View child) { in indexOfChild()
202 View child = getChildAt(i); in innerText() local
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DNode.java48 public void addChild(int index, int type, Object child) { in addChild()
73 public void addChild(int type, Object child) { in addChild()
74 addChild(getChildCount(), type, child); in addChild() local
111 Object child = getChild(index); in getElement() local
205 Element child = getElement(i); in indexOf() local
237 Element child = in parse() local
325 Object child = children.elementAt(i); in writeChildren() local
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp21 void call_left_no_override(ChildNoOverride *child) { in call_left_no_override()
50 void call_left_override(ChildOverride *child) { in call_left_override()
64 void call_right_no_override(ChildNoOverride *child) { in call_right_no_override()
102 void call_right_override(ChildOverride *child) { in call_right_override()
/external/boringssl/src/crypto/bn/
Dbn_asn1.c22 CBS child; in BN_parse_asn1_unsigned() local
46 CBS child; in BN_parse_asn1_unsigned_buggy() local
68 CBB child; in BN_marshal_asn1() local
/external/libusb/libusb/os/
Dhaiku_pollfs.cpp73 WatchedEntry *child = new(std::nothrow) WatchedEntry(fMessenger, ref); in WatchedEntry() local
155 WatchedEntry *child = fEntries; in ~WatchedEntry() local
192 WatchedEntry *child = fEntries; in EntryCreated() local
201 WatchedEntry *child = new(std::nothrow) WatchedEntry(fMessenger, ref); in EntryCreated() local
216 WatchedEntry *child = fEntries; in EntryRemoved() local
/external/ltp/testcases/kernel/syscalls/sigwaitinfo/
Dsigwaitinfo01.c141 pid_t child; in test_empty_set() local
157 pid_t child; in test_timeout() local
178 pid_t child; in test_unmasked_matching() local
197 pid_t child; in test_unmasked_matching_noinfo() local
214 pid_t child; in test_masked_matching() local
251 pid_t child[2]; in test_masked_matching_rt() local
299 pid_t child; in test_masked_matching_noinfo() local
334 pid_t child; in test_bad_address() local
/external/ltp/testcases/kernel/syscalls/clone/
Dclone08.c139 static int wait4child(pid_t child) in wait4child()
154 pid_t child; in test_clone_parent() local
195 pid_t child; in test_clone_tid() local
233 pid_t child; in test_clone_stopped() local
272 pid_t child; in test_clone_thread() local
/external/bison/lib/
Dwait-process.c64 volatile pid_t child; member
110 register_slave_subprocess (pid_t child) in register_slave_subprocess()
175 unregister_slave_subprocess (pid_t child) in unregister_slave_subprocess()
193 wait_subprocess (pid_t child, const char *progname, in wait_subprocess()
/external/gemmlowp/profiling/
Dprofiler.h164 for (auto child : children) { in ~Node() local
165 delete child; in ~Node() local
183 for (auto child : node->children) { in PrintNode() local
195 for (auto child : node->children) { in AddStackToNode() local
233 for (auto child : node->children) { in SortNode() local
/external/doclava/src/com/google/doclava/
DInfoBuilder.java395 ParseTree child = (ParseTree) tree.getChild(i); in buildPackage() local
458 ParseTree child = it.next(); in buildClass() local
626 ParseTree child = (ParseTree) o; in buildClassBody() local
694 ParseTree child = it.next(); in buildFields() local
981 ParseTree child = it.next(); in buildMethod() local
1100 ParseTree child = (ParseTree) obj; in buildMethodParameters() local
1194 ParseTree child = it.next(); in buildEnum() local
1228 ParseTree child = (ParseTree) o; in buildEnumBody() local
1254 ParseTree child = it.next(); in buildEnumConstant() local
1310 ParseTree child = it.next(); in buildInterface() local
[all …]
/external/libxml2/test/relaxng/
D492317.rng3 <element name="child"> element
9 <element name="child"> element
/external/libcxxabi/test/
Dinherited_exception.pass.cpp52 Child child; in f1() local
60 Child child; in f2() local
68 static Child child; in f3() local
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc225 const pid_t child = fork(); in ChildCrash() local
322 const pid_t child = fork(); in TEST() local
334 const pid_t child = fork(); in TEST() local
346 const pid_t child = fork(); in TEST() local
358 const pid_t child = fork(); in TEST() local
370 const pid_t child = fork(); in TEST() local
386 const pid_t child = fork(); in TEST() local
416 const pid_t child = fork(); in TEST() local
432 const pid_t child = fork(); in TEST() local
448 const pid_t child = fork(); in TEST() local
[all …]
/external/ltp/testcases/kernel/syscalls/ipc/lib/
Dlibmsgctl.c30 int doreader(long key, int tid, long type, int child, int nreps) in doreader()
86 int dowriter(long key, int tid, long type, int child, int nreps) in dowriter()
136 int verify(char *buf, char val, int size, int child) in verify()
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DLoggerTest.java809 Logger child = Logger.getLogger("testGetParent_NormalNamed.child"); in testGetParent_NormalNamed() local
987 Logger child = new MockLogger("childLogger", null); in testThrowing_Null() local
1035 Logger child = new MockLogger("childLogger", null); in testEntering_StringString_Null() local
1085 Logger child = new MockLogger("childLogger", null); in testEntering_StringStringObject_Null() local
1140 Logger child = new MockLogger("childLogger", null); in testEntering_StringStringObjects_NullEmpty() local
1220 Logger child = new MockLogger("childLogger", null); in testExiting_StringString_Null() local
1270 Logger child = new MockLogger("childLogger", null); in testExiting_StringStringObject_Null() local
1319 Logger child = new MockLogger("childLogger", null); in testConfig_Null() local
1373 Logger child = new MockLogger("childLogger", null); in testConfig_Supplier_Null() local
1454 Logger child = new MockLogger("childLogger", null); in testFine_Null() local
[all …]
/external/slf4j/slf4j-api/src/test/java/org/slf4j/
DBasicMarkerTest.java113 Marker child = factory.getMarker(CHILD_MARKER_STR); in testMultiAdd() local
128 Marker child = factory.getMarker(NEW_PREFIX + CHILD_MARKER_STR); in testAddRemove() local
165 Marker child = factory.getMarker(CHILD_NAME); in testIndirectRecursion() local
183 Marker child = factory.getMarker(CHILD_NAME); in testHomonyms() local
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3basetreeadaptor.c166 pANTLR3_BASE_TREE child; in defineDotNodes() local
271 pANTLR3_BASE_TREE child; in defineDotEdges() local
470 pANTLR3_BASE_TREE child; in dupTreeTT() local
504 pANTLR3_BASE_TREE child; in simulateTreeConstruction() local
548 addChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_BASE_TREE child) in addChild()
556 dbgAddChild (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_BASE_TREE child) in dbgAddChild()
567 addChildToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_COMMON_TOKEN child) in addChildToken()
575 …AddChildToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE t, pANTLR3_COMMON_TOKEN child) in dbgAddChildToken()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DParent1.java20 private Child1 child; field in Parent1
34 public void setChild(Child1 child) { in setChild()
/external/protobuf/src/google/protobuf/util/internal/
Ddefault_value_objectwriter.cc208 Node* child = children_[i]; in FindChild() local
250 Node* child = children_[i]; in WriteChildren() local
365 google::protobuf::scoped_ptr<Node> child(new Node( in PopulateChildren() local
471 Node* child = current_->FindChild(name); in StartObject() local
517 Node* child = current_->FindChild(name); in StartList() local
574 Node* child = current_->FindChild(name); in RenderDataPiece() local

12345678910>>...34