Searched refs:contents (Results 1 - 25 of 70) sorted by relevance

123

/dalvik/libcore/support/src/test/java/tests/support/
H A DSupport_TestResource_en.java24 Object[][] contents = { { "parent2", "enValue2" },
27 return contents;
H A DSupport_TestResource_en_US.java24 Object[][] contents = { { "parent3", "enUSValue3" },
27 return contents;
H A DSupport_TestResource_fr.java24 Object[][] contents = { { "parent2", "frValue2" },
27 return contents;
H A DSupport_TestResource_fr_FR.java24 Object[][] contents = { { "parent3", "frFRValue3" },
27 return contents;
H A DSupport_TestResource_fr_FR_VAR.java24 Object[][] contents = { { "parent4", "frFRVARValue4" },
28 return contents;
H A DSupport_TestResource.java25 Object[][] contents = { { "parent1", "parentValue1" },
28 return contents;
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DLevelTestResource.java28 return contents;
32 static final Object[][] contents = { { "Level_error", "Name" }, field in class:LevelTestResource
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
H A DDisplayText.java61 DERString contents; field in class:DisplayText
83 contents = (DERString)new DERIA5String (text);
86 contents = (DERString)new DERUTF8String(text);
89 contents = (DERString)new DERVisibleString(text);
92 contents = (DERString)new DERBMPString(text);
95 contents = (DERString)new DERUTF8String(text);
115 contents = new DERUTF8String(text);
127 contents = de;
153 return (DERObject)contents;
163 return contents
[all...]
/dalvik/libcore/luni/src/main/java/java/util/
H A DListResourceBundle.java119 Object[][] contents = getContents();
120 table = new Hashtable<String, Object>(contents.length / 3 * 4 + 3);
121 for (int i = 0; i < contents.length; i++) {
122 table.put((String)contents[i][0], contents[i][1]);
H A DAbstractCollection.java52 * to the contents of this {@code Collection} (optional). This implementation
208 * @return an iterator for accessing the {@code Collection} contents.
366 public <T> T[] toArray(T[] contents) { argument
368 if (size > contents.length) {
369 Class<?> ct = contents.getClass().getComponentType();
370 contents = (T[])Array.newInstance(ct, size);
373 contents[index++] = (T)entry;
375 if (index < contents.length) {
376 contents[index] = null;
378 return contents;
[all...]
/dalvik/vm/native/
H A Djava_lang_System.c119 dstArray->contents, dstPos * width,
120 srcArray->contents, srcPos * width,
122 (*copyFunc)((u1*)dstArray->contents + dstPos * width,
123 (const u1*)srcArray->contents + srcPos * width,
140 dstArray->contents, dstPos * width,
141 srcArray->contents, srcPos * width,
143 (*copyFunc)((u1*)dstArray->contents + dstPos * width,
144 (const u1*)srcArray->contents + srcPos * width,
164 srcObj = ((Object**) srcArray->contents) + srcPos;
165 dstObj = ((Object**) dstArray->contents)
[all...]
H A Dorg_apache_harmony_dalvik_ddmc_DdmServer.c40 dvmDbgDdmSendChunk(type, length, (const u1*)data->contents + offset);
H A Ddalvik_system_Zygote.c162 s4 *contents; local
170 contents = (s4 *)gidArray->contents;
173 gids[i] = (gid_t) contents[i];
198 ArrayObject** tuples = (ArrayObject **)(rlimits->contents);
202 s4* contents = (s4 *)rlimit_tuple->contents; local
210 rlim.rlim_cur = contents[1];
211 rlim.rlim_max = contents[2];
213 err = setrlimit(contents[
[all...]
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/reflect/
H A DProxyClassFile.java135 private byte[] contents; field in class:ProxyClassFile
159 contents = new byte[INITIAL_CONTENTS_SIZE];
160 // now we continue to generate the bytes inside the contents array
162 contents[contentsOffset++] = (byte) (accessFlags >> 8);
163 contents[contentsOffset++] = (byte) accessFlags;
165 contents[contentsOffset++] = (byte) (classNameIndex >> 8);
166 contents[contentsOffset++] = (byte) classNameIndex;
169 contents[contentsOffset++] = (byte) (superclassNameIndex >> 8);
170 contents[contentsOffset++] = (byte) superclassNameIndex;
172 contents[contentsOffse
[all...]
/dalvik/dx/src/junit/runner/
H A DClassPathTestCollector.java49 String[] contents= thisRoot.list();
50 if (contents != null) {
51 for (int i= 0; i < contents.length; i++)
52 gatherFiles(classRoot, classFileName+File.separatorChar+contents[i], result);
/dalvik/libcore/luni/src/test/java/junit/runner/
H A DClassPathTestCollector.java49 String[] contents= thisRoot.list();
50 if (contents != null) {
51 for (int i= 0; i < contents.length; i++)
52 gatherFiles(classRoot, classFileName+File.separatorChar+contents[i], result);
/dalvik/vm/
H A DUtfString.c222 return dvmComputeUtf16Hash((u2*) chars->contents + offset, len);
285 dvmConvertUtf8ToUtf16((u2*)chars->contents, utf8Str);
286 hashCode = dvmComputeUtf16Hash((u2*) chars->contents, utf16Length);
297 //printHexDumpEx(ANDROID_LOG_DEBUG, chars->contents, utf16Length * 2,
339 memcpy(chars->contents, unichars, len * sizeof(u2));
340 hashCode = dvmComputeUtf16Hash((u2*) chars->contents, len);
351 //printHexDumpEx(ANDROID_LOG_DEBUG, chars->contents, len*2, kHexDumpMem);
378 data = (const u2*) chars->contents + offset;
423 data = (const u2*) chars->contents + offset;
448 return (const u2*) chars->contents
[all...]
H A DInlineNative.c139 pResult->i = ((const u2*) chars->contents)[arg1 + offset];
177 ((const u2*) thisArray->contents) + thisOffset, thisCount*2,
180 ((const u2*) compArray->contents) + compOffset, compCount*2,
232 thisChars = ((const u2*) thisArray->contents) + thisOffset;
233 compChars = ((const u2*) compArray->contents) + compOffset;
335 thisChars = ((const u2*) thisArray->contents) + thisOffset;
336 compChars = ((const u2*) compArray->contents) + compOffset;
/dalvik/vm/reflect/
H A DProxy.c219 ClassObject** ifArray = (ClassObject**) interfaces->contents;
309 classes = (ClassObject**) interfaces->contents;
345 classes = (ClassObject**) interfaces->contents;
540 Object** contents; local
551 contents = (Object**) throwArray->contents;
553 contents[ent] = (Object*)
558 contents = (Object**) throwLists->contents;
559 contents[outCoun
582 Object** contents; local
667 const ClassObject** contents; local
1058 const Object** contents; local
[all...]
/dalvik/vm/mterp/c/
H A DOP_APUT_OBJECT.c35 ((u4*) arrayObj->contents)[GET_REGISTER(vsrc2)] =
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DWriterTest.java291 private char[] contents; field in class:WriterTest.MockWriter
298 contents = new char[capacity];
305 contents = null;
314 if (null == contents) {
323 contents[this.offset + i] = buffer[offset + i];
332 result[i] = contents[i];
/dalvik/libcore/nio/src/main/java/java/nio/
H A DFloatBuffer.java197 * if no changes may be made to the contents of this buffer.
454 * if no changes may be made to the contents of this buffer.
473 * if no changes may be made to the contents of this buffer.
499 * if no changes may be made to the contents of this buffer.
531 * if no changes may be made to the contents of this buffer.
541 float[] contents = new float[src.remaining()];
542 src.get(contents);
543 put(contents);
559 * if no changes may be made to the contents of this buffer.
H A DIntBuffer.java195 * if no changes may be made to the contents of this buffer.
447 * if no changes may be made to the contents of this buffer.
466 * if no changes may be made to the contents of this buffer.
492 * if no changes may be made to the contents of this buffer.
524 * if no changes may be made to the contents of this buffer.
534 int[] contents = new int[src.remaining()];
535 src.get(contents);
536 put(contents);
552 * if no changes may be made to the contents of this buffer.
H A DLongBuffer.java196 * if no changes may be made to the contents of this buffer.
451 * if no changes may be made to the contents of this buffer.
470 * if no changes may be made to the contents of this buffer.
496 * if no changes may be made to the contents of this buffer.
528 * if no changes may be made to the contents of this buffer.
538 long[] contents = new long[src.remaining()];
539 src.get(contents);
540 put(contents);
556 * if no changes may be made to the contents of this buffer.
H A DShortBuffer.java196 * if no changes may be made to the contents of this buffer.
448 * if no changes may be made to the contents of this buffer.
467 * if no changes may be made to the contents of this buffer.
493 * if no changes may be made to the contents of this buffer.
525 * if no changes may be made to the contents of this buffer.
535 short[] contents = new short[src.remaining()];
536 src.get(contents);
537 put(contents);
553 * if no changes may be made to the contents of this buffer.

Completed in 587 milliseconds

123