|   /external/pcre/pcrecpp/ | 
| pcrecpp_unittest.cc  | 370   printf("Testing Extract\n"); 374   CHECK(RE("(.*)@([^.]*)").Extract("\\2!\\1", "boris@kremvax.ru", &s)); 378   CHECK(RE(".*").Extract("'\\0'", "foo", &s)); 380   CHECK(!RE("bar").Extract("'\\0'", "baz", &s)); 706   CHECK(re.Extract("\\1", str , &captured)); 712   re.Extract("\\1",str, &captured );     [all...] | 
|   /external/python/cpython2/Mac/Modules/cg/ | 
| CFMLateImport.c  | 480     and extract the pair of words. 486     out of the file and extract the offsets. 583             // Extract the init routine's TVector from the unpacked section. 735     // extract the information from that entry. 744     // extract it from the table into a Pascal string on the stack.     [all...] | 
|   /external/sl4a/Common/src/org/apache/commons/codec/binary/ | 
| Base64Codec.java  | 134     /** Mask used to extract 6 bits, used when encoding */ 137     /** Mask used to extract 8 bits, used in decoding base64 bytes */ 208      * Place holder for the 3 bytes we're dealing with for our base64 logic. Bitwise operations store and extract the 386      *            byte[] array to extract the buffered data into. 390      *            amount of bytes we're allowed to extract. We may extract fewer (if fewer are available).     [all...] | 
|   /hardware/qcom/wlan/qcwcn/wifi_hal/ | 
| gscan_event_handler.cpp  |     [all...] | 
|   /external/swiftshader/third_party/LLVM/ | 
| configure  |     [all...] | 
|   /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ | 
| tarfile.py  | 330     """General exception for extract errors."""
 2065  def extract(self, member, path=""):  member in class:TarFile      [all...] | 
| zipfile.py  | 305         self.extract_version = 20       # Version needed to extract archive
 938  def extract(self, member, path=None, pwd=None):  member in class:ZipFile      [all...] | 
|   /external/python/cpython2/Lib/ | 
| tarfile.py  | 330     """General exception for extract errors.""" 2100  def extract(self, member, path=""):  member in class:TarFile      [all...] | 
|   /external/squashfs-tools/squashfs-tools/ | 
| unsquashfs.c  | 1301 	TRACE("add_path: adding \"%s\" extract file\n", target); 1365 			 * component of a pre-existing extract which subsumes 1366 			 * the extract currently being added, in which case stop     [all...] | 
|   /external/valgrind/VEX/priv/ | 
| guest_x86_helpers.c  |     [all...] | 
|   /external/vixl/doc/aarch64/ | 
| supported-instructions-aarch64.md  | 146 Bitfield extract and insert low. 461 Extract. 1012 Signed bitfield extract. 1329 Unsigned bitfield extract. 1615 Extract vector from pair of vectors.     [all...] | 
|   /external/vixl/src/aarch64/ | 
| assembler-aarch64.h  | 716   // Bitfield extract and insert low. 746   // Signed bitfield extract. 792   // Unsigned bitfield extract. 811   // Extract.     [all...] | 
|   /prebuilts/gdb/darwin-x86/lib/python2.7/ | 
| tarfile.py  | 330     """General exception for extract errors.""" 2066  def extract(self, member, path=""):  member in class:TarFile      [all...] | 
|   /prebuilts/gdb/linux-x86/lib/python2.7/ | 
| tarfile.py  | 330     """General exception for extract errors.""" 2066  def extract(self, member, path=""):  member in class:TarFile      [all...] | 
|   /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ | 
| tarfile.py  | 330     """General exception for extract errors.""" 2066  def extract(self, member, path=""):  member in class:TarFile      [all...] | 
|   /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ | 
| tarfile.py  | 330     """General exception for extract errors.""" 2066  def extract(self, member, path=""):  member in class:TarFile      [all...] | 
|   /external/swiftshader/third_party/LLVM/docs/ | 
| Passes.html  | 68   For example passes to extract functions to bitcode or write a module to
 155 <tr><td><a href="#loop-extract">-loop-extract</a></td><td>Extract loops into new functions</td></tr>
 156 <tr><td><a href="#loop-extract-single">-loop-extract-single</a></td><td>Extract at most one loop into a new function</td></tr>
 191 <tr><td><a href="#extract-blocks">-extract-blocks</a></td><td>Extract Basic Blocks From Module (for bugpoint use)</td></tr>     [all...] | 
|   /art/build/ | 
| Android.oat.mk  | 63     core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail 174     core_compile_options += --compiler-filter=extract --runtime-arg -Xverify:softfail
  | 
|   /build/soong/cmd/pom2bp/ | 
| pom2bp.go  | 288 	// Extract the old args from the file 335 The tool will extract the necessary information from *.pom files to create an Android.bp whose
  | 
|   /build/soong/cmd/pom2mk/ | 
| pom2mk.go  | 309 	// Extract the old args from the file 346 The tool will extract the necessary information from *.pom files to create an Android.mk whose
  | 
|   /dalvik/opcode-gen/ | 
| opcode-gen.awk  | 258         # Clean up the line and extract the command. 293     # Extract directly specified values from the line.
  | 
|   /development/samples/XmlAdapters/src/com/example/android/xmladapters/ | 
| XmlDocumentProvider.java  | 84  * For every selected node, the projection will then extract actual data from this node and its 163      * @param projection A set of patterns that will be used to extract data from each selected
  | 
|   /development/tools/repo_diff/ | 
| repo_diff_trees.py  | 338   """Extract commits that have not been upstreamed in a specific project. 370   """Extract commits that have not been upstreamed in all projects.
  | 
|   /device/linaro/bootloader/arm-trusted-firmware/lib/aarch32/ | 
| cache_helpers.S  | 98 	mov	r12, r2, LSR r10	// extract cache type bits from clidr 106 	and	r10, r12, #7   		// extract the length of the cache lines
  | 
|   /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ | 
| zipfile.py  | 317         self.extract_version = 20       # Version needed to extract archive
 1016  def extract(self, member, path=None, pwd=None):  member in class:ZipFile      [all...] |