HomeSort by relevance Sort by last modified time
    Searched refs:actually (Results 1 - 25 of 58) sorted by null

1 2 3

  /cts/tests/tests/content/src/android/content/cts/
ContentUrisTest.java 104 Uri actually; local
106 assertNotNull(actually = ContentUris.withAppendedId(uri1, CODE1));
107 assertEquals(expected, actually.toString());
110 assertNotNull(actually = ContentUris.withAppendedId(uri2, CODE2));
111 assertEquals(expected, actually.toString());
138 Builder actually; local
141 assertNotNull(actually = ContentUris.appendId(b, CODE1));
142 assertEquals(expected, actually.toString());
147 assertNotNull(actually = ContentUris.appendId(b, CODE2));
148 assertEquals(expected, actually.toString())
    [all...]
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 1 # The source files are actually located under ../unit
  /ndk/tests/device/test-stlport/jni/
Android.mk 1 # The source files are actually located under ../unit
  /device/htc/passion/
AndroidProducts.mk 17 # configurations which are actually buildable (e.g. through lunch)
  /external/openssl/apps/
Android.mk 71 # However, portions of these features are actually turned on.
  /external/openssl/patches/
apps_Android.mk 71 # However, portions of these features are actually turned on.
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 116 #warning For some reason, this doesnt actually kill a thread - FreeBSD 3.2
  /external/quake/quake/src/QW/
qwcl.spec.sh 28 like excessive lag - actions actually happening much later than you did them;
qwsv.spec.sh 28 like excessive lag - actions actually happening much later than you did them;
  /external/strace/
Android.mk 21 # patch that was used to add ARM support actually adds the ARM syscalls to
  /external/bison/build-aux/
ylwrap 52 DESIRED is the file we actually want instead of OUTPUT
  /bionic/linker/
Android.mk 18 # actually produces a correct binary with starting address 0xB0000100 but the
  /external/v8/test/mjsunit/regress/
regress-892742.js 33 // According to ECMA-262, this comment should actually be parsed as a
  /dalvik/dx/etc/
dx.bat 76 REM and the rest of the line. The "goto :eof" actually exits the subroutine.
  /external/v8/test/mjsunit/
object-define-properties.js 52 // Check that we actually get the object back as returnvalue
array-splice.js 247 // ... but array[7] is actually a hole:
debug-sourceinfo.js 74 // This magic number is the length or the first line comment (actually number
  /external/libffi/src/powerpc/
linux64_closure.S 79 # set up registers for the routine that actually does the work
ppc_closure.S 69 # set up registers for the routine that actually does the work
  /external/webkit/WebKitTools/android/flex-2.5.4a/
configure     [all...]
  /build/core/
main.mk 333 # If they only used the modifier goals (showcommands, checkbuild), we'll actually
360 $(info Building the SDK under darwin-ppc is actually obsolete and unsupported.)
511 # they're actually full paths to a particular file.
545 # determine what we actually want to build.
envsetup.mk 196 # under product/) are actually host-dependent.
  /device/samsung/crespo/
device_base.mk 135 # Screen density is actually considered a locale (since it is taken into account
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 257 // crazy scoping rules mean |methodName| actually bleeds out of the loop!
  /external/openssl/crypto/
crypto-lib.com 367 $! Check if the library module name actually is defined
491 $! Check To See If The File We Want To Compile Is Actually There.
    [all...]

Completed in 271 milliseconds

1 2 3