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

<<51525354555657585960>>

  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
SimpleCompilationTest.java 126 String extract = extract(targetFile, loc); local
127 assertEquals(expectedExtract, extract);
185 String extract = extract(expectedErrorFile, loc); local
186 assertEquals("myVariable", extract);
  /system/core/libpixelflinger/codeflinger/
load_store.cpp 109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) function in class:android::GGLAssembler
146 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
148 extract(d, s.reg,
154 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) function in class:android::GGLAssembler
157 extract(r, s.reg,
168 extract(d, s.reg, s.h, s.l, 32);
  /toolchain/binutils/binutils-2.27/zlib/examples/
zran.c 46 some lookahead and avoid many calls to extract() for small lengths.
244 the end of the uncompressed data, then extract() will return a value less
247 was generated. extract() may also return Z_ERRNO if there is an error on
249 local int extract(FILE *in, struct access *index, off_t offset, function
351 /* Demonstrate the use of build_index() and extract() by processing the file
396 len = extract(in, index, offset, buf, CHUNK);
  /art/runtime/
compiler_filter.cc 175 case CompilerFilter::kExtract: return "extract";
205 << "removed in future releases, please use 'extract' instead.";
217 } else if (strcmp(option, "extract") == 0) {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.java 84 // Extract the inputs.
155 // Extract the inputs.
226 // Extract the inputs.
297 // Extract the inputs.
373 // Extract the inputs.
444 // Extract the inputs.
515 // Extract the inputs.
586 // Extract the inputs.
662 // Extract the inputs.
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256GenerateKeys.py 121 # Extract public key from private key into STDOUT
126 print 'ERROR: Unable to extract public key from private key'
139 print 'ERROR: Unable to extract SHA 256 hash of public key'
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiCrc32GuidedSectionExtractLib/
PeiCrc32GuidedSectionExtractLib.c 4 to parse CRC32 encapsulation section and extract raw data.
182 Extraction handler tries to extract raw data from the input guided section.
291 Register the handler to extract CRC32 guided section.
  /external/ImageMagick/utilities/
display.1 14 \ transparent, extract, background, or shape
90 \-extract geometry extract area from image
display.1.in 14 \ transparent, extract, background, or shape
90 \-extract geometry extract area from image
montage.1 16 \ transparent, extract, background, or shape
36 \-extract geometry extract area from image
montage.1.in 16 \ transparent, extract, background, or shape
36 \-extract geometry extract area from image
  /external/annotation-tools/scene-lib/src/annotations/io/classfile/
ClassFileReader.java 39 = "extract-annotations [options] class1 class2 ..."
83 System.out.printf("extract-annotations (%s)", INDEX_UTILS_VERSION);
127 System.out.println("Unknown error trying to extract annotations from: " +
  /external/autotest/server/cros/
resource_monitor.py 42 """Extract word occurring immediately before the specified keyword.
58 """Extract the words occuring immediately before each specified
105 """Extract utilization metrics from output file."""
  /external/autotest/server/site_tests/firmware_FWupdate/
firmware_FWupdate.py 24 2. extract shellball and repack with new bios.bin and ec.bin
119 extract_dir = tempfile.mkdtemp(prefix='extract', dir='/tmp')
179 # Extract and verify DUT state.
  /external/clang/tools/clang-format/
clang-format.el 59 (defun clang-format--extract (xml-node)
60 "Extract replacements and cursor information from XML-NODE."
149 (setq operations (clang-format--extract (car (xml-parse-region)))))
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
CTVerifier.java 196 * Extract a list of SignedCertificateTimestamp from a TLS "signed_certificate_timestamp"
207 * Extract a list of SignedCertificateTimestamp contained in an OCSP response.
238 * Extract a list of SignedCertificateTimestamp embedded in an X509 certificate.
  /external/icu/icu4c/source/common/
locutil.cpp 130 U_ASSERT(id->extract(0, INT32_MAX, buf, buflen) < buflen);
177 id.extract(prev, INT32_MAX, buffer + prev, BUFLEN - prev, US_INV);
181 id.extract(prev, i - prev, buffer + prev, BUFLEN - prev, US_INV);
unorm.cpp 165 n2->normalize(buffer, destString, *pErrorCode).extract(dest, destCapacity, *pErrorCode);
172 return buffer.extract(dest, destCapacity, *pErrorCode);
257 extract(dest, destCapacity, *pErrorCode);
  /external/icu/icu4c/source/common/unicode/
caniter.h 198 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
199 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const char16_t *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
200 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
  /external/libhevc/common/arm64/
ihevc_inter_pred_chroma_horz.s 485 //vext.u8 d2,d0,d1,#2 //vector extract of src[0_2]
488 //vext.u8 d4,d0,d1,#4 //vector extract of src[0_4]
489 //vext.u8 d6,d0,d1,#6 //vector extract of src[0_6]
498 //vext.u8 d14,d12,d13,#2 //vector extract of src[0_2]
501 //vext.u8 d16,d12,d13,#4 //vector extract of src[0_4]
502 //vext.u8 d18,d12,d13,#6 //vector extract of src[0_6]
724 //vext.u8 d2,d0,d1,#2 //vector extract of src[0_2]
725 //vext.u8 d4,d0,d1,#4 //vector extract of src[0_4]
727 //vext.u8 d6,d0,d1,#6 //vector extract of src[0_6]
730 //vext.u8 d14,d12,d13,#2 //vector extract of src[0_2
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 93 void extract(LiveInterval &VirtReg, const LiveRange &Range);
94 void extract(LiveInterval &VirtReg) { function in class:llvm::LiveIntervalUnion
95 extract(VirtReg, VirtReg);
  /external/python/cpython2/Doc/c-api/
datetime.rst 133 Macros to extract fields from date objects. The argument must be an instance of
159 Macros to extract fields from datetime objects. The argument must be an
191 Macros to extract fields from time objects. The argument must be an instance of
  /external/selinux/libsepol/src/
users.c 39 /* Extract roles */
48 /* Extract MLS info */
131 /* First, extract all the data */
  /external/skqp/infra/bots/recipes/
bookmaker.py 77 # Step 1: Extract all fiddles out of markdown files.
82 api.run(api.step, 'Extract all fiddles out of md files', cmd=cmd)
193 api.step_data('Extract all fiddles out of md files', retcode=1)
  /external/vboot_reference/futility/
cmd_create.c 132 fprintf(stderr, "couldn't extract the public key\n");
221 /* Extract the keyb blob */
223 fprintf(stderr, "Couldn't extract the public key\n");

Completed in 1129 milliseconds

<<51525354555657585960>>