HomeSort by relevance Sort by last modified time
    Searched refs:childID (Results 1 - 25 of 31) sorted by null

1 2

  /cts/tests/tests/widget/src/android/widget/cts/
BaseExpandableListAdapterTest.java 37 long childID = adapter.getCombinedChildId(10, 100);
41 assertTrue(childID != groupID);
43 childID = adapter.getCombinedChildId(0, 0);
45 assertTrue(childID != groupID);
  /external/google-breakpad/src/testing/gtest/test/
gtest_xml_test_utils.py 131 childID = child.getAttribute(self.identifying_attribute[child.tagName])
132 self.assert_(childID not in children)
133 children[childID] = child
  /external/gtest/test/
gtest_xml_test_utils.py 135 childID = child.getAttribute(self.identifying_attribute[child.tagName])
136 self.assert_(childID not in children)
137 children[childID] = child
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 130 childID = child.getAttribute(self.identifying_attribute[child.tagName])
131 self.assert_(childID not in children)
132 children[childID] = child
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_xml_test_utils.py 135 childID = child.getAttribute(self.identifying_attribute[child.tagName])
136 self.assert_(childID not in children)
137 children[childID] = child
  /ndk/sources/third_party/googletest/googletest/test/
gtest_xml_test_utils.py 133 childID = child.getAttribute(self.identifying_attribute[child.tagName])
134 self.assert_(childID not in children)
135 children[childID] = child
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 310 int childID = adaptor.getUniqueID(child);
311 transmit("addChild\t"+rootID+"\t"+childID);
RemoteDebugEventSocketListener.java 415 int childID = Integer.parseInt(elements[2]);
417 ProxyTree child = new ProxyTree(childID);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 344 int childID = adaptor.GetUniqueID(child);
345 Transmit("addChild\t" + rootID + "\t" + childID);
RemoteDebugEventSocketListener.cs 478 int childID = int.Parse(elements[2]);
480 ProxyTree child = new ProxyTree(childID);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 391 int childID = adaptor.GetUniqueID( child );
392 Transmit( "addChild\t" + rootID + "\t" + childID );
RemoteDebugEventSocketListener.cs 622 int childID = int.Parse( elements[2] );
624 ProxyTree child = new ProxyTree( childID );
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 

Completed in 1678 milliseconds

1 2