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

1 2 3 4

  /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
  /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/chromium/chrome/browser/resources/ntp4/tools/
externs.js 6 // This isn't actually used when running the code.
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
externs.js 6 // This isn't actually used when running the code.
  /external/openssl/apps/
Android.mk 66 # However, portions of these features are actually turned on.
  /external/openssl/patches/
apps_Android.mk 66 # However, portions of these features are actually turned on.
  /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 19 # patch that was used to add ARM support actually adds the ARM syscalls to
  /frameworks/base/data/keyboards/
keyboards.mk 15 # Warning: this is actually a product definition, to be inherited from
  /build/core/
dumpvar.mk 8 # Add the toolchain bin dir if it actually exists
  /external/bison/build-aux/
ylwrap 52 DESIRED is the file we actually want instead of OUTPUT
  /external/v8/test/mjsunit/regress/
regress-1117.js 28 // Test that we actually return the right value (-0) when we multiply
regress-892742.js 33 // According to ECMA-262, this comment should actually be parsed as a
  /bionic/linker/
Android.mk 18 # actually produces a correct binary with starting address 0xB0000100 but the
  /external/v8/test/mjsunit/
debug-liveedit-2.js 54 // However, this does not actually patch existing "Chooser" instances,
debug-liveedit-3.js 32 // hasen't been changed. However actually function became one level more nested
object-define-properties.js 52 // Check that we actually get the object back as returnvalue
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementassociatedattribute.js 81 Elements can actually have attributes. This test uses
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementassociatedattribute.js 81 Elements can actually have attributes. This test uses
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigurationcansetparameter02.js 79 and that calls to the method do not actually change the parameter value.
  /frameworks/base/data/fonts/
fonts.mk 15 # Warning: this is actually a product definition, to be inherited from
  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 53 // A filtered list of apps we actually want to show.

Completed in 179 milliseconds

1 2 3 4