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

<<11121314151617181920>>

  /system/sepolicy/
blkid.te 5 # Allowed read-only access to encrypted devices to extract UUID/label
  /toolchain/binutils/binutils-2.25/binutils/
arlex.l 54 "EXTRACT" { return EXTRACT; }
69 "extract" { return EXTRACT; }
  /external/libhevc/common/arm/
ihevc_inter_pred_luma_horz_w16out.s 212 @vext.u8 d2,d0,d1,#2 @vector extract of src[0_2]
213 @vext.u8 d3,d0,d1,#3 @vector extract of src[0_3]
214 @vext.u8 d4,d0,d1,#4 @vector extract of src[0_4]
216 @vext.u8 d5,d0,d1,#5 @vector extract of src[0_5]
217 @vext.u8 d6,d0,d1,#6 @vector extract of src[0_6]
218 @vext.u8 d7,d0,d1,#7 @vector extract of src[0_7]
219 @vext.u8 d1,d0,d1,#1 @vector extract of src[0_1]
236 @ vext.u8 d14,d12,d13,#2 @vector extract of src[0_2]
237 @ vext.u8 d15,d12,d13,#3 @vector extract of src[0_3]
238 @ vext.u8 d16,d12,d13,#4 @vector extract of src[0_4
    [all...]
  /build/tools/ijar/
