/external/chromium_org/tools/ |
nocompile_driver.py | 127 they demark one no-compile test and try to extract the test configuration 298 stats_template = ("Started %f, Ended %f, Total %fs, Extract %fs, "
|
/external/chromium_org/tools/win/split_link/ |
split_link.py | 215 link_exe, '/lib', '/nologo', '/extract:' + obj, lib, '/out:' + temp.name]) 312 """For (lib, obj) tuples in the all_from_libs section, extract the obj out of
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_platform_linux.cc | 369 // Extract file descriptors passed to glibc internal __res_iclose function. 386 // Extract file descriptors passed via UNIX domain sockets.
|
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixMatrix.h | 401 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs); 402 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
|
SelfadjointMatrixMatrix.h | 410 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs); 411 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
|
TriangularMatrixMatrix.h | 393 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs); 394 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
|
/external/freetype/include/ |
ftglyph.h | 222 /* A function used to extract a glyph image from a slot. Note that */ 472 /* // extract glyph image */ [all...] |
/external/freetype/include/internal/ |
ftstream.h | 404 /* Extract a stream frame. If the stream is disk-based, a heap block */ 418 /* release an extract frame (see FT_Stream_ExtractFrame) */
|
/external/icu/icu4c/source/i18n/ |
dtitvinf.cpp | 424 skeleton.extract(0, skeleton.length(), result, "UTF-8"); 490 skeleton->extract(0, skeleton->length(), result, "UTF-8");
|
rbt_set.cpp | 148 r.extract(0, len, parseError.preContext); 155 r.extract(0, len, parseError.postContext);
|
/external/icu/icu4c/source/i18n/unicode/ |
tznames.h | 248 * <li>Extract a substring after the last occurrence of "/". 256 * location name is not available and the fallback logic described above cannot extract location from the ID.
|
/external/icu/icu4c/source/tools/gendict/ |
gendict.cpp | 397 fileLine.extract(valueStart, valueLength, s, 16, US_INV); 503 s.extract(0, s.length(), tmp, 1024);
|
/external/libunwind/ |
Android.mk | 88 src/mi/Ldyn-extract.c \ 99 src/mi/Gdyn-extract.c \
|
/external/lldb/test/pexpect-2.4/examples/ |
rippy.py | 190 'subtitle_id':("None","Subtitle ID stream?","""This selects the subtitle stream to extract from the source video. 193 'audio_id':("128","audio ID stream?","""This selects the audio stream to extract from the source video. 226 print "# extract subtitles" 229 print "# do not extract subtitles." 238 # of a video (in seconds) is to extract the raw, uncompressed PCM audio stream 242 print "# extract PCM raw audio to %s" % (options['audio_raw_filename']) 441 TODO: Also extract ID_AID_nnn_LANG to associate language. Not all DVDs include this. 451 TODO: Also extract ID_SID_nnn_LANG to associate language. Not all DVDs include this. [all...] |
/external/llvm/docs/CommandGuide/ |
llvm-ar.rst | 130 Extract archive members back to files. The *o* modifier applies to this 133 *files* are specified, the entire archive is extract.
|
/external/llvm/test/ |
lit.cfg | 229 r"\bllvm-extract\b", 252 # Extract the tool name from the pattern. This relies on the tool
|
/external/llvm/tools/bugpoint/ |
BugDriver.h | 227 /// ExtractLoop - Given a module, extract up to one loop from it into a new 232 /// ExtractMappedBlocksFromModule - Extract all but the specified basic blocks
|
/external/lzma/C/Util/7z/ |
7zMain.c | 301 " e: Extract files from archive (without using directory names)\n"
304 " x: eXtract files with full paths\n");
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_yuv.c | 50 * Extract Y, U, V channels from packed UYVY. 118 * Extract Y, U, V channels from packed YUYV.
|
lp_bld_swizzle.c | 99 * Combined extract and broadcast (mere shuffle in most cases) 151 * Trivial extract scalar from vector.
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_tri.c | 214 /* extract sign bits to create mask 237 /* Extract the sign bits
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_vbo_t.c | 414 extract_u_t extract = ib ? render->ib.extract_u : extract_id; local 436 extract(&render->ib, 0, start);
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
GenericMetadataSupport.java | 32 * <li>Then from this metadata, we can extract meta-data for a generic return type of a method, using
396 throw new MockitoException("Cannot extract extra-interfaces from '" + typeVariable + "' : '" + type + "'");
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
ftglyph.h | 222 /* A function used to extract a glyph image from a slot. Note that */ 472 /* // extract glyph image */ [all...] |
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/ |
ftstream.h | 404 /* Extract a stream frame. If the stream is disk-based, a heap block */ 418 /* release an extract frame (see FT_Stream_ExtractFrame) */
|