/libcore/luni/src/test/java/tests/api/javax/security/auth/ |
SubjectDomainCombinerTest.java | 188 Enumeration<Permission> p = perms.elements(); 275 Enumeration<Permission> p = perms.elements(); 355 Enumeration<Permission> p = perms.elements(); 420 Enumeration<Permission> p = perms.elements();
|
/external/v8/src/ |
string.js | 532 // If the separator string is empty then return the elements in the subject. 818 this.elements = new $Array(); 826 var elements = this.elements; 827 elements[elements.length] = str; 835 var elements = this.elements; 837 elements[elements.length] = (start << 11) + len [all...] |
objects.cc | 7115 FixedArray* elements = FixedArray::cast(this->elements()); local [all...] |
runtime.cc | 155 // Deep copy local elements. 156 // Pixel elements cannot be created using an object literal. 160 FixedArray* elements = FixedArray::cast(copy->elements()); local 161 for (int i = 0; i < elements->length(); i++) { 162 Object* value = elements->get(i); 167 elements->set(i, result); 314 Handle<FixedArray> elements) { 320 Handle<Object> copied_elements = Factory::CopyFixedArray(elements); 335 // Set the elements 344 Handle<FixedArray> elements = CompileTimeValue::GetElements(array); local [all...] |
/external/chromium/third_party/icu/source/common/ |
unames.c | 786 const char *s, /* suffix elements */ 789 const char *elementBases[8], const char *elements[8], 794 /* write elements according to the factors */ 797 * the factorized elements are determined by modulo arithmetic 826 if(elements!=NULL) { 827 *elements++=s; 920 /* name = prefix factorized-elements */ 1011 const char *elementBases[8], *elements[8]; local 1020 /* name = prefix factorized-elements */ 1033 indexes, elementBases, elements, 1140 const char *elementBases[8], *elements[8]; local [all...] |
/external/icu4c/common/ |
unames.c | 783 const char *s, /* suffix elements */ 786 const char *elementBases[8], const char *elements[8], 791 /* write elements according to the factors */ 794 * the factorized elements are determined by modulo arithmetic 823 if(elements!=NULL) { 824 *elements++=s; 912 /* name = prefix factorized-elements */ 1003 const char *elementBases[8], *elements[8]; local 1012 /* name = prefix factorized-elements */ 1025 indexes, elementBases, elements, 1132 const char *elementBases[8], *elements[8]; local [all...] |
/external/webkit/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | 1296 time-saver methods to let you easily work with HTML Elements. 1318 Elements.implement(key, function(){ 1319 var items = [], elements = true; 1323 if (elements) elements = ($type(returns) == 'element'); 1325 return (elements) ? new Elements(items) : items; 1366 var Elements = new Native({ 1368 initialize: function(elements, options){ 1370 elements = elements || [] [all...] |
/dalvik/dx/src/com/android/dx/util/_tests/ |
_BitIntSet.java | 31 assertEquals(0, set.elements()); 41 assertEquals(3, set.elements());
|
/development/samples/NFCDemo/src/com/example/android/nfc/record/ |
SmartPoster.java | 154 * Returns the first element of {@code elements} which is an instance of 157 private static <T> T getFirstIfExists(Iterable<?> elements, Class<T> type) { 158 Iterable<T> filtered = Iterables.filter(elements, type);
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
WeakHashtable.java | 148 public Enumeration elements() { method in class:WeakHashtable 150 return super.elements();
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
X509Extensions.java | 275 e = ordering.elements(); 298 Enumeration e = objectIDs.elements();
|
/external/freetype/src/psaux/ |
psobjs.c | 61 /* count :: The table size = the maximum number of elements. */ 78 if ( FT_NEW_ARRAY( table->elements, count ) || 93 FT_FREE( table->elements ); 104 FT_Byte** offset = table->elements; 132 /* copy elements and shift offsets */ 215 table->elements[idx] = table->block + table->cursor; 273 FT_FREE( table->elements ); 720 /* the number of array elements */ 1246 T1_TokenRec elements[T1_MAX_TABLE_ELEMENTS]; local [all...] |
/external/guava/src/com/google/common/collect/ |
AbstractMultiset.java | 80 /** Count of subsequent elements equal to current element */ 82 /** Count of all elements equal to current element */ 158 @Override public boolean containsAll(Collection<?> elements) { 159 return elementSet().containsAll(elements); 262 * when passed unequal elements.
|
/external/libffi/src/cris/ |
ffi.c | 41 FFI_ASSERT (arg->elements != NULL); 45 ptr = &(arg->elements[0]);
|
/external/v8/test/mjsunit/ |
stress-array-push.js | 29 // to stress test pushing elements to an array.
|
/external/webkit/WebCore/inspector/front-end/ |
treeoutline.js | 240 var elements = this._knownTreeElements[element.identifier]; 241 if (elements.indexOf(element) !== -1) 245 elements.push(element); 271 var elements = this._knownTreeElements[representedObject.__treeElementIdentifier]; 272 if (elements) { 273 for (var i = 0; i < elements.length; ++i) 274 if (elements[i].representedObject === representedObject) 275 return elements[i];
|
/frameworks/base/core/java/android/text/ |
Html.java | 158 String elements = " "; local 167 elements = "align=\"center\" " + elements; 169 elements = "align=\"right\" " + elements; 171 elements = "align=\"left\" " + elements; 176 out.append("<div " + elements + ">");
|
/libcore/json/src/test/java/org/json/ |
ParsingTest.java | 220 private JSONArray array(Object... elements) { 221 return new JSONArray(Arrays.asList(elements));
|
/libcore/luni/src/main/java/java/util/logging/ |
XMLFormatter.java | 145 StackTraceElement[] elements = t.getStackTrace(); local 146 for (StackTraceElement e : elements) {
|
/libcore/luni/src/main/java/org/apache/xml/utils/ |
NamespaceSupport2.java | 343 // elements enumerator. Wastes storage, wastes cycles if we 439 * number of elements (i.e. 5-10 rather than tens of thousands).</p> 451 new Vector().elements(); 689 return declarations.elements(); 720 * elements do not contain Namespace declarations. In that case,
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
SmartPoster.java | 189 * Returns the first element of {@code elements} which is an instance 192 private static <T> T getFirstIfExists(Iterable<?> elements, Class<T> type) { 193 Iterable<T> filtered = Iterables.filter(elements, type);
|
/system/core/nexus/ |
WifiController.h | 47 int elements); 59 int elements);
|
WifiNetwork.h | 76 int elements); 88 int elements);
|
/external/libffi/src/mips/ |
ffi.c | 215 while ((e = arg->elements[index])) 258 e = arg->elements[0]; 264 if (flags && (e = arg->elements[1])) 273 if (flags && (arg->elements[2])) 760 ffi_type **elt_typep = type->elements;
|
/cts/tools/utils/ |
CollectAllTests.java | 235 NodeList elements = element.getElementsByTagName(tagName); local 236 if (elements.getLength() > 0) { 237 return (Element) elements.item(0);
|