/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
AwBrowserProcess.java | 66 for (String mapping : mappings) { 68 String fragments[] = mapping.split(","); 73 Log.e(TAG, "Can't parse key-system mapping: " + mapping);
|
/external/chromium_org/base/posix/ |
global_descriptors.h | 40 typedef std::vector<KeyFDPair> Mapping; 62 void Reset(const Mapping& mapping); 69 Mapping descriptors_;
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
database_string_table.h | 20 // A class for maintaining a persistent mapping between strings and integers. 24 // The mapping from integers to strings is maintained in a database table, but 25 // the mapping is also cached in memory. 67 // The name of the database table where the mapping is stored.
|
/external/chromium_org/chrome/common/extensions/api/ |
identity_private.idl | 13 // |callback| : Called with a dictionary mapping names to resource strings.
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_country_unittest.cc | 39 // Test locale to country code mapping. 50 // Test mapping of localized country names to country codes. 52 // Basic mapping 58 // Case-insensitive mapping
|
/external/chromium_org/components/variations/ |
entropy_provider.h | 34 // Fills |mapping| to create a bijection of values in the range of 35 // [0, |mapping.size()|), permuted based on |randomization_seed|. 37 std::vector<uint16>* mapping); 65 // permutation of a mapping array from an initial entropy value to a new value.
|
/external/chromium_org/content/browser/gamepad/ |
canonical_axis_index_list.h | 8 // This file defines the canonical axes mapping order for gamepad-like devices.
|
/external/chromium_org/media/video/capture/android/ |
imageformat_list.h | 12 // Android graphics ImageFormat mapping, see reference in:
|
/external/chromium_org/mojo/examples/pepper_container_app/ |
interface_list.h | 16 // InterfaceList maintains the mapping from Pepper interface names to
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
ExtensionBehavior.h | 34 // Mapping between extension name and behavior.
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_cnt.h | 48 /*CompactEIntArray *mapping;*/ 49 UNewTrie *mapping; member in struct:CntTable 60 /*uprv_cnttab_open(CompactEIntArray *mapping, UErrorCode *status);*/ 61 uprv_cnttab_open(UNewTrie *mapping, UErrorCode *status);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
nptrans.cpp | 50 mapping = NULL; 63 // create the mapping transliterator 71 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule, 113 (mapping == NULL) 116 delete mapping; 118 mapping = NULL; 130 delete mapping; 131 mapping = NULL; 157 mapping->transliterate(rsource);
|
/external/chromium_org/third_party/icu/source/test/testdata/ |
testnorm.txt | 65 E002=E001 308 # recursive mapping needs reordering 66 E003>62 307 327 337 # mapping needs reordering 68 E111>1101 # mapping ends in Jamo L 69 E112>1102 62 # mapping starts with Jamo L
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
symbol.py | 52 """Prepares symbol data sources by extracting mapping from a binary. 60 LOGGER.info('Preparing symbol mapping...') 69 LOGGER.info(' Prepared symbol mapping.') 71 LOGGER.warn(' Using a temporary directory for symbol mapping.') 76 LOGGER.warn(' Failed to prepare symbol mapping.') 88 LOGGER.info('Loading symbol mapping...') 117 """Caches mapping from actually used addresses to symbols. 130 """Updates symbol mapping cache on memory and in a symbol cache file. 132 It reads cached symbol mapping from a symbol cache file |cache_f| if it
|
/external/icu/icu4c/source/test/intltest/ |
nptrans.cpp | 50 mapping = NULL; 63 // create the mapping transliterator 71 mapping = Transliterator::createFromRules(UnicodeString("NamePrepTransform", ""), rule, 113 (mapping == NULL) 116 delete mapping; 118 mapping = NULL; 130 delete mapping; 131 mapping = NULL; 157 mapping->transliterate(rsource);
|
/external/icu/icu4c/source/test/testdata/ |
testnorm.txt | 65 E002=E001 308 # recursive mapping needs reordering 66 E003>62 307 327 337 # mapping needs reordering 68 E111>1101 # mapping ends in Jamo L 69 E112>1102 62 # mapping starts with Jamo L
|
/external/libnfc-nxp/src/ |
phFriNfc_MapTools.h | 19 * \brief NFC Internal Ndef Mapping File. 55 should be compatible to the version number of currently implemented mapping document. 71 should be compatible to the version number of currently implemented mapping document. 83 * \name NDEF Mapping - states of the Finite State machine
|
/external/libselinux/src/ |
mapping.h | 34 /*mapping is not used for embedded build*/
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/s390/util/ |
dwarf-regs.c | 2 * Mapping of DWARF debug register numbers into register names.
|
/external/llvm/test/MC/ARM/ |
relocated-mapping.s | 4 @ go via MCStreamer::EmitBytes; make sure they still emit a mapping symbol.
|
/external/ppp/pppd/plugins/radius/etc/ |
port-id-map | 4 # This file describes the ttyname to port id mapping. The port id
|
/external/proguard/src/proguard/obfuscate/ |
MappingProcessor.java | 27 * from a mapping file. 36 * Processes the given class name mapping. 47 * Processes the given field name mapping. 60 * Processes the given method name mapping.
|
/external/qemu/distrib/libselinux/src/ |
mapping.h | 34 /*mapping is not used for embedded build*/
|
/frameworks/base/core/java/android/os/ |
BaseBundle.java | 28 * A mapping from String values to various types. 246 * Returns true if the mapping of this Bundle is empty, false otherwise. 254 * Removes all elements from the mapping of this Bundle. 262 * Returns true if the given key is contained in the mapping 266 * @return true if the key is part of the mapping, false otherwise 285 * Removes any entry with the given key from the mapping of this Bundle. 326 * Inserts a Boolean value into the mapping of this Bundle, replacing 338 * Inserts a byte value into the mapping of this Bundle, replacing 350 * Inserts a char value into the mapping of this Bundle, replacing 362 * Inserts a short value into the mapping of this Bundle, replacin [all...] |
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_mapped_section.h | 75 /* Beginning of the memory mapping, containing the section. 76 * NOTE: due to page alignment requirements of the mapping API, mapping 78 * starts inside that mapping.
|