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

<<11121314151617181920>>

  /external/robolectric-shadows/processor/src/test/resources/org/robolectric/
Robolectric_EmptyProvidedPackageNames.java 24 return (ShadowAnything) Shadow.extract(actual);
28 return (ShadowDummy) Shadow.extract(actual);
Robolectric_Parameterized.java 24 return (ShadowDummy) Shadow.extract(actual);
28 return (ShadowParameterizedDummy<T,N>) Shadow.extract(actual);
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/
ThreadSafetyTest.java 27 Object shadowFromThisThread = Shadow.extract(instrumentedThread);
41 shadowFromOtherThread = Shadow.extract(this);
  /external/selinux/policycoreutils/semodule/
semodule.8 44 .B \-E,\-\-extract=MODULE_PKG
45 Extract a module from the store as an HLL or CIL file to the current directory.
91 Extract module as a CIL file. This only affects the \-\-extract option and
92 only modules listed in \-\-extract after this option.
95 Extract module as an HLL file. This only affects the \-\-extract option and
96 only modules listed in \-\-extract after this option.
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
README.txt 9 extract/insert/mask byte/word/longword/quadword low/high
14 see if any of the extract/insert/mask operations can be added
  /external/swiftshader/third_party/LLVM/tools/llvm-extract/
Makefile 1 ##===- tools/llvm-extract/Makefile -------------------------*- Makefile -*-===##
12 TOOLNAME = llvm-extract
llvm-extract.cpp 1 //===- llvm-extract.cpp - LLVM function extraction utility ----------------===//
50 // ExtractFuncs - The functions to extract from the module.
52 ExtractFuncs("func", cl::desc("Specify function to extract"),
56 // extract from the module.
58 ExtractRegExpFuncs("rfunc", cl::desc("Specify function(s) to extract using a "
62 // ExtractGlobals - The globals to extract from the module.
64 ExtractGlobals("glob", cl::desc("Specify global to extract"),
68 // extract from the module...
70 ExtractRegExpGlobals("rglob", cl::desc("Specify global(s) to extract using a "
100 // Figure out which globals we should extract.
    [all...]
  /external/toolchain-utils/mem_tests/
README 4 These scripts are made to parse TCMalloc output in order to extract certain
8 order to extract information. In order to use a script (e.g. total_mem.py), you
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/cmake/Modules/
CodeCoverage.cmake 40 message(STATUS "Extract Directories: ${EXTRACT_DIRS}")
45 COMMAND ${CODE_COVERAGE_LCOV} --gcov-tool ${GCOV_TOOL} --extract test_coverage.info ${EXTRACT_DIRS} -o test_coverage.info
  /sdk/eclipse/buildConfig/
buildUpdateSite.xml 5 <!-- id - feature id to extract -->
8 <!-- updateSiteRoot - where to extract feature zip -->
  /system/bt/vendor_libs/test_vendor_lib/test/
iterator_test.cc 55 ASSERT_EQ(0x95, general_case.extract<uint8_t>());
56 ASSERT_EQ(0x471f, general_case.extract<uint16_t>());
57 ASSERT_EQ(0x951f0200u, general_case.extract<uint32_t>());
58 ASSERT_EQ(0x33000101000000cbu, general_case.extract<uint64_t>());
64 ASSERT_DEATH(bounds_test.extract<uint8_t>(), "");
65 ASSERT_DEATH(bounds_test.extract<uint16_t>(), "");
66 ASSERT_DEATH(bounds_test.extract<uint32_t>(), "");
67 ASSERT_DEATH(bounds_test.extract<uint64_t>(), "");
  /external/libtextclassifier/
token-feature-extractor.h 34 // Orders of charactergrams to extract. E.g., 2 means character bigrams, 3
38 // Whether to extract the token case feature.
44 // Whether to extract the selection mask feature.
47 // Regexp features to extract.
76 bool Extract(const Token& token, bool is_in_span,
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
parse_html_deps.py 137 n.extract()
141 n.extract()
201 x.extract()
206 x.extract()
211 imp.extract()
216 script.extract()
221 script.extract()
232 style.extract()
243 stylesheet_link.extract()
250 comment.extract()
    [all...]
  /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...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
CertInstallerHelper.java 55 * Certificate installer helper to extract information from a provided file
81 // Read .p12 file from SDCARD and extract with password
109 Log.e(TAG, "failed to extract certificate" + e);
111 Log.e(TAG, "failed to extract certificate" + e);
113 Log.e(TAG, "failed to extract certificate" + e);
115 Log.e(TAG, "failed to extract certificate" + e);
129 * Extract private keys, user certificates and ca certificates
166 * Extract certificate from the given file, and install it to keystore
169 * @param password password to extract the .p12 file
172 // extract private keys, certificates from the provided fil
    [all...]
  /external/llvm/lib/CodeGen/
InterleavedAccessPass.cpp 144 /// <0, 2, 4, 6> (mask of index 0 to extract even elements)
145 /// <1, 3, 5, 7> (mask of index 1 to extract odd elements)
206 // they can be modifed to extract from one of the shufflevectors instead of
209 auto *Extract = dyn_cast<ExtractElementInst>(*UI);
210 if (Extract && isa<ConstantInt>(Extract->getIndexOperand())) {
211 Extracts.push_back(Extract);
280 for (auto *Extract : Extracts) {
283 auto *IndexOperand = cast<ConstantInt>(Extract->getIndexOperand());
291 // If the shufflevector instruction doesn't dominate the extract, w
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
ZipUtil.java 50 * @param thorough Whether to attempt to fully extract the archive. If {@code false}, this
64 final File extractDir = FileUtil.createTempDir("extract-" + zipFile.getName());
82 * Utility method to extract entire contents of zip file into given directory
84 * @param zipFile the {@link ZipFile} to extract
85 * @param destDir the local dir to extract file to
86 * @throws IOException if failed to extract file
104 * Utility method to extract one specific file from zip file into a tmp file
106 * @param zipFile the {@link ZipFile} to extract
107 * @param filePath the filePath of to extract
108 * @throws IOException if failed to extract fil
    [all...]
  /developers/build/prebuilts/gradle/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/
Log.kt 49 * to extract and print useful information.
63 * to extract and print useful information.
76 * to extract and print useful information.
88 * to extract and print useful information.
100 * to extract and print useful information.
114 * to extract and print useful information.
126 * to extract and print useful information.
  /developers/samples/android/ui/views/RecyclerView/kotlinApp/app/src/main/java/com/example/android/common/logger/
Log.kt 49 * to extract and print useful information.
63 * to extract and print useful information.
76 * to extract and print useful information.
88 * to extract and print useful information.
100 * to extract and print useful information.
114 * to extract and print useful information.
126 * to extract and print useful information.
  /external/libcxx/test/std/utilities/intseq/intseq.general/
integer_seq.pass.cpp 21 auto extract ( const AtContainer &t, const std::integer_sequence<T, I...> )
57 auto t3 = extract ( tup, int3() );
61 auto t7 = extract ( tup, size7 ());
65 auto t4 = extract ( tup, size4 ());
69 auto t2 = extract ( tup, size2 ());
73 auto tintmix = extract ( tup, intmix ());
77 auto tsizemix = extract ( tup, sizemix ());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/intseq/intseq.general/
integer_seq.pass.cpp 21 auto extract ( const AtContainer &t, const std::integer_sequence<T, I...> )
57 auto t3 = extract ( tup, int3() );
61 auto t7 = extract ( tup, size7 ());
65 auto t4 = extract ( tup, size4 ());
69 auto t2 = extract ( tup, size2 ());
73 auto tintmix = extract ( tup, intmix ());
77 auto tsizemix = extract ( tup, sizemix ());
  /toolchain/binutils/binutils-2.27/opcodes/
alpha-dis.c 133 if (operand->extract)
134 (*operand->extract) (insn, &invalid);
154 /* Now extract and print the operands. */
162 already made sure that the extract function considered
167 /* Extract the value from the instruction. */
168 if (operand->extract)
169 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
  /system/netd/server/
WakeupController.cpp 57 if (extract(payload, header) < sizeof(struct tcphdr)) {
66 if (extract(payload, header) < sizeof(struct udphdr)) {
82 if (extract(payload, header) < sizeof(struct iphdr)) {
96 if (extract(payload, header) < sizeof(struct ip6_hdr)) {
139 extract(payload, ts);
149 extract(payload, args.uid);
153 extract(payload, args.gid);
158 extract(payload, hwaddr);
166 extract(payload, packetHdr);
  /external/mockito/src/main/java/org/mockito/internal/util/reflection/
GenericTypeExtractor.java 11 * Attempts to extract generic type of given target base class or target interface
16 * Extract generic type of root class either from the target base class or from target base interface.
76 * Attempts to extract generic parameter type of given type.

Completed in 1478 milliseconds

<<11121314151617181920>>