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

  /external/pcre/dist/
pcre_printint.c 59 #define PRIV(name) name
144 int a = PRIV(utf8_table4)[c & 0x3f]; /* Number of additional bytes */
146 c = (c & PRIV(utf8_table3)[a]) << s;
240 for (i = PRIV(utt_size) - 1; i >= 0; i--)
242 if (ptype == PRIV(utt)[i].type && pvalue == PRIV(utt)[i].value) break;
244 return (i >= 0)? PRIV(utt_names) + PRIV(utt)[i].name_offset : "??";
277 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + code[2];
pcretest.c 130 #define PRIV(name) name
    [all...]
pcre_internal.h 44 depending on the PRIV macro. */
315 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
329 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
688 from the tables whose names start with PRIV(utf8_table). They were rewritten by
703 #define GET_EXTRALEN(c) (PRIV(utf8_table4)[(c) & 0x3f])
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RobustnessTest.java 148 {PRIV, MAXIMUM}, // Simple preview, GPU video processing, or no-preview video recording
151 {PRIV, PREVIEW, JPEG, MAXIMUM}, // Standard still imaging.
153 {PRIV, PREVIEW, PRIV, PREVIEW}, // Standard recording.
154 {PRIV, PREVIEW, YUV, PREVIEW}, // Preview plus in-app processing.
155 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM} // Still capture plus in-app processing.
159 {PRIV, PREVIEW, PRIV, RECORD }, // High-resolution video recording with preview.
160 {PRIV, PREVIEW, YUV , RECORD }, // High-resolution in-app video processing with preview.
162 {PRIV, PREVIEW, PRIV, RECORD, JPEG, RECORD }, // High-resolution recording with video snapshot
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uloc_tag.c     [all...]
  /external/icu/icu4c/source/common/
uloc_tag.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 640 milliseconds