HomeSort by relevance Sort by last modified time
    Searched refs:mapping (Results 226 - 250 of 592) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
cacheflush.h 86 #define flush_dcache_mmap_lock(mapping) write_lock_irq(&(mapping)->tree_lock)
87 #define flush_dcache_mmap_unlock(mapping) write_unlock_irq(&(mapping)->tree_lock)
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 32 * An instance of Soundex using the US_ENGLISH_MAPPING mapping.
39 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position
51 * This is a default mapping of the 26 letters used in US English. A value of <code>0</code> for a letter position
108 * Creates a soundex instance using the given mapping. This constructor can be used to provide an internationalized
109 * mapping for a non-Western character set.
114 * @param mapping
115 * Mapping array to use when finding the corresponding code for a given character
117 public Soundex(char[] mapping) {
118 this.setSoundexMapping(mapping);
163 * @return Mapping code for a particular characte
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
test_object_store.py 35 def SetMulti(self, mapping):
37 self._store.update(mapping)
  /external/chromium_org/third_party/icu/source/tools/gensprep/
gensprep.c 276 uint32_t mapping[40]; local
286 fprintf(stderr, "gensprep: error parsing NormalizationCorrections.txt mapping at %s\n", fields[0][0]);
292 /* parse the mapping string */
293 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode);
308 /* store the mapping */
312 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
327 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */
339 uint32_t mapping[40]; local
404 /* parse the mapping string *
    [all...]
  /external/icu4c/tools/gensprep/
gensprep.c 279 uint32_t mapping[40]; local
289 fprintf(stderr, "gensprep: error parsing NormalizationCorrections.txt mapping at %s\n", fields[0][0]);
295 /* parse the mapping string */
296 length=u_parseCodePoints(s, mapping, sizeof(mapping)/4, pErrorCode);
311 /* store the mapping */
315 storeMapping(code,mapping, length, USPREP_MAP, pErrorCode);
330 /* fprintf(stdout,"Number of code points that have NormalizationCorrections mapping with length >1 : %i\n",len); */
342 uint32_t mapping[40]; local
407 /* parse the mapping string *
    [all...]
store.c 38 * The file format prepared and written here contains a 16-bit trie and a mapping table.
71 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table
72 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table
73 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the mapping table
74 * indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START] -- The starting index of 4 UChars mapping index in the mapping table
99 * 1 - ON : The value in the next 14 bits is an index into the mapping tabl
213 UChar* mapping; member in struct:ValueStruct
    [all...]
  /external/kernel-headers/original/asm-mips/
cacheflush.h 48 #define flush_dcache_mmap_lock(mapping) do { } while (0)
49 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CatchStructs.java 147 for (Map.Entry<CatchHandlerList, Integer> mapping :
149 CatchHandlerList list = mapping.getKey();
154 mapping.setValue(out.getCursor());
276 for (Map.Entry<CatchHandlerList, Integer> mapping :
278 CatchHandlerList list = mapping.getKey();
279 int offset = mapping.getValue();
  /dalvik/dx/src/com/android/dx/dex/file/
CatchStructs.java 144 for (Map.Entry<CatchHandlerList, Integer> mapping :
146 CatchHandlerList list = mapping.getKey();
151 mapping.setValue(out.getCursor());
273 for (Map.Entry<CatchHandlerList, Integer> mapping :
275 CatchHandlerList list = mapping.getKey();
276 int offset = mapping.getValue();
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
CatchStructs.java 145 for (Map.Entry<CatchHandlerList, Integer> mapping :
147 CatchHandlerList list = mapping.getKey();
152 mapping.setValue(out.getCursor());
274 for (Map.Entry<CatchHandlerList, Integer> mapping :
276 CatchHandlerList list = mapping.getKey();
277 int offset = mapping.getValue();
  /external/chromium_org/v8/tools/
js2c.py 132 mapping = { }
136 mapping[macro.args[arg_index[0]]] = replacement
150 result = macro.expand(mapping)
160 def expand(self, mapping):
162 for key, value in mapping.items():
170 def expand(self, mapping):
173 args.append(mapping[arg])
  /external/v8/tools/
js2c.py 132 mapping = { }
136 mapping[macro.args[arg_index[0]]] = replacement
150 result = macro.expand(mapping)
160 def expand(self, mapping):
162 for key, value in mapping.items():
170 def expand(self, mapping):
173 args.append(mapping[arg])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
152 mapping = kws
154 mapping = _multimap(kws, args[0])
156 mapping = args[0]
162 val = mapping[named]
178 mapping = kws
180 mapping = _multimap(kws, args[0])
182 mapping = args[0]
190 return '%s' % (mapping[named],)
196 return '%s' % (mapping[braced],
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 88 Used by .{safe_,}substitute() to combine the mapping and keyword
152 mapping = kws
154 mapping = _multimap(kws, args[0])
156 mapping = args[0]
162 val = mapping[named]
178 mapping = kws
180 mapping = _multimap(kws, args[0])
182 mapping = args[0]
190 return '%s' % (mapping[named],)
196 return '%s' % (mapping[braced],
    [all...]
  /system/extras/librank/
librank.c 128 struct mapping_info *mapping; local
138 2 * library->mappings_size * sizeof(struct mapping*));
146 mapping = calloc(1, sizeof(*mapping));
147 if (!mapping) {
148 fprintf(stderr, "Couldn't allocate space for mapping struct: %s\n", strerror(errno));
151 mapping->proc = proc;
152 pm_memusage_zero(&mapping->usage);
154 library->mappings[library->mappings_count++] = mapping;
156 return mapping;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScriptFormatterWorker.js 48 result.mapping = { original: [0], formatted: [0] };
49 result.content = formatScript(params.content, result.mapping, 0, 0, indentString);
142 function formatScript(content, mapping, offset, formattedOffset, indentString)
147 var builder = new FormattedContentBuilder(tokenizer.content(), mapping, offset, formattedOffset, indentString);
191 return { content: this._formattedContent, mapping: this._mapping };
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
http_server.py 76 # One mapping where we can get to everything
152 for mapping in mappings:
154 if 'sslcert' in mapping:
156 ' ssl.pemfile = "%s"\n' % mapping['sslcert'])
161 '}\n\n') % (mapping['port'], mapping['docroot']))
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_log.c 180 mapping[] = local
211 while(strncmp(buf, mapping[i].str, mapping[i].strl) != 0) i++;
212 priority = mapping[i].log_level;
213 pp = buf + mapping[i].strl;
  /external/openssl/crypto/bio/
bss_log.c 180 mapping[] = local
211 while(strncmp(buf, mapping[i].str, mapping[i].strl) != 0) i++;
212 priority = mapping[i].log_level;
213 pp = buf + mapping[i].strl;
  /external/icu4c/i18n/
region.cpp 218 UResourceBundle *mapping = ures_getNextResource(codeMappings,NULL,&status); local
219 if ( ures_getType(mapping) == URES_ARRAY && ures_getSize(mapping) == 3) {
220 UnicodeString codeMappingID = ures_getUnicodeStringByIndex(mapping,0,&status);
221 UnicodeString codeMappingNumber = ures_getUnicodeStringByIndex(mapping,1,&status);
222 UnicodeString codeMapping3Letter = ures_getUnicodeStringByIndex(mapping,2,&status);
237 ures_close(mapping);
281 UResourceBundle *mapping = ures_getNextResource(territoryContainment,NULL,&status); local
282 const char *parent = ures_getKey(mapping);
286 for ( int j = 0 ; j < ures_getSize(mapping); j++ )
    [all...]
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/chromium_org/courgette/
memory_allocator.h 84 // Manages a read/write virtual mapping of a physical file.
94 // Returns true iff a mapping has been created.
108 // Manages a temporary file and a memory mapping of the temporary file.
124 // Returns true if the mapping is valid and memory is available.
142 // Allocating the memory as a mapping of a temporary file solves the problem
200 TempMapping* mapping = TempMapping::GetMappingFromPtr(mem); local
201 delete mapping;
226 TempMapping* mapping = new(std::nothrow) TempMapping(); local
227 if (mapping && mapping->Initialize(bytes))
    [all...]
  /system/media/camera/docs/
metadata_helpers.py 335 mapping = {
344 return mapping.get(type_name, type_name)
377 mapping = {
386 base_type = mapping[metadata_type]
428 mapping = {
438 return mapping[what]
  /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);

Completed in 771 milliseconds

1 2 3 4 5 6 7 8 91011>>