HomeSort by relevance Sort by last modified time
    Searched full:mapping (Results 276 - 300 of 4834) sorted by null

<<11121314151617181920>>

  /external/clang/test/CoverageMapping/
classtemplate.cpp 1 // RUN: %clang_cc1 -triple %itanium_abi_triple -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name classtemplate.cpp %s > %tmapping
41 // emit a no-coverage mapping for the method.
unused_names.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -emit-llvm -main-file-name unused_names.c -o - %s > %t
  /external/deqp/doc/testspecs/GLES3/
functional.buffers.txt 26 + Mapping buffers
34 + Data verification using buffer mapping
47 Buffer contents are verified by either mapping buffer for reading or using
  /external/icu/icu4c/source/common/
umapfile.h 14 * Not all platforms can do real memory mapping. Those that can't
33 /* MAP_NONE: no memory mapping, no file access at all */
46 /* No memory mapping for 390 batch mode. Fake it using dll loading. */
  /external/libselinux/
Android.mk 21 src/mapping.c \
55 # mapping.c has redundant check of array p_in->perms.
85 # mapping.c has redundant check of array p_in->perms.
  /external/openfst/src/include/fst/
mapped-file.h 34 // size bytes. Otherwise, mmap and size refer to the mapping and data is a
59 // or else mapping will fail. If mapping is not possible, then a MappedFile
  /external/parameter-framework/parameter/
ComponentInstance.h 43 // Mapping info
47 * Returns the mapping associated to the current TypeElement instance
49 * @return A std::string containing the mapping as a comma separated key value pairs
ComponentType.h 46 // Mapping info
50 * Returns the mapping associated to the current TypeElement instance
52 * @return A std::string containing the mapping as a comma separated key value pairs
  /external/selinux/policycoreutils/semanage/
semanage-login.8 3 .B semanage\-login \- SELinux Policy Management linux user to SELinux User mapping tool
10 from policy sources. semanage login controls the mapping between a Linux User and the SELinux User. It can be used to turn on confined users. For example you could define that a particular user or group of users will login to a system as the user_u user. Prefix the group name with a '%' sign to indicate a group name.
51 MLS/MCS Security Range (MLS/MCS Systems only) SELinux Range for SELinux login mapping defaults to the SELinux user record range. SELinux Range for SELinux user defaults to s0.
semanage-user.8 3 .B semanage\-user \- SELinux Policy Management SELinux User mapping tool
10 from policy sources. semanage user controls the mapping between an SELinux User and the roles and MLS/MCS levels.
51 MLS/MCS Security Range (MLS/MCS Systems only) SELinux Range for SELinux login mapping defaults to the SELinux user record range. SELinux Range for SELinux user defaults to s0.
  /external/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...]
  /libcore/luni/src/main/java/java/util/
Map.java 34 * {@code Map.Entry} is a key/value mapping contained in a {@code Map}.
115 * Returns a {@code Set} containing all of the mappings in this {@code Map}. Each mapping is
137 * Returns the value of the mapping with the specified key.
141 * @return the value of the mapping with the specified key, or {@code null}
142 * if no mapping for the specified key is found.
180 * @return the value of any previous mapping with the specified key or
181 * {@code null} if there was no mapping.
196 * Copies every mapping in the specified {@code Map} to this {@code Map}.
214 * Removes a mapping with the specified key from this {@code Map}.
217 * the key of the mapping to remove
    [all...]
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 43 * <p>The table below defines the mapping between XML Schema 1.0
54 * Date/Time Datatype Field Mapping Between XML Schema 1.0 and Java Representation
248 * @param year value constraints summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a>.
252 * <a href="#datetimefieldmapping">date/time field mapping table</a>.
266 * @param year value constraints are summarized in <a href="#datetimefield-year">year field of date/time field mapping table</a>.
276 * @param month value constraints summarized in <a href="#datetimefield-month">month field of date/time field mapping table</a>.
280 * <a href="#datetimefieldmapping">date/time field mapping table</a>.
289 * @param day value constraints summarized in <a href="#datetimefield-day">day field of date/time field mapping table</a>.
293 * <a href="#datetimefieldmapping">date/time field mapping table</a>.
303 * timezone field of date/time field mapping table</a>
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucm.c 87 /* mapping comparisons ------------------------------------------------------ */
286 /* add the mapping to the extension table */
290 /* remove this mapping: move the last base mapping down and overwrite the current one */
354 * mapping in base but not in ext, move it
367 /* mark this mapping to be moved to the extension table */
372 "ucm error: the base table contains a mapping whose input sequence\n"
373 " is a prefix of the input sequence of an extension mapping\n");
383 * same output: remove the extension mapping,
392 /* mapping in base but not in ext, move it *
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 53 compareMapping(uint32_t codepoint, uint32_t* mapping, int32_t mapLength,
146 uint32_t mapping[40]; local
187 /* parse the mapping string */
188 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode);
190 /* store the mapping */
191 compareMapping(code,mapping, length,USPREP_MAP);
226 * Initial value stored in the mapping table
327 compareMapping(uint32_t codepoint, uint32_t* mapping,int32_t mapLength,
368 if(mapping[j] > 0xFFFF)
    [all...]
  /development/ndk/platforms/android-3/arch-arm/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)
  /development/ndk/platforms/android-3/include/linux/
dma-mapping.h 36 #include <asm/dma-mapping.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
swiotlb.h 21 #include <asm/dma-mapping.h>
  /external/clang/test/CodeGen/
2008-07-30-redef-of-bitcasted-decl.c 6 * emitted, however the mapping in GlobalDeclMap referred to a bitcast
  /external/compiler-rt/test/asan/TestCases/Windows/
shadow_mapping_failure.cc 12 // CHECK: Shadow memory range interleaves with an existing memory mapping.
  /external/freetype/src/cff/
cffcmap.h 5 /* CFF character mapping table (cmap) support (specification). */
  /external/google-breakpad/src/common/linux/
memory_mapped_file.h 42 // A utility class for mapping a file into memory for read-only access of
57 // success. Mapping an empty file will succeed but with data() and size()
58 // returning NULL and 0, respectively. An existing mapping is unmapped
59 // before a new mapping is created.
  /external/google-breakpad/src/common/windows/
omap.h 29 // Provides an API for mapping symbols through OMAP information, if a PDB file
52 // |image_map| will be populated with a description of the image mapping. If
61 // |mapped_ranges| will be populated with a full description of the mapping.
63 // fully represent the mapping. This will be appended to if it is not
  /external/icu/icu4c/source/i18n/
tolowtrn.h 24 * case mapping.
toupptrn.h 24 * case mapping.

Completed in 210 milliseconds

<<11121314151617181920>>