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

<<61626364656667686970>>

  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineDataStream.java 67 // use ByteBuffer.get(byte[],int,int)
77 res[pos++] = srcs[offset].get();
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
TemplatesHandler.java 37 * which the caller can get once the SAX events have been completed.
57 * Get the base ID (URI or system ID) from where relative
TransformerHandler.java 56 * Get the base ID (URI or system ID) from where relative
63 * <p>Get the <code>Transformer</code> associated with this handler, which
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 113 * Get the stylesheet composed (resolves includes and
124 * Get the owning stylesheet.
144 * Get the root stylesheet.
177 * Get the "match" attribute.
213 * Get the "name" attribute.
248 * Get the "mode" attribute.
284 * Get the "priority" attribute.
299 * Get an int constant identifying the type of element.
StylesheetComposed.java 192 // Now get the count of composed imports from this stylesheet's imports
201 // Now get the count of composed imports from this stylesheet's
215 * Get a stylesheet from the "import" list.
230 // Get the stylesheet that is offset past this stylesheet.
238 * Get the precedence of this stylesheet in the global import list.
250 * Get the number of import in this stylesheet's composed list.
292 * Get an "xsl:include" property.
315 * Get the number of included stylesheets.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
IteratorPool.java 58 * Get an instance of the given object in this pool
81 * Get an instance of the given object in this pool
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
OpMapVector.java 60 * Get the nth element.
62 * @param i index of object to get
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/objects/
XMLStringFactoryImpl.java 38 * Get the XMLStringFactory to pass to DTM construction.
92 * Get a cheap representation of an empty string.
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/support/
MethodLogger.java 60 return methods.get(index);
76 return argLists.get(index);
  /dalvik/tests/067-preemptive-unpark/src/
Main.java 44 * Subvert the access check to get the unique Unsafe instance.
52 UNSAFE = (Unsafe) field.get(null);
  /dalvik/tools/gdbjithelper/
README.txt 44 gdb: Unable to get location for thread creation breakpoint: requested event is not supported
47 gdb: Unable to get location for thread creation breakpoint: requested event is not supported
  /dalvik/vm/
PointerSet.h 44 * Get the number of pointers currently stored in the list.
49 * Get the Nth entry from the list.
  /dalvik/vm/mterp/x86-atom/
OP_AGET.S 19 * Code: Generic 32-bit array "get" operation. Provides a "scale" variable
26 * Description: Perform an array get operation at the identified index
OP_CONST_STRING_JUMBO.S 31 movl rGLUE, %edx # get MterpGlue pointer
53 movl rGLUE, %edx # get MterpGlue pointer
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java 57 * Get the current projection matrix. Has the side-effect of
67 * Get the current model view matrix. Has the side-effect of
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LayoutAnimation1.java 58 ResolveInfo info = mApps.get(position % mApps.size());
73 return mApps.get(position % mApps.size());
LayoutAnimation4.java 59 ResolveInfo info = mApps.get(position % mApps.size());
74 return mApps.get(position % mApps.size());
LayoutAnimation5.java 58 ResolveInfo info = mApps.get(position % mApps.size());
73 return mApps.get(position % mApps.size());
LayoutAnimation6.java 58 ResolveInfo info = mApps.get(position % mApps.size());
73 return mApps.get(position % mApps.size());
  /development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java 131 * Get references to objects in the application under test. These are
207 // get the position of the selected item
212 * from the spinner's data mLocalAdapter, get the object at the selected position
219 * Get the TextView widget that displays the result of selecting an item from the spinner
225 // Get the String value in the EditText object
266 * Get the current position and selection from the activity.
294 * Get the instrumentation object for this application. This object
332 * Get the current state of the spinner
  /development/scripts/app_engine_server/gae_shell/
shell.py 173 def get(self): member in class:FrontPageHandler
175 session_key = self.request.get('session')
177 session = Session.get(session_key)
202 def get(self): member in class:StatementHandler
206 statement = self.request.get('statement')
234 session = Session.get(self.request.get('session'))
239 old_main = sys.modules.get('__main__')
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiList.java 81 return mPackageList.get(name);
89 PackageInfo pkgInfo = mPackageList.get(name);
MethodInfo.java 50 String humanType = mParameters.get(i);
85 String fixed = TypeUtils.ambiguousToBinaryName(mParameters.get(i),
PackageInfo.java 44 return mClassList.get(name);
60 ClassInfo classInfo = mClassList.get(fixedName);
  /external/bison/src/
symlist.h 73 /* Get symbol N in symbol list L. */
76 /* Get the data type (alternative in the union) of the value for

Completed in 274 milliseconds

<<61626364656667686970>>