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

<<71727374757677787980>>

  /external/google-breakpad/android/
run-checks.sh 110 - Extract the corresponding minidump from the device.
266 # Extract CPU ABI and architecture from device, if any.
271 panic "Can't extract ABI from connected device!"
315 # Extract architecture name from ABI
321 # Extract GNU configuration name
451 # Extract minidump from device
460 fail_panic "Can't extract minidump!"
518 # First, extract all the lines with test_google_breakpad! in them, and
  /external/google-breakpad/src/testing/gtest/xcode/Scripts/
versiongenerate.py 69 # Extract the version string from the AC_INIT macro
71 # Extract three integers separated by periods and surrounded by squre
  /external/googletest/googletest/xcode/Scripts/
versiongenerate.py 69 # Extract the version string from the AC_INIT macro
71 # Extract three integers separated by periods and surrounded by square
  /external/icu/icu4c/as_is/os390/
unpax-icu.sh 53 # extract files while converting them to EBCDIC
115 # now see if a re-extract of binary files is necessary
  /external/libcxx/utils/libcxx/sym_check/
util.py 100 import libcxx.sym_check.extract
102 return libcxx.sym_check.extract.extract_symbols(filename)
  /external/libevent/sample/
openssl_hostname_validation.c 75 // Extract the CN field
117 // Try to extract the names within the SAN extension from the certificate
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_quantize_sse2.c 61 // Poor man's sign extract
128 // Poor man's sign extract
  /external/lisa/tools/scripts/
framestats_analysis.py 73 :param df: pandas dataframe to extract columns names from
85 :param df: pandas dataframe to extract values from
  /external/llvm/include/llvm/IR/
Instruction.def 191 HANDLE_OTHER_INST(59, ExtractElement, ExtractElementInst)// extract from vector
194 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
  /external/llvm/lib/Target/AArch64/
AArch64TargetTransformInfo.h 37 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
39 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
  /external/llvm/lib/Target/ARM/
ARMTargetTransformInfo.h 36 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
38 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract);
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 118 // Gather up the blocks that we're going to extract.
130 // Extract the body of the if.
  /external/llvm/test/CodeGen/X86/
extractelement-load.ll 75 %.sroa.3.24.vec.extract = extractelement <2 x double> %tmp13, i32 1
76 store double %.sroa.3.24.vec.extract, double* undef, align 8
  /external/llvm/test/Feature/
optnone-opt.ll 6 ; RUN: opt -indvars -licm -loop-deletion -loop-extract -loop-idiom -loop-instsimplify -loop-reduce -loop-reroll -loop-rotate -loop-unroll -loop-unswitch -S -debug %s 2>&1 | FileCheck %s --check-prefix=OPT-LOOP
65 ; OPT-LOOP-DAG: Skipping pass 'Extract loops into new functions'
  /external/llvm/test/Linker/
replaced-function-matches-first-subprogram.ll 42 ; Extract out the list of subprograms from each compile unit.
52 ; Extract out the file from the replaced subprogram.
  /external/llvm/test/Transforms/IndVarSimplify/
crash.ll 101 %extract.t1 = trunc i64 %tmp5 to i32
108 %.off0 = phi i32 [ undef, %bb6 ], [ %extract.t1, %bb4 ]
  /external/llvm/utils/
DSAextract.py 3 #this is a script to extract given named nodes from a dot file, with
35 <output_file> [list of nodes to extract]'
  /external/mesa3d/src/mesa/tnl/
t_vertex.h 74 tnl_extract_func extract; member in struct:tnl_format_info
94 /* Extract a named attribute from a hardware vertex. Will have to
  /external/parameter-framework/upstream/parameter/
RuleParser.cpp 169 // Extract type
185 // Extract type
  /external/proguard/src/proguard/obfuscate/
MappingReader.java 125 // Extract the elements.
161 // Extract the elements.
  /external/protobuf/gtest/xcode/Scripts/
versiongenerate.py 69 # Extract the version string from the AC_INIT macro
71 # Extract three integers separated by periods and surrounded by squre
  /external/python/cpython2/Demo/parser/
example.py 1 """Simple code to extract class & function docstrings from a module.
40 # extract docstring
  /external/python/cpython3/Lib/
traceback.py 0 """Extract, format and print information about Python stack traces."""
68 return StackSummary.extract(walk_tb(tb), limit=limit)
197 """Extract the raw traceback from the current stack frame.
207 stack = StackSummary.extract(walk_stack(f), limit=limit)
290 current stack is used. Usually used with StackSummary.extract.
303 walk_stack). Usually used with StackSummary.extract.
314 def extract(klass, frame_gen, *, limit=None, lookup_lines=True, member in class:StackSummary
495 self.stack = StackSummary.extract(
  /external/skia/infra/bots/recipes/bookmaker.expected/
nightly_failed_extract_fiddles.json 161 "name": "Extract all fiddles out of md files",
169 "reason": "Step('Extract all fiddles out of md files') failed with return_code 1",
  /external/skqp/infra/bots/recipes/bookmaker.expected/
nightly_failed_extract_fiddles.json 161 "name": "Extract all fiddles out of md files",
169 "reason": "Step('Extract all fiddles out of md files') failed with return_code 1",

Completed in 1418 milliseconds

<<71727374757677787980>>