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

<<171172173174175176177178179180>>

  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
BuiltinsPPC.def 395 // vector Insert/Extract exponent/significand builtins
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LexicalScopes.h 221 /// extractLexicalScopes - Extract instruction ranges for each lexical scopes
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/cmake/llvm/
LLVMConfig.cmake 168 set(LLVM_EXPORTED_TARGETS "LLVMDemangle;LLVMSupport;LLVMTableGen;llvm-tblgen;LLVMCore;LLVMFuzzMutate;LLVMIRReader;LLVMCodeGen;LLVMSelectionDAG;LLVMAsmPrinter;LLVMMIRParser;LLVMGlobalISel;LLVMBinaryFormat;LLVMBitReader;LLVMBitWriter;LLVMTransformUtils;LLVMInstrumentation;LLVMInstCombine;LLVMScalarOpts;LLVMipo;LLVMVectorize;LLVMHello;LLVMObjCARCOpts;LLVMCoroutines;LLVMLinker;LLVMAnalysis;LLVMLTO;LLVMMC;LLVMMCParser;LLVMMCDisassembler;LLVMObject;LLVMObjectYAML;LLVMOption;LLVMDebugInfoDWARF;LLVMDebugInfoMSF;LLVMDebugInfoCodeView;LLVMDebugInfoPDB;LLVMSymbolize;LLVMExecutionEngine;LLVMInterpreter;LLVMMCJIT;LLVMOrcJIT;LLVMRuntimeDyld;LLVMTarget;LLVMAArch64CodeGen;LLVMAArch64Info;LLVMAArch64AsmParser;LLVMAArch64Disassembler;LLVMAArch64AsmPrinter;LLVMAArch64Desc;LLVMAArch64Utils;LLVMARMCodeGen;LLVMARMInfo;LLVMARMAsmParser;LLVMARMDisassembler;LLVMARMAsmPrinter;LLVMARMDesc;LLVMARMUtils;LLVMBPFCodeGen;LLVMBPFAsmParser;LLVMBPFDisassembler;LLVMBPFAsmPrinter;LLVMBPFInfo;LLVMBPFDesc;LLVMMipsCodeGen;LLVMMipsAsmPrinter;LLVMMipsDisassembler;LLVMMipsInfo;LLVMMipsDesc;LLVMMipsAsmParser;LLVMX86CodeGen;LLVMX86AsmParser;LLVMX86Disassembler;LLVMX86AsmPrinter;LLVMX86Desc;LLVMX86Info;LLVMX86Utils;LLVMAsmParser;LLVMLineEditor;LLVMProfileData;LLVMCoverage;LLVMPasses;LLVMDlltoolDriver;LLVMLibDriver;LLVMXRay;LLVMWindowsManifest;LTO;LLVMgold;llvm-ar;llvm-config;llvm-lto;llvm-profdata;clang-tblgen;bugpoint;BugpointPasses;llvm-dsymutil;llc;lli;llvm-as;llvm-bcanalyzer;llvm-c-test;llvm-cat;llvm-cfi-verify;llvm-cov;llvm-cvtres;llvm-cxxdump;llvm-cxxfilt;llvm-diff;llvm-dis;llvm-dwarfdump;llvm-dwp;llvm-extract;llvm-link;llvm-lto2;llvm-mc;llvm-mcmarkup;llvm-modextract;llvm-mt;llvm-nm;llvm-objcopy;llvm-objdump;llvm-opt-report;llvm-pdbutil;llvm-rc;llvm-readobj;llvm-rtdyld;LLVM;llvm-size;llvm-split;llvm-stress;llvm-strings;llvm-symbolizer;llvm-xray;obj2yaml;opt;sancov;sanstats;verify-uselistorder;yaml2obj")
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
run-clang-tidy.py 224 # Load the database and extract all files.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 69 /* These macros extract size information from a `struct dirent *'.
langinfo.h 37 /* Extract the category and item index from a constructed `nl_item' value. */
zconf.h 206 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
  /prebuilts/go/darwin-x86/src/archive/tar/
strconv.go 268 // Extract everything between the space and the final newline.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
loopbce.go 65 // Extract min and nxt knowing that nxt is an addition (e.g. Add64).
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 300 // sampleFormat returns a function to extract values out of a profile.Sample,
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdump_test.go 324 extract
  /prebuilts/go/darwin-x86/src/regexp/
regexp.go 844 name, num, rest, ok := extract(template)
877 // extract returns the name from a leading "$name" or "${name}" in str.
878 // If it is a number, extract returns num set to that number; otherwise num = -1.
879 func extract(str string) (name string, num int, rest string, ok bool) { func
    [all...]
  /prebuilts/go/linux-x86/src/archive/tar/
strconv.go 268 // Extract everything between the space and the final newline.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
loopbce.go 65 // Extract min and nxt knowing that nxt is an addition (e.g. Add64).
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
driver.go 300 // sampleFormat returns a function to extract values out of a profile.Sample,
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
objdump_test.go 324 extract
  /prebuilts/go/linux-x86/src/regexp/
regexp.go 844 name, num, rest, ok := extract(template)
877 // extract returns the name from a leading "$name" or "${name}" in str.
878 // If it is a number, extract returns num set to that number; otherwise num = -1.
879 func extract(str string) (name string, num int, rest string, ok bool) { func
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_test_utils.py 184 # On Unix, os.WEXITSTATUS() must be used to extract the exit status
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_test_utils.py 199 # On Unix, os.WEXITSTATUS() must be used to extract the exit status
  /prebuilts/qemu-kernel/
build-kernel.sh 143 # Extract kernel version, we'll need to put this in the final binaries names
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libstagefright_soft_mpeg4enc.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libstagefright_soft_mpeg4enc.so 
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 87 // Run the unique commands with special gcc options to extract the
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/
mock_manifest_attrs.xml 21 This file has been trimmed down to only extract a number of interesting cases
  /system/bt/embdrv/sbc/decoder/srce/
decoder-sbc.c 400 /* Extract and translate required fields from Header */

Completed in 1546 milliseconds

<<171172173174175176177178179180>>