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

<<41424344454647484950>>

  /ndk/build/awk/
xml.awk 59 sub("[ \r\n\t/].*$", "", XML_TAG); # extract tag name
75 sub(/=.*$/,"",_xml_attrib); # extract attribute name
127 # The functions provided here are used to extract the tags and attributes of a
282 # _xml_value = substr($0,3); # extract value
286 # _xml_value = substr($0,3); # extract value
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestStep.java 73 // Extract the inputs.
142 // Extract the inputs.
211 // Extract the inputs.
280 // Extract the inputs.
349 // Extract the inputs.
418 // Extract the inputs.
487 // Extract the inputs.
556 // Extract the inputs.
    [all...]
TestFmax.java 73 // Extract the inputs.
142 // Extract the inputs.
211 // Extract the inputs.
280 // Extract the inputs.
349 // Extract the inputs.
418 // Extract the inputs.
487 // Extract the inputs.
TestFmin.java 73 // Extract the inputs.
142 // Extract the inputs.
211 // Extract the inputs.
280 // Extract the inputs.
349 // Extract the inputs.
418 // Extract the inputs.
487 // Extract the inputs.
TestLdexp.java 73 // Extract the inputs.
141 // Extract the inputs.
209 // Extract the inputs.
277 // Extract the inputs.
345 // Extract the inputs.
413 // Extract the inputs.
481 // Extract the inputs.
TestMix.java 79 // Extract the inputs.
158 // Extract the inputs.
237 // Extract the inputs.
316 // Extract the inputs.
395 // Extract the inputs.
474 // Extract the inputs.
553 // Extract the inputs.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml     [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBlitRow_opts_SSE2.cpp     [all...]
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp     [all...]
  /external/chromium_org/base/synchronization/
condition_variable_win.cc 162 Event* Extract();
332 used_event->Extract(); // Possibly redundant
345 // unusual requirement for a linked-list-class is support for the Extract()
347 // into a second list. Most critically, the Extract() method is idempotent,
414 return next_->Extract();
420 return prev_->Extract();
431 WinXPCondVar::Event* WinXPCondVar::Event::Extract() {
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 229 return res.extract(result, resultLength, *status);
262 return res.extract(result, resultLength, *status);
304 return resultStr.extract(result, resultLength, *status);
345 return res.extract(result, resultLength, *status);
752 return res.extract(result, resultLength, *status);
839 return pat.extract(result, resultLength, *status);
866 extract(buffer, size, *status);
  /external/icu/icu4c/source/i18n/
locdspnm.cpp 829 return temp.extract(result, maxResultSize, *pErrorCode);
847 return temp.extract(result, maxResultSize, *pErrorCode);
865 return temp.extract(result, maxResultSize, *pErrorCode);
892 return temp.extract(result, maxResultSize, *pErrorCode);
    [all...]
zonemeta.cpp 255 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
272 tzid.extract(0, 0x7fffffff, id, LENGTHOF(id), US_INV);
555 tzid.extract(tzidUChars, ZID_KEY_MAX + 1, status);
599 tzid.extract(key, tzidLen, status);
631 int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV);
723 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
733 keyLen = region.extract(0, region.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 38 /// Estimate the overhead of scalarizing an instruction. Insert and Extract
40 unsigned getScalarizationOverhead(Type *Ty, bool Insert, bool Extract) const;
263 bool Extract) const {
270 if (Extract)
308 // TODO: Once we have extract/insert subvector cost we need to use them.
339 // e.g. <4 x float> has a mask of <0,5,2,7> i.e we need to extract from index
587 // TODO: Once we have extract/insert subvector cost we need to use them.
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapSmsPdu.java 320 // This part is only needed to extract the language info, hence only needed for 7 bit encoding
393 * - Extract encoding details from the submit PDU
394 * - Extract user data length and user data from the submitPdu
632 * - extract hasUsrData bit
633 * - extract TP-DCS -> Character set, compressed etc.
634 * - extract user data header to get the language properties
635 * - extract user data
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
istream 151 * If the sentry status is good, the function tries to extract
263 * If the sentry status is good, the function tries to extract
279 * Tries to extract a character. If none are available, sets failbit
290 * Tries to extract a character and store it in @a c. If none are
374 * @param n Maximum number of characters to extract.
402 * @param n Maximum number of characters to extract.
445 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
istream 148 * If the sentry status is good, the function tries to extract
260 * If the sentry status is good, the function tries to extract
276 * Tries to extract a character. If none are available, sets failbit
287 * Tries to extract a character and store it in @a c. If none are
371 * @param n Maximum number of characters to extract.
399 * @param n Maximum number of characters to extract.
442 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
istream 148 * If the sentry status is good, the function tries to extract
260 * If the sentry status is good, the function tries to extract
276 * Tries to extract a character. If none are available, sets failbit
287 * Tries to extract a character and store it in @a c. If none are
371 * @param n Maximum number of characters to extract.
399 * @param n Maximum number of characters to extract.
442 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
istream 148 * If the sentry status is good, the function tries to extract
260 * If the sentry status is good, the function tries to extract
276 * Tries to extract a character. If none are available, sets failbit
287 * Tries to extract a character and store it in @a c. If none are
371 * @param n Maximum number of characters to extract.
399 * @param n Maximum number of characters to extract.
442 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
istream 148 * If the sentry status is good, the function tries to extract
260 * If the sentry status is good, the function tries to extract
276 * Tries to extract a character. If none are available, sets failbit
287 * Tries to extract a character and store it in @a c. If none are
371 * @param n Maximum number of characters to extract.
399 * @param n Maximum number of characters to extract.
442 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
istream 151 * If the sentry status is good, the function tries to extract
263 * If the sentry status is good, the function tries to extract
279 * Tries to extract a character. If none are available, sets failbit
290 * Tries to extract a character and store it in @a c. If none are
374 * @param n Maximum number of characters to extract.
402 * @param n Maximum number of characters to extract.
445 * returns @c traits::eof(). Otherwise reads but does not extract
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
istream 151 * If the sentry status is good, the function tries to extract
263 * If the sentry status is good, the function tries to extract
279 * Tries to extract a character. If none are available, sets failbit
290 * Tries to extract a character and store it in @a c. If none are
374 * @param n Maximum number of characters to extract.
402 * @param n Maximum number of characters to extract.
445 * returns @c traits::eof(). Otherwise reads but does not extract
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 169 status.addFatalError("No selection to extract");
175 status.addFatalError("Nothing to extract");
211 return "Extract Style";
242 // ---- Actual implementation of Extract Style modification computation ----
264 // Don't offer to extract attributes that don't make sense in
309 * @return true if the name is one that the user can extract
516 super("com.android.ide.eclipse.adt.refactoring.extract.style", //$NON-NLS-1$
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 86 " x[No] - extract file(s) from the archive\n"
110 Extract, ///< Extract files back to file system
145 // getRelPos - Extract the member filename from the command line for
203 case 'x': ++NumOperations; Operation = Extract; break;
263 if (OriginalDates && Operation != Extract)
356 case Extract:
390 case Extract:
872 case Extract:
  /dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java 49 LocalVariableInfo localInfo = LocalVariableExtractor.extract(result);
71 LocalVariableInfo localInfo = LocalVariableExtractor.extract(ssaMeth);
113 LocalVariableInfo localInfo = LocalVariableExtractor.extract(result);

Completed in 2312 milliseconds

<<41424344454647484950>>