/dalvik/dx/src/com/android/dx/dex/file/ |
FieldIdsSection.java | 56 public IndexedItem get(Constant cst) { method in class:FieldIdsSection 63 IndexedItem result = fieldIds.get((CstFieldRef) cst); 105 FieldIdItem result = fieldIds.get(field); 129 FieldIdItem item = fieldIds.get(ref);
|
MethodIdsSection.java | 56 public IndexedItem get(Constant cst) { method in class:MethodIdsSection 63 IndexedItem result = methodIds.get((CstBaseMethodRef) cst); 105 MethodIdItem result = methodIds.get(method); 129 MethodIdItem item = methodIds.get(ref);
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
InterferenceGraph.java | 67 interference.get(regV).add(regW); 68 interference.get(regW).add(regV); 80 sb.append("Reg " + i + ":" + interference.get(i).toString()); 95 set.merge(interference.get(reg));
|
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
IdentityHashMapTest.java | 104 assertNull("Empty IdentityHashMap access", empty.get("nothing")); 106 assertTrue("cannot get element", empty.get("something") == "here"); 126 .get(objArray2[counter]) == hm2.get(objArray2[counter])); 155 hm.get(objArray2[i])); 174 .get(objArray2[counter]) == hm2.get(objArray2[counter])); 178 // get the keySet() and values() on the original Map 266 * @tests java.util.IdentityHashMap#get(java.lang.Object [all...] |
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
DirectIntBufferTest.java | 59 assertEquals(4, intBuffer.get(0)); 60 assertEquals(5, intBuffer.get(1)); 61 assertEquals(6, intBuffer.get(2)); 62 assertEquals(7, intBuffer.get(3));
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/ |
IndexedPKIXParameters.java | 69 List<TrustAnchor> caAnchors = byCA.get(ca); 84 List<TrustAnchor> anchors = byCA.get(issuer); 96 TrustAnchor anchor = bySubject.get(issuer); 108 anchor = encodings.get(encoded);
|
/dalvik/libcore/security/src/test/java/tests/security/spec/ |
EncodedKeySpecTest.java | 83 /* Get encoded key */ 117 /* Get encoded key */ 139 /* Get encoded key */ 143 /* Get encoded key again */
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
NamespaceAlias.java | 62 * Get the "stylesheet-prefix" attribute. 88 * Get the value for the stylesheet namespace. 114 * Get the "result-prefix" attribute. 140 * Get the result namespace value.
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/transformer/ |
TransformState.java | 35 * to get information about the state of the transform. It 37 * handler can get a reference to a TransformState by implementing 113 * Get the current context node list. 120 * Get the TrAX Transformer object in effect.
|
/dalvik/libdex/ |
DexCatch.h | 35 /* Get the first handler offset for the given DexCode. 40 /* Get count of handler lists for the given DexCode. */ 89 /* Get the next item from a DexCatchIterator. Returns NULL if at end. */ 108 /* Get the handler offset just past the end of the one just iterated over.
|
/dalvik/tests/069-field-type/src/ |
Main.java | 22 System.err.println("ERROR: did not get expected ICCE");
|
/dalvik/vm/mterp/armv5te/ |
OP_GOTO.S | 7 * double to get a byte offset.
|
OP_GOTO_16.S | 7 * double to get a byte offset.
|
/dalvik/vm/mterp/x86/ |
OP_AGET.S | 4 * Array get, 32 bits or less. vAA <- vBB[vCC].
|
OP_AGET_WIDE.S | 3 * Array get, 64 bits. vAA <- vBB[vCC].
|
bincmp.S | 16 movswl 2(rPC),rINST_FULL # Get signed branch offset
|
/dalvik/vm/oo/ |
AccessCheck.c | 52 * this is to get the un-decorated class name, without all the 119 * Determine whether the "accessFrom" class is allowed to get at "clazz". 134 * Determine whether the "accessFrom" class is allowed to get at "method". 142 * Determine whether the "accessFrom" class is allowed to get at "field".
|
/development/pdk/docs/source/ |
life-of-a-patch.jd | 8 <p>For full instructions on how to get set up to use gerrit and git, please
|
/development/samples/JetBoy/res/values/ |
strings.xml | 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
|
/external/apache-http/src/org/apache/http/client/methods/ |
HttpGet.java | 37 * HTTP GET method. 39 * The HTTP GET method is defined in section 9.3 of 42 * The GET method means retrieve whatever information (in the form of an 59 public final static String METHOD_NAME = "GET";
|
/external/astl/tests/ |
test_sstream.cpp | 46 string str("Get out of here and get me some money too."); 60 string str("Get out of here and get me some money too.");
|
/external/clearsilver/ |
LICENSE | 10 this kit, you can get one from:
|
/external/clearsilver/python/ |
upload.py | 12 ## get the traceback message
|
/external/clearsilver/ruby/lib/ |
neo.rb | 35 def get name method in class:Clearsilver.Hdf
|
/external/dbus/test/data/valid-config-files/system.d/ |
test.conf | 6 connections can get messages from it -->
|