| /external/icu/icu4c/source/i18n/ |
| tzgnames.cpp | 515 int32_t tzIDKeyLen = tzCanonicalID.extract(tzIDKey, ZID_KEY_MAX + 1, status); 541 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV); 784 int32_t ccLen = usCountryCode.extract(0, usCountryCode.length(), countryCode, sizeof(countryCode), US_INV); [all...] |
| /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
| PhoneNumberMatcher.java | 92 * Patterns used to extract phone numbers from a larger phone-number-like pattern. These are 308 * Attempts to extract a match from a {@code candidate} character sequence. 340 * Attempts to extract a match from {@code candidate} if the whole candidate does not qualify as a [all...] |
| /external/libxml2/doc/tutorial/ |
| xmltutorial.xml | 106 <para>Extract the text within a specified element.</para> 115 <para>Extract the value of an attribute.</para> 536 extract the value of the <acronym>URI</acronym> we added in the previous
|
| /external/llvm/lib/IR/ |
| Value.cpp | 564 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0)); 570 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0)); 631 ConstantInt *CI = mdconst::extract<ConstantInt>(MD->getOperand(0));
|
| /external/llvm/lib/Transforms/Utils/ |
| CodeExtractor.cpp | 70 /// \brief Build a set of blocks to extract if the input blocks are viable. 213 // We only want to code extract the second block now, and it becomes the new 572 // In the extract block case, if the block we are extracting ends
|
| /external/opencv/cv/src/ |
| cvshapedescr.cpp | 895 // extract vector components 898 ///////////////// extract ellipse axes from above values //////////////// 951 // extract axis of ellipse [all...] |
| /external/parameter-framework/upstream/tools/xmlGenerator/ |
| EddParser.py | 281 # extract all children rule and operator 290 # add previously extract rules to the context 623 """Extract options from the definition line"""
|
| /external/protobuf/js/binary/ |
| utils.js | 75 // Extract low 32 bits and high 32 bits as unsigned integers. 95 // Extract low 32 bits and high 32 bits as unsigned integers. 333 // Extract the sign bit and shift right by one.
|
| /external/python/cpython3/Doc/library/ |
| gettext.rst | 456 There are a few tools to extract the strings meant for translation. 462 extract and compile message catalogs. François Pinard's program 623 :program:`pygettext`, ``pybabel extract``, and :program:`xpot` all
|
| /external/scapy/scapy/modules/krack/ |
| automaton.py | 176 # Extract derivated keys 195 # Extract derivated keys 366 # If an ARP request is made, extract client IP and answer
|
| /external/shflags/lib/ |
| shunit2 | 958 # Extract list of functions to run tests against. 961 # script: string: name of script to extract functions from 968 # extract the lines with test function names, strip of anything besides the
|
| /external/v8/src/arm64/ |
| constants-arm64.h | 156 /* Logical immediate, bitfield and extract */ \ 395 // FMask: The mask used to extract the fixed bits in the class. 587 // Extract. [all...] |
| /external/v8/src/compiler/ |
| js-call-reducer.cc | 161 // Get to the actual frame state from which to extract the arguments; 438 // Get to the actual frame state from which to extract the arguments; 583 // Extract feedback from the {node} using the CallICNexus. [all...] |
| /external/webrtc/webrtc/modules/audio_coding/neteq/ |
| expand.cc | 89 // Extract a noise segment. 511 // Extract the two vectors expand_vector0 and expand_vector1 from 630 // Extract a noise segment. [all...] |
| /frameworks/rs/rsov/driver/ |
| rsovScript.cpp | 768 if (!bitcodeMetadata || !bitcodeMetadata->extract()) { 769 ALOGE("Could not extract metadata from bitcode from %s", resName); 777 // Extract compiler metadata on allocation->binding mapping
|
| /libcore/ojluni/src/main/java/java/text/ |
| DateFormatSymbols.java | [all...] |
| /packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
| BluetoothMapbMessageMime.java | 622 // Extract the boundary if it exists 685 // Extract the boundary if it exists 748 * 1) split on first empty line to extract the header [all...] |
| /packages/apps/DocumentsUI/res/values/ |
| strings.xml | 67 <string name="menu_extract">Extract to\u2026</string> 100 <string name="button_extract">Extract</string> 178 <!-- Title of the extract notification [CHAR LIMIT=24] -->
|
| /packages/apps/DocumentsUI/src/com/android/documentsui/ |
| Metrics.java | 186 private static final int FILEOP_EXTRACT_INTRA_PROVIDER = 109; // Extract within a provider 187 private static final int FILEOP_EXTRACT_SYSTEM_PROVIDER = 110; // Extract to a system provider. 188 private static final int FILEOP_EXTRACT_EXTERNAL_PROVIDER = 111; // Extract to a 3rd-party provider. [all...] |
| /toolchain/binutils/binutils-2.27/cpu/ |
| mep-fmax.cpu | 60 (extract (set (ifield f-fmax-frd) 72 (extract (set (ifield f-fmax-frn) 84 (extract (set (ifield f-fmax-frm)
|
| /tools/test/connectivity/acts/framework/acts/ |
| utils.py | 866 extract_location: the directory to extract to. 879 extract_location: The directory to extract to. 881 out_path = zip_file.extract(zip_info.filename, path=extract_location)
|
| /art/libartbase/base/ |
| bit_string.h | 165 // (e.g. to use with BitField{Insert,Extract,Clear}.)
|
| /art/runtime/ |
| class_table.h | 94 // Extract a raw pointer from an address.
|
| /art/runtime/interpreter/mterp/ |
| README.txt | 89 tool will extract ordering info from the VM sources.
|
| /art/runtime/mirror/ |
| string-inl.h | 263 high_byte &= 0xff; // Extract the relevant bits before determining `compressible`.
|