HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 251 - 275 of 4384) sorted by null

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
GLPropertyAccessor.java 29 * GLPropertyAccessor's can be used to extract a certain property from the provided
87 /** Extract properties by name. */
105 /** Extract properties by index. */
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 216 prettify(result).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer));
230 prettify(result).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer));
616 prettify(uN).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer));
634 prettify(uT).extract(0, 0x7fffffff, buffer, UPRV_LENGTHOF(buffer));
    [all...]
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
SimpleCompilationTest.java 75 String extract = extract(targetFile, loc); local
76 assertEquals(expectedExtract, extract);
119 String extract = extract(expectedErrorFile, loc); local
120 assertEquals("myVariable", extract);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestIlogb.java 73 // Extract the inputs.
76 // Extract the outputs.
134 // Extract the inputs.
137 // Extract the outputs.
195 // Extract the inputs.
198 // Extract the outputs.
256 // Extract the inputs.
259 // Extract the outputs.
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/
i18n.rst 33 utility provided py it to extract and update message catalogs.
110 Extract and compile translations
113 to extract, initialize, compile and update translations. Refer to Babel's
116 The extract command can extract not only messages from several template engines
121 **1.** Extract all translations. We pass the current app directory to be
127 $ pybabel extract -o ./locale/messages.pot ./
135 $ pybabel extract -F ./babel.cfg -o ./locale/messages.pot ./
  /external/e2fsprogs/lib/uuid/
uuid_time.3.in 34 uuid_time \- extract the time at which the UUID was created
48 extract the creation time for UUIDs created with the
  /external/libunwind/tests/
run-coredump-unwind 16 # Extract the dynamic symbols from the main binary, there is no need to also have these
19 # Extract all the text (i.e. function) symbols from the debuginfo
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFAbbreviationDeclaration.h 66 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr);
67 bool Extract(const lldb_private::DataExtractor& data, lldb::offset_t *offset_ptr, dw_uleb128_t code);
  /external/lldb/www/
features.html 31 <li>Object container parsers to extract object files contained within a file.
34 <li>Debug symbol file parsers to incrementally extract debug information from
  /external/llvm/test/Analysis/ScalarEvolution/
trip-count12.ll 28 %extract.t = trunc i32 %add to i16
32 %res.0.lcssa.off0 = phi i16 [ %extract.t, %for.cond.for.end_crit_edge ], [ 0, %entry ]
  /external/ltrace/testsuite/ltrace.minor/
time-record-T.exp 43 # match the line with sleep and extract the spent time in sleep and sleep argument.
66 # match the line with nanosleep and extract spent time and nanosleep argument.
  /external/mesa3d/src/gallium/state_trackers/vega/
path_utils.h 32 #define SEGMENT_COMMAND(command) /* Extract segment type */ \
34 #define SEGMENT_ABS_REL(command) /* Extract absolute/relative bit */ \
  /external/openfst/src/extensions/far/
farprintstrings.cc 29 "First key to extract (def: first key in archive)");
31 "Last key to extract (def: last key in archive)");
  /external/selinux/libsemanage/src/
booleans_file.c 50 /* Extract name */
65 /* Extract value */
parse_utils.h 67 /* Extract the next integer, and move
74 /* Extract the next string (delimited by
seusers_file.c 55 /* Extract name */
70 /* Extract sename */
users_extra_file.c 59 /* Extract name */
75 /* Extract prefix */
  /frameworks/native/opengl/libs/tools/
gltracegen 58 # extract the name from the parameter
73 # extract the name from the parameter
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 42 * @param method {@code non-null;} the method to extract from
45 public static LocalVariableInfo extract(RopMethod method) { method in class:LocalVariableExtractor
51 * Constructs an instance. This method is private. Use {@link #extract}.
53 * @param method {@code non-null;} the method to extract from
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 42 * @param method {@code non-null;} the method to extract from
45 public static LocalVariableInfo extract(RopMethod method) { method in class:LocalVariableExtractor
51 * Constructs an instance. This method is private. Use {@link #extract}.
53 * @param method {@code non-null;} the method to extract from
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 50 * @param method {@code non-null;} the method to extract from
53 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
59 * Constructs an instance. This method is private. Use {@link #extract}.
61 * @param method {@code non-null;} the method to extract from
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
PhotosListActivity.java 25 * extract the images' URL and their title.
  /external/boringssl/src/include/openssl/
hkdf.h 29 * HKDF is an Extract-and-Expand algorithm. It does not do any key stretching,
  /external/clang/test/Driver/
Xlinker-args.c 1 // Check that we extract --no-demangle from '-Xlinker' and '-Wl,', since that
split-debug.s 6 // CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo"

Completed in 365 milliseconds

<<11121314151617181920>>