/external/llvm/lib/MC/ |
D | StringTableBuilder.cpp | 24 case RAW: in StringTableBuilder() 109 case RAW: in finalizeStringTable() 129 size_t Pos = StringTable.size() - S.size() - (K != RAW); in finalizeStringTable() 146 if (K != RAW) in finalizeStringTable() 152 case RAW: in finalizeStringTable() 189 Size = Start + S.size() + (K != RAW); in add()
|
/external/libxml2/ |
D | parser.c | 2019 #define RAW (*ctxt->input->cur) macro 2291 if ((RAW == '&') && (NXT(1) == '#') && in xmlParseCharRef() 2295 while (RAW != ';') { /* loop blocked by count */ in xmlParseCharRef() 2302 if ((RAW >= '0') && (RAW <= '9')) in xmlParseCharRef() 2304 else if ((RAW >= 'a') && (RAW <= 'f') && (count < 20)) in xmlParseCharRef() 2306 else if ((RAW >= 'A') && (RAW <= 'F') && (count < 20)) in xmlParseCharRef() 2319 if (RAW == ';') { in xmlParseCharRef() 2325 } else if ((RAW == '&') && (NXT(1) == '#')) { in xmlParseCharRef() 2328 while (RAW != ';') { /* loop blocked by count */ in xmlParseCharRef() 2335 if ((RAW >= '0') && (RAW <= '9')) in xmlParseCharRef() [all …]
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_buffers_test.cc | 102 TestAllCombinations(CompressionOptions::RAW(), CompressionOptions::RAW()); in TEST() 300 TestTell(CompressionOptions::RAW(), CompressionOptions::RAW()); in TEST() 312 TestSkipNBytes(CompressionOptions::RAW(), CompressionOptions::RAW()); in TEST()
|
D | zlib_compression_options.h | 29 static ZlibCompressionOptions RAW(); 116 inline ZlibCompressionOptions ZlibCompressionOptions::RAW() { in RAW() function
|
/external/curl/tests/data/ |
D | test570 | 67 Transport: RAW/RAW/UDP;unicast;client_port=3056-3057
|
/external/selinux/policycoreutils/run_init/ |
D | open_init_pty.c | 51 static enum { RESET, RAW, CBREAK } tty_state = RESET; enumerator 86 tty_state = RAW; in tty_semi_raw() 93 if (tty_state != CBREAK && tty_state != RAW) { in tty_atexit()
|
/external/piex/ |
D | README | 2 JPEG compressed preview image contained in a RAW file.
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
D | ParserConfiguration.java | 47 RAW(null, null), enumConstant 225 setLanguageLevel(RAW); in setValidator()
|
/external/iptables/extensions/ |
D | libxt_bpf.man | 45 iptables \-A OUTPUT \-m bpf \-\-bytecode "`nfbpf_compile RAW 'ip proto 6'`" \-j ACCEPT 49 network layer up, without mac layer. Select a device with data link type RAW,
|
/external/llvm/include/llvm/MC/ |
D | StringTableBuilder.h | 22 enum Kind { ELF, WinCOFF, MachO, RAW }; enumerator
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ElemDesc.java | 66 static final int RAW = (1 << 8); field in ElemDesc
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ |
D | ParserConfigurationTest.java | 27 new JavaParser(new ParserConfiguration().setLanguageLevel(RAW)) in noProblemsHere()
|
/external/python/cpython2/Lib/compiler/ |
D | pyassem.py | 249 RAW = "RAW" variable 285 self.stage = RAW 307 assert self.stage == RAW 367 assert self.stage == RAW
|
/external/dhcpcd-6.8.2/ |
D | dhcp-common.h | 66 #define RAW (1 << 23) macro
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/type/ |
D | TypeTest.java | 35 .setLanguageLevel(RAW); in primitiveTypeArgumentLenientValidator()
|
/external/libyuv/files/docs/ |
D | formats.md | 92 FOURCC_RGB3 = FOURCC('R', 'G', 'B', '3'), // Alias for RAW. 95 FOURCC_CM24 = FOURCC(0, 0, 0, 24), // Alias for RAW kCMPixelFormat_24RGB
|
/external/ltp/testcases/kdump/sample/ |
D | runkdump.CRASHER.SLES | 67 # Dump vmcore on a RAW partition.
|
D | runkdump.BASIC_LKDTM.SLES | 67 # Dump vmcore on a RAW partition.
|
D | runkdump.EXTRA_LKDTM.SLES | 67 # Dump vmcore on a RAW partition.
|
D | runkdump.BASIC_LKDTM.RHEL | 67 # Dump vmcore on a RAW partition.
|
D | runkdump.CRASHER.RHEL | 67 # Dump vmcore on a RAW partition.
|
D | runkdump.EXTRA_LKDTM.RHEL | 67 # Dump vmcore on a RAW partition.
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | formats.h | 226 RAW = 0x1FF, enumerator
|
/external/ltp/testcases/kdump/doc/ |
D | ALL_TEST.txt | 54 * KLRAW: dump on a RAW partition.
|
/external/nos/test/system-test-harness/src/ |
D | keymaster-import-wrapped-key-tests.cc | 228 request.set_key_format(KeyFormat::RAW); in TEST_F()
|