HomeSort by relevance Sort by last modified time
    Searched refs:Flags (Results 351 - 375 of 4888) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/test/mjsunit/runtime-gen/
stringtonumber.js 3 // Flags: --allow-natives-syntax --harmony
stringtouppercase.js 3 // Flags: --allow-natives-syntax --harmony
stringtrim.js 3 // Flags: --allow-natives-syntax --harmony
symboldescription.js 3 // Flags: --allow-natives-syntax --harmony
symbolisprivate.js 3 // Flags: --allow-natives-syntax --harmony
tobool.js 3 // Flags: --allow-natives-syntax --harmony
tofastproperties.js 3 // Flags: --allow-natives-syntax --harmony
traceexit.js 3 // Flags: --allow-natives-syntax --harmony
truncatestring.js 3 // Flags: --allow-natives-syntax --harmony
trymigrateinstance.js 3 // Flags: --allow-natives-syntax --harmony
typedarraysetfastcases.js 3 // Flags: --allow-natives-syntax --harmony
typeof.js 3 // Flags: --allow-natives-syntax --harmony
uriescape.js 3 // Flags: --allow-natives-syntax --harmony
uriunescape.js 3 // Flags: --allow-natives-syntax --harmony
weakcollectiondelete.js 3 // Flags: --allow-natives-syntax --harmony
weakcollectionget.js 3 // Flags: --allow-natives-syntax --harmony
weakcollectionhas.js 3 // Flags: --allow-natives-syntax --harmony
weakcollectionset.js 3 // Flags: --allow-natives-syntax --harmony
  /external/elfutils/0.153/libelf/
elf-knowledge.h 88 /* When combining ELF section flags we must distinguish two kinds:
90 - flags which cause problem if not added to the result even if not
93 - flags which cause problem if added to the result if not present
104 /* Similar macro: return the bits of the flags which necessarily must
107 used to determine the combined flags. */
108 #define SH_FLAGS_IMPORTANT(Flags) \
109 ((Flags) & ~((GElf_Xword) 0 | SHF_LINK_ORDER | SHF_OS_NONCONFORMING))
  /external/llvm/test/MC/Mips/
elf_eflags_abicalls.s 4 # CHECK: Flags [ (0x50001006)
elf_eflags_noreorder.s 4 # CHECK: Flags [ (0x50001001)
elf_eflags_pic0.s 4 # CHECK: Flags [ (0x50001004)
elf_eflags_pic2.s 4 # CHECK: Flags [ (0x50001006)
  /external/smack/src/org/xbill/DNS/
Flags.java 6 * Constants and functions relating to flags in the DNS header.
11 public final class Flags {
13 private static Mnemonic flags = new Mnemonic("DNS Header Flag", field in class:Flags
41 flags.setMaximum(0xF);
42 flags.setPrefix("FLAG");
43 flags.setNumericAllowed(true);
45 flags.add(QR, "qr");
46 flags.add(AA, "aa");
47 flags.add(TC, "tc");
48 flags.add(RD, "rd")
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c 74 int i, Flags;
238 Flags = CoeffNum;
243 Flags = armVCM4P10_ZigZag[Flags];
248 Flags += 0x20;
253 Flags += 0x10;
256 *pPosCoefbuf++ = (OMX_U8)(Flags);
258 if (Flags & 0x10)

Completed in 352 milliseconds

<<11121314151617181920>>