HomeSort by relevance Sort by last modified time
    Searched refs:elements (Results 1126 - 1150 of 1581) sorted by null

<<41424344454647484950>>

  /external/javassist/src/main/javassist/
ClassPool.java 277 Enumeration e = classes.elements();
937 * <p>The elements of the given path list must be separated by colons
    [all...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 49 import de.lessvoid.nifty.elements.render.TextRenderer.RenderFontNull;
  /external/libffi/src/sparc/
ffi.c 328 ffi_type **ptr = &arg->elements[0];
  /external/libffi/src/x86/
ffi64.c 182 for (ptr = type->elements; *ptr != NULL; ptr++)
  /external/libvorbis/doc/
07-floor1.tex 352 elements of the other two vectors so that the X, Y and step2_flag
381 14) truncate vector [floor] to [n] elements
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4.h 393 void emit_dp(dst_reg dst, src_reg src0, src_reg src1, unsigned elements);
  /external/opencv/cxcore/include/
cxcore.h 78 * Array allocation, deallocation, initialization and access to elements *
321 /* Returns type of array elements:
436 /* Returns width and height of array in elements */
443 /* Sets all or "masked" elements of input array
448 /* Clears all the array elements (sets them to 0) */
779 /* Calculates trace of the matrix (sum of elements on the main diagonal) */
    [all...]
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /external/v8/src/
hydrogen-instructions.h 2544 HValue* elements() { return OperandAt(3); } function in class:v8::HApplyArguments
3893 HValue* elements() { return OperandAt(0); } function in class:v8::HLoadKeyedFastDoubleElement
4134 HValue* elements() { return OperandAt(0); } function in class:v8::HStoreKeyedFastDoubleElement
    [all...]
profile-generator.cc 2174 FixedArray* elements = FixedArray::cast(js_obj->elements()); local
2670 intptr_t elements = info->GetElementCount(); local
    [all...]
  /external/v8/test/mjsunit/
json.js 298 // Arrays with missing, undefined or function elements have those elements
  /frameworks/base/core/java/android/text/format/
DateFormat.java 190 * you know what elements you want in your format string but don't want to make your
310 * 3 elements ({@link #DATE}, {@link #MONTH}, and {@link #YEAR}) in the order
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 299 for (Enumeration e = activeThreads.elements(); e.hasMoreElements();) {
  /frameworks/native/opengl/libagl/
matrix.cpp 238 GLfloat const* fp = rhs.elements();
589 const GLfloat* const mv = modelview.top().elements();
602 const GLfloat* const mv = modelview.top().elements();
1124 GLfloat const* f = c->transforms.current->top().elements();
  /packages/apps/Email/tests/src/com/android/email/mail/store/
ImapStoreUnitTests.java 392 String[] elements = id.split("\""); local
394 for (int i = 0; i < elements.length; ) {
400 map.put(elements[i+1], elements[i+3]);
    [all...]
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 44 /* Obstack for allocating bitmaps and elements from. */
46 struct bitmap_element_def *elements; member in struct:bitmap_obstack
59 is undefined for interior elements. This allows
61 linear in the number of elements to be freed. */
79 bitmap_obstack *obstack; /* Obstack to allocate elements from.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 44 /* Obstack for allocating bitmaps and elements from. */
46 struct bitmap_element_def *elements; member in struct:bitmap_obstack
59 is undefined for interior elements. This allows
61 linear in the number of elements to be freed. */
79 bitmap_obstack *obstack; /* Obstack to allocate elements from.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 44 /* Obstack for allocating bitmaps and elements from. */
46 struct bitmap_element_def *elements; member in struct:bitmap_obstack
59 is undefined for interior elements. This allows
61 linear in the number of elements to be freed. */
79 bitmap_obstack *obstack; /* Obstack to allocate elements from.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 44 /* Obstack for allocating bitmaps and elements from. */
46 struct bitmap_element_def *elements; member in struct:bitmap_obstack
59 is undefined for interior elements. This allows
61 linear in the number of elements to be freed. */
79 bitmap_obstack *obstack; /* Obstack to allocate elements from.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_generators.py 329 ... "Generate all combinations of k elements from list x."
658 - produce their elements in a lazy manner
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_generators.py 329 ... "Generate all combinations of k elements from list x."
658 - produce their elements in a lazy manner
    [all...]
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 553 /// Add all elements of kids list as children of this node
791 /// A generic list of elements tracked in an alternative to be used in
796 /// Once you start next()ing, do not try to add more elements. It will
    [all...]

Completed in 498 milliseconds

<<41424344454647484950>>