/external/chromium_org/components/dom_distiller/core/ |
distiller_page.h | 37 // Injects JavaScript into a page, and uses it to extract and return long-form 54 // extract the same content.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/ |
fileset.py | 48 self._fileset.extract(self._filename, path) 51 self._fileset.extract(self._filename, temp_dir)
|
zipfileset.py | 66 def extract(self, filename, path): member in class:ZipFileSet 68 self._zip_file.extract(filename, path)
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/include/effects/ |
SkLayerRasterizer.h | 34 * The layer will extract those fields that affect the mask from 73 The layer will extract those fields that affect the mask from
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
window32_w32.c | 44 /* Extract higher bytes */ 48 /* Extract lower bytes, defined as (w32 - hi<<16)>>1 */
|
/external/clang/test/CodeGen/ |
ms-intrinsics.c | 26 // CHECK: %[[EXTRACT:[0-9]+]] = extractvalue { i32, i1 } %[[XCHG]], 0 27 // CHECK: %[[RESULT:[0-9]+]] = inttoptr i32 %[[EXTRACT]] to i8*
|
/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/skia/include/effects/ |
SkLayerRasterizer.h | 34 * The layer will extract those fields that affect the mask from 73 The layer will extract those fields that affect the mask from
|
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/ |
JcaJceUtils.java | 17 * Extract an ASN.1 encodable from an AlgorithmParameters object.
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/ |
mount_path_util.h | 28 // analysing the mount path. Also, extract the file path from the virtual path
|
/external/chromium_org/chrome/browser/extensions/api/proxy/ |
proxy_api_constants.h | 44 // The names of the JavaScript properties to extract from the proxy_rules.
|
/external/chromium_org/chrome/browser/metrics/rappor/ |
sampling.h | 14 // Extract the domain and registry for a sample from a GURL.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/ |
abstract_result.js | 39 * @param {Element} result Result to extract from.
|