HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 751 - 775 of 8518) sorted by null

<<31323334353637383940>>

  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 38 bool extract(DataExtractor Data, uint32_t *OffsetPtr);
71 void extract(DataExtractor Data);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 38 bool extract(DataExtractor Data, uint32_t *OffsetPtr);
71 void extract(DataExtractor Data);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 38 bool extract(DataExtractor Data, uint32_t *OffsetPtr);
71 void extract(DataExtractor Data);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 38 bool extract(DataExtractor Data, uint32_t *OffsetPtr);
71 void extract(DataExtractor Data);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 38 bool extract(DataExtractor Data, uint32_t *OffsetPtr);
71 void extract(DataExtractor Data);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 38 bool extract(DataExtractor Data, uint32_t *OffsetPtr);
71 void extract(DataExtractor Data);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
sym_match.py 16 from libcxx.sym_check import util, match, extract
21 description='Extract a list of symbols from a shared library.')
  /system/bt/packet/avrcp/
play_item.cc 56 return base::ByteSwap(it.extract<uint64_t>());
61 return base::ByteSwap(it.extract<uint16_t>());
  /system/netd/libnetdutils/
Netlink.cpp 31 extract(tail, hdr);
43 extract(tail, hdr);
  /tools/tradefederation/core/src/com/android/tradefed/util/
KeyguardControllerState.java 53 controller.extract(dump);
57 private void extract(List<String> dump) { method in class:KeyguardControllerState
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ExtractFunction.cpp 1 //===- ExtractFunction.cpp - Extract a function from Program --------------===//
10 // This file implements several methods that are used to extract functions,
129 /// ExtractLoop - Given a module, extract up to one loop from it into a new
134 LoopExtractPasses.push_back("loop-extract-single");
145 // extracted and we should return null. Limit the number of loops we extract
152 assert(M->size() < NewM->size() && "Loop extract removed functions?");
310 /// ExtractMappedBlocksFromModule - Extract all but the specified basic blocks
332 errs() << "Error writing list of blocks to not extract: " << ErrorInfo
348 errs() << "Error writing list of blocks to not extract: " << ErrorInfo
356 std::string uniqueFN = "--extract-blocks-file=" + uniqueFilename.str();
    [all...]
  /art/runtime/interpreter/mterp/arm/
binopLit16.S 26 GET_INST_OPCODE ip @ extract opcode from rINST
fbinop.S 20 GET_INST_OPCODE ip @ extract opcode from rINST
op_aget.S 27 GET_INST_OPCODE ip @ extract opcode from rINST
op_aget_wide.S 23 GET_INST_OPCODE ip @ extract opcode from rINST
op_aput.S 27 GET_INST_OPCODE ip @ extract opcode from rINST
op_aput_wide.S 22 GET_INST_OPCODE ip @ extract opcode from rINST
op_cmp_long.S 22 GET_INST_OPCODE ip @ extract opcode from rINST
op_cmpg_double.S 29 GET_INST_OPCODE ip @ extract opcode from rINST
op_cmpg_float.S 29 GET_INST_OPCODE ip @ extract opcode from rINST
op_cmpl_double.S 29 GET_INST_OPCODE ip @ extract opcode from rINST
op_cmpl_float.S 29 GET_INST_OPCODE ip @ extract opcode from rINST
op_mul_long_2addr.S 22 GET_INST_OPCODE ip @ extract opcode from rINST
op_rem_int.S 30 GET_INST_OPCODE ip @ extract opcode from rINST
op_rem_int_lit8.S 29 GET_INST_OPCODE ip @ extract opcode from rINST

Completed in 684 milliseconds

<<31323334353637383940>>