HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1001 - 1025 of 6076) sorted by null

<<41424344454647484950>>

  /external/ImageMagick/utilities/
identify.1 14 transparent, extract, background, or shape
28 \-extract geometry extract area from image
identify.1.in 14 transparent, extract, background, or shape
28 \-extract geometry extract area from image
  /external/autotest/server/
deb_kernel.py 113 def extract(self, host): member in class:DEBKernel
114 """Extract the kernel package.
122 host: the host on which to extract the kernel package.
  /external/conscrypt/src/main/java/org/conscrypt/ct/
CTVerifier.java 181 * Extract a list of SignedCertificateTimestamp from a TLS "signed_certificate_timestamp"
192 * Extract a list of SignedCertificateTimestamp contained in an OCSP response.
224 * Extract a list of SignedCertificateTimestamp embedded in an X509 certificate.
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 44 message.extract(0, message.length(), buffer, sizeof(buffer));
51 message.extract(0, message.length(), buffer, sizeof(buffer));
58 message.extract(0, message.length(), buffer, sizeof(buffer));
243 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
245 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
247 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
408 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
410 tempStr.extract(expectedResult, sizeof(expectedResult)/sizeof(expectedResult[0]), errorCode);
412 tempStr.extract(argument, sizeof(argument)/sizeof(argument[0]), errorCode);
602 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode)
    [all...]
  /external/libhevc/common/arm/
ihevc_inter_pred_chroma_horz.s 399 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
402 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
403 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
412 @vext.u8 d14,d12,d13,#2 @vector extract of src[0_2]
415 @vext.u8 d16,d12,d13,#4 @vector extract of src[0_4]
416 @vext.u8 d18,d12,d13,#6 @vector extract of src[0_6]
638 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
639 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
641 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
644 @vext.u8 d14,d12,d13,#2 @vector extract of src[0_2
    [all...]
ihevc_inter_pred_chroma_horz_w16out.s 397 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
400 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
401 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
410 @vext.u8 d14,d12,d13,#2 @vector extract of src[0_2]
413 @vext.u8 d16,d12,d13,#4 @vector extract of src[0_4]
414 @vext.u8 d18,d12,d13,#6 @vector extract of src[0_6]
623 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
624 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
626 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
630 @vext.u8 d14,d12,d13,#2 @vector extract of src[0_2
    [all...]
  /external/llvm/test/Linker/
replaced-function-matches-first-subprogram.ll 42 ; Extract out the list of subprograms from each compile unit.
49 ; Extract out each compile unit's single subprogram. The replaced subprogram's
58 ; Extract out the file from the replaced subprogram.
  /external/tlsdate/
Makefile.am 121 # You'll need agl's extract-nss-root-certs to recreate this file:
122 # https://github.com/agl/extract-nss-root-certs
125 go run ~/Documents/code/git/extract-nss-root-certs/convert_mozilla_certdata.go ca-roots/certdata.txt > ca-roots/tlsdate-ca-roots.conf
  /external/vixl/tools/
make_instruction_doc.pl 47 # Extract the instruction.
50 # Extract the comment from before the function.
53 # Extract and tidy up the function prototype.
  /packages/apps/CertInstaller/res/values-en-rAU/
strings.xml 21 <string name="pkcs12_password_dialog_title" msgid="5997624645207427161">"Extract certificate"</string>
23 <string name="pkcs12_file_password_dialog_title" msgid="8102721384767269510">"Extract from %s"</string>
26 <string name="credential_password" msgid="3520176519550993326">"Enter the password to extract the certificates."</string>
  /packages/apps/CertInstaller/res/values-en-rGB/
strings.xml 21 <string name="pkcs12_password_dialog_title" msgid="5997624645207427161">"Extract certificate"</string>
23 <string name="pkcs12_file_password_dialog_title" msgid="8102721384767269510">"Extract from %s"</string>
26 <string name="credential_password" msgid="3520176519550993326">"Enter the password to extract the certificates."</string>
  /packages/apps/CertInstaller/res/values-en-rIN/
strings.xml 21 <string name="pkcs12_password_dialog_title" msgid="5997624645207427161">"Extract certificate"</string>
23 <string name="pkcs12_file_password_dialog_title" msgid="8102721384767269510">"Extract from %s"</string>
26 <string name="credential_password" msgid="3520176519550993326">"Enter the password to extract the certificates."</string>
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /prebuilts/gdb/linux-x86/lib/python2.7/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 35 def extract(s): function
96 sign, intpart, fraction, expo = extract(x)
111 sign, intpart, fraction, expo = extract(x)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringProposal.java 94 // so we need to extract "foo.setTitle(" and ");".
163 return "Initiates the Extract String refactoring operation";
168 return "Extract String";
  /external/valgrind/docs/internals/
s390-opcodes.csv 64 ear,"extract access",implemented,
67 epar,"extract primary ASN",N/A,"privileged instruction"
68 epair,"extract primary ASN and instance",N/A,"privileged instruction"
69 ereg,"extract stacked registers","not implemented",
70 esar,"extract secondary ASN",N/A,"privileged instruction",
71 esair,"extract secondary ASN and instance,N/A,"privileged instruction",
72 esta,"extract stacked state","not implemented",
289 efpc,"extract fpc",implemented,
457 eregg,"extract stacked registers 64","not implemented",
505 epsw,"extract psw","not implemented"
    [all...]
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_horz_w16out.s 468 //vext.u8 d2,d0,d1,#2 //vector extract of src[0_2]
471 //vext.u8 d4,d0,d1,#4 //vector extract of src[0_4]
472 //vext.u8 d6,d0,d1,#6 //vector extract of src[0_6]
481 //vext.u8 d14,d12,d13,#2 //vector extract of src[0_2]
484 //vext.u8 d16,d12,d13,#4 //vector extract of src[0_4]
485 //vext.u8 d18,d12,d13,#6 //vector extract of src[0_6]
694 //vext.u8 d2,d0,d1,#2 //vector extract of src[0_2]
695 //vext.u8 d4,d0,d1,#4 //vector extract of src[0_4]
697 //vext.u8 d6,d0,d1,#6 //vector extract of src[0_6]
701 //vext.u8 d14,d12,d13,#2 //vector extract of src[0_2
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/utils/
SharedLibraryLoader.java 143 * @param sourcePath The file to extract from the classpath or JAR.
155 "Unable to find writable path to extract file. Is the user home directory writable?");
168 * @param sourcePath The file to extract from the classpath or JAR.
253 // If file doesn't exist or the CRC doesn't match, extract it to the temp dir.
276 /** Extracts the source file and calls System.load. Attemps to extract and load from multiple locations. Throws runtime
  /external/libhevc/decoder/
ihevcd_bitstream.c 282 * Extract required number of bits from cur_word & nxt_word return these
318 * Extract required number of bits from cur_word & nxt_word return these
354 * Extract required number of bits from cur_word & nxt_word return these
462 * Extract required number of bits from cur_word & nxt_word return these
521 * Extract required number of bits from cur_word & nxt_word return these
  /external/lzma/CPP/7zip/UI/Common/
Extract.cpp 0 // Extract.cpp
15 #include "Extract.h"
165 result = archive->Extract(NULL, (UInt32)(Int32)-1, testMode, ecs);
171 result = archive->Extract(&realIndices.Front(), realIndices.Size(), testMode, ecs);
199 HRESULT Extract(
  /external/opencv3/modules/core/include/opencv2/core/cuda/
simd_functions.hpp 141 s = a & 0x0000ffff; // extract low halfword
142 r = b & 0x0000ffff; // extract low halfword
145 s = a & 0xffff0000; // extract high halfword
146 r = b & 0xffff0000; // extract high halfword
204 r = r ^ c; // extract msbs, msb = 1 if r < 0x8000
226 r = r ^ c; // extract msbs, msb = 1 if r < 0x8000
399 c = c & 0x80008000; // extract msbs
421 c = c & 0x80008000; // extract msbs
441 r = a & 0x0000ffff; // extract low halfword
442 s = b & 0x0000ffff; // extract low halfwor
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/util/
simd_functions.hpp 189 s = a & 0x0000ffff; // extract low halfword
190 r = b & 0x0000ffff; // extract low halfword
193 s = a & 0xffff0000; // extract high halfword
194 r = b & 0xffff0000; // extract high halfword
252 r = r ^ c; // extract msbs, msb = 1 if r < 0x8000
274 r = r ^ c; // extract msbs, msb = 1 if r < 0x8000
447 c = c & 0x80008000; // extract msbs
469 c = c & 0x80008000; // extract msbs
489 r = a & 0x0000ffff; // extract low halfword
490 s = b & 0x0000ffff; // extract low halfwor
    [all...]

Completed in 2033 milliseconds

<<41424344454647484950>>