HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 2451 - 2475 of 8518) sorted by null

<<919293949596979899100>>

  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
EncodedStringValue.java 243 * Extract an EncodedStringValue[] from a given String.
245 public static EncodedStringValue[] extract(String src) { method in class:EncodedStringValue
  /packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/
DevicePrefFragmentTest.java 26 import static org.robolectric.shadow.api.Shadow.extract;
65 mUserManager = extract(RuntimeEnvironment.application.getSystemService(UserManager.class));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/sqlite/
SqlChecker.java 130 * SQL Tokenizer specialized to extract tokens from SQL (snippets).
184 // Extract the token
  /system/media/audio_utils/spdif/
AC3FrameScanner.cpp 167 // Detect whether the stream is AC3 or EAC3. Extract data depending on type.
228 // Extract sample rate and frame size from codes.
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DynamicConfigPusher.java 78 @Option(name = "extract-from-resource",
84 description = "When using --extract-from-resource, this option allow to specify the "
  /toolchain/binutils/binutils-2.27/include/opcode/
v850.h 140 extract this operand type from an instruction, check this field.
155 unsigned long (* extract) (unsigned long instruction, int * invalid);
154 unsigned long (* extract) (unsigned long instruction, int * invalid); member in struct:v850_operand
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
AppSetup.java 112 String.format("Failed to extract info from '%s' using aapt",
163 throw new TargetSetupError(String.format("Failed to extract info from '%s' using aapt",
InstallAllTestZipAppsSetup.java 103 "Failed to extract test zip.", e, device.getDeviceDescriptor());
153 * Extract the given zip file to a local dir.
  /tools/tradefederation/core/src/com/android/tradefed/util/
FileUtil.java     [all...]
  /bootable/recovery/
install.cpp 94 LOG(ERROR) << "Failed to extract " << METADATA_PATH << ": " << ErrorCodeString(err);
225 // For A/B updates we extract the payload properties to a buffer and obtain the RAW payload offset
239 LOG(ERROR) << "Failed to extract " << AB_OTA_PAYLOAD_PROPERTIES << ": " << ErrorCodeString(err);
268 // On traditional updates we extract the update binary from the package.
287 LOG(ERROR) << "Failed to extract " << UPDATE_BINARY_NAME << ": " << ErrorCodeString(error);
314 // If the package contains an update binary, extract it and run it.
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 725 Allows a program to extract a part of a string of not more than a given width.
760 Allows a program to extract a form or form package that has previously
910 Allows a program to extract a part of a string of not more than a given width.
913 Allows a program to extract a form or form package that has been previously registered.
916 Allows a program to extract the nonvolatile image that represents the default storage image.
    [all...]
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 79 $ majorver = f$extract(0, 3, mmversion)
80 $ minorver = f$extract(3, 2, mmversion)
85 $ kit_type = f$edit(f$extract(0, 1, majorver), "upcase")
121 $ vernum = f$extract(1, f$length(node_swvers), node_swvers)
128 $ code = f$extract(0, 1, arch_type)
129 $ arch_code = f$extract(0, 1, arch_type)
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 96 out[s.extract(0, 99, out)]=0;
507 // if we need it in the original buffer, then extract() to it
508 // extract() does not do anything if the string aliases that same buffer
515 one.extract(0, i, writeable);
517 printf("writeable-alias backing buffer[%d]=0x%lx after re-extract\n",
593 // printUnicodeString() could use this, too, by changing to an extract() overload
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 20 * extract data pieces according to command-line options.
109 "\t-x list or --extract list extract items from the package\n"
177 "\t-d path or --destdir path directory for the --extract items\n"
203 UOPTION_DEF("extract", 'x', UOPT_REQUIRES_ARG),
465 /* extract items */
  /external/llvm/utils/
extract_symbols.py 26 # Define functions which extract a list of symbols from a library using several
324 description='Extract symbols to export from libraries')
328 help='tools to use to extract symbols and determine the'
331 help='libraries to extract symbols from')
385 # Get the list of libraries to extract symbols from
409 # Extract symbols from libraries in parallel. This is a huge time saver when
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 460 // Extract low int and store.
487 // Extract low int and store.
534 // Extract low int and store.
568 // Extract low int and store.
641 // Extract low int and store.
699 // Extract low int and store.
  /external/skqp/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 460 // Extract low int and store.
487 // Extract low int and store.
534 // Extract low int and store.
568 // Extract low int and store.
641 // Extract low int and store.
699 // Extract low int and store.
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-opc.c 212 /* Extract BITS number of bits starting from OP_POINTER + BITOFFSET in
251 array, and extract its values into OPVAL and OP. The length of the
327 (*o1->extract) (o1, opcode, &f2);
328 (*o2->extract) (o2, opcode, &f3);
339 (*o1->extract) (o1, opcode, &len);
340 (*o2->extract) (o2, opcode, &count);
  /external/squashfs-tools/
RELEASE-README 734 Unsquashfs allows you to decompress and extract a Squashfs filesystem without
735 mounting it. It can extract the entire filesystem, or a specific
740 SYNTAX: ./unsquashfs [options] filesystem [directories or files to extract]
744 -no[-xattrs] don't extract xattrs in file system
745 -x[attrs] extract xattrs in file system (default)
746 -u[ser-xattrs] only extract user xattrs in file system.
758 -e[f] <extract file> list of directories or files to extract.
764 -r[egex] treat extract names as POSIX regular expressions
774 To extract a subset of the filesystem, the filenames or director
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Color.java 107 * <p>This class offers convenience methods to easily extract these components:</p>
109 * <li>{@link #alpha(int)} to extract the alpha component</li>
110 * <li>{@link #red(int)} to extract the red component</li>
111 * <li>{@link #green(int)} to extract the green component</li>
112 * <li>{@link #blue(int)} to extract the blue component</li>
205 * <p>This class offers convenience methods to easily extract the components
208 * <li>{@link #alpha(long)} to extract the alpha component</li>
209 * <li>{@link #red(long)} to extract the red/X/L component</li>
210 * <li>{@link #green(long)} to extract the green/Y/a component</li>
211 * <li>{@link #blue(long)} to extract the blue/Z/b component</li
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 1078 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) function
1154 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test);
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 1078 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) function
1154 extract(tabs, spec, re, s, ans, msg, NiL, NiL, 0, 0, skip, level, test);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
Service.h 77 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
562 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
588 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
614 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
640 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
666 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
697 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
719 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
739 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
825 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
Pcd.c 198 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
794 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
823 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
852 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
881 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
910 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
944 @param [in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
969 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
1000 @param[in] Guid The 128-bit unique value that designates the namespace from which to extract the value.
    [all...]
  /external/llvm/tools/bugpoint/
Miscompilation.cpp 40 cl::desc("Don't extract loops when searching for miscompilations"),
44 cl::desc("Don't extract blocks when searching for miscompilations"),
294 /// if we can extract the loops in the region without obscuring the bug. If so,
349 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-tno.bc",
351 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to.bc",
353 BD.writeProgramToFile(OutputPrefix + "-loop-extract-fail-to-le.bc",
357 << OutputPrefix << "-loop-extract-fail-*.bc files.\n";
418 // extract another loop.
475 /// TestFuncs - Extract all blocks for the miscompiled functions except for the
525 /// Given a reduced list of functions that still expose the bug, extract as man
    [all...]

Completed in 934 milliseconds

<<919293949596979899100>>