HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1526 - 1550 of 6076) sorted by null

<<61626364656667686970>>

  /external/selinux/sepolgen/src/sepolgen/
interfaces.py 61 # Helper for extract perms
107 """Extract the paramaters from an access vector.
109 Extract the paramaters (in the form $N) from an access
292 # Extract paramaters from roles
298 # Extract paramaters from type rules
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
cb_search.c 292 /* Extract the best (according to measure) codebook vector
310 /* Adjust index and extract vector */
314 /* Adjust index and extract vector */
325 /* Adjust index and extract vector */
330 /* Adjust index and extract vector */
  /frameworks/base/docs/html/training/material/
palette-colors.html 21 <li><a href="#extract-color-profiles">Extract color profiles</a>
182 <h2 id="extract-color-profiles">Extract color profiles</h2>
201 <p>The palette library attempts to extract the following six color
  /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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
interfaces.py 61 # Helper for extract perms
107 """Extract the paramaters from an access vector.
109 Extract the paramaters (in the form $N) from an access
292 # Extract paramaters from roles
298 # Extract paramaters from type rules
  /toolchain/binutils/binutils-2.25/include/opcode/
ppc.h 198 /* A macro to extract the major opcode from an instruction. */
204 /* A macro to extract the major opcode from a VLE instruction. */
248 extract this operand type from an instruction, check this field.
266 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid);
298 the extract function, ignore the return value, and check the value
265 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid); member in struct:powerpc_operand
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 186 /* Extract the content of a the first occurence of a given field in
391 * and integer; extract end value.
518 // Parse /proc/self/auxv to extract the ELF HW capabilities bitmap for the
705 /* Extract architecture from the "CPU Architecture" field.
768 /* Extract the list of CPU features from ELF hwcaps */
774 D("Parsing /proc/self/auxv to extract ELF hwcaps!\n");
781 D("Parsing /proc/cpuinfo to extract ELF hwcaps!\n");
844 /* Extract the list of CPU features from ELF hwcaps2 */
867 /* Extract the cpuid value from various fields */
956 /* Extract the list of CPU features from ELF hwcaps *
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
ar.c 1 /* ar.c - Archive modify and extract.
117 print_files, extract, move, quick_append
123 /* For extract/delete only. If COUNTED_NAME_MODE is TRUE, we only
124 extract the COUNTED_NAME_COUNTER instance of that name. */
297 fprintf (s, _(" x[o] - extract file(s) from the archive\n"));
524 operation = extract;
785 if (operation != extract && operation != del)
802 if (operation == extract && bfd_is_thin_archive (arch))
815 case extract:
1020 /* Extract a member of the archive into its own file
115 print_files, extract, move, quick_append enumerator in enum:operations
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml     [all...]
  /external/skia/src/opts/
SkBlitRow_opts_SSE2.cpp 743 // Extract A from src.
750 // Extract R from src.
757 // Extract G from src.
764 // Extract B from src.
771 // Extract R G B from dst.
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestLdexp.java 81 // Extract the inputs.
160 // Extract the inputs.
239 // Extract the inputs.
318 // Extract the inputs.
397 // Extract the inputs.
476 // Extract the inputs.
555 // Extract the inputs.
TestClamp.java 89 // Extract the inputs.
179 // Extract the inputs.
269 // Extract the inputs.
359 // Extract the inputs.
449 // Extract the inputs.
539 // Extract the inputs.
    [all...]
  /external/icu/icu4c/source/i18n/
locdspnm.cpp 890 return temp.extract(result, maxResultSize, *pErrorCode);
    [all...]
zonemeta.cpp 253 tzid.extract(utzid, ZID_KEY_MAX + 1, tmpStatus);
270 tzid.extract(0, 0x7fffffff, id, UPRV_LENGTHOF(id), US_INV);
553 tzid.extract(tzidUChars, ZID_KEY_MAX + 1, status);
597 tzid.extract(key, tzidLen, status);
629 int32_t tzKeyLen = canonicalID.extract(0, canonicalID.length(), tzKey, sizeof(tzKey), US_INV);
721 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
731 keyLen = region.extract(0, region.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
udat.cpp 244 return res.extract(result, resultLength, *status);
282 return res.extract(result, resultLength, *status);
310 return res.extract(result, resultLength, *status);
338 return res.extract(result, resultLength, *status);
561 return res.extract(result, resultLength, *status);
645 return res1.extract(result, resultLength, *status);
731 return res[index].extract(result, resultLength, *status);
    [all...]
  /external/selinux/policycoreutils/semodule/
semodule.c 136 printf(" -E,--extract=MODULE_NAME extract module\n");
147 printf(" -c, --cil extract module as cil. This only affects module extraction.\n");
148 printf(" -H, --hll extract module as hll. This only affects module extraction.\n");
184 {"extract", required_argument, NULL, 'E'},
308 fprintf(stderr, "--cil and --hll require a module to export with the --extract option.\n");
463 ("Attempting to extract module '%s':\n",
  /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...]
  /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/ImageMagick/scripts/
txt2html 66 # * Added --extract, etc.
233 # [-/+e ] | [--extract / --noextract ]
234 $extract = 0; # Extract Mode (suitable for inserting)
273 $s [-e/+e ] | [--extract / --noextract ]
338 if (($ARGV[0] eq "-e" || $ARGV[0] eq "--extract"))
340 $extract = 1;
347 $extract = 0;
960 if(!$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);
  /external/curl/packages/vms/
pcsi_product_gnv_curl.com 98 $ arch_code = f$extract(0, 1, arch_type)
122 $ majorver = f$extract(0, 3, mmversion)
123 $ minorver = f$extract(3, 2, mmversion)
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaConverter.java 50 LocalVariableInfo localInfo = LocalVariableExtractor.extract(result);
72 LocalVariableInfo localInfo = LocalVariableExtractor.extract(ssaMeth);
114 LocalVariableInfo localInfo = LocalVariableExtractor.extract(result);
  /external/e2fsprogs/lib/blkid/
read.c 238 * Extract a tag of the form NAME="value" from the line.
278 * Extract a tag of the form <NAME>value</NAME> from the line.
298 * Extract a tag from the line.
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 66 // this is because we need to extract packets
198 typename internal::add_const_on_value_type<ActualLhsType>::type lhs = LhsBlasTraits::extract(m_lhs);
199 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(m_rhs);
  /external/icu/icu4c/source/test/intltest/
dadrfmt.cpp 160 locale.extract(0, locale.length(), calLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'!
346 testSetting.extract(0, testSetting.length(), testType, "");
348 errln("Unable to extract 'Type'. Skipping..");

Completed in 1701 milliseconds

<<61626364656667686970>>