| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ | 
| BinaryStreamArray.h | 24 ///       an Extractor type that can extract a record from a given offset and 147       : IterRef(Array.Stream.drop_front(Offset)), Extract(E),
 152       auto EC = Extract(IterRef, ThisLen, ThisValue);
 161   explicit VarStreamArrayIterator(const Extractor &E) : Extract(E) {}
 201         auto EC = Extract(IterRef, ThisLen, ThisValue);
 231   Extractor Extract;
 
 | 
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ | 
| BinaryStreamArray.h | 24 ///       an Extractor type that can extract a record from a given offset and 147       : IterRef(Array.Stream.drop_front(Offset)), Extract(E),
 152       auto EC = Extract(IterRef, ThisLen, ThisValue);
 161   explicit VarStreamArrayIterator(const Extractor &E) : Extract(E) {}
 201         auto EC = Extract(IterRef, ThisLen, ThisValue);
 231   Extractor Extract;
 
 | 
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ | 
| BinaryStreamArray.h | 24 ///       an Extractor type that can extract a record from a given offset and 147       : IterRef(Array.Stream.drop_front(Offset)), Extract(E),
 152       auto EC = Extract(IterRef, ThisLen, ThisValue);
 161   explicit VarStreamArrayIterator(const Extractor &E) : Extract(E) {}
 201         auto EC = Extract(IterRef, ThisLen, ThisValue);
 231   Extractor Extract;
 
 | 
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ | 
| BinaryStreamArray.h | 24 ///       an Extractor type that can extract a record from a given offset and 147       : IterRef(Array.Stream.drop_front(Offset)), Extract(E),
 152       auto EC = Extract(IterRef, ThisLen, ThisValue);
 161   explicit VarStreamArrayIterator(const Extractor &E) : Extract(E) {}
 201         auto EC = Extract(IterRef, ThisLen, ThisValue);
 231   Extractor Extract;
 
 | 
| /art/runtime/interpreter/mterp/out/ | 
| mterp_mips64.S | 443     GET_INST_OPCODE v0                  # extract opcode from rINST 456     GET_INST_OPCODE v0                  # extract opcode from rINST
 474     GET_INST_OPCODE v0                  # extract opcode from rINST
 492     GET_INST_OPCODE v0                  # extract opcode from rINST
 510     GET_INST_OPCODE v0                  # extract opcode from rINST
 524     GET_INST_OPCODE v0                  # extract opcode from rINST
 538     GET_INST_OPCODE v0                  # extract opcode from rINST
 553     GET_INST_OPCODE v0                  # extract opcode from rINST
 573     GET_INST_OPCODE v0                  # extract opcode from rINST
 593     GET_INST_OPCODE v0                  # extract opcode from rINS
 [all...]
 | 
