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

  /external/droiddriver/src/io/appium/droiddriver/actions/
SingleKeyAction.java 39 public static final SingleKeyAction BACK = new SingleKeyAction(KeyEvent.KEYCODE_BACK);
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 128 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
152 #undef BACK
180 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /external/llvm/lib/Support/
regexec.c 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
101 #undef BACK
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /external/swiftshader/third_party/LLVM/lib/Support/
regexec.c 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
101 #undef BACK
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regexec.c 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
101 #undef BACK
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regexec.c 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
101 #undef BACK
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
  /external/icu/icu4c/source/common/
unisetspan.h 41 BACK = 0x10,
53 BACK_UTF16_CONTAINED = BACK | UTF16 | CONTAINED,
54 BACK_UTF16_NOT_CONTAINED= BACK | UTF16 | NOT_CONTAINED,
55 BACK_UTF8_CONTAINED = BACK | UTF8 | CONTAINED,
56 BACK_UTF8_NOT_CONTAINED = BACK | UTF8 | NOT_CONTAINED
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_graph.h 48 BACK,
125 inline int incidentCountFwd() const; // count of incident non-back edges
221 if (ei.getType() != Edge::BACK)
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 90 BACK(KeyEvent.KEYCODE_BACK),
  /external/aac/libMpegTPEnc/src/
tpenc_asc.cpp 121 * Describe additional PCE height information for front, side and back channel
132 UCHAR num_back_height_channel_elements[2]; /*!< Number of back channel
143 UCHAR num_back_channel_elements; /*!< Number of back channel elements. */
185 * The following arrays provide information on how many front, side and back
195 * The mode identifier is followed by the number of front, side, back, and LFE
203 side and back elements
205 following order: normal height (front, side, back, LFE), top height (front,
206 side, back), bottom height (front, side, back).
212 * - 1 element is back channel element
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UnicodeSetStringSpan.java 37 public static final int BACK = 0x10;
46 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED;
47 public static final int BACK_UTF16_NOT_CONTAINED = BACK | /* UTF16 | */NOT_CONTAINED;
171 if (0 != (which & BACK)) {
189 if (0 != (which & BACK)) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeSetStringSpan.java 33 public static final int BACK = 0x10;
42 public static final int BACK_UTF16_CONTAINED = BACK | /* UTF16 | */ CONTAINED;
43 public static final int BACK_UTF16_NOT_CONTAINED = BACK | /* UTF16 | */NOT_CONTAINED;
167 if (0 != (which & BACK)) {
185 if (0 != (which & BACK)) {
    [all...]
  /external/libmpeg2/common/
impeg2_defs.h 250 BACK,
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 442 milliseconds