HomeSort by relevance Sort by last modified time
    Searched full:extraction (Results 1 - 25 of 588) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/v7/palette/
README.txt 1 Library Project including Palette for color extraction from images
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SmartClipProvider.java 18 * Initiate extraction of text, HTML, and other information for clipping puposes (smart clip)
24 * Register a handler to handle smart clip data once extraction is done.
  /device/asus/deb/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/flo/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/fugu/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/grouper/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/tilapia/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/lge/hammerhead/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/lge/mako/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/moto/shamu/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/samsung/manta/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_dom_feature_extractor.h 37 // Callback to be run when feature extraction finishes. The callback
38 // argument is true if extraction was successful, false otherwise.
54 // processing. Once feature extraction is complete, |done_callback|
59 // Cancels any pending feature extraction. The DoneCallback will not be run.
60 // Must be called if there is a feature extraction in progress when the page
68 // The maximum amount of wall time that we will spend on a single extraction
83 // to the current MessageLoop to continue extraction. When extraction
89 // feature extraction is finished, these handlers do not add to the feature
97 // Helper to verify that there is no pending feature extraction. Dies i
    [all...]
phishing_term_feature_extractor.h 36 // Callback to be run when feature extraction finishes. The callback
37 // argument is true if extraction was successful, false otherwise.
73 // MessageLoop to continue processing. Once feature extraction is complete,
85 // Cancels any pending feature extraction. The DoneCallback will not be run.
86 // Must be called if there is a feature extraction in progress when the page
93 // The maximum amount of wall time that we will spend on a single extraction
108 // to the current MessageLoop to continue extraction. When extraction
115 // Helper to verify that there is no pending feature extraction. Dies in
123 // Clears all internal feature extraction state
    [all...]
phishing_classifier.h 74 // the feature extraction and scoring process. |page_text| should contain
92 // or the RenderView is being destroyed. This cancels any extraction that
101 // Begins the feature extraction process, by extracting URL features and
102 // beginning DOM feature extraction.
105 // Callback to be run when DOM feature extraction is complete.
106 // If it was successful, begins term feature extraction, otherwise
110 // Callback to be run when term feature extraction is complete.
112 // If extraction was unsuccessful, runs the DoneCallback with a
124 // Helper to run the DoneCallback when feature extraction has failed.
138 // State for any in-progress extraction
    [all...]
feature_extractor_clock.h 5 // A simple abstraction for getting the current time during feature extraction.
phishing_term_feature_extractor.cc 37 // This should be longer than we expect feature extraction to take on any
41 // All of the state pertaining to the current feature extraction.
62 // The time at which we started feature extraction for the current page.
65 // The number of iterations we've done for the current extraction.
115 // starting a new extraction, so DCHECK this.
118 // extraction so that we can start in a known state.
165 DLOG(ERROR) << "Feature extraction took too long, giving up";
175 // continue extraction.
271 LOG(ERROR) << "Extraction in progress, missing call to "
277 // Record some timing stats that we can use to evaluate feature extraction
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 1 //===-- Transform/Utils/CodeExtractor.h - Code extraction util --*- C++ -*-===//
51 // Bits of intermediate state computed at various phases of extraction.
60 /// block is set up for extraction.
85 /// \brief Perform the extraction, returning the new function.
94 /// determine whether it is eligible for extraction.
99 /// These can be used either when performing the extraction or to evaluate
103 /// sets, before extraction occurs. These modifications won't have any
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.h 96 // Called when feature extraction is done. The first argument will be
97 // true iff feature extraction succeeded. The second argument is the
113 // Begins extraction of the browser features. We take ownership
116 // feature extraction is complete, |callback| is run on the UI thread. We
123 // Begins extraction of the malware related features. We take ownership
124 // of the request object until |callback| is called. Once feature extraction
138 // Synchronous browser feature extraction.
142 // Actually starts feature extraction (does the real work).
  /frameworks/wilhelm/src/android/
AudioPlayer_to_android.h 85 * Metadata Extraction
88 * For all metadata extraction functions:
  /external/chromium_org/chrome/browser/download/
download_file_icon_extractor.h 15 // extraction.
  /external/chromium_org/chrome/browser/search/
instant_unittest_base.h 29 // Query extraction is always enabled on Android and iOS.
  /external/libpcap/
sf-pcap.h 22 * Extraction/creation by Jeffrey Mogul, DECWRL
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
istream 154 * If an exception is thrown during extraction, ios_base::badbit
269 * If an exception is thrown during extraction, ios_base::badbit
276 * @brief Simple extraction.
286 * @brief Simple extraction.
300 * @brief Simple multiple-character extraction.
327 * @brief Simple multiple-character extraction.
339 * @brief Extraction into another streambuf.
361 * @brief Extraction into another streambuf.
372 * @brief String extraction.
400 * @brief String extraction
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
istream 154 * If an exception is thrown during extraction, ios_base::badbit
269 * If an exception is thrown during extraction, ios_base::badbit
276 * @brief Simple extraction.
286 * @brief Simple extraction.
300 * @brief Simple multiple-character extraction.
327 * @brief Simple multiple-character extraction.
339 * @brief Extraction into another streambuf.
361 * @brief Extraction into another streambuf.
372 * @brief String extraction.
400 * @brief String extraction
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
istream 154 * If an exception is thrown during extraction, ios_base::badbit
269 * If an exception is thrown during extraction, ios_base::badbit
276 * @brief Simple extraction.
286 * @brief Simple extraction.
300 * @brief Simple multiple-character extraction.
327 * @brief Simple multiple-character extraction.
339 * @brief Extraction into another streambuf.
361 * @brief Extraction into another streambuf.
372 * @brief String extraction.
400 * @brief String extraction
    [all...]

Completed in 1268 milliseconds

1 2 3 4 5 6 7 8 91011>>