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

<<71727374757677787980>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instruction.def 195 HANDLE_OTHER_INST(59, ExtractElement, ExtractElementInst)// extract from vector
198 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
ilist_node_options.h 58 /// Extract sentinel tracking option.
80 /// Extract custom tag option.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instruction.def 195 HANDLE_OTHER_INST(59, ExtractElement, ExtractElementInst)// extract from vector
198 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
ilist_node_options.h 58 /// Extract sentinel tracking option.
80 /// Extract custom tag option.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instruction.def 195 HANDLE_OTHER_INST(59, ExtractElement, ExtractElementInst)// extract from vector
198 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
ilist_node_options.h 58 /// Extract sentinel tracking option.
80 /// Extract custom tag option.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instruction.def 195 HANDLE_OTHER_INST(59, ExtractElement, ExtractElementInst)// extract from vector
198 HANDLE_OTHER_INST(62, ExtractValue, ExtractValueInst)// extract from aggregate
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_arm_gen.go 15 // support.apple.com. So we parse the list and extract the certificates from
147 // Parse table header row to extract column names
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_arm_gen.go 15 // support.apple.com. So we parse the list and extract the certificates from
147 // Parse table header row to extract column names
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/sym_check/
util.py 100 import libcxx.sym_check.extract
102 return libcxx.sym_check.extract.extract_symbols(filename)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/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
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 140 status.addFatalError("No selection to extract");
176 status.addFatalError("Nothing to extract");
209 return "Extract as Include";
220 // ---- Actual implementation of Extract as Include modification computation ----
249 // Also extract in other variations of the same file (landscape/portrait, etc)
287 // Only perform extract in the other file if we find a match for
295 // Yes!! Extract this one as well!
661 super("com.android.ide.eclipse.adt.refactoring.extract.include", //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoringTest.java 50 // Basic: Extract a single button
56 // Extract a couple of elements
  /system/extras/simpleperf/
gtest_main.cpp 95 LOG(ERROR) << "failed to extract entry " << entry_name;
211 LOG(ERROR) << "failed to extract test data from elf section";
  /toolchain/binutils/binutils-2.27/cpu/
mep-sample-ucidsp.cpu 55 (extract (set (ifield f-uci_elfext_1)
73 (extract (set (ifield f-uci_elfext_2)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
bitfield-bfm.s 81 // bitfield extract -> bfm
133 * aliasing insert and extract
  /toolchain/binutils/binutils-2.27/include/opcode/
i386.h 106 /* Extract fields from the mod/rm byte. */
111 /* Extract fields from the sib byte. */
  /toolchain/binutils/binutils-2.27/opcodes/
arc-dis.c 31 /* Structure used to iterate over, and extract the values for, operands of
190 if (operand->extract)
191 value = (*operand->extract) (insn[0], &invalid);
444 /* Now extract and print the flags. */
586 /* Extract and return the value of OPERAND from the instruction whose value
601 if (operand->extract)
602 value = (*operand->extract) (insn[0], (int *) NULL);
904 /* Now extract and print the operands. */
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarHfpConferenceTest.py 104 # Extract the call.
132 # Extract the call.
  /tools/tradefederation/core/src/com/android/tradefed/util/
JUnitXmlParser.java 88 // start of description of an individual test method - extract out test name and
101 // current testcase has a failure - extract out message and type and store it
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
ZipUtilTest.java 89 File extractedDir = createTempDir("extract-foo");
119 File extractedDir = createTempDir("extract-foo");
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestFmax.java 92 // Extract the inputs.
175 // Extract the inputs.
258 // Extract the inputs.
341 // Extract the inputs.
432 // Extract the inputs.
520 // Extract the inputs.
608 // Extract the inputs.
    [all...]
TestFmin.java 92 // Extract the inputs.
175 // Extract the inputs.
258 // Extract the inputs.
341 // Extract the inputs.
432 // Extract the inputs.
520 // Extract the inputs.
608 // Extract the inputs.
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties 147 # trustanchor - cannot extract issuer
149 CertPathReviewer.trustAnchorIssuerError.text = Finding trust anchor failed: cannot extract issuer from certificate.
150 CertPathReviewer.trustAnchorIssuerError.summary = Finding trust anchor failed: cannot extract issuer from certificate.
151 CertPathReviewer.trustAnchorIssuerError.details = Finding trust anchor failed: cannot extract issuer from certificate.
180 CertPathReviewer.trustPubKeyError.details = Error processing public key of the trust anchor. Could not extract the AlorithmIdentifier for the key.
247 CertPathReviewer.pubKeyError.details = Error processing public key of the certificate. Could not extract the AlorithmIdentifier for the key.
428 # cannot extract issuer from certificate
430 CertPathReviewer.crlIssuerException.text = CRL checking failed: cannot extract issuer from certificate.
431 CertPathReviewer.crlIssuerException.summary = CRL checking failed: cannot extract issuer from certificate.
432 CertPathReviewer.crlIssuerException.details = CRL checking failed: cannot extract issuer from certificate
    [all...]
  /external/python/cpython2/Modules/zlib/
make_vms.com 142 $ if f$extract(0,6,work) .nes. "#undef"
144 $ if f$extract(0,12,work) .nes. "#cmakedefine"
324 $ ccopt = ccopt + f$extract(start,len,cparm)
333 $ lopts = lopts + f$extract(start,len,cparm)
339 $ cc_com = f$extract(start,len,cparm)
356 $ mmks = f$extract(start,len,cparm)
492 $ if (f$extract(0,6,rec) .nes. src_check) then goto src_check_loop
529 $ if (f$extract(0,1,rec) .nes. "#") then goto hloop
549 $ libdefs = f$extract(0,in_ldef,libdefs) + -
550 f$extract(in_ldef + f$length(cdef) + 1,
    [all...]

Completed in 2441 milliseconds

<<71727374757677787980>>