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

<<41424344454647484950>>

  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
LeafNodeImpl.java 50 return parent.children.get(index + 1);
62 return parent.children.get(index - 1);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
ProcessorImport.java 37 * Get the stylesheet type associated with an imported stylesheet
47 * Get the error number associated with this type of stylesheet importing itself
WhitespaceInfoPaths.java 34 * get the elements attribute.
52 * Get the property set by setElements(). This is a list of
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
StringBufferPool.java 37 * Get the first free instance of a string buffer, or create one
42 public synchronized static FastStringBuffer get() method in class:StringBufferPool
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
WhitespaceStrippingElementMatcher.java 34 * Get information about whether or not an element should strip whitespace.
48 * Get information about whether or not whitespace can be stripped.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
SubContextList.java 34 * Get the number of nodes in the node list, which, in the XSLT 1 based
45 * Get the current sub-context position.
  /dalvik/vm/
JarFile.h 34 * Open the Zip archive and get a list of the classfile entries.
52 /* get full path of optimized DEX file */
  /dalvik/vm/mterp/x86-atom/
OP_AGET_WIDE.S 19 * Code: 64-bit array get operation.
23 * Description: Perform an array get operation at the identified index
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 47 return mList.get(position);
69 bindView(view, mList.get(position));
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java 51 ExampleAppWidgetProvider.updateAppWidget(context, gm, appWidgetIds.get(i), texts.get(i));
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Gallery2.java 28 // Need the following import to get access to the app resources, since this
39 // Get a cursor with all people
  /external/bison/lib/
Makefile.am 32 get-errno.h get-errno.c \
  /external/dropbear/libtommath/
bn_mp_mul_d.c 33 /* get the original destinations used count */
53 /* mask off higher bits to get a single digit */
  /external/e2fsprogs/intl/
vasnwprintf.h 22 /* Get va_list. */
25 /* Get wchar_t, size_t. */
  /external/guava/src/com/google/common/collect/
AbstractSortedSetMultimap.java 50 @Override public SortedSet<V> get(@Nullable K key) { method in class:AbstractSortedSetMultimap
51 return (SortedSet<V>) super.get(key);
  /external/guava/src/com/google/common/util/concurrent/
AbstractService.java 94 // put the exception in the future, the user can get it via Future.get()
118 // put the exception in the future, the user can get it via Future.get()
129 return start().get();
140 return stop().get();
283 public State get() throws InterruptedException, ExecutionException { method in class:AbstractService.Transition
288 public State get(long timeout, TimeUnit unit) method in class:AbstractService.Transition
  /external/icu4c/tools/toolutil/
flagparser.c 51 /* Get the offset (i.e. position after the '=') */
74 * Get the position after the '=' character.
  /external/kernel-headers/original/linux/
random.h 14 /* Get the entropy count. */
20 /* Get the contents of the entropy pool. (Superuser only.) */
  /external/netcat/data/
pmap-dump.d 57 # The reply you get back contains your XID, int 1 if "accepted", and
59 # and ports that rpcinfo knows how to decode. For the moment, you get
  /external/netcat/scripts/
alta 16 QB="GET /cgi-bin/query?pg=q&what=${WHAT}&fmt=c&q=\"${PLUSARG}\""
18 # ping 'em once, to get the routing warm
  /external/netperf/
netcpu_sysctl.c 45 have to do a _KERNEL define to get these and that is what
85 fprintf (stderr, "Cannot get CPU time!\n");
  /external/ppp/pppd/plugins/radius/
util.c 37 /* Get the month */
47 /* Get the Day */
  /external/proguard/src/proguard/io/
JarReader.java 54 // Get all entries from the input jar.
57 // Can we get another entry?
  /external/webkit/LayoutTests/http/tests/appcache/
online-whitelist.html 23 req.open("GET", url, false);
35 req.open("GET", url, false);
  /external/webkit/LayoutTests/http/tests/appcache/resources/
remove-cache-frame.html 22 req.open("GET", "empty.txt", false);
46 req.open("GET", "empty.txt", false);

Completed in 227 milliseconds

<<41424344454647484950>>