HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 251 - 275 of 4764) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/logger/
Log.java 62 * to extract and print useful information.
88 * to extract and print useful information.
111 * to extract and print useful information.
133 * to extract and print useful information.
155 * to extract and print useful information.
176 * to extract and print useful information.
188 * to extract and print useful information.
210 * to extract and print useful information.
231 * to extract and print useful information.
  /development/samples/browseable/SynchronizedNotifications/Application/src/com.example.android.common/logger/
Log.java 62 * to extract and print useful information.
88 * to extract and print useful information.
111 * to extract and print useful information.
133 * to extract and print useful information.
155 * to extract and print useful information.
176 * to extract and print useful information.
188 * to extract and print useful information.
210 * to extract and print useful information.
231 * to extract and print useful information.
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
Log.java 62 * to extract and print useful information.
88 * to extract and print useful information.
111 * to extract and print useful information.
133 * to extract and print useful information.
155 * to extract and print useful information.
176 * to extract and print useful information.
188 * to extract and print useful information.
210 * to extract and print useful information.
231 * to extract and print useful information.
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
Log.java 62 * to extract and print useful information.
88 * to extract and print useful information.
111 * to extract and print useful information.
133 * to extract and print useful information.
155 * to extract and print useful information.
176 * to extract and print useful information.
188 * to extract and print useful information.
210 * to extract and print useful information.
231 * to extract and print useful information.
  /external/chromium_org/chrome/tools/build/win/
