HomeSort by relevance Sort by last modified time
    Searched full:whatever (Results 76 - 100 of 2100) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/animation/
TranslateYAnimation.java 23 * horizontal values from whatever is set on the Transformation already. When used in
  /frameworks/base/media/java/android/media/
AudioTimestamp.java 25 * The time is based on the implementation's best effort, using whatever knowledge
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhoneAccountRegistrationReceiver.java 42 // so can do whatever cleanup after an upgrade that we want.
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMapTest.java 648 c.put(null, "whatever");
659 c.put("whatever", null);
670 c.putIfAbsent(null, "whatever");
681 c.replace(null, "whatever");
692 c.replace(null, one, "whatever");
703 c.putIfAbsent("whatever", null);
714 c.replace("whatever", null);
725 c.replace("whatever", null, "A");
736 c.replace("whatever", one, null);
760 c.remove(null, "whatever");
    [all...]
  /external/valgrind/docs/internals/
notes.txt 52 state. Also, the vcpu state is restored on return to whatever it
114 On x86-linux, the vsyscall address is whatever the AT_SYSINFO entry
149 do whatever pre/post checks/hanldling is needed. The handlers are
  /frameworks/base/libs/androidfw/
StreamingZipInflater.cpp 134 * c. deliver whatever output data we can
141 // First, write from whatever we already have decoded and ready to go
168 // we know we've drained whatever is in the out buffer now, so just
  /bionic/libc/bionic/
strerror_r.cpp 73 return buf; // ...and just returns whatever fit.
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 54 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Item.java 60 * (which should have been done by whatever refers to this instance).
  /dalvik/dx/src/com/android/dx/dex/file/
Item.java 60 * (which should have been done by whatever refers to this instance).
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h 63 /** Whatever super structure is providing the INPUT stream needs a pointer to itself
87 * context instance at file/string/whatever load time.
208 * chracter to some impossible character such as '\0' or whatever.
248 * context instance at file/string/whatever load time.
  /external/apache-http/src/org/apache/http/io/
package.html 42 whatever else you might think of.
  /external/clang/test/SemaTemplate/
instantiate-member-expr.cpp 80 void operator&(struct Whatever);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Item.java 60 * (which should have been done by whatever refers to this instance).
  /external/e2fsprogs/lib/ss/
ss.h 39 __SS_CONST char * __SS_CONST *command_names; /* whatever */
  /external/fio/
GFIO-TODO 11 - Add ability to request graphs of whatever graphing options
  /external/flac/libFLAC/include/private/
macros.h 51 /* Whatever other unix that has sys/param.h */
  /external/icu/icu4c/source/common/
udatamem.h 13 * that contains some ICU data (resource, converters, whatever.)
umapfile.h 16 * whatever means are available.
  /external/kernel-headers/original/uapi/linux/
zorro.h 108 __be32 cd_Unused[4]; /* for whatever the driver wants */
  /external/libvpx/libvpx/test/
vp8_decrypt_test.cc 21 // with whatever internal state the decryptor uses. For testing we'll just
vp9_decrypt_test.cc 21 // with whatever internal state the decryptor uses. For testing we'll just
  /external/llvm/include/llvm/IR/
GVMaterializer.h 38 /// whatever backing store this GVMaterializer uses.
  /external/llvm/lib/CodeGen/
TargetFrameLoweringImpl.cpp 39 // By default, assume all frame indices are referenced via whatever
  /external/llvm/tools/llvm-diff/
DiffLog.h 34 /// temporary it will be destructed before whatever temporary

Completed in 546 milliseconds

1 2 34 5 6 7 8 91011>>