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

<<41424344454647484950>>

  /external/chromium_org/chrome/tools/
webforms_extractor.py 13 The purpose of this script is to extract out all non-form elements that may be
178 def Extract(self, strip_js_only):
249 extractor.Extract(options.js)
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
subsetsequence.cc 195 // Extract representative pattern of exactly N values into dst[0..n-1]
198 void SubsetSequence::Extract(int to_n, uint8* dst) {
220 // printf("Extract, median %d / 3\n", next_e_);
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrfmt.cpp 152 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'!
326 testSetting.extract(0, testSetting.length(), testType, "");
328 errln("Unable to extract 'Type'. Skipping..");
  /external/chromium_org/tools/symsrc/
source_index.py 7 This tool will take a PDB on the command line, extract the source files that
68 """Extract a list of local paths of the source files from a PDB."""
119 """Calls svn info to extract the repository, path, and revision."""
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaConverter.java 50 LocalVariableInfo localInfo = LocalVariableExtractor.extract(result);
72 LocalVariableInfo localInfo = LocalVariableExtractor.extract(ssaMeth);
114 LocalVariableInfo localInfo = LocalVariableExtractor.extract(result);
  /external/e2fsprogs/lib/blkid/
read.c 238 * Extract a tag of the form NAME="value" from the line.
278 * Extract a tag of the form <NAME>value</NAME> from the line.
298 * Extract a tag from the line.
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 66 // this is because we need to extract packets
198 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs);
199 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
  /external/icu/icu4c/source/test/intltest/
dadrfmt.cpp 160 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'!
346 testSetting.extract(0, testSetting.length(), testType, "");
348 errln("Unable to extract 'Type'. Skipping..");
  /external/webp/src/dsp/
cpu-features.c 88 /* Extract the content of a the first occurence of a given field in
256 /* Extract architecture from the "CPU Architecture" field.
319 /* Extract the list of CPU features from 'Features' field */
  /external/webrtc/src/system_wrappers/source/android/
cpu-features.c 88 /* Extract the content of a the first occurence of a given field in
256 /* Extract architecture from the "CPU Architecture" field.
319 /* Extract the list of CPU features from 'Features' field */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 102 x10 = x5 - (x4 << 8); /* extract low bytes */
197 x10 = x5 - (x4 << 8); /* extract low bytes */
332 x10 = x5 - (x4 << 8); /* extract low bytes */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 105 x10 = x5 - (x4 << 8); /* extract low bytes */
201 x10 = x5 - (x4 << 8); /* extract low bytes */
294 x10 = x5 - (x4 << 8); /* extract low bytes */
  /frameworks/av/media/libstagefright/timedtext/
TextDescriptions.cpp 65 // Extract the local 3GPP display descriptions. 3GPP local descriptions
286 // To extract box 'tx3g' defined in 3GPP TS 26.245, and store it in a Parcel
378 // continue to extract next 'tx3g'
  /frameworks/base/media/java/android/media/
MediaExtractor.java 78 * @param uri the Content URI of the data you want to extract from.
180 * @param fd the FileDescriptor for the file you want to extract from.
191 * @param fd the FileDescriptor for the file you want to extract from.
  /packages/apps/Launcher3/util/com/android/launcher3/
DecoderRing.java 54 * extract the payload automatically:
282 System.err.println("failed to extract key from filename: " + protoException);
285 System.err.println("failed to extract key from filename: " + base64Exception);
  /bionic/libc/bionic/
clone.cpp 50 // Extract any optional parameters required by the flags.
  /bionic/libc/upstream-freebsd/lib/libc/gen/
ldexp.c 102 k = (hx&0x7ff00000)>>20; /* extract exponent */
  /bionic/libm/upstream-freebsd/lib/msun/src/
fenv-softfloat.h 47 * extract fields from an fenv_t
s_atanl.c 51 /* Extract the exponent and the first few bits of the mantissa. */
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestAtan2.java 73 // Extract the inputs.
142 // Extract the inputs.
211 // Extract the inputs.
280 // Extract the inputs.
TestAtan2pi.java 73 // Extract the inputs.
142 // Extract the inputs.
211 // Extract the inputs.
280 // Extract the inputs.
TestCopysign.java 73 // Extract the inputs.
142 // Extract the inputs.
211 // Extract the inputs.
280 // Extract the inputs.
TestFdim.java 73 // Extract the inputs.
142 // Extract the inputs.
211 // Extract the inputs.
280 // Extract the inputs.
TestFma.java 79 // Extract the inputs.
158 // Extract the inputs.
237 // Extract the inputs.
316 // Extract the inputs.
TestFmod.java 73 // Extract the inputs.
142 // Extract the inputs.
211 // Extract the inputs.
280 // Extract the inputs.

Completed in 573 milliseconds

<<41424344454647484950>>