/external/chromium_org/third_party/WebKit/Source/web/ |
ChromeClientImpl.cpp | 990 void ChromeClientImpl::didAssociateFormControls(const Vector<RefPtr<Element> >& elements) [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uhash.h | 21 * storage space. As elements are added to it, it grows to accomodate 22 * them. By default, the table never shrinks, even if all elements 98 /* Reorder these elements to pack nicely if necessary */ 155 UHashElement *elements; member in struct:UHashtable 290 * before any elements are added to the hashtable and should not be 303 * once before any elements are added to the hashtable and should not 508 * Iterate through the elements of a UHashtable. The caller must not
|
uvector.h | 74 * zero, then it is assumed that the caller will delete elements as 103 UHashTok* elements; member in class:UVector 128 * equal if they are of the same size and all elements are equal, 195 * elements for i >= newSize. If newSize is larger, grow the 201 * Fill in the given array with all elements of this vector. 227 * Returns true if this vector contains none of the elements 236 * as defined by 'compare'. The current elements are assumed to 243 * as defined by 'compare'. The current elements are assumed to
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
nv50_context.h | 87 uint32_t instance_elts; /* bitmask of per-instance elements */ 125 uint32_t vbo_fifo; /* bitmask of vertex elements to be pushed to FIFO */ 267 const struct pipe_vertex_element *elements);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_context.h | 94 uint32_t instance_elts; /* bitmask of per-instance elements */ 272 const struct pipe_vertex_element *elements);
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_types.h | 119 unsigned vector_elements:3; /**< 1, 2, 3, or 4 vector elements. */ 133 * \c GLSL_TYPE_STRUCT, it is the number of elements in the structure and 142 const struct glsl_type *array; /**< Type of array elements. */ 204 * Query the type of elements in an array 207 * Pointer to the type of elements in the array for array types, or \c NULL 225 unsigned elements); 259 * elements in the array) 458 * Query the number of elements in an array type 461 * The number of elements in the array for array types or -1 for non-array 462 * types. If the number of elements in the array has not yet been declared [all...] |
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
gl_XML.py | 434 elements = (count * self.count_scale) 435 if elements == 1: 436 elements = 0 440 # print '/* # elements = %u */' % (elements) 441 self.type_expr.set_elements( elements )
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
uniforms.h | 244 struct gl_builtin_uniform_element *elements; member in struct:gl_builtin_uniform_desc 255 * access other elements of the array by adding an offset to the 260 * HOWEVER, some other OpenGL drivers allow accessing array elements
|
/external/chromium_org/third_party/simplejson/ |
__init__.py | 173 If *indent* is a string, then JSON array elements and object members 270 If ``indent`` is a string, then JSON array elements and object members 508 elements to the top, then container elements.
|
/external/chromium_org/tools/metrics/actions/ |
extract_actions.py | 433 """Grep a WebUI source file for elements with associated metrics.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/ |
CompileErrorCheck.java | 192 Enumeration enumeration = logsWithErrors.elements();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestResultsGenerator.java | 498 Enumeration enumeration = (anErrorTracker.getTestLogs()).elements(); 1151 NodeList elements = document.getElementsByTagName(elementName); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.variables_3.2.400.v20100505.jar | |
/external/icu4c/common/ |
uhash.h | 23 * storage space. As elements are added to it, it grows to accomodate 24 * them. By default, the table never shrinks, even if all elements 91 /* Reorder these elements to pack nicely if necessary */ 135 UHashElement *elements; member in struct:UHashtable 270 * before any elements are added to the hashtable and should not be 283 * once before any elements are added to the hashtable and should not 488 * Iterate through the elements of a UHashtable. The caller must not
|
uvector.h | 57 * zero, then it is assumed that the caller will delete elements as 86 UElement* elements; member in class:UVector 111 * equal if they are of the same size and all elements are equal, 178 * elements for i >= newSize. If newSize is larger, grow the 184 * Fill in the given array with all elements of this vector. 210 * Returns true if this vector contains none of the elements 219 * as defined by 'compare'. The current elements are assumed to 226 * as defined by 'compare'. The current elements are assumed to
|
/external/jhead/ |
jhead.h | 76 // This structure stores Exif header image elements in a simple manner 163 int DataLength; // Number of elements in Format. -1 means any length. 185 void create_EXIF(ExifElement_t* elements, int exifTagCount, int gpsTagCount, int hasDateTimeTag);
|
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
InputSystemJme.java | 45 import de.lessvoid.nifty.elements.Element;
|
/external/junit/src/junit/framework/ |
TestSuite.java | 272 return fTests.elements();
|
/external/libffi/darwin-x86/ |
ffi.h | 96 struct _ffi_type **elements; member in struct:_ffi_type
|
/external/libffi/include/ |
ffi_real.h | 97 struct _ffi_type **elements; member in struct:_ffi_type
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
variance_neon.asm | 46 ;VPADAL adds adjacent pairs of elements of a vector, and accumulates 47 ;the results into the elements of the destination vector. The explanation
|
/external/llvm/include/llvm/CodeGen/ |
MachineScheduler.h | 170 ArrayRef<SUnit*> elements() { return Queue; } function in class:llvm::ReadyQueue
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_context.h | 87 uint32_t instance_elts; /* bitmask of per-instance elements */ 125 uint32_t vbo_fifo; /* bitmask of vertex elements to be pushed to FIFO */ 267 const struct pipe_vertex_element *elements);
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_context.h | 94 uint32_t instance_elts; /* bitmask of per-instance elements */ 272 const struct pipe_vertex_element *elements);
|
/external/mesa3d/src/glsl/ |
glsl_types.h | 119 unsigned vector_elements:3; /**< 1, 2, 3, or 4 vector elements. */ 133 * \c GLSL_TYPE_STRUCT, it is the number of elements in the structure and 142 const struct glsl_type *array; /**< Type of array elements. */ 204 * Query the type of elements in an array 207 * Pointer to the type of elements in the array for array types, or \c NULL 225 unsigned elements); 259 * elements in the array) 458 * Query the number of elements in an array type 461 * The number of elements in the array for array types or -1 for non-array 462 * types. If the number of elements in the array has not yet been declared [all...] |