/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateMetadata.java | 384 NodeList elements = mDocument.getElementsByTagName(TAG_DEPENDENCY); local 385 if (elements.getLength() == 0) { 390 for (int i = 0, n = elements.getLength(); i < n; i++) { 391 Element element = (Element) elements.item(i);
|
/external/chromium/chrome/browser/resources/net_internals/ |
loggrouper.js | 55 // Stack of enclosing PHASE_BEGIN elements.
|
/external/chromium/net/third_party/gssapi/ |
gssapi.h | 151 void *elements; member in struct:gss_OID_desc_struct 158 gss_OID elements; member in struct:gss_OID_set_desc_struct
|
/external/chromium_org/chrome/browser/resources/safe_browsing/ |
malware_block_v2.js | 93 // Allow jsdisplay elements to be visible now.
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/ |
runat.user.js | 41 // Create and style inserted DOM elements.
|
/external/chromium_org/chrome/common/extensions/docs/examples/tutorials/getstarted/ |
popup.js | 47 * 'requestKittens', by generating 'img' elements, and stuffing them into
|
/external/chromium_org/remoting/webapp/ |
menu_button.js | 18 * elements comprising the menu. It should have the "menu-button" class.
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
repeated_field.h | 103 // Extract elements with indices in "[start .. start+num-1]". 104 // Copy them into "elements[0 .. num-1]" if "elements" is not NULL. 105 // Caution: implementation also moves elements with indices [start+num ..]. 107 void ExtractSubrange(int start, int num, Element* elements); 132 // Swap two elements. 183 // Copy the elements of |from| into |to|. 194 // This is a helper template to copy an array of elements effeciently when they 266 // Close up a gap of "num" elements starting at offset "start". 423 // Delete elements with indices in the range [start .. start+num-1] [all...] |
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1130.js | 29 // of JS accessors on Object's prototype elements.
|
regress-1531.js | 28 // Regression test for computing elements keys of arguments object. Should
|
regress-732.js | 31 // Create a JSObject with NumberDictionary as a backing store for elements.
|
regress-900.js | 28 // Check that we allow accessors on JSArray elements.
|
regress-hoist-load-named-field.js | 31 // cannot be hoisted due to changes in elements kinds.
|
splice-missing-wb.js | 44 // Delete elements a[2] .. a[201]. Internally we will use
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.appserver_3.1.400.v20100427.jar | |
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
NavigableMapTestSuiteBuilder.java | 103 * Creates a suite whose map has some elements filtered out of view. 124 @SuppressWarnings("unchecked") // no elements are inserted into the array 189 * Returns an array of four bogus elements that will always be too high or 258 public Map<K, V> create(Object... elements) { 259 return delegate.create(elements);
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SortedMultisetTestSuiteBuilder.java | 205 * Returns an array of four bogus elements that will always be too high or too 274 public Multiset<E> create(Object... elements) { 275 return delegate.create(elements);
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
genk-timing.py | 141 def writeFunction(self, elements): 153 for i in range(elements): 177 print(" %d functions, %d elements per function, %d functions between execution" % 184 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
genk-timing.py | 146 def writeFunction(self, elements): 158 for i in range(elements): 182 print(" %d functions, %d elements per function, %d functions between execution" % 189 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
|
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
genk-timing.py | 141 def writeFunction(self, elements): 153 for i in range(elements): 177 print(" %d functions, %d elements per function, %d functions between execution" % 184 script.writeComment(" %d functions, %d elements per function, %d functions between execution"
|
/external/v8/test/mjsunit/regress/ |
regress-1130.js | 29 // of JS accessors on Object's prototype elements.
|
regress-1531.js | 28 // Regression test for computing elements keys of arguments object. Should
|
regress-732.js | 31 // Create a JSObject with NumberDictionary as a backing store for elements.
|
regress-900.js | 28 // Check that we allow accessors on JSArray elements.
|
splice-missing-wb.js | 44 // Delete elements a[2] .. a[201]. Internally we will use
|