|   /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ | 
| builder_misc.cpp  | 50         // Extract the sign, exponent, and mantissa 729                 // extract values from constant mask 769             // Extract 8 values from 128bit lane and sign extend 793             // Extract 8 values from 128bit lane and sign extend     [all...] | 
|   /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ | 
| arm_neon.td  |     [all...] | 
|   /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ | 
| arm_neon.td  |     [all...] | 
|   /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/ | 
| build-precise-multilib-toolchain.sh  | 159 # extract into the original sysroot 434 # Location of original sysroot. This is where we're going to extract all 721     # Write a small awk script used to extract filenames for a given package 722     cat > $DOWNLOAD_DIR/extract-filename.awk <<EOF 757     # The following is an awk command to parse the Packages file and extract 760     local FILE=`awk -f "$DOWNLOAD_DIR/extract-filename.awk" -v PKG=$1 $DOWNLOAD_DIR/Packages-$3`     [all...] | 
|   /toolchain/binutils/binutils-2.27/cpu/ | 
| m32c.cpu  | 245      ((value pc) (or USI (and (inv (srl value 1)) 1) (and (sll value 1) 2))) ; extract 257      ((value pc) (or USI (and (inv (srl value 1)) 1) (and (sll value 1) 2))) ; extract 269      ((value pc) (mod USI (add value 2) 4)) ; extract 282      ((value pc) (mod USI (add value 2) 4)) ; extract 292      ((value pc) (sub USI value 2)) ; extract 296      ((value pc) (sub USI value 2)) ; extract 321      ((value pc) (or USI (and (inv (srl value 1)) 1) (and (sll value 1) 2))) ; extract 325      ((value pc) (or USI (and (inv (srl value 1)) 1) (and (sll value 1) 2))) ; extract 337      ((value pc) (mod USI (add value 2) 4)) ; extract 341      ((value pc) (mod USI (add value 2) 4)) ; extract     [all...] | 
|   /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/ | 
| HiiDatabase.h  | 288   below to extract forms and then interpret them.
 570   This function allows a program to extract a part of a string of not more than a given width.
 571   With repeated calls, this allows a calling program to extract "lines" of text that fit inside
 608   This function allows a program to extract a form or form package that has
 647   This function allows a program to extract the NV Image
     [all...] | 
|   /external/autotest/client/cros/faft/ | 
| rpc_functions.py  | 744         """Extract shellball with the given append suffix. 788         """Runs cbfstool to extract chip firmware. 790         @param fw_name: Name of chip firmware to extract. 806         @param fw_name: Name of chip firmware to extract. 814         @param fw_name: Name of chip firmware to extract.
  | 
|   /external/llvm/lib/Target/PowerPC/ | 
| README_P9.txt  | 11 - Vector Extract Unsigned: vextractub vextractuh vextractuw vextractd 19 - Vector Extract Unsigned Byte Left/Right-Indexed: 392 - Extract Exponent/Significand DP/QP: xsxexpdp xsxsigdp xsxexpqp xsxsigqp 413 - Vector Extract Unsigned Word: xxextractuw 433 - Vector Extract Exponent/Significand DP/SP: xvxexpdp xvxexpsp xvxsigdp xvxsigsp
  | 
|   /external/scapy/scapy/ | 
| utils6.py  | 216     Extract the mac address from provided iface ID. Iface ID is provided  236     Extract the mac address from provided address. None is returned 246     Extract the MAC address from a modified EUI-64 constructed IPv6 335     Extract IPv4 address embedded in 6to4 address. Passed address must be 484     Extract information from a Teredo address. Return value is 
  | 
|   /external/squashfs-tools/ | 
| CHANGES  | 59 	- unsquashfs: add -user-xattrs option to only extract user.xxx xattrs 98 	- mksquashfs/unsquashfs: exclude/extract/pseudo files, fix handling of 230 			pattern matching in exclude/extract files, plus 262 	    3.1. Multiple extract files can now be specified on the 266 	    3.2. Extract files have been extended to use wildcard pattern
  | 
