HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 501 - 525 of 5659) sorted by null

<<21222324252627282930>>

  /external/llvm/docs/
YamlIO.rst 15 or string. The pound/hash symbol (#) begins a comment line. A mapping is
20 # a mapping
35 of mappings in which one of the mapping values is itself a sequence:
80 possible YAML representations that a direct mapping of your data structures
111 both reading and writing YAML. That is, the mapping between in-memory enum
127 static void mapping(IO &io, Person &info) {
224 YAML scalars are just strings (i.e. not a sequence or mapping). The YAML I/O
329 static void mapping(IO &io, Info &info) {
385 static void mapping(IO &io, Info& info) {
475 To be translated to or from a YAML mapping for your type T you must specialize
    [all...]
  /frameworks/support/v4/java/android/support/v4/util/
SparseArrayCompat.java 73 * if no such mapping has been made.
81 * if no such mapping has been made.
95 * Removes the mapping from the specified key, if there was any.
116 * Removes the mapping at the specified index.
167 * Adds a mapping from the specified key to the specified value,
168 * replacing the previous mapping from the specified key if there
232 * the key from the <code>index</code>th key-value mapping that this
245 * the value from the <code>index</code>th key-value mapping that this
259 * value for the <code>index</code>th key-value mapping that this
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
PositionMap.java 75 * if no such mapping has been made.
83 * if no such mapping has been made.
97 * Removes the mapping from the specified key, if there was any.
118 * Removes the mapping at the specified index.
177 * Adds a mapping from the specified key to the specified value,
178 * replacing the previous mapping from the specified key if there
242 * the key from the <code>index</code>th key-value mapping that this
255 * the value from the <code>index</code>th key-value mapping that this
269 * value for the <code>index</code>th key-value mapping that this
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.h 101 // mousedown and mouseup. If the event mapping fails, the event type will
108 // mousemoved. If the event mapping fails, the event type will be set to
114 // If the event mapping fails, the event type will be set to Undefined.
123 // keyup, and keypress. If the event mapping fails, the event type will be set
140 // NOTE: If event mapping fails, the type will be set to Undefined.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
lighttpd.py 112 for mapping in self.mappings:
114 if 'sslcert' in mapping:
116 ' ssl.pemfile = "%s"\n' % mapping['sslcert'])
121 '}\n\n') % (mapping['port'], mapping['docroot']))
  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 145 mapping = {}
154 list(map(operator.setitem, [mapping]*lenMapping, input, outNames))
159 list(map(operator.setitem, [mapping]*lenMapping, input, subst))
162 self.mapping = mapping
166 mapping = getattr(self, "mapping", None)
167 if mapping is None:
168 mapping = self.mapping = {
    [all...]
  /external/icu/icu4c/source/common/
ustr_imp.h 85 * ustring.h/ustrcase.c and UnicodeString case mapping functions.
115 * String case mapping function type, used by ustrcase_map().
162 * for string case mapping as a common function.
172 * UTF-8 string case mapping function type, used by ucasemap_mapUTF8().
193 * for UTF-8 string case mapping as a common function.
normalizer2impl.cpp 650 const uint16_t *mapping=getMapping(norm16); local
651 uint16_t firstUnit=*mapping;
656 leadCC=(uint8_t)(*(mapping-1)>>8);
660 return buffer.append((const UChar *)mapping+1, length, leadCC, trailCC, errorCode);
684 const uint16_t *mapping=getMapping(norm16); local
685 length=*mapping&MAPPING_LENGTH_MASK;
686 return (const UChar *)mapping+1;
692 // so that a raw mapping fits that consists of one unit ("rm0")
693 // plus all but the first two code units of the normal mapping.
694 // The maximum length of a normal mapping is 31=MAPPING_LENGTH_MASK
715 const uint16_t *mapping=getMapping(norm16); local
784 const uint16_t *mapping=getMapping(norm16); local
1549 const uint16_t *mapping=getMapping(norm16); local
1583 const uint16_t *mapping=getMapping(norm16); local
1644 const uint16_t *mapping=getMapping(norm16); local
1966 const uint16_t *mapping=getMapping(norm16_2); local
    [all...]
  /external/oprofile/module/x86/
op_fixmap.c 99 * a meaningless zero-page mapping for the local APIC: we must
118 printk(KERN_INFO "oprofile: mapping APIC.\n");
123 printk(KERN_INFO "oprofile: mapping APIC.\n");
135 printk(KERN_INFO "oprofile: freeing APIC mapping.\n");
140 printk(KERN_INFO "oprofile: freeing APIC mapping.\n");
  /external/proguard/src/proguard/obfuscate/
MappingKeeper.java 71 // Print out a warning if the mapping conflicts with a name that
114 // Print out a warning if the mapping conflicts with a name that
131 // Make sure the mapping name will be kept.
155 // Print out a warning if the mapping conflicts with a name that
172 // Make sure the mapping name will be kept.
  /external/qemu/android/utils/
mapfile.h 95 * offset - Offset in the file where mapping should begin.
106 * mapping, containing mapping of the requested section of a file. Note that
108 * of the requested section mapping. Use value returned in mapped_offset
110 * mapping. Value returned from this routine must eventually be passed to
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.h 92 * offset - Offset in the file where mapping should begin.
103 * mapping, containing mapping of the requested section of a file. Note that
105 * of the requested section mapping. Use value returned in mapped_offset
107 * mapping. Value returned from this routine must eventually be passed to
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
mman.h 50 is nonzero, it is the desired mapping address. If the MAP_FIXED bit is
51 set in FLAGS, the mapping will be at ADDR exactly (which must be
53 The return value is the actual mapping address chosen or MAP_FAILED
55 deallocates any previous mapping for the affected region. */
75 /* Deallocate any mapping for the region starting at ADDR and extending LEN
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
mman.h 50 is nonzero, it is the desired mapping address. If the MAP_FIXED bit is
51 set in FLAGS, the mapping will be at ADDR exactly (which must be
53 The return value is the actual mapping address chosen or MAP_FAILED
55 deallocates any previous mapping for the affected region. */
75 /* Deallocate any mapping for the region starting at ADDR and extending LEN
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
mmap.so 
  /system/core/fastbootd/commands/
partitions.c 76 int gpt_mmap(struct GPT_mapping *mapping, uint64_t location, int size, int fd)
80 mapping->size = ALIGN(size + location_diff, PAGE_SIZE);
84 D(ERR, "the location of mapping area is outside of the device size %" PRId64, sz);
89 mapping->map_ptr = mmap64(NULL, mapping->size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, location);
91 if (mapping->map_ptr == MAP_FAILED) {
92 mapping->ptr = MAP_FAILED;
97 mapping->ptr = (void *)((char *) mapping->map_ptr + location_diff);
101 void gpt_unmap(struct GPT_mapping *mapping) {
166 struct GPT_mapping mapping; local
    [all...]
  /external/llvm/lib/Support/Windows/
Path.inc 515 Mapping = ::MapViewOfFile(FileMappingHandle,
520 if (Mapping == NULL) {
533 SIZE_T Result = VirtualQuery(Mapping, &mbi, sizeof(mbi));
536 ::UnmapViewOfFile(Mapping);
566 , Mapping()
577 // Get file handle for creating a file mapping.
597 Mapping = FileMappingHandle = 0;
611 , Mapping()
626 Mapping = FileMappingHandle = 0;
633 if (Mapping)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
LabeledList.java 79 * Removes a label from the label-to-index mapping
87 * Adds a label and index to the label-to-index mapping
126 * Rebuilds the label-to-index mapping after a shrinkToFit().
  /dalvik/libdex/
SysUtil.h 48 size_t baseLength; /* length of mapping */
59 * mapping a file on a FAT filesystem, the result may be fully writable.)
74 * Create a private anonymous mapping, useful for large allocations.
  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store.py 30 def SetMulti(self, mapping):
31 self._cache.update(mapping)
33 object_store.SetMulti(mapping)
permissions_data_source_test.py 158 for mapping in lst:
159 for key, value in mapping.iteritems():
161 mapping[key] = value.Render().text
schema_util.py 5 from collections import defaultdict, Mapping
46 elif isinstance(node, Mapping):
81 elif isinstance(node, Mapping):
  /external/chromium_org/mojo/system/
raw_shared_buffer.h 26 // the mapping (owned by |RawSharedBufferMapping|) is separate from the
99 // A mapping of a |RawSharedBuffer| (compararable to a "file view" in Windows);
106 // |RawSharedBuffer::Mapping|) so that it can be forward-declared.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/script_formatter_worker/
ScriptFormatterWorker.js 86 result.mapping = { original: [0], formatted: [0] };
87 result.content = FormatterWorker._formatCSS(params.content, result.mapping, 0, 0, indentString);
89 result.mapping = { original: [0], formatted: [0] };
90 result.content = FormatterWorker._formatScript(params.content, result.mapping, 0, 0, indentString);
324 * @param {!{original: !Array.<number>, formatted: !Array.<number>}} mapping
330 FormatterWorker._formatScript = function(content, mapping, offset, formattedOffset, indentString)
335 var builder = new FormatterWorker.JavaScriptFormattedContentBuilder(tokenizer.content(), mapping, offset, formattedOffset, indentString);
347 * @param {!{original: !Array.<number>, formatted: !Array.<number>}} mapping
353 FormatterWorker._formatCSS = function(content, mapping, offset, formattedOffset, indentString)
357 var builder = new FormatterWorker.CSSFormattedContentBuilder(content, mapping, offset, formattedOffset, indentString)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
symtable.h 40 * <p>The second kind of mapping is between character values and
75 * there is no mapping for s.
85 * character, or NULL if there is no mapping for ch.

Completed in 1373 milliseconds

<<21222324252627282930>>