/development/samples/training/NavigationDrawer/libs/ |
android-support-v4.jar | |
/art/runtime/ |
profiler.h | 64 void AppendChild(StackTrieNode* child) { children_.insert(child); }
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ExpandableListTester.java | 103 // Check child index in context menu 106 View child = mExpandableListView.getChildAt(index local 108 mExpandableListView.showContextMenuForChild(child); 183 Assert.assertEquals("Wrong flat position for child ", 187 Assert.assertEquals("Wrong flat position for child ",
|
TableRowTest.java | 203 public void onChildViewAdded(View parent, View child) { 214 public void onChildViewRemoved(View parent, View child) {
|
/development/tools/rmtypedefs/test/com/android/tools/rmtypedefs/ |
RmTypeDefsTest.java | 239 for (File child : children) { 240 list(sb, child, prefix, depth + 1, rootName);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
event-hub.rb | 27 def add_child( root, child ) 29 listener.add_child( root, child )
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
visitor.rb | 75 child = @adaptor.child_of( tree, index ) 76 visit( child, pre_action, post_action )
|
/external/chromium-trace/catapult/systrace/profile_chrome/third_party/ |
perf_to_tracing.py | 95 for child in self.children.values(): 96 child.ToDict(out_dict) 237 # Recurse child nodes.
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/ |
lxmletree.py | 68 self.children = [FragmentWrapper(self, child) for child in children] 183 # because node[0] might evaluate to False if it has no child element
|
/external/clang/utils/ |
ClangDataFormat.py | 143 child = value.GetChildAtIndex(i, 0, False) 144 found = searchForType(child, searched)
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
ValidationReport.java | 112 private static boolean isEnclosedIn(Element parent, Element child) { 113 Element current = child;
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
MembersInjectionTest.java | 42 JavaFileObject childFile = JavaFileObjects.forSourceLines("test.Child", 47 "public final class Child extends Parent {", 48 " @Inject Child() {}", 63 " Child child();", 76 " private Provider<Child> childProvider;", 98 " public Child child() {", 120 JavaFileObject childFile = JavaFileObjects.forSourceLines("test.Child", 125 "public final class Child extends Parent {" 303 JavaFileObject child = JavaFileObjects.forSourceLines("test.Child", local [all...] |
/external/dbus/test/name-test/ |
tmp-session-like-system.conf | 12 the behavior of child processes. -->
|
/external/droiddriver/src/io/appium/droiddriver/finders/ |
Predicates.java | 307 for (UiElement child : element.getChildren(UiElement.VISIBLE)) { 308 if (childPredicate.apply(child)) {
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_ptrace_dumper.cc | 133 bool LinuxPtraceDumper::CopyFromProcess(void* dest, pid_t child, 143 if (sys_ptrace(PTRACE_PEEKDATA, child, remote + done, &tmp) == -1) {
|
/external/google-breakpad/src/common/windows/ |
pdb_source_line_writer.cc | 1026 CComPtr<IDiaSymbol> child; local [all...] |
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
CoverageNodeImplTest.java | 55 ICoverageNode child = new CoverageNodeImpl(ElementType.GROUP, "sample") { local 65 parent.increment(child);
|
/external/jetty/src/java/org/eclipse/jetty/server/handler/ |
HandlerCollection.java | 312 for (Handler child: children) 313 child.destroy();
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
GwtFileHandle.java | 326 /** Returns a handle to the child with the specified name. 327 * @throw GdxRuntimeException if this file handle is a {@link FileType#Classpath} or {@link FileType#Internal} and the child 329 public FileHandle child (String name) { method in class:GwtFileHandle 342 return parent().child(fixSlashes(name));
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
ShaderLoader.java | 65 snips = parse(root.child(fileName));
69 if (result == null) throw new GdxRuntimeException("No snippet [" + snipName + "] in file " + root.child(fileName).path());
|
/external/libnl/lib/route/cls/ |
ematch.c | 131 * @arg child Ematch to be added as new child of parent. 134 struct rtnl_ematch *child) 136 nl_list_add_tail(&child->e_list, &parent->e_childs);
|
/external/libweave/src/notification/ |
xml_node_unittest.cc | 92 std::unique_ptr<XmlNode> child{new XmlNode{"child", {}}}; 93 node_->AddChild(std::move(child)); 95 EXPECT_EQ("child", node_->children().front()->name());
|
/external/llvm/lib/Transforms/Scalar/ |
EarlyCSE.cpp | 356 // calls as well as the generation. There is a child iterator so that the 362 DomTreeNode::iterator child, DomTreeNode::iterator end) 363 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child), 374 DomTreeNode *child = *ChildIter; local 376 return child; 800 // Push the next child onto the stack. 801 DomTreeNode *child = NodeToProcess->nextChild(); local 804 NodeToProcess->childGeneration(), child, child->begin(), 805 child->end())) [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
PreferenceLoader.java | 105 for (PreferenceNode child : children) { 106 child.inflate(context, preference);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowDialog.java | 254 View child = viewGroup.getChildAt(i); local 255 if (clickOnText(child, text)) {
|