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

<<31323334353637383940>>

  /external/easymock/src/org/easymock/internal/
Results.java 48 Range interval = ranges.get(i);
51 return results.get(i);
56 return results.get(i);
  /external/elfutils/libdw/
dwarf_getattrs.c 0 /* Get attributes of the DIE.
31 /* Get the abbreviation code. */
61 /* Get attribute name and form. */
  /external/guava/src/com/google/common/collect/
AbstractMapBasedMultiset.java 115 int count = mapEntry.getValue().get();
117 AtomicInteger frequency = backingMap.get(getElement());
119 count = frequency.get();
204 occurrencesLeft = currentEntry.getValue().get();
214 int frequency = currentEntry.getValue().get();
227 AtomicInteger frequency = backingMap.get(element);
228 return (frequency == null) ? 0 : frequency.get();
246 AtomicInteger frequency = backingMap.get(element);
252 oldCount = frequency.get();
268 AtomicInteger frequency = backingMap.get(element)
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
ListenableFuture.java 37 * System.out.println("Result: " + future.get());
56 * <p>There is no guaranteed ordering of execution of listeners, they may get
57 * called in the order they were added and they may get called out of order,
  /external/icu4c/test/cintltst/
cintltst.h 70 * Call this once to get a consistent timezone. Use ctest_resetTimeZone to set it back to the original value.
76 * Call this once get back the original timezone
81 * Call this once get ICU back to its original state with test arguments.
  /external/jpeg/
ckconfig.c 18 * pay attention only to the *first* error message you get from the compiler.
31 * include files. If you get any error trying to include one of these files,
62 * defined only in the include file <sys/types.h>. If you get a failure
73 * above. If not, you'll get an error on the "typedef size_t my_size_t;" line.
97 * If you get an error in this group of lines, undefine HAVE_PROTOTYPES.
124 * If you get an error on the "unsigned char un_char;" line,
136 * If you get an error on the "unsigned short un_short;" line,
148 * If you get an error anywhere in here, undefine HAVE_VOID.
178 * If you get an error here, undefine HAVE_CONST.
198 /* If you get an error or warning about this structure definition
    [all...]
  /external/kernel-headers/original/asm-arm/
ioctls.h 49 #define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
61 #define TIOCSERGETLSR 0x5459 /* Get line status register */
62 #define TIOCSERGETMULTI 0x545A /* Get multiport config */
  /external/kernel-headers/original/asm-generic/
fcntl.h 56 #define F_GETFD 1 /* get close_on_exec */
58 #define F_GETFL 3 /* get file->f_flags */
74 /* for F_[GET|SET]FL */
  /external/skia/src/images/
fpdfemb_ext.h 24 /** Get info from the decoder, including image width, height and number of components */
30 /** Get number of available source bytes left in the input stream */
46 /** Get image info from the context, including width, height, number of components
  /external/v8/test/mjsunit/compiler/
objectliterals.js 30 var o = { x: 41, get bar() { return {x:42} } };
36 get bar() { return this.x },
48 o = {get foo() { return this.x; },
  /external/webkit/JavaScriptCore/runtime/
JSPropertyNameIterator.h 67 JSValue get(ExecState*, JSObject*, size_t i);
74 StructureChain* cachedPrototypeChain() { return m_cachedPrototypeChain.get(); }
99 return m_enumerationCache.get();
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.5.10-10.js 46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
15.9.5.10-11.js 46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
15.9.5.10-12.js 46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
15.9.5.10-13.js 46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
15.9.5.10-9.js 46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
15.9.5.12-2.js 47 // get the current time
50 // get time for 29 feb 2000
54 // get time for 1 jan 2005
15.9.5.12-3.js 47 // get the current time
50 // get time for 29 feb 2000
54 // get time for 1 jan 2005
15.9.5.12-4.js 47 // get the current time
50 // get time for 29 feb 2000
54 // get time for 1 jan 2005
15.9.5.12-5.js 47 // get the current time
50 // get time for 29 feb 2000
54 // get time for 1 jan 2005
15.9.5.12-6.js 47 // get the current time
50 // get time for 29 feb 2000
54 // get time for 1 jan 2005
15.9.5.12-7.js 47 // get the current time
50 // get time for 29 feb 2000
54 // get time for 1 jan 2005
15.9.5.12-8.js 47 // get the current time
50 // get time for 29 feb 2000
54 // get time for 1 jan 2005
15.9.5.13-8.js 46 // get the current time
49 // get time for 29 feb 2000
53 // get time for 1 jan 2005
15.9.5.14.js 45 // get the current time
48 // get time for 29 feb 2000
52 // get time for 1 jan 2005

Completed in 577 milliseconds

<<31323334353637383940>>