/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
LayoutTestBase.java | 75 IDragElement[] elements = TestDragElement.create(TestDragElement.create( local 79 DropFeedback feedback = rule.onDropEnter(targetNode, null/*targetView*/, elements); 89 feedback = rule.onDropMove(targetNode, elements, feedback, dropPoint); 93 feedback = rule.onDropMove(targetNode, elements, feedback, secondDropPoint); 127 rule.onDropped(targetNode, elements, feedback, dropPoint); 161 * same elements (regardless of order) 171 // Sort prior to comparison to ensure we have the same elements
|
/tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/wizards/buildingblocks/ |
ActivitySampleSelectionPage.java | 337 Object[] elements;
field in class:SampleTreeContentProvider 339 public SampleTreeContentProvider(Object[] elements)
341 this.elements = elements;
347 return elements;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 1244 def initialize( adaptor, element_description, elements = nil ) 1247 @elements = nil 1251 if elements.instance_of?( Array ) 1252 @elements = elements 1254 add( elements ) 1267 when @elements then @elements << e [all...] |
/external/icu4c/common/ |
uhash.c | 19 /* This hashtable is implemented as a double hash. All elements are 59 * coordinated with the ratio between successive elements of the 221 p = hash->elements = (UHashElement*) 224 if (hash->elements == NULL) { 337 UHashElement *elements = hash->elements; local 343 tableHash = elements[theIndex].hashcode; 345 if ((*hash->keyComparator)(key, elements[theIndex].key)) { 346 return &(elements[theIndex]); 379 return &(elements[theIndex]) [all...] |
/external/v8/src/ |
objects-printer.cc | 274 PrintF(out, "(elements transition to "); 321 FixedArray* p = FixedArray::cast(elements()); 331 if (elements()->length() > 0) { 332 FixedDoubleArray* p = FixedDoubleArray::cast(elements()); 345 ExternalPixelArray* p = ExternalPixelArray::cast(elements()); 352 ExternalByteArray* p = ExternalByteArray::cast(elements()); 360 ExternalUnsignedByteArray::cast(elements()); 367 ExternalShortArray* p = ExternalShortArray::cast(elements()); 375 ExternalUnsignedShortArray::cast(elements()); 382 ExternalIntArray* p = ExternalIntArray::cast(elements()); [all...] |
liveobjectlist.cc | 382 // If we have elements to process, we're good to go. 447 // If we have elements to process, we're good to go. 951 Element* elements = lol->elements_; local 953 HeapObject* heap_obj = elements[i].obj_; 993 // For lol elements, it doesn't matter which comes first if 2 elements point 2283 Element* elements = lol->elements_; local 2308 Element* elements = NewArray<Element>(total_count); local 2397 Element* elements = lol->elements_; local 2486 Element* elements = NewArray<Element>(total_count); local 2599 Element* elements = lol->elements_; local [all...] |
/external/webkit/Source/WebKit/mac/WebView/ |
WebHTMLRepresentation.mm | 294 const Vector<FormAssociatedElement*>& elements = formElement->associatedElements(); 296 for (unsigned i = 0; i < elements.size(); i++) { 297 FormAssociatedElement* elt = elements[i]; 342 const Vector<FormAssociatedElement*>& elements = formElement->associatedElements(); 343 for (unsigned i = 0; i < elements.size(); i++) { 344 if (elements[i]->isEnumeratable()) { // Skip option elements, other duds 345 DOMElement* de = kit(toHTMLElement(elements[i]));
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
TreeWizard.cs | 227 IList elements; 228 if (!m.TryGetValue(ttype, out elements) || elements == null) { 229 elements = new List<object>(); 230 m[ttype] = elements; 232 elements.Add(t);
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
TreeWizard.cs | 257 IList elements; 258 if ( !m.TryGetValue( ttype, out elements ) || elements == null ) 260 elements = new List<object>(); 261 m[ttype] = elements; 263 elements.Add( t );
|
/external/expat/ |
Makefile | 54 all: $(LIBRARY) expat.pc xmlwf/xmlwf examples/elements examples/outline 59 cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs 155 examples/elements.o: examples/elements.c 156 examples/elements: examples/elements.o $(LIBRARY)
|
/external/expat/bcb5/ |
elements.mak | 16 PROJECT = Release\elements.exe 17 OBJFILES = Release\obj\examples\elements.obj 19 MAINSOURCE = elements.bpf
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLCollection02.js | 82 the elements attribute. The first SELECT element is further retrieved 83 using the elements name attribute. 107 formsnodeList = testNode.elements;
|
HTMLCollection12.js | 81 on those elements that are allowed a name attribute. If there isn't 85 the elements attribute. The method returns null since there is not a 109 formsnodeList = testNode.elements;
|
HTMLOptionsCollection03.js | 85 those elements that are allowed a name attribute. 87 Retrieve the first FORM element. Create a HTMLCollection of the elements. 113 formsnodeList = testNode.elements;
|
HTMLOptionsCollection04.js | 85 those elements that are allowed a name attribute. 87 Retrieve the first FORM element. Create a HTMLCollection of the elements. 113 formsnodeList = testNode.elements;
|
HTMLOptionsCollection05.js | 85 those elements that are allowed a name attribute. Upon failure(e.q., no 88 Retrieve the first FORM element. Create a HTMLCollection of the elements. 115 formsnodeList = testNode.elements;
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLCollection02.js | 82 the elements attribute. The first SELECT element is further retrieved 83 using the elements name attribute. 107 formsnodeList = testNode.elements;
|
HTMLCollection12.js | 81 on those elements that are allowed a name attribute. If there isn't 85 the elements attribute. The method returns null since there is not a 109 formsnodeList = testNode.elements;
|
HTMLOptionsCollection03.js | 85 those elements that are allowed a name attribute. 87 Retrieve the first FORM element. Create a HTMLCollection of the elements. 113 formsnodeList = testNode.elements;
|
HTMLOptionsCollection04.js | 85 those elements that are allowed a name attribute. 87 Retrieve the first FORM element. Create a HTMLCollection of the elements. 113 formsnodeList = testNode.elements;
|
HTMLOptionsCollection05.js | 85 those elements that are allowed a name attribute. Upon failure(e.q., no 88 Retrieve the first FORM element. Create a HTMLCollection of the elements. 115 formsnodeList = testNode.elements;
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
WebEditorClientMac.mm | 94 NSArray *elements = [[NSArray alloc] initWithObjects: 105 CFRetain(elements); 106 return elements;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
DescriptorsUtils.java | 157 String elements[] = key.split("/"); //$NON-NLS-1$ local 159 if (elements.length < 1) { 161 } else if (elements.length == 1) { 162 overrideAttrLocalName = elements[0]; 163 elements = null; 165 overrideAttrLocalName = elements[elements.length - 1]; 166 elements = elements[0].split(","); //$NON-NLS-1$ 174 boolean ok_element = elements != null && elements.length < 1 [all...] |
/dalvik/dx/junit-tests/com/android/dx/util/ |
ListIntSetTest.java | 26 assertEquals(0, set.elements()); 36 assertEquals(3, set.elements());
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
Extensions.java | 98 return ordering.elements(); 126 Enumeration e = ordering.elements();
|