/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
D | JsonValue.java | 47 public JsonValue child, next, prev, parent; field in JsonValue 132 JsonValue child = get(index); in remove() local 148 JsonValue child = get(name); in remove() local 586 JsonValue child = get(name); in getChild() local 593 JsonValue child = get(name); in getString() local 599 JsonValue child = get(name); in getFloat() local 605 JsonValue child = get(name); in getDouble() local 611 JsonValue child = get(name); in getLong() local 617 JsonValue child = get(name); in getInt() local 623 JsonValue child = get(name); in getBoolean() local [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | CompositeGrammarTree.java | 63 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
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
D | ChainedData.java | 96 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
|
D | AbstractData.java | 52 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/ |
D | ParentInjectorTest.java | 83 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/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowViewGroup.java | 59 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/ |
D | Node.java | 48 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/boringssl/src/crypto/bn/ |
D | bn_asn1.c | 22 CBS child; in BN_cbs2unsigned() local 46 CBS child; in BN_cbs2unsigned_buggy() local 68 CBB child; in BN_bn2cbb() local
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-multiple-nonvirtual-inheritance.cpp | 21 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/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | FilesTest.java | 185 FileHandle child = dir.child("arial-15.fnt"); in testClasspath() local 221 FileHandle child = dir.child("badlogic.jpg"); in testInternal() local 261 FileHandle child = handle.list()[0]; in testExternal() local 331 FileHandle child = handle.list()[0]; in testAbsolute() local 401 FileHandle child = handle.list()[0]; in testLocal() local
|
/external/bison/lib/ |
D | wait-process.c | 64 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/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ |
D | Group.java | 78 Actor child = actors[i]; in drawChildren() local 90 Actor child = actors[i]; in drawChildren() local 108 Actor child = actors[i]; in drawChildren() local 118 Actor child = actors[i]; in drawChildren() local 153 Actor child = actors[i]; in drawDebugChildren() local 165 Actor child = actors[i]; in drawDebugChildren() local 245 Actor child = childrenArray[i]; in hit() local 331 Actor child = actors[i]; in clearChildren() local 353 Actor child = children.get(i); in findActor() local
|
/external/libcxxabi/test/ |
D | inherited_exception.pass.cpp | 43 Child child; in f1() local 51 Child child; in f2() local 59 static Child child; in f3() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | Parent1.java | 20 private Child1 child; field in Parent1 34 public void setChild(Child1 child) { in setChild()
|
/external/gemmlowp/profiling/ |
D | profiler.h | 164 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/v8/test/mjsunit/regress/ |
D | regress-2073.js | 51 child; variable in Scope 54 child = new Child(); variable in Scope
|
/external/jetty/src/java/org/eclipse/jetty/util/component/ |
D | Container.java | 68 public void update(Object parent, Object oldChild, final Object child, String relationship) in update() 84 …public void update(Object parent, Object oldChild, final Object child, String relationship,boolean… in update() 203 private void add(Object parent, Object child, String relationship) in add() 221 private void remove(Object parent, Object child, String relationship) in remove() 244 private Relationship(Container container, Object parent,Object child, String relationship) in Relationship()
|
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.h | 62 #define xml_node_for_each_child(ctx, child, parent) \ argument 72 #define xml_node_for_each_check(ctx, child) \ argument
|
/external/v8/test/unittests/compiler/ |
D | live-range-unittest.cc | 111 LiveRange* child = Split(range, 1); in TEST_F() local 126 LiveRange* child = Split(range, 3); in TEST_F() local 141 LiveRange* child = Split(range, 1); in TEST_F() local 157 LiveRange* child = Split(range, 5); in TEST_F() local 174 LiveRange* child = Split(range, 1); in TEST_F() local 192 LiveRange* child = Split(range, 2); in TEST_F() local 208 LiveRange* child = Split(range, 3); in TEST_F() local 225 LiveRange* child = Split(range, 4); in TEST_F() local 242 LiveRange* child = Split(range, 1); in TEST_F() local 259 LiveRange* child = Split(range, 5); in TEST_F() local [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | web-animations-next-player.js | 107 this._forEachChild(function(child) { argument 116 this._forEachChild(function(child) { argument 134 this._forEachChild(function(child, offset) { argument 160 this._childPlayers.forEach(function(child) { argument
|
/external/slf4j/slf4j-api/src/test/java/org/slf4j/ |
D | BasicMarkerTest.java | 113 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/doclava/src/com/google/doclava/ |
D | InfoBuilder.java | 395 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/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/ |
D | XMLGroupVisitor.java | 50 final XMLElement child = createChild(bundle.getName()); in handleBundle() local 57 final XMLElement child = createChild(name); in handleGroup() local
|
/external/google-breakpad/src/client/linux/handler/ |
D | exception_handler_unittest.cc | 225 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/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/ |
D | base_symbol.py | 25 def Cut(self, child): argument 34 def Paste(self, child): argument
|