HomeSort by relevance Sort by last modified time
    Searched full:get (Results 1526 - 1550 of 13186) sorted by null

<<61626364656667686970>>

  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 115 int when = in.get();
133 int when = in.get();
134 int what = in.get();
160 /* get the filename for the output file */
194 /* get the filename for the output file */
235 enable = (in.get() != 0);
  /frameworks/base/core/java/android/gesture/
GestureStore.java 122 * Get all the gesture entry names in the library
152 ArrayList<Gesture> gestures = mNamedGestures.get(entryName);
171 ArrayList<Gesture> gestures = mNamedGestures.get(entryName);
200 * Get all the gestures of an entry
206 ArrayList<Gesture> gestures = mNamedGestures.get(entryName);
254 examples.get(i).serialize(out);
  /frameworks/base/core/java/android/util/
EventLog.java 118 byte type = mBuffer.get();
138 int length = mBuffer.get();
194 * Get the name associated with an event type tag code.
200 return sTagNames.get(tag);
204 * Get the event type tag code associated with an event name.
210 Integer code = sTagCodes.get(name);
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 57 * This contains a cache of the computed indices so far. It will get reset whenever
95 // Get a Collator for the current locale for string comparisons.
173 if (Integer.MIN_VALUE != (pos = alphaMap.get(key, Integer.MIN_VALUE))) {
190 int prevLetterPos = alphaMap.get(prevLetter, Integer.MIN_VALUE);
201 // Get letter at pos
219 // int curPos = alphaMap.get(startingLetterKey, Integer.MIN_VALUE);
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VNodeBuilder.java 126 mCurrentVNode = vNodeList.get(mNodeListPos);
130 VNode endNode = vNodeList.get(mNodeListPos);
134 if((vNodeList.get(mNodeListPos)).parseStatus == 1)
137 mCurrentVNode = vNodeList.get(mNodeListPos);
181 byteBuffer.get(bytes);
305 return list.get(0);
  /frameworks/base/libs/rs/
rsProgramFragment.cpp 72 if ((state->mLast.get() == this) && !mDirty) {
79 if (!(mTextureEnableMask & (1 << ct)) || !mTextures[ct].get()) {
111 if (mSamplers[ct].get()) {
146 if ((state->mLast.get() == this) && !mDirty) {
154 if (!(mTextureEnableMask & (1 << ct)) || !mTextures[ct].get()) {
161 if (mSamplers[ct].get()) {
  /frameworks/base/libs/ui/
GraphicBuffer.cpp 40 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
53 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
69 mBufferMapper(GraphicBufferMapper::get()),
93 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
115 GraphicBufferAllocator& allocator(GraphicBufferAllocator::get());
128 GraphicBufferAllocator& allocator = GraphicBufferAllocator::get();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 80 // If we get ACTION_SEND intent with EXTRA_STREAM, we'll use the
82 // If we get ACTION_SEND intent without EXTRA_STREAM, but with
86 if (V) Log.v(TAG, "Get ACTION_SEND intent: Uri = " + stream + "; mimetype = "
93 if (V) Log.v(TAG, "Get ACTION_SEND intent with Extra_text = "
111 if (V) Log.v(TAG, "Get ACTION_SHARE_MULTIPLE intent: uris " + uris + "\n Type= "
156 if (V) Log.v(TAG, "Get ACTION_OPEN intent: Uri = " + uri);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
Addr2Line.java 29 * Represents an addr2line process to get filename/method information from a
89 Addr2Line process = sProcessCache.get(library);
135 // get the output directory.
154 // get the result reader
159 // get the outstream to write the addresses
273 "Error while trying to get information for addr: "
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 56 // get the project output folder.
66 // get the class name segments
174 // get the OS path to all the external jars
196 // get a java project from it
212 // get the IPath
232 // then we get an OSString and check if this links to a valid file.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoaderTest.java 126 found.get("jar.example.Class1").get(0).getFullClassName()); //$NON-NLS-1$
127 assertEquals(1, found.get("jar.example.Class1").size()); //$NON-NLS-1$
128 assertEquals(0, found.get("jar.example.Class2").size()); //$NON-NLS-1$
147 return (HashMap<String, Class<?>>) field.get(mFrameworkClassLoader);
164 return (HashMap<String, byte[]>) field.get(mFrameworkClassLoader);
  /build/core/combo/
HOST_windows-x86.mk 20 # right now we get these from the environment, but we should
65 define get-file-size
  /cts/tests/tests/os/src/android/os/cts/
VibratorTest.java 110 // This test only get two threads to run vibrator at the same time
112 // but it can not verify if the second thread get the precedence.
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 50 "package a.b.c; public class A{ public void get() {}}"
85 DexClass clazz = dexFile.getDefinedClasses().get(0);
137 DexClass clazz = dexFile.getDefinedClasses().get(0);
223 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0);
248 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0);
278 assertEquals("Ljava/io/Serializable;", I0.getInterfaces().get(0));
301 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0);
332 DexParameter dexParameter = method.getParameters().get(0);
  /cts/tools/host/src/com/android/cts/
DeviceManager.java 63 * Get the location of the adb command.
93 td = mDevices.get(index);
100 throw new DeviceNotAvailableException("Can't get the specified number("
107 * Get TestDevice list that available for executing tests.
116 * Get the number of all free devices.
153 mDevices.get(index).disconnected();
158 * Get the index of the specified device in the device array.
167 td = mDevices.get(index);
  /cts/tools/vm-tests/src/dot/junit/opcodes/array_length/
Test_array_length.java 27 * @title get length of array of references
36 * @title get length of array of doubles
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlockList.java 45 public ByteBlock get(int n) { method in class:ByteBlockList
63 return get(idx);
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 222 ByteBlock bb = list.get(i);
248 int succ = successors.get(j);
256 ByteCatchList.Item one = catches.get(j);
307 BasicBlock bb = blocks.get(i);
317 sb.append(Hex.u2(preds.get(j)));
324 Insn one = il.get(j);
326 sb.append(il.get(j).toHuman());
337 int succ = successors.get(j);
  /dalvik/dx/src/com/android/dx/util/_tests/
_Bits.java 63 assertFalse(label(i), Bits.get(bits, i));
74 assertTrue(label(i), Bits.get(bits, i));
87 assertTrue(label(i), Bits.get(bits, i) == expect);
132 assertTrue(label(i), Bits.get(bits, i) == expect);
147 assertTrue(label(i), Bits.get(bits, i) == expect);
165 assertTrue(label(i), Bits.get(bits, i) == expect);
203 if (!Bits.get(bits, j)) {
209 if (!Bits.get(bits, j)) {
  /dalvik/hit/src/com/android/hit/
Main.java 62 Set<ClassObj> classes = someClasses.get(thePackage);
76 Set<ClassObj> classes = allClasses.get(thePackage);
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
CharsetProviderICU.java 36 // get the canonical name
71 // Get the available converter canonical names and aliases
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
DeleteOnExit.java 70 * get deleted before their parent directories.
76 new File(files.get(i)).delete();
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/ref/
WeakReferenceTest.java 52 assertTrue("Initialization failed.", ((Boolean) wr.get())
84 assertTrue("Initialization failed.", ((Boolean) wr.get())
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
AbstractSequentialListTest.java 327 method = "get",
381 assertEquals(buff[i], asl.get(i));
385 asl.get(asl.size() + 1);
392 asl.get(-1);
531 assertFalse(asl.get(i).toString().contains("removed element"));
533 assertTrue(asl.get(i).toString().contains("removed element"));
613 assertFalse(asl.get(i).toString().contains("new element"));
615 assertTrue(asl.get(i).toString().contains("new element"));
  /dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
ResultSetMetaDataTest.java 77 Object fieldValue = element.get(null);
78 Object expectedValue = thePublicStatics.get(fieldName);

Completed in 675 milliseconds

<<61626364656667686970>>