HomeSort by relevance Sort by last modified time
    Searched full:full (Results 201 - 225 of 10952) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DateFormatTest.java 120 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.FULL);
123 DateFormat.FULL, Locale.getDefault())));
166 f2 = (SimpleDateFormat) DateFormat.getDateInstance(DateFormat.FULL,
221 testDateTime(DateFormat.SHORT, DateFormat.FULL);
226 testDateTime(DateFormat.MEDIUM, DateFormat.FULL);
231 testDateTime(DateFormat.LONG, DateFormat.FULL);
233 testDateTime(DateFormat.FULL, DateFormat.SHORT);
234 testDateTime(DateFormat.FULL, DateFormat.MEDIUM);
235 testDateTime(DateFormat.FULL, DateFormat.LONG);
236 testDateTime(DateFormat.FULL, DateFormat.FULL)
    [all...]
  /build/target/product/
full.mk 17 # This is a build configuration for a full-featured build of the
28 PRODUCT_NAME := full
vbox_x86.mk 17 # This is a build configuration for a full-featured build of the
36 PRODUCT_MODEL := Full Android on x86 VirtualBox
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/res/values/
base-strings.xml 26 \"Immersive Mode\" is a new UI mode which improves \"hide full screen\" and
29 with some of the other UI flags related to full-screen apps.
  /developers/samples/android/ui/window/AdvancedImmersiveMode/
template-params.xml 30 \"Immersive Mode\", added in Android 4.4, improves the \"hide full screen\" and
33 with some of the other UI flags related to full-screen apps.
  /development/samples/browseable/AdvancedImmersiveMode/res/values/
base-strings.xml 26 \"Immersive Mode\" is a new UI mode which improves \"hide full screen\" and
29 with some of the other UI flags related to full-screen apps.
  /development/testrunner/
android_build.py 31 """Returns the full pathname of the "top" of the Android development tree.
52 """Returns the full pathname of out/host/arch of the Android development tree.
95 """Returns the full pathname of the "out" of the Android development tree.
110 """Compute the full pathname to the host binary directory.
131 """Returns the full pathname to the target/product directory.
153 """Returns the full pathname to the target/product system/bin directory.
173 """Returns the full pathname to the host java library output directory.
193 """Returns the full pathname to the test app build output directory.
  /device/generic/goldfish/opengl/system/egl/
Android.mk 29 ifneq (,$(filter full full_x86 full_mips sdk sdk_x86 sdk_mips google_sdk google_sdk_x86 google_sdk_mips,$(TARGET_PRODUCT)))
39 endif # TARGET_PRODUCT in 'full full_x86 full_mips sdk sdk_x86 sdk_mips google_sdk google_sdk_x86 google_sdk_mips')
  /device/samsung/manta/
full_manta.mk 16 # This file is the build configuration for a full Android
21 # lines, full and manta, hence its name.
  /external/chromium/build/
sanitize-mac-build-log.sed 18 # full command line. These deletions drop the command line.
24 # full command lines, too.
  /external/chromium_org/build/
sanitize-mac-build-log.sed 16 # full command line. These deletions drop the command line.
25 # full command lines, too.
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_free_disk_space_getter.h 16 // class can be used to simulate a case where disk is full, or nearly full.
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_enable_feature.txt 46 This feature is only provided for full OpenGL ES 2.0 compatibility. It is
54 This feature is only provided for full OpenGL ES 2.0 compatibility. It is
  /external/chromium_org/mojo/system/
memory.cc 21 // TODO(vtl): If running in kernel mode, do a full verification. For now, just
33 // TODO(vtl): If running in kernel mode, do a full verification. For now, just
  /external/chromium_org/ppapi/examples/ime/
ime.html 12 <p>Full IME Support</p>
14 height="150" border="2px"><param name="ime" value="full" /></object>
  /external/chromium_org/third_party/libxml/src/
README 4 Full documentation is available on-line at
22 a full coverage check. Report failures to the list.
  /external/chromium_org/webkit/common/user_agent/
user_agent_util.h 27 // Helper function to generate a full user agent string from a short
32 // Builds a full user agent string given a string describing the OS and a
  /external/elfutils/
config.h 22 /* Define to the full name of this package. */
25 /* Define to the full name and version of this package. */
config.h.in 21 /* Define to the full name of this package. */
24 /* Define to the full name and version of this package. */
  /external/libvpx/libvpx/vp8/common/
entropymv.h 21 mvfp_max = 255, /* max absolute value of a full pixel MV component */
22 MVfpvals = (2 * mvfp_max) +1, /* # possible full pixel MV values */
  /external/openssl/patches/
README 9 Finished message even when negotiating full-handshakes. With this patch,
11 full-handshakes.
  /external/qemu/android/utils/
dirscanner.h 34 * get its full path.
44 /* A variant of dirScanner_next() which returns the full path
  /external/qemu/target-i386/
TODO 12 - full support of segment limit/rights
13 - full x87 exception support
  /frameworks/base/docs/html/design/patterns/
fullscreen.jd 1 page.title=Full Screen
2 page.tags="full screen","immersive", "leanback"
6 Some content is best experienced full screen, like videos, games, image
8 deeply with content in full screen by minimizing visual distraction from app
15 In version 4.4, Android offers two approaches for making your app go full
40 The Lean Back approach is for full-screen experiences in which users won't be
59 heavily interacting with the full screen as part of the primary experience.
80 message that appears the first time the app goes full screen.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkVariables.java 21 /** Variable that expands to the full path of NDK's ABI specific gdb. */
24 /** Variable that expands to point to the full path of the project used in the launch

Completed in 1564 milliseconds

1 2 3 4 5 6 7 891011>>