/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.cpp | 103 // Requires hasMapping() and well-formed mapping. 106 if(!mapping->isEmpty() && mapping->length()==U16_LENGTH(c=mapping->char32At(0))) { 123 UnicodeString *mapping; member in struct:Norm 124 UChar32 mappingCP; // >=0 if mapping to 1 code point 174 delete norms[i].mapping; 230 "not permitted to override mapping for U+%04lX from phase %d\n", 234 delete p->mapping; 235 p->mapping=NULL [all...] |
/external/chromium_org/chromeos/network/onc/ |
onc_mapper.h | 45 // mapping is returned. Only on error sets |error| to true. 52 // mapping is returned. Only on error sets |error| to true. In this 61 // the mapping is returned. Only on error sets |error| to true. 68 // Adds the mapping of each field to |result| using |MapField| and drops 81 // found in |object_signature|. Otherwise returns the mapping of |onc_value|.
|
/system/core/include/utils/ |
FileMap.h | 18 // Encapsulate a shared file mapping. 35 * only part of it. This requires a little bookkeeping because the mapping 52 * Create a new mapping on an open file. 88 * Call this when mapping is no longer needed. 128 HANDLE mFileMapping; // Win32 file mapping handle
|
/external/chromium_org/content/browser/gamepad/ |
gamepad_platform_data_fetcher_linux.cc | 102 // Copy to the current state to the output buffer, using the mapping 195 std::string mapping = "standard"; local 196 base::TruncateUTF8ToByteSize(mapping, WebGamepad::mappingLengthCap - 1, 197 &mapping); 198 tmp16 = base::UTF8ToUTF16(mapping); 199 memset(pad.mapping, 0, sizeof(pad.mapping)); 200 tmp16.copy(pad.mapping, arraysize(pad.mapping) - 1); 202 pad.mapping[0] = 0 [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
ScriptFormatterEditorAction.js | 39 var mapping = formatData.mapping; 42 var formattedLocation = mapping.originalToFormatted(lineNumber, columnNumber); 57 var originalLocation = formatData.mapping.formattedToOriginal(lineNumber, columnNumber) 125 callback(formattedUISourceCode, formatData.mapping); 190 return formatData.mapping; 198 * @param {!WebInspector.FormatterSourceMapping} mapping 201 WebInspector.FormatterScriptMapping.FormatData = function(projectId, path, mapping, scripts) 205 this.mapping = mapping; [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
ucm.h | 37 * Per-mapping data structure 47 * f flag for roundtrip (0), fallback (1), sub mapping (2), reverse fallback (3) 48 * or "good one-way" mapping (4). 78 /* index map for mapping by bytes first */ 136 /* add a mapping to the base or extension table as appropriate */ 202 * For separate files, the extension file can use a complete mapping table (.ucm file), 206 * Sort both tables, and then for each mapping direction: 208 * If intersectBase is TRUE and the base table contains a mapping 209 * that does not exist in the extension table, then this mapping is moved 214 * If the base table contains a mapping for which the input sequence i [all...] |
/libcore/json/src/main/java/org/json/ |
JSONObject.java | 200 * mapping with the same name. 211 * mapping with the same name. 224 * mapping with the same name. 235 * mapping with the same name. 246 * mapping with the same name. If the value is {@code null}, any existing 247 * mapping for {@code name} is removed. 281 * this object has no mapping for {@code name}, this inserts a new mapping. 282 * If the mapping exists but its value is not an array, the existing 285 * mapping one at a time [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
math_simple_store.js | 33 * Turns a domain mapping from its JSON representation containing simple strings 37 * @param {Object.<string, Object.<string, string>>} mapping Simple string 38 * mapping. 41 name, str, mapping) { 42 for (var domain in mapping) { 43 for (var style in mapping[domain]) { 44 var content = mapping[domain][style];
|
/external/chromium_org/ppapi/generators/ |
idl_ast.py | 16 # A specialized visitor which traverses the AST, building a mapping of 18 # The mapping is applied to the File nodes within the AST. 49 # as it goes. The namespace tree is mapping from a name to a version list. 59 # If we are a File, grab the Min version and replease mapping 135 # A specialized visitor which will traverse the AST, and generate a mapping 159 # Set the appropriate Release=Version mapping for each File 174 # Generate a per node list of releases and release mapping
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
resource.cpp | 171 mapping::mapping(command_queue &q, resource &r, function in class:mapping 192 mapping::mapping(mapping &&m) : function in class:mapping 198 mapping::~mapping() {
|
/external/chromium_org/v8/src/ |
splay-tree.h | 56 // Checks if there is a mapping for the key. 61 // is enabled and provides access to the mapping for the key. 66 // provides access to the mapping for the key. 69 // Finds the mapping with the greatest key less than or equal to the 73 // Find the mapping with the greatest key in this tree. 76 // Finds the mapping with the least key greater than or equal to the 80 // Find the mapping with the least key in this tree.
|
/external/llvm/include/llvm/CodeGen/ |
VirtRegMap.h | 47 /// mapping. Each virtual register is required to have an entry in 54 /// mapping. Each spilled virtual register has an entry in it 60 /// mapping. 103 /// @brief creates a mapping for the specified virtual register to 115 /// register mapping 173 /// @brief create a mapping for the specifed virtual register to 176 /// @brief create a mapping for the specified virtual register to
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
resource.cpp | 171 mapping::mapping(command_queue &q, resource &r, function in class:mapping 192 mapping::mapping(mapping &&m) : function in class:mapping 198 mapping::~mapping() {
|
/libcore/luni/src/main/java/java/sql/ |
SQLData.java | 21 * An interface for the custom mapping of an SQL <i>User Defined Type</i> (UDT) 30 * mapping. The application can use this object just like any other Java object 32 * {@link PreparedStatement#setObject} method which performs the reverse mapping 35 * Normally the implementation of a custom mapping is generated by 55 * @return a string with UDT type name for this object mapping, passed to 83 * read for the custom mapping. 108 * the custom mapping.
|
/frameworks/base/core/java/android/util/ |
LongSparseLongArray.java | 29 * for each mapping. 92 * if no such mapping has been made. 100 * if no such mapping has been made. 113 * Removes the mapping from the specified key, if there was any. 124 * Removes the mapping at the given index. 133 * Adds a mapping from the specified key to the specified value, 134 * replacing the previous mapping from the specified key if there 161 * the key from the <code>index</code>th key-value mapping that this 175 * the value from the <code>index</code>th key-value mapping that this
|
SparseIntArray.java | 29 * for each mapping. 90 * if no such mapping has been made. 98 * if no such mapping has been made. 111 * Removes the mapping from the specified key, if there was any. 122 * Removes the mapping at the given index. 131 * Adds a mapping from the specified key to the specified value, 132 * replacing the previous mapping from the specified key if there 159 * the key from the <code>index</code>th key-value mapping that this 173 * the value from the <code>index</code>th key-value mapping that this
|
SparseLongArray.java | 29 * for each mapping. 90 * if no such mapping has been made. 98 * if no such mapping has been made. 111 * Removes the mapping from the specified key, if there was any. 122 * Removes the mapping at the given index. 131 * Adds a mapping from the specified key to the specified value, 132 * replacing the previous mapping from the specified key if there 159 * the key from the <code>index</code>th key-value mapping that this 173 * the value from the <code>index</code>th key-value mapping that this
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/ |
SparseWeakArray.java | 70 * if no such mapping has been made. 78 * if no such mapping has been made. 91 * Removes the mapping from the specified key, if there was any. 112 * Removes the mapping at the specified index. 147 * Adds a mapping from the specified key to the specified value, 148 * replacing the previous mapping from the specified key if there 192 * the key from the <code>index</code>th key-value mapping that this 205 * the value from the <code>index</code>th key-value mapping that this 218 * value for the <code>index</code>th key-value mapping that this
|
/external/chromium_org/chrome/browser/ui/app_list/search/ |
history_data.h | 26 // Primary is a 1-to-1 mapping between the query and result id. Secondary 27 // is a 1-to-many mapping and only kept the last 5 to limit the data size. 31 // is promoted to primary and the current primary mapping is demoted into
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
SourceMap.js | 196 var mapping = this._mappings[middle]; 197 if (lineNumber < mapping[0] || (lineNumber === mapping[0] && columnNumber < mapping[1])) 219 var mapping = mappings[lineNumber]; 220 if (mapping) 221 return mapping; 289 var mapping = this._mappings[i]; 290 var url = mapping[2]; 296 var sourceLine = mapping[3] [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/settings/ |
EditFileSystemDialog.js | 53 WebInspector.isolatedFileSystemManager.mapping().addEventListener(WebInspector.FileSystemMapping.Events.FileMappingAdded, this._fileMappingAdded, this); 54 WebInspector.isolatedFileSystemManager.mapping().addEventListener(WebInspector.FileSystemMapping.Events.FileMappingRemoved, this._fileMappingRemoved, this); 55 WebInspector.isolatedFileSystemManager.mapping().addEventListener(WebInspector.FileSystemMapping.Events.ExcludedFolderAdded, this._excludedFolderAdded, this); 56 WebInspector.isolatedFileSystemManager.mapping().addEventListener(WebInspector.FileSystemMapping.Events.ExcludedFolderRemoved, this._excludedFolderRemoved, this); 62 var entries = WebInspector.isolatedFileSystemManager.mapping().mappingEntries(this._fileSystemPath); 78 var excludedFolderEntries = WebInspector.isolatedFileSystemManager.mapping().excludedFolders(fileSystemPath); 200 WebInspector.isolatedFileSystemManager.mapping().removeFileMapping(fileSystemPath, urlPrefix, pathPrefix); 231 WebInspector.isolatedFileSystemManager.mapping().removeFileMapping(entry.fileSystemPath, entry.urlPrefix, entry.pathPrefix); 243 WebInspector.isolatedFileSystemManager.mapping().addFileMapping(this._fileSystemPath, normalizedURLPrefix, normalizedPathPrefix); 329 WebInspector.isolatedFileSystemManager.mapping().removeExcludedFolder(fileSystemPath, itemId) [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebGamepad.h | 70 mapping[0] = 0; 95 // Mapping type (for example "standard") 96 WebUChar mapping[mappingLengthCap]; member in class:blink::WebGamepad
|
/external/chromium_org/third_party/icu/source/common/ |
umapfile.h | 14 * Not all platforms can do real memory mapping. Those that can't 32 /* MAP_NONE: no memory mapping, no file access at all */ 45 /* No memory mapping for 390 batch mode. Fake it using dll loading. */
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/src/util/ |
trie.h | 31 // Maps keys to multiple objects. This property is useful when mapping region 42 // Adds a mapping from |key| to |data_item|. Can be called with the same |key| 53 // mapping the same key to multiple objects.
|
/external/chromium_org/v8/tools/ |
SourceMap.js | 196 var mapping = this._mappings[middle]; 197 if (lineNumber < mapping[0] || (lineNumber === mapping[0] && columnNumber < mapping[1])) 219 var mapping = mappings[lineNumber]; 220 if (mapping) 221 return mapping; 289 var mapping = this._mappings[i]; 290 var url = mapping[2]; 296 var sourceLine = mapping[3] [all...] |