| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/ |
| BitcodeReader.h | 140 /// Read the header of the specified bitcode buffer and extract just the 149 /// Read the header of the specified bitcode buffer and extract just the
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/ |
| DWARFUnit.h | 104 if (!U->extract(Data, &Offset)) 212 bool extract(DataExtractor debug_info, uint32_t* offset_ptr);
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/ |
| BitcodeReader.h | 151 /// Read the header of the specified bitcode buffer and extract just the 160 /// Read the header of the specified bitcode buffer and extract just the
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/ |
| BitcodeReader.h | 151 /// Read the header of the specified bitcode buffer and extract just the 160 /// Read the header of the specified bitcode buffer and extract just the
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/ |
| BitcodeReader.h | 151 /// Read the header of the specified bitcode buffer and extract just the 160 /// Read the header of the specified bitcode buffer and extract just the
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/ |
| BitcodeReader.h | 151 /// Read the header of the specified bitcode buffer and extract just the 160 /// Read the header of the specified bitcode buffer and extract just the
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| traceback.py | 0 """Extract, format and print information about Python stack traces.""" 281 """Extract the raw traceback from the current stack frame.
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| traceback.py | 0 """Extract, format and print information about Python stack traces.""" 281 """Extract the raw traceback from the current stack frame.
|
| /prebuilts/go/darwin-x86/doc/ |
| install.html | 81 and extract it into <code>/usr/local</code>, creating a Go tree in 188 <a href="/dl/">Download the zip file</a> and extract it into the directory of your choice (we suggest <code>c:\Go</code>).
|
| /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/ |
| forminfo.go | 35 headerLenMask = 0x3F // extract the length value from the header byte 36 headerFlagsMask = 0xC0 // extract the qcInfo bits from the header byte
|
| /prebuilts/go/linux-x86/doc/ |
| install.html | 81 and extract it into <code>/usr/local</code>, creating a Go tree in 188 <a href="/dl/">Download the zip file</a> and extract it into the directory of your choice (we suggest <code>c:\Go</code>).
|
| /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/ |
| forminfo.go | 35 headerLenMask = 0x3F // extract the length value from the header byte 36 headerFlagsMask = 0xC0 // extract the qcInfo bits from the header byte
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/ |
| SpvBuilder.cpp | 1161 Instruction* extract = new Instruction(getUniqueId(), typeId, OpCompositeExtract); local 1176 Instruction* extract = new Instruction(getUniqueId(), typeId, OpCompositeExtract); local 1210 Instruction* extract = new Instruction(getUniqueId(), typeId, OpVectorExtractDynamic); local [all...] |
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/ |
| CHANGES | 24 - Eliminate redundant composite insert followed by extract 29 - Eliminate redundant insert/extract to composite values
|
| /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/ |
| local_access_chain_convert_pass.cpp | 102 // Build and append Extract 213 // extract and insert sequences
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| traceback.py | 0 """Extract, format and print information about Python stack traces.""" 281 """Extract the raw traceback from the current stack frame.
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| traceback.py | 0 """Extract, format and print information about Python stack traces.""" 281 """Extract the raw traceback from the current stack frame.
|
| /system/update_engine/scripts/ |
| paycheck.py | 87 trace_opts.add_option('-x', '--extract-bsdiff', action='store_true', 148 parser.error('--extract-bsdiff can only be used when applying payloads')
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| cpu-arm.c | 239 /* We have to extract the values this way to allow for a 374 /* Extract the machine number stored in a note section. */
|
| /toolchain/binutils/binutils-2.27/ |
| configure | [all...] |
| /toolchain/binutils/binutils-2.27/include/opcode/ |
| i370.h | 168 extract this operand type from an instruction, check this field. 184 long (*extract) (i370_insn_t instruction, int *invalid); 183 long (*extract) (i370_insn_t instruction, int *invalid); member in struct:i370_operand
|
| tic80.h | 99 extract this operand type from an instruction, check this field. 116 long (*extract) (unsigned long instruction, int *invalid); 115 long (*extract) (unsigned long instruction, int *invalid); member in struct:tic80_operand
|
| /toolchain/binutils/binutils-2.27/opcodes/ |
| aarch64-opc.h | 251 /* Extract FIELD of CODE and return the value. MASK can be zero or the base 275 /* Extract field KIND of CODE and return the value. MASK can be zero or the
|
| s390-dis.c | 115 /* Extract fragments of the operand byte for byte. */ 150 /* Extract the extra bits for a vector register operand stored
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
| AppSetupTest.java | 135 assertEquals(String.format("Failed to extract info from '%s' using aapt null", 199 assertEquals(String.format("Failed to extract info from '%s' using aapt null",
|