zip_main.cc 47 // A ZipExtractorProcessor that extract all files in the ZIP file.
51 // Create a processor who will extract the files into output_root
52 // if "extract" is set to true and will print the list of files and
54 UnzipProcessor(const char *output_root, bool verbose, bool extract)
55 : output_root_(output_root), verbose_(verbose), extract_(extract) {}
159 int extract(char *zipfile, bool verbose, bool extract) { function in namespace:devtools_ijar
163 UnzipProcessor processor(output_root, verbose, extract);
258 fprintf(stderr, " x extract - extract file in x.zip in current directory\n")
268 bool extract = false; local
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenExtract.cpp 27 static cl::opt<unsigned> ExtractCutoff("extract-cutoff", cl::init(~0U),
28 cl::Hidden, cl::desc("Cutoff for generating \"extract\""
31 // This prevents generating extract instructions that have the offset of 0.
32 // One of the reasons for "extract" is to put a sequence of bits in a regis-
35 // rate "extract", since logical bit operations can be merged into compound
36 // instructions (as opposed to "extract").
37 static cl::opt<bool> NoSR0("extract-nosr0", cl::init(true), cl::Hidden,
38 cl::desc("No extract instruction with offset 0"));
40 static cl::opt<bool> NeedAnd("extract-needand", cl::init(true), cl::Hidden,
41 cl::desc("Require & in extract patterns"))
    [all...]
  /art/runtime/interpreter/mterp/mips/
op_goto.S 24 GET_INST_OPCODE(t0) # extract opcode from rINST
36 GET_INST_OPCODE(t0) # extract opcode from rINST
op_goto_32.S 28 GET_INST_OPCODE(t0) # extract opcode from rINST
41 GET_INST_OPCODE(t0) # extract opcode from rINST
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
README.searchcvs.setup.mysql.txt 7 1. Extract the searchcvs/ folder from cvs and place it in your $HOME folder
10 2. Customize setup.sh for your needs and run it to extract your code from cvs.
  /external/libcxx/utils/sym_check/
sym_match.py 7 from sym_check import util, match, extract namespace
12 description='Extract a list of symbols from a shared library.')
  /external/libnl/include/netlink/route/
rtnl.h 33 * Extract FROM realm from a realms field
38 * Extract TO realm from a realms field
  /external/llvm/test/CodeGen/X86/
x32-function_pointer-3.ll 24 %h.sroa.0.0.extract.trunc = trunc i64 %h.coerce to i32
25 %0 = inttoptr i32 %h.sroa.0.0.extract.trunc to void ()*
  /external/llvm/tools/llvm-extract/
Makefile 1 ##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
11 TOOLNAME := llvm-extract
  /external/lzma/CPP/7zip/UI/Common/
Extract.h 0 // Extract.h
79 HRESULT Extract(
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
type_wrapper.hpp 28 // agurt 08/may/03: a complicated way to extract the wrapped type; need it
29 // mostly for the sake of GCC (3.2.x), which ICEs if you try to extract the
  /sdk/eclipse/buildConfig/
buildUpdateSite.xml 5 <!-- id - feature id to extract -->
8 <!-- updateSiteRoot - where to extract feature zip -->
  /external/boringssl/src/util/bot/
DEPS 95 # TODO(davidben): Only extract archives when they've changed. Extracting perl
101 'boringssl/util/bot/extract.py',
110 'boringssl/util/bot/extract.py',
119 'boringssl/util/bot/extract.py',
128 'boringssl/util/bot/extract.py',
  /external/libavc/common/arm/
ih264_inter_pred_luma_horz_hpel_vert_hpel_a9q.s 159 vext.16 q10, q12, q13, #5 @//extract a[5] (column1)
163 vext.16 q11, q12, q13, #2 @//extract a[2] (column1)
168 vext.16 q11, q12, q13, #1 @//extract a[1] (column1)
169 vext.16 q10, q12, q13, #3 @//extract a[3] (column1)
174 vext.16 q11, q12, q13, #4 @//extract a[4] (column1)
175 vext.16 q10, q13, q14, #5 @//extract a[5] (column2)
182 vext.16 q11, q13, q14, #2 @//extract a[2] (column2)
187 vext.16 q10, q13, q14, #3 @//extract a[3] (column2)
188 vext.16 q11, q13, q14, #1 @//extract a[1] (column2)
191 vext.16 q10, q13, q14, #4 @//extract a[4] (column2
    [all...]
  /packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
CertInstallerHelper.java 56 * Certificate installer helper to extract information from a provided file
82 // Read .p12 file from SDCARD and extract with password
110 Log.e(TAG, "failed to extract certificate" + e);
112 Log.e(TAG, "failed to extract certificate" + e);
114 Log.e(TAG, "failed to extract certificate" + e);
116 Log.e(TAG, "failed to extract certificate" + e);
130 * Extract private keys, user certificates and ca certificates
167 * Extract certificate from the given file, and install it to keystore
170 * @param password password to extract the .p12 file
173 // extract private keys, certificates from the provided fil
    [all...]
  /device/asus/fugu/self-extractors/
files-by-owner.sh 17 rm -f extract-lists.txt
62 echo " $target_owner)" >> extract-lists.txt
63 echo " TO_EXTRACT=\"\\" >> extract-lists.txt
90 echo " $file \\" >> extract-lists.txt
104 echo " $file \\" >> extract-lists.txt
114 echo " \"" >> extract-lists.txt
115 echo " ;;" >> extract-lists.txt
  /external/libcxx/test/std/utilities/intseq/intseq.general/
integer_seq.pass.cpp 22 auto extract ( const AtContainer &t, const std::integer_sequence<T, I...> idx )
62 auto t3 = extract ( tup, int3() );
66 auto t7 = extract ( tup, size7 ());
70 auto t4 = extract ( tup, size4 ());
74 auto t2 = extract ( tup, size2 ());
78 auto tintmix = extract ( tup, intmix ());
82 auto tsizemix = extract ( tup, sizemix ());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/
integer_seq.pass.cpp 22 auto extract ( const AtContainer &t, const std::integer_sequence<T, I...> idx )
62 auto t3 = extract ( tup, int3() );
66 auto t7 = extract ( tup, size7 ());
70 auto t4 = extract ( tup, size4 ());
74 auto t2 = extract ( tup, size2 ());
78 auto tintmix = extract ( tup, intmix ());
82 auto tsizemix = extract ( tup, sizemix ());
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-dis.c 135 if (operand->extract)
136 (*operand->extract) (insn, &invalid);
156 /* Now extract and print the operands. */
164 already made sure that the extract function considered
169 /* Extract the value from the instruction. */
170 if (operand->extract)
171 value = (*operand->extract) (insn, (int *) NULL);
  /external/squashfs-tools/RELEASE-READMEs/
README-3.3 107 3. UNSQUASHFS - EXTENDED EXTRACT FILE HANDLING
110 1. Multiple extract files can now be specified on the command line, and the
113 To specify a file containing the extract files use the "-e[f]" option.
115 2. Extended wildcard pattern matching now supported in extract files
117 Enabled by default. Similar to existing extract files except with
124 Extract all files matching "*.gz" in the top level directory "test".
128 Extract all files beginning with "example" inside top level directories
135 Extract all files matching "*.gz" in top level directory "test",
138 3. Regular expression pattern matching now supported in extract files
  /external/opencv3/samples/cpp/tutorial_code/ImgProc/
Morphology_3.cpp 54 // Create the images that will use to extract the horizontal and vertical lines
94 // Extract edges and smooth image according to the logic
95 // 1. extract edges
  /external/selinux/policycoreutils/semanage/
semanage-login.8 5 .B semanage login [\-h] [\-n] [\-N] [\-s STORE] [ \-\-add \-s SEUSER \-r RANGE LOGIN | \-\-delete LOGIN | \-\-deleteall | \-\-extract | \-\-list [\-C] | \-\-modify \-s SEUSER \-r RANGE LOGIN ]
41 .I \-E, \-\-extract
42 Extract customizable commands, for use within a transaction

Completed in 1037 milliseconds

<<11121314151617181920>>