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

  /toolchain/binutils/binutils-2.27/opcodes/
ia64-opc.h 36 #define PRIV IA64_OPCODE_PRIV
  /external/icu/icu4c/source/common/
uloc_tag.cpp     [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 180 {PRIV, MAXIMUM},
186 {PRIV, PREVIEW, JPEG, MAXIMUM},
190 {PRIV, PREVIEW, PRIV, PREVIEW},
192 {PRIV, PREVIEW, YUV, PREVIEW},
194 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM}
199 {PRIV, PREVIEW, PRIV, RECORD },
201 {PRIV, PREVIEW, YUV , RECORD },
205 {PRIV, PREVIEW, PRIV, RECORD, JPEG, RECORD }
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 221 Before including pcre2_internal.h we define PRIV so that it does not get
222 defined therein. This ensures that PRIV names in the included files do not
228 #define PRIV(name) name
236 of PRIV avoids name clashes. */
    [all...]
pcre2_internal.h 227 libraries are always referenced using the PRIV macro. This makes it possible
229 different PRIV definition to avoid name clashes. It also makes it clear in the
232 #ifndef PRIV
233 #define PRIV(name) _pcre2_##name
277 data from the tables whose names start with PRIV(utf8_table). They were
501 PRIV(is_newline)((p), NLBLOCK->nltype, NLBLOCK->PSEND, \
515 PRIV(was_newline)((p), NLBLOCK->nltype, NLBLOCK->PSSTART, \
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
vms-alpha.c 338 #define PRIV(name) PRIV2(abfd,name)
474 struct vms_eihd *eihd = (struct vms_eihd *)PRIV (recrd.rec);
487 PRIV (symvva) = symvva;
491 PRIV (ident) = bfd_getl32 (eihd->ident);
492 PRIV (matchctl) = eihd->matchctl;
527 if (offset >= PRIV (recrd.rec_size))
529 eisd = (struct vms_eisd *)(PRIV (recrd.rec) + offset);
626 unsigned char *p = PRIV (recrd.rec) + offset;
655 PRIV (dst_section) = section;
697 Set PRIV(buf_size) and return i
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 456 milliseconds