HomeSort by relevance Sort by last modified time
    Searched refs:mapping (Results 151 - 175 of 346) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
http_server.py 95 # One mapping where we can get to everything
180 for mapping in mappings:
182 if 'sslcert' in mapping:
184 ' ssl.pemfile = "%s"\n' % mapping['sslcert'])
189 '}\n\n') % (mapping['port'], mapping['docroot']))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
  /external/icu4c/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/icu4c/tools/gensprep/
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/valgrind/main/none/tests/amd64/
faultstatus.c 28 static char volatile *volatile mapping; variable
111 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
  /external/valgrind/main/none/tests/x86/
faultstatus.c 31 static char volatile *volatile mapping; variable
129 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
  /external/icu4c/common/
normalizer2impl.cpp 549 const uint16_t *mapping=getMapping(norm16); local
550 uint16_t firstUnit=*mapping;
555 leadCC=(uint8_t)(*(mapping-1)>>8);
559 return buffer.append((const UChar *)mapping+1, length, leadCC, trailCC, errorCode);
583 const uint16_t *mapping=getMapping(norm16); local
584 length=*mapping&MAPPING_LENGTH_MASK;
585 return (const UChar *)mapping+1;
591 // so that a raw mapping fits that consists of one unit ("rm0")
592 // plus all but the first two code units of the normal mapping.
593 // The maximum length of a normal mapping is 31=MAPPING_LENGTH_MASK
614 const uint16_t *mapping=getMapping(norm16); local
683 const uint16_t *mapping=getMapping(norm16); local
1448 const uint16_t *mapping=getMapping(norm16); local
1482 const uint16_t *mapping=getMapping(norm16); local
1543 const uint16_t *mapping=getMapping(norm16); local
1881 const uint16_t *mapping=getMapping(norm16_2); local
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 53 import org.codehaus.plexus.compiler.util.scan.mapping.SourceMapping;
54 import org.codehaus.plexus.compiler.util.scan.mapping.SuffixMapping;
413 SourceMapping mapping = new SuffixMapping("g", Collections.EMPTY_SET); local
427 scan.addSourceMapping(mapping);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CPPTarget.java 99 * will be able to use this 1-to-1 mapping. Expect single quotes
116 * will be able to use this 1-to-1 mapping. Expect double quotes
  /external/icu4c/test/intltest/
nptrans.h 37 Transliterator *mapping; member in class:NamePrepTransform
65 * Map every character in input stream with mapping character
66 * in the mapping table and populate the output stream.
67 * For any individual character the mapping table may specify
  /external/kernel-headers/original/asm-arm/
cacheflush.h 192 * These are private to the dma-mapping API. Do not use directly.
218 * These are private to the dma-mapping API. Do not use directly.
332 * the dcache entries associated with the kernel mapping.
340 #define flush_dcache_mmap_lock(mapping) \
341 write_lock_irq(&(mapping)->tree_lock)
342 #define flush_dcache_mmap_unlock(mapping) \
343 write_unlock_irq(&(mapping)->tree_lock)
  /external/kernel-headers/original/asm-x86/
swiotlb.h 4 #include <asm/dma-mapping.h>
  /external/kernel-headers/original/linux/
mm.h 185 * mapping from the currently active vm_flags protection bits (the
233 unsigned long private; /* Mapping-private opaque data:
240 struct address_space *mapping; /* If low bit clear, points to member in struct:page::__anon9780::__anon9781
252 pgoff_t index; /* Our offset within mapping. */
285 * - cache mapping (page->mapping)
287 * - page mapped in a task's page tables, each mapping
365 * A page may belong to an inode's memory mapping. In this case,
366 * page->mapping is the pointer to the inode, and page->index is the
380 * There is also a per-mapping radix tree mapping index to the pag
573 struct address_space *mapping = page->mapping; local
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
LayerTreeHostCAWin.cpp 181 HANDLE mapping = WKCACFImageCopyFileMapping(image, &fileMappingSize); local
182 if (!mapping)
185 RefPtr<SharedMemory> sharedMemory = SharedMemory::adopt(mapping, fileMappingSize, SharedMemory::ReadWrite);
187 ::CloseHandle(mapping);
  /external/icu4c/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 UnicodeString *rawMapping; // non-NULL if the mapping is further decomposed
125 UChar32 mappingCP; // >=0 if mapping to 1 code point
138 // Composition for a starter that does not have a decomposition mapping.
140 // Round-trip mapping & composition for a starter.
142 // Round-trip mapping for a starter that itself does not combine-forward
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 96 * A mapping can be defined to map int values to specific strings. For
98 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see
102 * @ViewDebug.ExportedProperty(mapping = {
114 IntToString[] mapping() default { };
117 * A mapping can be defined to map array indices to specific strings.
118 * A mapping can be used to see human readable values for the indices
133 * @see #mapping()
138 * A flags mapping can be defined to map flags encoded in an integer to
139 * specific strings. A mapping can be used to see human readable values
186 * Defines a mapping from an int value to a String. Such a mapping can be use
1045 final IntToString[] mapping = property.mapping(); local
1118 final IntToString[] mapping = property.mapping(); local
1197 final IntToString[] mapping = property.mapping(); local
    [all...]
  /cts/tools/signature-tools/src/signature/compare/model/subst/
ClassProjection.java 44 Map<ITypeVariableDefinition, ITypeReference> mapping) {
46 this.substitutions = mapping;
  /external/icu4c/data/mappings/
ucmcore.mk 6 # without any mapping tables:
  /external/libselinux/
Android.mk 21 src/mapping.c \
  /external/libvorbis/lib/
synthesis.c 86 type=ci->map_type[ci->mode_param[mode]->mapping];
89 mapping]));
codec_internal.h 51 int mapping; member in struct:__anon10855
104 blocksize flag and a mapping (along with the mapping setup */
  /external/clang/include/clang/Lex/
PPCallbacks.h 182 diag::Mapping mapping, StringRef Str) {
351 diag::Mapping mapping, StringRef Str) {
352 First->PragmaDiagnostic(Loc, Namespace, mapping, Str);
353 Second->PragmaDiagnostic(Loc, Namespace, mapping, Str);
  /external/webkit/Source/WebCore/inspector/front-end/
SourceFile.js 255 function didFormatContent(formattedText, mapping)
257 this._mapping = new WebInspector.FormattedSourceMapping(this._scripts, text, formattedText, mapping);
296 WebInspector.FormattedSourceMapping = function(scripts, originalText, formattedText, mapping)
301 this._mapping = mapping;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 250 AffineTransform mapping;
251 mapping.translate(-m_transformedSourceRect.x(), -m_transformedSourceRect.y());
253 // Compute the inverse mapping from the canvas space to the
255 mapping *= m_orgTransform.inverse();
257 compositeToCopy(*m_destContext, *m_drawContext, mapping);
  /hardware/ti/omap3/dspbridge/inc/
host_os.h 24 *! 08-Mar-2004 sb Added cacheflush.h to support Dynamic Memory Mapping feature
73 #include <linux/dma-mapping.h>

Completed in 1411 milliseconds

1 2 3 4 5 67 8 91011>>