HomeSort by relevance Sort by last modified time
    Searched refs:extract (Results 301 - 325 of 392) sorted by null

<<111213141516

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
results.js 235 * @param {Element} result Result to extract from.
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp 533 // in buf, starting at offset bufSegStart. Extract them
    [all...]
ucurr.cpp 230 s.extract(0,s.length(),tmp, "UTF-8");
370 // Extract the country name and variant name. We only
    [all...]
nfrule.cpp 745 us.extract(0, len, buf);
    [all...]
numfmt.cpp 60 s.extract((int32_t) 0, s.length(), buf);
    [all...]
transreg.cpp 141 aliasesOrRules.extract(0, blockSeparatorPos, idBlock);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 538 int32_t length = transliteratorID.extract(str, 100, NULL, status);
543 int32_t length = transliteratorID.extract(str, 100, NULL, status);
    [all...]
transapi.cpp 35 str.extract(0, len, buffer, "");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vertex_generic.c 1049 a[j].extract( &a[j], fin, vin + a[j].vertoffset );
1050 a[j].extract( &a[j], fout, vout + a[j].vertoffset );
1059 /* Extract color attributes from one vertex and insert them into
1060 * another. (Shortcircuit extract/insert with memcpy).
  /external/harfbuzz_ng/
git.mk 222 intltool-extract.in \
  /external/icu/icu4c/source/i18n/
rbt_pars.cpp 533 // in buf, starting at offset bufSegStart. Extract them
    [all...]
smpdtfmt.cpp     [all...]
ucurr.cpp 230 s.extract(0,s.length(),tmp, "UTF-8");
370 // Extract the country name and variant name. We only
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 538 int32_t length = transliteratorID.extract(str, 100, NULL, status);
543 int32_t length = transliteratorID.extract(str, 100, NULL, status);
    [all...]
  /external/lldb/www/python_reference/
epydoc.js 277 // extract the <pagename> portion & compare it to dottedName.
  /external/mesa3d/src/mesa/tnl/
t_vertex_generic.c 1049 a[j].extract( &a[j], fin, vin + a[j].vertoffset );
1050 a[j].extract( &a[j], fout, vout + a[j].vertoffset );
1059 /* Extract color attributes from one vertex and insert them into
1060 * another. (Shortcircuit extract/insert with memcpy).
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js 265 * @param {string} name Name of parameter to extract.
  /external/chromium_org/third_party/icu/source/common/
uniset.cpp 105 str.extract(0, 39, buf, "");
113 str.extract(0, 39, buf, "");
    [all...]
  /external/chromium_org/third_party/jstemplate/
util.js 265 * @param {string} name Name of parameter to extract.
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 838 /// \brief Helper meta-function to extract the argument out of a function of
1499 const NestedNameSpecifier *extract(const NestedNameSpecifierLoc &Loc) const { function in class:clang::ast_matchers::internal::VariadicOperatorMatcherFunc::LocMatcher
    [all...]
  /external/icu/icu4c/source/common/
uniset.cpp 105 str.extract(0, 39, buf, "");
113 str.extract(0, 39, buf, "");
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 88 # extract nodes matching a pattern
94 # iterate through the tree and extract nodes with pattern labels
278 to validate tree structures as well as to extract nodes that match the pattern.
  /external/chromium_org/build/android/
adb_gdb 265 The script tries to extract the target architecture from your GYP_DEFINES,
326 --no-pull-libs Do not extract any system library.
642 # Extract the status code from the end of the line, which must
796 # Extract the system libraries from the device if necessary.
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashMap.h 40 static const typename T::KeyType& extract(const T& p) { return p.key; } function in struct:WTF::KeyValuePairKeyExtractor
LinkedHashSet.h 294 static const Value& extract(const LinkedHashSetNode<Value, Allocator>& node) { return node.m_value; } function in struct:WTF::LinkedHashSetExtractor

Completed in 689 milliseconds

<<111213141516