| /frameworks/base/media/java/android/media/ | 
| MediaDrm.java | [all...] | 
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ | 
| TrieIterator.java | 26  * <p>The comparison of each codepoint value is done via extract(), which the 28  * <p>Method extract() can be overwritten to perform manipulations on
 46  * the method extract(int) (equivalent to UTrieEnumValue). Independent of icu4j,
 52  * subclass of TrieIterator and override the extract(int) method. The
 53  * extract(int) method is analogus to UTrieEnumValue callback.
 56  * a subclass of TrieIterator, override the extract method and iterate, e.g
 66  *     public int extract(int value){
 107         // synwee: check that extract belongs to the child class
 108         m_initialValue_     = extract(m_trie_.getInitialValue());
 152             m_nextValue_ = extract(m_trie_.getValue(m_nextBlock_))
 169  protected int extract(int value)  method in class:TrieIterator
 [all...]
 | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ | 
| TrieIterator.java | 25  * <p>The comparison of each codepoint value is done via extract(), which the 27  * <p>Method extract() can be overwritten to perform manipulations on
 45  * the method extract(int) (equivalent to UTrieEnumValue). Independent of icu4j,
 51  * subclass of TrieIterator and override the extract(int) method. The
 52  * extract(int) method is analogus to UTrieEnumValue callback.
 55  * a subclass of TrieIterator, override the extract method and iterate, e.g
 65  *     public int extract(int value){
 106         // synwee: check that extract belongs to the child class
 107         m_initialValue_     = extract(m_trie_.getInitialValue());
 151             m_nextValue_ = extract(m_trie_.getValue(m_nextBlock_))
 168  protected int extract(int value)  method in class:TrieIterator
 [all...]
 | 
| /external/llvm/test/CodeGen/AArch64/ | 
| arm64-bitfield-extract.ll | 416   %x.sroa.1.0.extract.shift = lshr i64 %arg1, 16 417   %x.sroa.1.0.extract.trunc = trunc i64 %x.sroa.1.0.extract.shift to i16
 418   %x.sroa.3.0.extract.shift = lshr i64 %arg1, 32
 419   %x.sroa.5.0.extract.shift = lshr i64 %arg1, 48
 420   %tobool = icmp eq i64 %x.sroa.5.0.extract.shift, 0
 424   %arrayidx3 = getelementptr inbounds [65536 x i8], [65536 x i8]* @first_ones, i64 0, i64 %x.sroa.5.0.extract.shift
 433   %x.sroa.3.0.extract.trunc = trunc i64 %x.sroa.3.0.extract.shift to i16
 434   %tobool6 = icmp eq i16 %x.sroa.3.0.extract.trunc,
 [all...]
 | 
| /external/python/cpython2/Doc/library/ | 
| zipfile.rst | 171    Extract a member from the archive as a file-like object (ZipExtFile). *name* is 199       The :meth:`.open`, :meth:`read` and :meth:`extract` methods can take a filename
 206 .. method:: ZipFile.extract(member[, path[, pwd]])
 208    Extract a member from the archive to the current working directory; *member*
 211    to extract to.  *member* can be a filename or a :class:`ZipInfo` object.
 231    Extract all members from the archive to the current working directory.  *path*
 232    specifies a different directory to extract to.  *members* is optional and must
 238       Never extract archives from untrusted sources without prior inspection.
 244       The zipfile module attempts to prevent that.  See :meth:`extract` note.
 256    Set *pwd* as default password to extract encrypted files
 [all...]
 | 
| /art/tools/checker/file_format/c1visualizer/ | 
| parser.py | 41       # Extract the pass name, prepend it with the name of the method and 70       # which we can extract the name of the pass.
 
 | 
| /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ | 
| TestRemquo.java | 102                 // Extract the inputs. 106                 // Extract the outputs.
 191                 // Extract the inputs.
 195                 // Extract the outputs.
 280                 // Extract the inputs.
 284                 // Extract the outputs.
 369                 // Extract the inputs.
 373                 // Extract the outputs.
 
 | 
| /device/linaro/bootloader/edk2/BaseTools/Source/C/PyEfiCompressor/ | 
| EfiCompressor.c | 78   Status = Extract((VOID *)SrcBuf, SrcDataSize, (VOID **)&DstBuf, &DstDataSize, 1); 155   Status = Extract((VOID *)SrcBuf, SrcDataSize, (VOID **)&DstBuf, &DstDataSize, 2);
 
 | 
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/ | 
| DataHubDxe.inf | 6 #  Consumers may then extract the data in temporal "log" order.As an example, progress codes might 12 #  reported in a standard format so that consumers can be written to extract the data.O ther data is
 
 | 
| /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ | 
| GuidedSectionExtraction.h | 5   to extract the section stream contained therein. 94 /// Extraction PPI to extract the section stream contained
 
 | 
| /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ | 
| PxeBcBoot.h | 27   Extract the discover information and boot server entry from the 37   @retval EFI_DEVICE_ERROR  Failed to extract the information.
 
 | 
| /device/linaro/hikey/hikey/ | 
| README | 7 Download and extract HDMI binaries: 10 $ ./extract-linaro-hikey.sh
 
 | 
| /external/ImageMagick/utilities/ | 
| stream.1 | 20   \-extract geometry    extract area from image 
 | 
| stream.1.in | 20   \-extract geometry    extract area from image 
 | 
| /external/autotest/client/tests/dbt2/ | 
| dbt2.py | 22         # Extract one copy of the kit for MySQL. 30         # Extract one copy of the kit for PostgreSQL.
 
 | 
| /external/eigen/Eigen/src/Core/products/ | 
| SelfadjointRank2Update.h | 66   typename internal::add_const_on_value_type<ActualUType>::type actualU = UBlasTraits::extract(u.derived()); 71   typename internal::add_const_on_value_type<ActualVType>::type actualV = VBlasTraits::extract(v.derived());
 
 | 
| /external/eigen/cmake/ | 
| FindGSL.cmake | 112       # extract link dirs for rpath 117       # extract version
 
 | 
| /external/google-breakpad/src/client/linux/minidump_writer/ | 
| linux_ptrace_dumper.h | 31 // class, which is derived from google_breakpad::LinuxDumper to extract 57   // starting from |src|, into |dest|. This method uses ptrace to extract
 
 | 
| /external/icu/icu4c/source/samples/numfmt/ | 
| util.cpp | 70     int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8"); 75         bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
 
 | 
| /external/jacoco/org.jacoco.agent/src/org/jacoco/agent/ | 
| AgentJar.java | 65 	 * Extract the JaCoCo agent JAR and put it into a temporary location. This 83 	 * Extract the JaCoCo agent JAR and put it into the specified location.
 
 |