HomeSort by relevance Sort by last modified time
    Searched defs:WIDE (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 283 WIDE,
292 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
304 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
346 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
357 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW
366 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
379 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 284 WIDE,
300 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
312 * @param width The width of returned strings, either WIDE, ABBREVIATED, or NARROW.
318 * Gets wide weekday strings. For example: "Sunday", "Monday", etc.
327 * Sets wide weekday strings. For example: "Sunday", "Monday", etc.
356 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
367 * @param width The width of returned strings, either WIDE, ABBREVIATED, SHORT, or NARROW
376 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
389 * @param width The width of returned strings, either WIDE or ABBREVIATED. There
607 * CLDR-style format wide weekday strings. For example: "Sunday", "Monday", etc
    [all...]
  /art/compiler/dex/quick/arm64/
arm64_lir.h 369 * WIDE, UNWIDE macros. For opcodes that allow it, the wide variant can be obtained by applying the
370 * WIDE macro to the non-wide opcode. E.g. WIDE(kA64Sub4RRdT).
373 // Return the wide and no-wide variants of the given opcode.
374 #define WIDE(op) ((ArmOpcode)((op) | kA64Wide))
377 // Whether the given opcode is wide.
385 #define FWIDE WIDE
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 229 int WIDE = 196;
440 0, // wide, 196 depends on the following opcode
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 34 private static final boolean WIDE = true;
112 int position = WIDE
120 int visibleBegin = WIDE ? mScrollX : mScrollY;
121 int visibleLength = WIDE ? getWidth() : getHeight();
123 int slotBegin = WIDE ? rect.left : rect.top;
124 int slotEnd = WIDE ? rect.right : rect.bottom;
182 if (!force && (WIDE ? position == mScrollX : position == mScrollY)) return;
183 if (WIDE) {
437 if (WIDE) {
512 if (WIDE) {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 223 public static final int WIDE = 0xc4;
311 /** "W": {@code wide ...} */
550 "c4 W wide;" +
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 182 milliseconds