/external/icu/icu4c/source/test/intltest/ |
dadrcal.cpp | 117 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0); 374 testSetting.extract(0, testSetting.length(), toCalLoc, (const char*)0); 397 locale.extract(0, locale.length(), fromCalLoc, (const char*)0); // default codepage. Invariant codepage doesn't have '@'! 467 testSetting.extract(0, testSetting.length(), testType, ""); 469 errln("Unable to extract 'Type'. Skipping..");
|
/external/icu/icu4c/source/test/perf/DateFmtPerf/ |
DateFmtPerf.h | 109 s.extract(0, s.length(), charBuf, sizeof(charBuf)-1, 0); 133 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion 219 actualLen = str.extract(0, len, buf/*, bufLen*/); // Default codepage conversion 666 int32_t bufLen = str.extract(0, 0x7fffffff, stackBuffer, sizeof(stackBuffer), "UTF-8"); 671 bufLen = str.extract(0, 0x7fffffff, buf, bufLen + 1, "UTF-8");
|
/external/pcre/dist/doc/ |
pcrecpp.3 | 43 You must supply extra pointer arguments to extract matched subpieces. 51 Example: does not try to extract any extra sub-patterns 54 Example: does not try to extract into NULL 277 could extract all words from a string by repeatedly calling
|
/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 */
|
/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...] |
/tools/test/connectivity/acts/tests/google/ble/gatt/ |
GattConnectTest.py | 206 3. Find the advertisement and extract the mac address. 238 3. Find the advertisement and extract the mac address. 288 3. Find the advertisement and extract the mac address. 338 3. Find the advertisement and extract the mac address. 388 3. Find the advertisement and extract the mac address. 435 3. Find the advertisement and extract the mac address. 476 3. Find the advertisement and extract the mac address. 521 3. Find the advertisement and extract the mac address. 570 3. Find the advertisement and extract the mac address. 621 3. Find the advertisement and extract the mac address [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$
|
/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/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/blink/testharness/ |
testharnessreport.js | 73 * Extract metadata from test object 264 * Extract the metadata cache from the cache element if present 289 * Main entry point, extract metadata from tests, compare to cached version
|
/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);
|