HomeSort by relevance Sort by last modified time
    Searched refs:array (Results 1426 - 1450 of 4096) sorted by null

<<51525354555657585960>>

  /external/icu4c/test/intltest/
cpdtrtst.cpp 248 UnicodeString *array=split(ID, 0x003b, count); local
252 if(child != *(array+i)){
253 errln("Error getTransliterator() failed: Expected->" + *(array+i) + " Got->" + child);
255 logln("OK: getTransliterator() passed: Expected->" + *(array+i) + " Got->" + child);
258 delete []array;
262 array=split(ID2, 0x003b, count);
265 transarray[i]=Transliterator::createInstance(*(array+i), UTRANS_FORWARD, parseError, status);
267 errln("Error could not create Transliterator with ID :"+*(array+i));
315 delete []array;
330 // make an array
    [all...]
winnmtst.cpp 47 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
49 #define DELETE_ARRAY(array) uprv_free((void *) (array))
  /external/stlport/test/unit/
vector_test.cpp 179 int array [] = { 1, 4, 9, 16 }; local
181 vector<int> v(array, array + 4);
193 int array [] = { 1, 4, 9, 16, 25, 36 }; local
195 vector<int> v(array, array + 6);
449 int array[] = { 1, 2, 3, 4, 5 }; local
451 v.assign( array, array + 5 );
  /ndk/tests/device/test-gnustl-full/unit/
vector_test.cpp 179 int array [] = { 1, 4, 9, 16 }; local
181 vector<int> v(array, array + 4);
193 int array [] = { 1, 4, 9, 16, 25, 36 }; local
195 vector<int> v(array, array + 6);
449 int array[] = { 1, 2, 3, 4, 5 }; local
451 v.assign( array, array + 5 );
  /ndk/tests/device/test-stlport/unit/
vector_test.cpp 179 int array [] = { 1, 4, 9, 16 }; local
181 vector<int> v(array, array + 4);
193 int array [] = { 1, 4, 9, 16, 25, 36 }; local
195 vector<int> v(array, array + 6);
449 int array[] = { 1, 2, 3, 4, 5 }; local
451 v.assign( array, array + 5 );
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_repr.py 51 from array import array namespace
93 # array.array after 5.
94 eq(r(array('i')), "array('i', [])")
95 eq(r(array('i', [1])), "array('i', [1])")
96 eq(r(array('i', [1, 2])), "array('i', [1, 2])"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_repr.py 51 from array import array namespace
93 # array.array after 5.
94 eq(r(array('i')), "array('i', [])")
95 eq(r(array('i', [1])), "array('i', [1])")
96 eq(r(array('i', [1, 2])), "array('i', [1, 2])"
    [all...]
  /art/runtime/
jni_internal.cc 54 using ::art::mirror::Array;
327 static void PinPrimitiveArray(const ScopedObjectAccess& soa, const Array* array)
331 vm->pin_table.Add(array);
334 static void UnpinPrimitiveArray(const ScopedObjectAccess& soa, const Array* array)
338 vm->pin_table.Remove(array);
341 static void ThrowAIOOBE(ScopedObjectAccess& soa, Array* array, jsize start,
344 std::string type(PrettyTypeOf(array));
2053 Array* array = obj->AsArray(); local
2060 ObjectArray<Object>* array = soa.Decode<ObjectArray<Object>*>(java_array); local
2068 ObjectArray<Object>* array = soa.Decode<ObjectArray<Object>*>(java_array); local
2147 Array* array = soa.Decode<Array*>(java_array); local
2551 ArtArrayT* array = soa.Decode<ArtArrayT*>(java_array); local
2563 Array* array = soa.Decode<Array*>(java_array); local
2573 ArrayT* array = soa.Decode<ArrayT*>(java_array); local
2588 ArrayT* array = soa.Decode<ArrayT*>(java_array); local
    [all...]
  /external/bluetooth/bluedroid/stack/pan/
pan_utils.c 118 UINT8 array[10], *p; local
121 p = array;
123 SDP_AddAttribute (sdp_handle, ATTR_ID_NET_ACCESS_TYPE, UINT_DESC_TYPE, 2, array);
126 p = array;
128 SDP_AddAttribute (sdp_handle, ATTR_ID_MAX_NET_ACCESS_RATE, UINT_DESC_TYPE, 4, array);
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java 149 getStringArray(R.array.protoc_states)[state], true, true,
160 sContext.getResources().getStringArray(R.array.protoc_states)[state]);
175 getStringArray(R.array.protoc_states)[state], Toast.LENGTH_SHORT).show();
181 R.array.protoc_states)[state] + (error == 0 ? "" : ": " +
182 sContext.getResources().getStringArray(R.array.protoc_errors)[error]),
  /external/chromium_org/third_party/icu/source/common/
unistr_cnv.cpp 377 UChar *array, *myTarget; local
398 array = getArrayStart();
399 myTarget = array + length();
400 ucnv_toUnicode(converter, &myTarget, array + getCapacity(),
404 setLength((int32_t)(myTarget - array));
  /external/chromium_org/third_party/icu/source/i18n/
csdetect.cpp 30 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
33 #define DELETE_ARRAY(array) uprv_free((void *) (array))
  /external/chromium_org/third_party/icu/source/test/intltest/
winnmtst.cpp 47 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
49 #define DELETE_ARRAY(array) uprv_free((void *) (array))
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_inplace.c 45 const struct gl_client_array **array; member in struct:split_context
66 const struct gl_client_array **saved_arrays = ctx->Array._DrawArrays;
87 ctx->Array._DrawArrays = split->array;
99 ctx->Array._DrawArrays = saved_arrays;
240 split->array,
252 split->array,
279 split.array = arrays;
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateBase.cpp 162 void SkAnimateBase::packARGB(SkScalar array[], int count, SkTDOperandArray* converted)
166 SkColor color = SkColorSetARGB(SkScalarRound(array[0]), SkScalarRound(array[1]),
167 SkScalarRound(array[2]), SkScalarRound(array[3]));
  /external/chromium_org/third_party/tlslite/tlslite/
X509CertChain.py 207 import array namespace
211 lastName = array.array('B', [0] * length)
219 rootName = array.array('B', [0] * length)
  /external/eigen/blas/
ctbmv.f 6 * .. Array Arguments ..
69 * A - COMPLEX array of DIMENSION ( LDA, n ).
71 * by n part of the array A must contain the upper triangular
74 * ( k + 1 ) of the array, the first super-diagonal starting at
76 * of the array A is not referenced.
89 * by n part of the array A must contain the lower triangular
92 * the array, the first sub-diagonal starting at position 1 in
94 * array A is not referenced.
106 * Note that when DIAG = 'U' or 'u' the elements of the array A
117 * X - COMPLEX array of dimension at leas
    [all...]
dtbmv.f 6 * .. Array Arguments ..
69 * A - DOUBLE PRECISION array of DIMENSION ( LDA, n ).
71 * by n part of the array A must contain the upper triangular
74 * ( k + 1 ) of the array, the first super-diagonal starting at
76 * of the array A is not referenced.
89 * by n part of the array A must contain the lower triangular
92 * the array, the first sub-diagonal starting at position 1 in
94 * array A is not referenced.
106 * Note that when DIAG = 'U' or 'u' the elements of the array A
117 * X - DOUBLE PRECISION array of dimension at leas
    [all...]
stbmv.f 6 * .. Array Arguments ..
69 * A - REAL array of DIMENSION ( LDA, n ).
71 * by n part of the array A must contain the upper triangular
74 * ( k + 1 ) of the array, the first super-diagonal starting at
76 * of the array A is not referenced.
89 * by n part of the array A must contain the lower triangular
92 * the array, the first sub-diagonal starting at position 1 in
94 * array A is not referenced.
106 * Note that when DIAG = 'U' or 'u' the elements of the array A
117 * X - REAL array of dimension at leas
    [all...]
ztbmv.f 6 * .. Array Arguments ..
69 * A - COMPLEX*16 array of DIMENSION ( LDA, n ).
71 * by n part of the array A must contain the upper triangular
74 * ( k + 1 ) of the array, the first super-diagonal starting at
76 * of the array A is not referenced.
89 * by n part of the array A must contain the lower triangular
92 * the array, the first sub-diagonal starting at position 1 in
94 * array A is not referenced.
106 * Note that when DIAG = 'U' or 'u' the elements of the array A
117 * X - COMPLEX*16 array of dimension at leas
    [all...]
  /external/icu4c/common/
unistr_cnv.cpp 377 UChar *array, *myTarget; local
398 array = getArrayStart();
399 myTarget = array + length();
400 ucnv_toUnicode(converter, &myTarget, array + getCapacity(),
404 setLength((int32_t)(myTarget - array));
  /external/icu4c/i18n/
csdetect.cpp 30 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0])
33 #define DELETE_ARRAY(array) uprv_free((void *) (array))
  /external/jmonkeyengine/engine/src/core/com/jme3/export/
OutputCapsule.java 120 public void writeSavableArrayList(ArrayList array, String name, ArrayList defVal) throws IOException;
121 public void writeSavableArrayListArray(ArrayList[] array, String name, ArrayList[] defVal) throws IOException;
122 public void writeSavableArrayListArray2D(ArrayList[][] array, String name, ArrayList[][] defVal) throws IOException;
124 public void writeFloatBufferArrayList(ArrayList<FloatBuffer> array, String name, ArrayList<FloatBuffer> defVal) throws IOException;
125 public void writeByteBufferArrayList(ArrayList<ByteBuffer> array, String name, ArrayList<ByteBuffer> defVal) throws IOException;
  /external/mesa3d/src/mesa/vbo/
vbo_split_inplace.c 45 const struct gl_client_array **array; member in struct:split_context
66 const struct gl_client_array **saved_arrays = ctx->Array._DrawArrays;
87 ctx->Array._DrawArrays = split->array;
99 ctx->Array._DrawArrays = saved_arrays;
240 split->array,
252 split->array,
279 split.array = arrays;
  /external/skia/src/animator/
SkAnimateBase.cpp 162 void SkAnimateBase::packARGB(SkScalar array[], int count, SkTDOperandArray* converted)
166 SkColor color = SkColorSetARGB(SkScalarRound(array[0]), SkScalarRound(array[1]),
167 SkScalarRound(array[2]), SkScalarRound(array[3]));

Completed in 720 milliseconds

<<51525354555657585960>>