/external/v8/test/mjsunit/ |
array-splice.js | 210 // performing ToInteger on arguments. However, v8 ignores elements 228 // Now check the case with array of holes and some elements on prototype.
|
array-functions-prototype.js | 39 // Set elements on the array prototype.
|
array-slice.js | 118 // Now check the case with array of holes and some elements on prototype.
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
AccessibilityUIElementGtk.cpp | 51 void AccessibilityUIElement::getLinkedUIElements(Vector<AccessibilityUIElement>& elements)
|
/frameworks/base/tools/aidl/ |
AST.h | 326 vector<ClassElement*> elements; member in struct:Class
|
/libcore/junit/src/main/java/junit/framework/ |
TestSuite.java | 229 return fTests.elements();
|
/system/core/nexus/ |
WifiNetwork.cpp | 667 int elements) : 668 IntegerProperty(name, ro, elements) { 674 bool ro, int elements) : 675 StringProperty(name, ro, elements) {
|
/external/webkit/SunSpider/tests/parse-only/ |
concat-jquery-mootools-prototype.js | 102 // The number of elements contained in the matched element set 119 // Take an array of elements and push it onto the stack 139 // Force the current matched set of elements to become 140 // the specified array of elements (destroying the stack in the process) 159 // the matched set of elements 221 // The elements to wrap the target around 1001 // browsers index elements by id/name on forms, give priority to attributes. 1099 // Also, we need to make sure that the correct elements are being returned [all...] |
/external/libxml2/ |
valid.c | 6992 const xmlChar *elements[256]; local [all...] |
/external/chromium/base/ |
linux_versioninfo.scons | 303 # elements in the path with '__':
|
test_support_base.scons | 288 # elements in the path with '__':
|
test_support_perf.scons | 293 # elements in the path with '__':
|
/external/chromium/net/ |
net_test_support.scons | 297 # elements in the path with '__':
|
/external/chromium/third_party/icu/ |
icudata.scons | 264 # elements in the path with '__':
|
/external/chromium/third_party/libevent/ |
libevent.scons | 274 # elements in the path with '__':
|
/external/chromium/third_party/modp_b64/ |
modp_b64.scons | 258 # elements in the path with '__':
|
/external/chromium/third_party/zlib/ |
zlib.scons | 287 # elements in the path with '__':
|
/external/guava/src/com/google/common/collect/ |
Iterators.java | 70 // Casting to any type is safe since there are no actual elements. 97 // Casting to any type is safe since there are no actual elements. 118 * Returns the number of elements remaining in {@code iterator}. The iterator 157 * @param removeFrom the iterator to (potentially) remove elements from 158 * @param elementsToRemove the elements to remove 159 * @return {@code true} if any elements are removed from {@code iterator} 179 * @param removeFrom the iterator to (potentially) remove elements from 182 * @return {@code true} if any elements were removed from the iterator 203 * @param removeFrom the iterator to (potentially) remove elements from 204 * @param elementsToRetain the elements to retai [all...] |
/external/libffi/include/ |
ffi.h.in | 96 struct _ffi_type **elements;
|
/external/libvpx/vp8/common/arm/neon/ |
loopfiltersimplehorizontaledge_neon.asm | 18 ;Note: flimit, limit, and thresh shpuld be positive numbers. All 16 elements in flimit
|
/external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/ |
SDL_sysjoystick.c | 88 long elements; /* number of total elements (shouldbe total of above) (calculated, not reported by device) */ member in struct:joystick_hwdata 278 /* examines CF dictionary vlaue in device element hierarchy to determine if it is element of interest or a collection of more elements 280 * if collection then pass on to deconstruction collection into additional individual elements 354 pDevice->elements++; 381 /* handles retrieval of element information from arrays of elements in device IO registry information */ 537 /* disposes of a single device, closing and releaseing interface, freeing memory fro device and elements, setting device pointer to NULL
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
determinize.h | 357 // Divides out label weight from destination subset elements. 381 explicit SubsetEqual(vector<Element *> *elements) 382 : elements_(elements) {} 392 // Loads first subset elements in element vector. 423 // Hash function for Subset to Fst states. Subset elements are not
|
/external/v8/src/ |
api.h | 103 return v8::internal::FixedArray::cast(value()->elements())->get(offset); 109 v8::internal::FixedArray::cast(value_->elements())->set(offset, value);
|
heap-profiler.cc | 111 // If 'properties' and 'elements' are non-empty (thus, non-shared), 116 if (FixedArray::cast(obj->elements())->length() != 0) { 117 size += obj->elements()->Size(); 146 // This covers the case of 'elements' and 'properties' of JSObject,
|
string-stream.cc | 429 unsigned int limit = FixedArray::cast(array->elements())->length(); 433 PrintFixedArray(FixedArray::cast(array->elements()), limit);
|