|   /external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/ | 
| data_feeder.py  | 373           0].value  # shape will be a Dimension, extract an int 481     def extract(data, indices):  function in function:DataFeeder.get_feed_dict_fn  522           dict([(self._input_placeholder[k].name, extract(v, batch_indices)) 525                         extract(self._x, batch_indices) 615     # extract shapes for first_elements
  | 
|   /external/tensorflow/tensorflow/docs_src/programmers_guide/ | 
| datasets.md  | 28 * A `tf.data.Iterator` provides the main way to extract elements from a 41 of `Dataset` and `Iterator` objects, and how to extract data from them. 425 `tf.data.TextLineDataset` provides an easy way to extract lines from 481 Many input pipelines extract `tf.train.Example` protocol buffer messages from a 724   # Use `tf.parse_single_example()` to extract data from a `tf.Example`
  | 
|   /external/toybox/toys/pending/ | 
| tar.c  | 1 /* tar.c - create/extract archives 10 USE_TAR(NEWTOY(tar, "&(no-recursion)(numeric-owner)(no-same-permissions)(overwrite)(exclude)*(to-command):o(no-same-owner)p(same-permissions)k(keep-old)c(create)|h(dereference)x(extract)|t(list)|v(verbose)j(bzip2)z(gzip)O(to-stdout)m(touch)X(exclude-from)*T(files-from)*C(directory):f(file):[!txc][!jz]", TOYFLAG_USR|TOYFLAG_BIN)) 18     Create, extract, or list files from a tar file 28     x Extract 31     O Extract to stdout
  | 
|   /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ | 
| rulegen.go  | 283 			_, _, _, aux, s := extract(match) // remove parens, then split 304 			outop, _, _, aux, t := extract(result) // remove parens, then split 633 func extract(val string) (op string, typ string, auxint string, aux string, args []string) {  func  640 	// Extract restrictions and args. 665 	s, typ, auxint, aux, args = extract(val)
  | 
| S390XOps.go  | 338 		{name: "MOVDEQ", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDEQ"}, // extract == condition from arg0 339 		{name: "MOVDNE", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDNE"}, // extract != condition from arg0 340 		{name: "MOVDLT", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDLT"}, // extract signed < condition from arg0 341 		{name: "MOVDLE", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDLE"}, // extract signed <= condition from arg0 342 		{name: "MOVDGT", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDGT"}, // extract signed > condition from arg0 343 		{name: "MOVDGE", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDGE"}, // extract signed >= condition from arg0 348 		{name: "MOVDGTnoinv", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDGT"}, // extract floating > condition from arg0 349 		{name: "MOVDGEnoinv", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDGE"}, // extract floating >= condition from arg0     [all...] | 
|   /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ | 
| rulegen.go  | 283 			_, _, _, aux, s := extract(match) // remove parens, then split 304 			outop, _, _, aux, t := extract(result) // remove parens, then split 633 func extract(val string) (op string, typ string, auxint string, aux string, args []string) {  func  640 	// Extract restrictions and args. 665 	s, typ, auxint, aux, args = extract(val)
  | 
| S390XOps.go  | 338 		{name: "MOVDEQ", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDEQ"}, // extract == condition from arg0 339 		{name: "MOVDNE", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDNE"}, // extract != condition from arg0 340 		{name: "MOVDLT", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDLT"}, // extract signed < condition from arg0 341 		{name: "MOVDLE", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDLE"}, // extract signed <= condition from arg0 342 		{name: "MOVDGT", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDGT"}, // extract signed > condition from arg0 343 		{name: "MOVDGE", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDGE"}, // extract signed >= condition from arg0 348 		{name: "MOVDGTnoinv", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDGT"}, // extract floating > condition from arg0 349 		{name: "MOVDGEnoinv", argLength: 3, reg: gp2flags1, resultInArg0: true, asm: "MOVDGE"}, // extract floating >= condition from arg0     [all...] | 
|   /toolchain/binutils/binutils-2.27/binutils/ | 
| ChangeLog-2012  | 301 	* elfcomm.c (setup_archive): Extract index table and symbol table 480 	* doc/binutils.texi (objcopy): Add --strip-dwo, --extract-dwo options. 485 	(copy_options): Add --extract-dwo, --strip-dwo options. 490 	(copy_object): Check for --strip-dwo, --extract-dwo options. 494 	(copy_main): Add --strip-dwo, --extract-dwo options.
  | 
|   /external/icu/icu4c/source/common/unicode/ | 
| unistr.h  | 4516 UnicodeString::extract(int32_t start,  function in class:UnicodeString  4523 UnicodeString::extract(int32_t start,  function in class:UnicodeString  4531 UnicodeString::extract(int32_t start,  function in class:UnicodeString      [all...] | 
|   /frameworks/base/core/java/android/inputmethodservice/ | 
| InputMethodService.java  | 131  * the application and its top part will contain the extract text of what is 187  * there is a standard implementation for the extract editor that you should     [all...] | 
|   /external/ImageMagick/www/Magick++/ | 
| Enumerations.html  | 108 			<p>Extract red channel (RGB images only)</p> 116 			<p>Extract cyan channel (CMYK images only)</p> 124 			<p>Extract green channel (RGB images only)</p> 132 			<p>Extract magenta channel (CMYK images only)</p> 140 			<p>Extract blue channel (RGB images only)</p> 148 			<p>Extract yellow channel (CMYK images only)</p> 156 			<p>Extract matte (opacity values) channel (CMYKA images only)</p> 164 			<p>Extract black channel (CMYK images only)</p> 172 			<p>Extract matte (opacity values) channel (RGB images only)</p>     [all...] | 
|   /external/autotest/client/site_tests/firmware_TouchMTB/ | 
| mtb.py  | 157     # Extract slot data from the snapshot of the state machine. 604         """Extract x and y positions in the target slot.""" 715         """Extract the specified attribute from the packets of the ith finger 730         """Extract the attribute data of the specified slot. 761         """Extract points in multiple slots.     [all...] | 
|   /external/freetype/ | 
| vms_make.com  | 88 $   ccopt = ccopt + "/define=(" + f$extract(0,f$length(libdefs)-1,libdefs) + ")" 1015 $     ccopt = ccopt + f$extract(start,len,cparm) 1022 $     lopts = lopts + f$extract(start,len,cparm) 1028 $     cc_com = f$extract(start,len,cparm) 1045 $     mmks = f$extract(start,len,cparm) 1123 $ if old_cpp.lt.f$length(cppdef) then cppdef = f$extract(0,old_cpp,cppdef)     [all...] | 
|   /external/llvm/lib/Transforms/Scalar/ | 
| SeparateConstOffsetFromGEP.cpp  | 86 // (1) It can always extract constants in the indices of structure type. 215   /// the constant offset), or nullptr if we cannot extract a constant offset. 220   static Value *Extract(Value *Idx, GetElementPtrInst *GEP, 224   /// failed). The meaning of the arguments are the same as Extract. 259   /// For example, to extract the 5 from sext(a + (b + 5)), we first distribute 669     // we can extract 5 as the constant offset. 690 Value *ConstantOffsetExtractor::Extract(Value *Idx, GetElementPtrInst *GEP, 743       // Tries to extract a constant offset from this GEP index.     [all...] | 
|   /external/llvm/test/CodeGen/PowerPC/ | 
| BreakableToken-reduced.ll  | 214   %Split.coerce.fca.0.extract = extractvalue [2 x i64] %Split.coerce, 0 215   %Split.coerce.fca.1.extract = extractvalue [2 x i64] %Split.coerce, 1 245   %add = add i64 %Split.coerce.fca.0.extract, %conv 248   %Split.sroa.2.8.extract.trunc = trunc i64 %Split.coerce.fca.1.extract to i32 263   tail call void @_ZN5clang6format17WhitespaceManager24replaceWhitespaceInTokenERKNS0_11FormatTokenEjjN4llvm9StringRefES6_bjji(%"class.clang::format::WhitespaceManager"* nonnull %Whitespaces, %"struct.clang::format::FormatToken"* dereferenceable(272) %ref, i32 zeroext %conv5, i32 zeroext %Split.sroa.2.8.extract.trunc, [2 x i64] %.fca.1.insert12, [2 x i64] %.fca.1.insert, i1 zeroext %tobool, i32 zeroext 1, i32 zeroext %6, i32 signext %dec.) #9
  |