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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/sync/sessions/
notification_service_sessions_router.h 46 // callback from ManagedUserService and to extract the tab delegate
  /external/chromium_org/chrome/renderer/safe_browsing/
malware_dom_details.h 51 // Handler for the various HTML elements that we extract URLs from.
  /external/chromium_org/components/autofill/content/renderer/
form_autofill_util.h 35 // A bit field mask to extract data from WebFormControlElement.
38 EXTRACT_VALUE = 1 << 0, // Extract value from WebFormControlElement.
39 EXTRACT_OPTION_TEXT = 1 << 1, // Extract option text from
44 EXTRACT_OPTIONS = 1 << 2, // Extract options from
  /external/chromium_org/components/breakpad/tools/
dmp2minidump.py 6 """A tool to extract minidumps from dmp crash dumps."""
  /external/chromium_org/content/child/
child_histogram_message_filter.h 41 // Extract snapshot data and then send it off the the Browser process.
  /external/chromium_org/media/base/
audio_video_metadata_extractor.cc 72 bool AudioVideoMetadataExtractor::Extract(DataSource* source,
109 // Extract dictionary from streams also. Needed for containers that attach
118 // Extract dimensions of largest stream that's not an attached image.
125 // Extract attached image if requested.
  /external/chromium_org/net/proxy/
proxy_server_mac.cc 23 // No hostname port to extract; we are done.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGRemoteFontFaceSource.cpp 40 // Parse the external SVG document, and extract the <font> element.
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.h 18 void Extract(int n, uint8* dst);
  /external/chromium_org/third_party/dom_distiller_js/package/proto/
dom_distiller.proto 30 // Whether to extract only the text (or to include the containing html).
  /external/chromium_org/third_party/icu/source/test/letest/
xmlreader.cpp 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
  /external/chromium_org/third_party/icu/source/tools/genrb/
prscmnts.cpp 55 return dest.extract(source, srcLen, *status);
102 return out.extract(*dest, destCapacity,*status);
129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status);
202 return out.extract(*dest, destCapacity,*status);
  /external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.8.in 10 \- extract or modify an ICU
37 .BI "\-x\fP, \fB\-\-extract" " list"
137 .BI "\-x\fP, \fB\-\-extract" " list"
138 Extract items from the
  /external/chromium_org/third_party/libvpx/
obj_int_extract.gypi 5 # Rule to extract integer values for each symbol from an object file.
  /external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
README 21 regular expression to extract the quality metric.
  /external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.h 32 // Extract messages from a file specified by --ipc-fuzzer-testcase=
  /external/clang/test/Driver/
Xlinker-args.c 1 // Check that we extract --no-demangle from '-Xlinker' and '-Wl,', since that
split-debug.s 7 // CHECK-ACTIONS: objcopy{{.*}}--extract-dwo{{.*}}"split-debug.dwo"
  /external/dexmaker/src/dx/java/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
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableExtractor.java 51 * @param method {@code non-null;} the method to extract from
54 public static LocalVariableInfo extract(SsaMethod method) { method in class:LocalVariableExtractor
60 * Constructs an instance. This method is private. Use {@link #extract}.
62 * @param method {@code non-null;} the method to extract from
  /external/expat/
import_expat.sh 11 tar --extract --ungzip --strip-components=1 --file $1
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
TesterAnnotation.java 30 * why reflection is used to extract values from the properties of the various
  /external/icu/icu4c/source/i18n/
collation.cpp 30 // Extract the second byte, minus the minimum byte value,
49 // Extract the third byte, minus the minimum byte value,
71 // Extract the second byte, minus the minimum byte value,
93 // Extract the third byte, minus the minimum byte value,
unumsys.cpp 82 return descrip.extract(result, resultLength, *status);
  /external/icu/icu4c/source/test/letest/
xmlreader.cpp 57 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
75 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
103 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
125 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);

Completed in 545 milliseconds

<<11121314151617181920>>