HomeSort by relevance Sort by last modified time
    Searched refs:ARRAY (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.h 417 #define GCOV_UNSIGNED2STRING(ARRAY,VALUE) \
418 ((ARRAY)[0] = (char)((VALUE) >> 24), \
419 (ARRAY)[1] = (char)((VALUE) >> 16), \
420 (ARRAY)[2] = (char)((VALUE) >> 8), \
421 (ARRAY)[3] = (char)((VALUE) >> 0))
642 /* An array describing the total number of load latency fields. */
644 /* The total number of entries in the load latency array. */
646 /* The total number of entries currently allocated in the array.
672 /* An array describing the total number of mispredict entries. */
674 /* The total number of entries in the above array. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.h 417 #define GCOV_UNSIGNED2STRING(ARRAY,VALUE) \
418 ((ARRAY)[0] = (char)((VALUE) >> 24), \
419 (ARRAY)[1] = (char)((VALUE) >> 16), \
420 (ARRAY)[2] = (char)((VALUE) >> 8), \
421 (ARRAY)[3] = (char)((VALUE) >> 0))
642 /* An array describing the total number of load latency fields. */
644 /* The total number of entries in the load latency array. */
646 /* The total number of entries currently allocated in the array.
672 /* An array describing the total number of mispredict entries. */
674 /* The total number of entries in the above array. *
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.h 417 #define GCOV_UNSIGNED2STRING(ARRAY,VALUE) \
418 ((ARRAY)[0] = (char)((VALUE) >> 24), \
419 (ARRAY)[1] = (char)((VALUE) >> 16), \
420 (ARRAY)[2] = (char)((VALUE) >> 8), \
421 (ARRAY)[3] = (char)((VALUE) >> 0))
642 /* An array describing the total number of load latency fields. */
644 /* The total number of entries in the load latency array. */
646 /* The total number of entries currently allocated in the array.
672 /* An array describing the total number of mispredict entries. */
674 /* The total number of entries in the above array. *
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.h 417 #define GCOV_UNSIGNED2STRING(ARRAY,VALUE) \
418 ((ARRAY)[0] = (char)((VALUE) >> 24), \
419 (ARRAY)[1] = (char)((VALUE) >> 16), \
420 (ARRAY)[2] = (char)((VALUE) >> 8), \
421 (ARRAY)[3] = (char)((VALUE) >> 0))
642 /* An array describing the total number of load latency fields. */
644 /* The total number of entries in the load latency array. */
646 /* The total number of entries currently allocated in the array.
672 /* An array describing the total number of mispredict entries. */
674 /* The total number of entries in the above array. *
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
model_test.py 53 self.assertEquals(model.PropertyType.ARRAY,
dart_generator.py 316 elif p.type_.property_type is PropertyType.ARRAY:
686 return (type_.property_type is PropertyType.ARRAY and
695 return (type_.property_type is PropertyType.ARRAY and
711 or (type_.property_type is PropertyType.ARRAY
756 elif prop_type is PropertyType.ARRAY:
cc_generator.py 109 elif type_.property_type == PropertyType.ARRAY:
156 t.property_type == PropertyType.ARRAY or
477 elif underlying_type.property_type == PropertyType.ARRAY:
659 elif underlying_type.property_type == PropertyType.ARRAY:
683 '"unable to populate array \'%%(parent_key)s\'"'))
741 |src_var| into an array of enums of |type_| in |dst_var|. On failure,
    [all...]
model.py 107 - |item_type| if this is an array, the type of items in the array
134 if json_type == 'array':
135 self.property_type = PropertyType.ARRAY
377 ARRAY = _PropertyTypeInfo(False, "array")
h_generator.py 190 elif type_.property_type == PropertyType.ARRAY:
373 """Generates a constant string array for the event name.
393 """Builds the parameter list for a function, given an array of parameters.
  /external/mksh/src/
var.c 165 * Used to calculate an array index for global()/local(). Sets *arrayp
166 * to true if this is an array, sets *valp to the array index, returns
167 * the basename of the array.
187 if (vp && (vp->flag & (DEFINED|ASSOC|ARRAY)) ==
225 bool array; local
228 /* Check to see if this is an array */
229 n = array_index_calc(n, &array, &val);
233 if (array)
279 return (array ? arraysearch(vp, val) : vp)
297 bool array; local
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AbstractClassAdapter.java 63 * Renames an object type, e.g. "Lcom.package.MyClass;" or an array type that has an
75 } else if (type.getSort() == Type.ARRAY) {
87 * Renames an object type, e.g. "Lcom.package.MyClass;" or an array type that has an
103 } else if (type.getSort() == Type.ARRAY) {
StubMethodAdapter.java 139 case Type.ARRAY:
164 case Type.ARRAY:
  /frameworks/base/tools/aidl/
aidl_language_y.y 20 %token ARRAY
324 | IDENTIFIER ARRAY {
  /external/chromium_org/dbus/
message.h 78 ARRAY = DBUS_TYPE_ARRAY,
286 // Opens an array. The array contents can be added to the array with
287 // |sub_writer|. The client code must close the array with
291 // the array contents. For instance, if you want an array of strings,
305 // Close the container for a array/variant/struct/dict entry.
308 // Appends the array of bytes. Arrays of bytes are often used for
313 // Appends the array of strings. Arrays of strings are often used fo
    [all...]
values_util.cc 171 case Message::ARRAY: {
174 // If the type of the array's element is DICT_ENTRY, create a
199 // DICT_ENTRY must be popped as an element of an array.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
CustomFilterRenderer.cpp 214 case CustomFilterParameter::ARRAY:
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationFactory.java 55 * Reflects specified annotation type and returns an array
215 if (el.tag == AnnotationMember.ARRAY) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 178 case ARRAY:
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
TocInsertor.pm 153 # args: - $aTocs: Reference to array of tocs.
216 # args: - $aToc: (reference to array of) ToC object(s) to insert.
217 # - $aFile: (reference to array of) file(s) to parse for insertion
227 # Dereference array reference or make array of file specification
228 @files = (ref($aFile) =~ m/ARRAY/) ? @$aFile : ($aFile);
305 # Alias ToC insertion point (Tip) array of right type
366 # args: - $aTipToken: Reference to token array item which matches the ToC
467 # Array containing references to scalars. This array depicts the orde
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
awkgram.y 51 %token <i> ARRAY
421 | varname '[' patlist ']' { $$ = op2(ARRAY, makearr($1), $3); }
450 SYNTAX("%s is an array, not a function", p->nval);
  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
AsmGeneratorTest.java 306 } else if (sort == Type.ARRAY) {
  /external/javassist/src/main/javassist/compiler/
TypeChecker.java 50 * Converts an array of tuples of exprType, arrayDim, and className
223 if (e.getOperator() == ARRAY) {
254 private void atArrayAssign(Expr expr, int op, Expr array,
257 atArrayRead(array.oprand1(), array.oprand2());
559 // array access, member access,
580 else if (token == ARRAY)
899 public void atArrayRead(ASTree array, ASTree index)
902 array.accept(this);
927 if (e.getOperator() == ARRAY) {
    [all...]
  /external/chromium_org/chromeos/dbus/
shill_client_unittest_base.cc 271 case dbus::Message::ARRAY:
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 166 * fill in span->array->attribs[].
177 * Don't overwrite existing array values, such as colors that may have
197 span->array->attribs[attr][k][0] = v0 * invW;
198 span->array->attribs[attr][k][1] = v1 * invW;
199 span->array->attribs[attr][k][2] = v2 * invW;
200 span->array->attribs[attr][k][3] = v3 * invW;
215 * Interpolate primary colors to fill in the span->array->rgba8 (or rgb16)
216 * color array.
228 switch (span->array->ChanType) {
232 GLubyte (*rgba)[4] = span->array->rgba8
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 166 * fill in span->array->attribs[].
177 * Don't overwrite existing array values, such as colors that may have
197 span->array->attribs[attr][k][0] = v0 * invW;
198 span->array->attribs[attr][k][1] = v1 * invW;
199 span->array->attribs[attr][k][2] = v2 * invW;
200 span->array->attribs[attr][k][3] = v3 * invW;
215 * Interpolate primary colors to fill in the span->array->rgba8 (or rgb16)
216 * color array.
228 switch (span->array->ChanType) {
232 GLubyte (*rgba)[4] = span->array->rgba8
    [all...]

Completed in 3082 milliseconds

12 3 4 5 6