Searched refs:extracted (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/tools/win/toolchain/
H A Dtoolchain.py426 def CopyToFinalLocation2010(extracted, target_dir):
433 PullFrom(from_sdk, extracted.sdk_path, target_dir)
436 PullFrom(from_sdk, extracted.metro_sdk_path, target_dir)
441 PullFrom(from_buildtools_x86, extracted.buildtools_x86, target_dir)
446 PullFrom(from_buildtools_x64, extracted.buildtools_x64, target_dir)
451 PullFrom(from_libs_x86, extracted.libs_x86, target_dir)
456 PullFrom(from_libs_x64, extracted.libs_x64, target_dir)
461 PullFrom(from_headers, extracted.headers, target_dir)
472 PullFrom(from_sdk7_x86, extracted.vc_x86, target_dir)
478 PullFrom(from_sdk7_x64, extracted
[all...]
H A Dtoolchain2013.py207 extracted = ExtractComponents(image)
208 CopyToFinalLocation(extracted, target_dir)
/external/skia/tools/
H A DCopyTilesRenderer.cpp59 SkDEBUGCODE(bool extracted =)
61 SkASSERT(extracted);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h50 bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent)
57 , m_bitfields(firstLine, constructed, dirty, extracted, isHorizontal)
144 void setExtracted(bool extracted = true) { m_bitfields.setExtracted(extracted); }
306 InlineBoxBitfields(bool firstLine = false, bool constructed = false, bool dirty = false, bool extracted = false, bool isHorizontal = true)
311 , m_extracted(extracted)
339 ADD_BOOLEAN_BITFIELD(extracted, Extracted);
399 bool extracted() const { return m_bitfields.extracted(); } function in class:WebCore::InlineBox
49 InlineBox(RenderObject* obj, FloatPoint topLeft, float logicalWidth, bool firstLine, bool constructed, bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent) argument
H A DInlineBox.cpp167 if (!m_bitfields.extracted() && m_renderer->isBox())
H A DInlineTextBox.cpp245 if (extracted())
253 if (!extracted())
H A DInlineFlowBox.cpp230 if (!extracted())
243 if (extracted())
/external/chromium_org/third_party/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp56 SkDEBUGCODE(bool extracted = )bitmap.extractSubset(&fBitmaps[i], rect);
57 SkASSERT(extracted);
/external/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp56 SkDEBUGCODE(bool extracted = )bitmap.extractSubset(&fBitmaps[i], rect);
57 SkASSERT(extracted);
/external/skia/tests/
H A DGpuBitmapCopyTest.cpp146 const bool extracted = src.extractSubset(&subset, subsetRect); local
173 if (extracted) {
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A DREADME145 the parse tree data structures were extracted and modified
/external/chromium_org/courgette/
H A Drun_stress_test24 compare two extracted ChromeOS images. It also compares the unzipped
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberMatcherTest.java560 * matching is set to VALID; else no test number should be extracted at that leniency level
562 * matching is set to POSSIBLE; else no test number should be extracted at that leniency level
932 CharSequence extracted = text.subSequence(match.start(), match.end());
933 assertTrue("Unexpected phone region in '" + text + "'; extracted '" + extracted + "'",
935 assertTrue(number.contentEquals(extracted));
936 assertTrue(match.rawString().contentEquals(extracted));
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dgml.php15 * All GML keywords were extracted from the Game Maker HTML Help file using a PHP
/external/chromium_org/chromeos/dbus/
H A Dsession_manager_client.cc412 std::string* extracted) {
425 extracted->assign(reinterpret_cast<char*>(values), length);
410 ExtractString(const std::string& method_name, dbus::Response* response, std::string* extracted) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/lcov/bin/
H A Dlcov2705 my $extracted = 0;
2730 $extracted++;
2734 # Write extracted data
2737 info("Extracted $extracted files\n");
/external/libvorbis/doc/
H A D01-introduction.tex398 channel coupling may mean that the raw residue vectors extracted
/external/blktrace/doc/
H A Dblktrace.tex359 \item blktrace stores the extracted data into files stored in the
/external/bison/
H A Dmaint.mk613 # The following were extracted from "man signal.h" manually.
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3457 and the extracted hash is compared against the message digest pointed to by \textit{msghash} of length \textit{msghashlen} octets.
3481 and the extracted hash is compared against the message digest pointed to by \textit{msghash} of length \textit{msghashlen} octets.

Completed in 327 milliseconds