resedit.py 6 """A utility script that can extract and edit resources in a Windows binary.
49 """A utility class to make it easy to extract and manipulate resources in a
159 # Extract each resource to a file in the output dir.
241 A utility script to extract and edit the resources in a Windows executable.
244 # Extract from mini_installer.exe, the resource type "B7", langid 1033 and
247 %prog mini_installer.exe --extract B7 1033 CHROME.PACKED.7Z chrome.7z
267 parser.add_option('', '--extract', action='append', default=[], nargs=4,
268 help='Extract the resource with the given type, language id and name '
306 for res_type, res_lang, res_name, dest_file in options.extract:
  /external/chromium_org/third_party/icu/source/i18n/
udatpg.cpp 81 return result.extract(bestPattern, capacity, *pErrorCode);
98 return result.extract(skeleton, capacity, *pErrorCode);
115 return result.extract(skeleton, capacity, *pErrorCode);
135 int32_t length=conflictingPatternString.extract(conflictingPattern, capacity, *pErrorCode);
242 return result.extract(dest, destCapacity, *pErrorCode);
  /external/clang/test/SemaCXX/
constexpr-printing.cpp 4 constexpr int extract(const S &s);
7 constexpr S() : n(extract(*this)), m(0) {} // expected-note {{in call to 'extract(s1)'}}
8 constexpr S(int k) : n(k), m(extract(*this)) {}
12 constexpr int extract(const S &s) { return s.n; } // expected-note {{read of object outside its lifetime is not allowed in a constant expression}} function
  /external/icu/icu4c/source/i18n/
udatpg.cpp 81 return result.extract(bestPattern, capacity, *pErrorCode);
98 return result.extract(skeleton, capacity, *pErrorCode);
115 return result.extract(skeleton, capacity, *pErrorCode);
135 int32_t length=conflictingPatternString.extract(conflictingPattern, capacity, *pErrorCode);
242 return result.extract(dest, destCapacity, *pErrorCode);
  /external/chromium_org/third_party/icu/source/common/
ruleiter.cpp 116 buf->extract(bufPos, maxLookAhead, result);
118 text.extract(pos.getIndex(), maxLookAhead, result);
130 text.extract(0, b, result);
  /external/icu/icu4c/source/common/
ruleiter.cpp 116 buf->extract(bufPos, maxLookAhead, result);
118 text.extract(pos.getIndex(), maxLookAhead, result);
130 text.extract(0, b, result);
  /external/llvm/test/CodeGen/AArch64/
arm64-neon-vector-list-spill.ll 22 %vld.extract = extractvalue { <2 x i32>, <2 x i32> } %vld, 0
23 %res = extractelement <2 x i32> %vld.extract, i32 1
42 %vld.extract = extractvalue { <4 x i16>, <4 x i16>, <4 x i16> } %vld, 0
43 %res = extractelement <4 x i16> %vld.extract, i32 1
62 %vld.extract = extractvalue { <4 x i16>, <4 x i16>, <4 x i16>, <4 x i16> } %vld, 0
63 %res = extractelement <4 x i16> %vld.extract, i32 0
82 %vld.extract = extractvalue { <4 x i32>, <4 x i32> } %vld, 0
83 %res = extractelement <4 x i32> %vld.extract, i32 1
102 %vld3.extract = extractvalue { <4 x float>, <4 x float>, <4 x float> } %vld3, 0
103 %res = extractelement <4 x float> %vld3.extract, i32
    [all...]
  /external/llvm/test/MC/AArch64/
neon-scalar-extract-narrow.s 6 // Scalar Signed Saturating Extract Unsigned Narrow
18 // Scalar Signed Saturating Extract Signed Narrow
31 // Scalar Unsigned Saturating Extract Narrow
  /external/openfst/src/include/fst/extensions/far/
extract.h 0 // extract-main.h
80 // User has specified a set of fsts to extract, where some of the "fsts" could
128 // Nothing specified: extract everything.
  /external/tcpdump/
print-syslog.c 32 #include "extract.h"
90 /* extract decimal figures that are
92 * based on this decimal figure extract the
  /packages/apps/CertInstaller/res/values-en-rGB/
strings.xml 21 <string name="pkcs12_password_dialog_title" msgid="5997624645207427161">"Extract certificate"</string>
23 <string name="pkcs12_file_password_dialog_title" msgid="8102721384767269510">"Extract from %s"</string>
26 <string name="credential_password" msgid="3520176519550993326">"Enter the password to extract the certificates."</string>
  /packages/apps/CertInstaller/res/values-en-rIN/
strings.xml 21 <string name="pkcs12_password_dialog_title" msgid="5997624645207427161">"Extract certificate"</string>
23 <string name="pkcs12_file_password_dialog_title" msgid="8102721384767269510">"Extract from %s"</string>
26 <string name="credential_password" msgid="3520176519550993326">"Enter the password to extract the certificates."</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
GLPropertyAccessor.java 29 * GLPropertyAccessor's can be used to extract a certain property from the provided
87 /** Extract properties by name. */
105 /** Extract properties by index. */
  /external/chromium_org/third_party/icu/source/test/intltest/
uts46test.cpp 217 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
231 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
613 prettify(uN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
631 prettify(uT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
644 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
    [all...]
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 217 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
231 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
615 prettify(uN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
633 prettify(uT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
646 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TestIlogb.java 67 // Extract the inputs.
70 // Extract the outputs.
117 // Extract the inputs.
120 // Extract the outputs.
167 // Extract the inputs.
170 // Extract the outputs.
217 // Extract the inputs.
220 // Extract the outputs.
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
mount_path_util.h 31 // analysing the mount path. Also, extract the file path from the virtual path
54 // |local_path| by analysing the mount point name. Alsoo, extract the file path
  /external/chromium_org/components/dom_distiller/core/
distiller_page.h 25 // Injects JavaScript into a page, and uses it to extract and return long-form
42 // extract the same content.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
fileset.py 48 self._fileset.extract(self._filename, path)
51 self._fileset.extract(self._filename, temp_dir)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path_utils.h 32 #define SEGMENT_COMMAND(command) /* Extract segment type */ \
34 #define SEGMENT_ABS_REL(command) /* Extract absolute/relative bit */ \
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
window32_w32.c 44 /* Extract higher bytes */
48 /* Extract lower bytes, defined as (w32 - hi<<16)>>1 */

Completed in 2169 milliseconds

<<11121314151617181920>>