HomeSort by relevance Sort by last modified time
    Searched full:array (Results 451 - 475 of 7457) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/res/res/values-uk-rUA/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /frameworks/base/core/res/res/values-vi-rVN/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /frameworks/base/core/res/res/values-zh-rCN/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /frameworks/base/core/res/res/values-zh-rTW/
arrays.xml 23 <integer-array name="maps_starting_lat_lng">
26 </integer-array>
28 <integer-array name="maps_starting_zoom">
30 </integer-array>
  /packages/inputmethods/OpenWnn/res/values/
arrays.xml 19 <string-array name="keyboard_skin">
23 </string-array>
27 <string-array name="keyboard_skin_id">
31 </string-array>
  /packages/wallpapers/Basic/res/values/
arrays.xml 21 <string-array name="polar_clock_palette_names" translatable="false">
30 </string-array>
31 <string-array name="polar_clock_palette_ids" translatable="false">
40 </string-array>
  /dalvik/docs/opcodes/
opcode-0c-move-result-object.html 19 or filled-new-array whose (object) result is not to be ignored; anywhere else
49 The instruction must be immediately preceded (in the code array) by an
50 invoke-kind, filled-new-array, or filled-new-array/range instruction.
55 filled-new-array or filled-new-array/range instruction (it must not be
92 instruction or a filled-new-array instruction. The execution of any other
opcode-25-filled-new-array-range.html 6 <title>filled-new-array/range</title>
12 <h1>filled-new-array/range</h1>
17 Construct an array of the given type and size, filling it with the supplied
18 contents. Clarifications and restrictions are the same as filled-new-array,
35 <td>filled-new-array/range {vCCCC .. vNNNN}, type@BBBB</td>
36 <td><code>A:</code> array size and argument word count (8 bits)<br/>
58 If the array type is a simple type, vI must be a simple type, too.
61 If the array type is a reference type, vI must be a reference type, too.
69 The type denoted by B must be an array type.
111 move-result-object instruction immediately following this filled-new-array
    [all...]
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
WrappedByteBufferTest.java 51 byte array[] = new byte[BUFFER_LENGTH];
53 ByteBuffer.wrap(array, -1, 0);
59 ByteBuffer.wrap(array, BUFFER_LENGTH + 1, 0);
65 ByteBuffer.wrap(array, 0, -1);
71 ByteBuffer.wrap(array, 0, BUFFER_LENGTH + 1);
77 ByteBuffer.wrap(array, 1, Integer.MAX_VALUE);
83 ByteBuffer.wrap(array, Integer.MAX_VALUE, 1);
WrappedCharBufferTest1.java 51 char array[] = new char[BUFFER_LENGTH]; local
53 CharBuffer.wrap(array, -1, 0);
59 CharBuffer.wrap(array, BUFFER_LENGTH + 1, 0);
65 CharBuffer.wrap(array, 0, -1);
71 CharBuffer.wrap(array, 0, BUFFER_LENGTH + 1);
77 CharBuffer.wrap(array, Integer.MAX_VALUE, 1);
83 CharBuffer.wrap(array, 1, Integer.MAX_VALUE);
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
OpMapVector.java 26 * Like IntVector, but used only for the OpMap array. Length of array
27 * is kept in the m_lengthPos position of the array. Only the required methods
36 /** Array of ints */
39 /** Position where size of array is kept */
42 /** Size of array */
101 * Reset the array to the supplied size. No checking is done.
  /dalvik/vm/mterp/x86-atom/
OP_APUT.S 19 * Code: Generic 32-bit array put operation. Provides a "scale" variable
20 * to specify a scale value which depends on the width of the array
22 * move performed also dependent on the type of the array element.
27 * Description: Perform an array put operation from the value register;
29 * given array. vBB[vCC] <- vAA
42 cmp $$0, %ecx # check for null array object
43 je common_errNullObject # handle null array object
OP_APUT_OBJECT.S 19 * Code: 32-bit array put operation. Provides an "scale" variable
20 * specify a scale value which depends on the width of the array
22 * mov performed also dependent on the type of the array element.
27 * Description: Perform an array put operation from the value register;
29 * given array. vBB[vCC] <- vAA
40 cmp $$0, %eax # check for null array object
41 je common_errNullObject # handle null array object
58 call dvmCanPutArrayElement # test object type vs. array type
62 cmp $$0, %eax # check for invalid array value
63 je common_errArrayStore # handle invalid array valu
    [all...]
  /external/e2fsprogs/e2fsck/
dirinfo.c 20 struct dir_info *array; member in struct:dir_info_db
80 db->array = 0;
98 db->array = (struct dir_info *)
129 &ctx->dir_info->array);
151 * the dir_info array needs to be sorted by inode number for
155 ctx->dir_info->array[ctx->dir_info->count-1].ino >= ino) {
157 if (ctx->dir_info->array[i-1].ino < ino)
159 dir = &ctx->dir_info->array[i];
162 ctx->dir_info->array[j] = ctx->dir_info->array[j-1]
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Boolean/
15.6.4-1.js 48 var array = new Array();
51 array[item++] = new TestCase( SECTION, "typeof Boolean.prototype == typeof( new Boolean )", true, typeof Boolean.prototype == typeof( new Boolean ) );
52 array[item++] = new TestCase( SECTION, "typeof( Boolean.prototype )", "object", typeof(Boolean.prototype) );
53 array[item++] = new TestCase( SECTION,
57 array[item++] = new TestCase( SECTION, "Boolean.prototype.valueOf()", false, Boolean.prototype.valueOf() );
59 return ( array );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
7.1-2.js 53 var array = new Array();
55 array[item++] = new TestCase( SECTION, "'var'+'\u000B'+'MYVAR1=10;MYVAR1'", 10, eval('var'+'\u000B'+'MYVAR1=10;MYVAR1') );
56 array[item++] = new TestCase( SECTION, "'var'+'\u0009'+'MYVAR2=10;MYVAR2'", 10, eval('var'+'\u0009'+'MYVAR2=10;MYVAR2') );
57 array[item++] = new TestCase( SECTION, "'var'+'\u000C'+'MYVAR3=10;MYVAR3'", 10, eval('var'+'\u000C'+'MYVAR3=10;MYVAR3') );
58 array[item++] = new TestCase( SECTION, "'var'+'\u0020'+'MYVAR4=10;MYVAR4'", 10, eval('var'+'\u0020'+'MYVAR4=10;MYVAR4') );
60 return ( array );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Number/
15.7.4-1.js 42 var array = new Array();
45 array[item++] = new TestCase(SECTION, "Number.prototype.valueOf()", 0, Number.prototype.valueOf() );
46 array[item++] = new TestCase(SECTION, "typeof(Number.prototype)", "object", typeof(Number.prototype) );
47 array[item++] = new TestCase(SECTION, "Number.prototype.constructor == Number", true, Number.prototype.constructor == Number );
48 // array[item++] = new TestCase(SECTION, "Number.prototype == Number.__proto__", true, Number.prototype == Number.__proto__ );
49 return ( array );
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/String/
15.5.4.1.js 43 var array = new Array();
46 array[item++] = new TestCase( SECTION, "String.prototype.constructor == String", true, String.prototype.constructor == String );
47 array[item++] = new TestCase( SECTION, "var STRING = new String.prototype.constructor('hi'); STRING.getClass = Object.prototype.toString; STRING.getClass()",
50 return ( array );
52 function test( array ) {
64 // all tests must return an array of TestCase objects
  /frameworks/base/awt/java/awt/font/
MultipleMaster.java 38 * float array which represents width of each glyph in font
55 * contained in the specified array.
58 * an float array which contains axis values.
71 * Gets the array of design axis names.
73 * @return the array of design axis names.
78 * Gets the array of design axis ranges.
80 * @return the array of design axis ranges.
  /frameworks/base/core/jni/
android_nio_utils.cpp 29 void* android::nio_getPointer(JNIEnv *_env, jobject buffer, jarray *array) {
30 assert(array);
39 *array = NULL;
43 *array = (jarray) _env->CallStaticObjectMethod(gNioJNI.nioAccessClass,
47 data = _env->GetPrimitiveArrayCritical(*array, (jboolean *) 0);
53 void android::nio_releasePointer(JNIEnv *_env, jarray array, void *data,
55 _env->ReleasePrimitiveArrayCritical(array, data,
android_security_Md5MessageDigest.cpp 62 LOGE("Unable to get byte array elements");
64 "Invalid data array when calling MessageDigest.update()");
76 jbyteArray array; local
82 array = env->NewByteArray(MD5_DIGEST_LENGTH);
83 LOG_ASSERT(array, "Native could not create new byte[]");
85 env->SetByteArrayRegion(array, 0, MD5_DIGEST_LENGTH, md);
89 return array;
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java 38 * return the password byte array.
40 * @return the password byte array.
48 * return the salt byte array.
50 * @return the salt byte array.
95 * converts a password to a byte array according to the scheme in
98 * @param password a character array reqpresenting the password.
99 * @return a byte array representing the password.
115 * converts a password to a byte array according to the scheme in
118 * @param password a character array reqpresenting the password.
119 * @return a byte array representing the password
    [all...]
  /device/htc/dream-sapphire/overlay/frameworks/base/core/res/res/values/
config.xml 37 <!-- This string array should be overridden by the device to present a list of network
40 <!-- An Array of "[Connection name],[ConnectivityManager connection type],
42 <string-array translatable="false" name="networkAttributes">
49 </string-array>
54 <string-array translatable="false" name="config_tether_usb_regexs">
56 </string-array>
58 <!-- Regex array of allowable upstream ifaces for tethering - for example if you want
59 tethering on a new interface called "foo2" add <item>"foo\\d"</item> to the array -->
60 <string-array translatable="false" name="config_tether_upstream_regexs">
63 </string-array>
    [all...]
  /external/opencore/baselibs/gen_data_structures/src/
bool_array.h 94 array[ii] |= (mask);
98 array[ii] &= (~mask);
108 array[ii] |= (~mask);
112 array[ii] &= (mask);
121 array[ii] |= (mask);
125 array[ii] &= (~mask);
148 array[array_index] |= mask;
152 array[array_index] &= (~mask);
170 return ((array[array_index] & mask) != 0);
185 uint32 array[(max_array_size+31)/32] member in class:BoolArray
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.12-1.js 58 var array = new Array();
61 array[item++] = new TestCase( SECTION, "true ? 'PASSED' : 'FAILED'", "PASSED", (true?"PASSED":"FAILED"));
62 array[item++] = new TestCase( SECTION, "false ? 'FAILED' : 'PASSED'", "PASSED", (false?"FAILED":"PASSED"));
64 array[item++] = new TestCase( SECTION, "1 ? 'PASSED' : 'FAILED'", "PASSED", (true?"PASSED":"FAILED"));
65 array[item++] = new TestCase( SECTION, "0 ? 'FAILED' : 'PASSED'", "PASSED", (false?"FAILED":"PASSED"));
66 array[item++] = new TestCase( SECTION, "-1 ? 'PASSED' : 'FAILED'", "PASSED", (true?"PASSED":"FAILED"));
68 array[item++] = new TestCase( SECTION, "NaN ? 'FAILED' : 'PASSED'", "PASSED", (Number.NaN?"FAILED":"PASSED"));
70 array[item++] = new TestCase( SECTION, "var VAR = true ? , : 'FAILED'", "PASSED", (VAR = true ? "PASSED" : "FAILED") );
72 return ( array );
    [all...]

Completed in 146 milliseconds

<<11121314151617181920>>