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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/browseable/SlidingTabsColors/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/StorageClient/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/StorageProvider/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/SwipeRefreshLayoutBasic/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/SwipeRefreshListFragment/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/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/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);
  /build/core/
install_jni_libs_internal.mk 12 # my_extracted_jni_libs, if we extract jni libs from prebuilt apk.
86 $(error No prebuilt apk to extract prebuilt jni libraries $(my_extracted_jni_libs))
92 @echo "Extract JNI libs ($@ <- $<)"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zipfileset_unittest.py 50 def extract(self, filename, path): member in class:FakeZip
82 self._zip.extract('some-file', '/some-dir')
87 self._zip.extract('a/b/some-other-file', '/some-dir')
  /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/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 216 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
230 prettify(result).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
589 prettify(uN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
607 prettify(uT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
620 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
626 prettify(aT).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
633 prettify(aN).extract(0, 0x7fffffff, buffer, LENGTHOF(buffer));
637 prettify(aT).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.

Completed in 723 milliseconds

1 2 3 4 5 6 7 8 91011>>