/external/skia/platform_tools/android/third_party/ashmem/cutils/ |
ashmem.h | 36 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */ 40 /* Return values from ASHMEM_UNPIN: Is the mapping now pinned or unpinned? */
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
AlgNameMapperSource.java | 20 * Provides a mapping source that the {@link AlgNameMapper} can query for 21 * mapping between algorithm names and OIDs.
|
/system/core/include/cutils/ |
ashmem.h | 35 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */ 39 /* Return values from ASHMEM_UNPIN: Is the mapping now pinned or unpinned? */
|
/system/core/include/utils/ |
ashmem.h | 20 /* Return values from ASHMEM_PIN: Was the mapping purged while unpinned? */ 24 /* Return values from ASHMEM_UNPIN: Is the mapping now pinned or unpinned? */
|
/external/llvm/autoconf/m4/ |
need_dev_zero_for_mmap.m4 | 16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
|
/external/llvm/test/YAMLParser/ |
construct-null.data | 6 # This mapping has four keys,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_hk.py | 4 # Codec mapping tests for HongKong encodings
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codecmaps_hk.py | 4 # Codec mapping tests for HongKong encodings
|
/external/apache-http/src/org/apache/commons/codec/language/ |
RefinedSoundex.java | 39 * the US_ENGLISH mapping. 59 * English mapping. 66 * Creates a refined soundex instance using a custom mapping. This 67 * constructor can be used to customize the mapping, and/or possibly 68 * provide an internationalized mapping for a non-Western character set. 70 * @param mapping 71 * Mapping array to use when finding the corresponding code for 74 public RefinedSoundex(char[] mapping) { 75 this.soundexMapping = mapping; 139 * Returns the mapping code for a given character. The mapping codes ar [all...] |
/external/iptables/extensions/ |
libxt_MASQUERADE.man | 7 target. Masquerading is equivalent to specifying a mapping to the IP 23 Randomize source port mapping 26 is used then port mapping will be randomized (kernel >= 2.6.21).
|
/external/llvm/include/llvm/Object/ |
COFFYAML.h | 167 static void mapping(IO &IO, COFFYAML::Relocation &Rel); 172 static void mapping(IO &IO, COFFYAML::PEHeader &PH); 177 static void mapping(IO &IO, COFF::DataDirectory &DD); 182 static void mapping(IO &IO, COFF::header &H); 186 static void mapping(IO &IO, COFF::AuxiliaryFunctionDefinition &AFD); 190 static void mapping(IO &IO, COFF::AuxiliarybfAndefSymbol &AAS); 194 static void mapping(IO &IO, COFF::AuxiliaryWeakExternal &AWE); 198 static void mapping(IO &IO, COFF::AuxiliarySectionDefinition &ASD); 202 static void mapping(IO &IO, COFF::AuxiliaryCLRToken &ACT); 207 static void mapping(IO &IO, COFFYAML::Symbol &S) [all...] |
/external/selinux/libselinux/man/man5/ |
seusers.5 | 3 seusers \- The SELinux GNU/Linux user to SELinux user mapping configuration file 8 file contains a list GNU/Linux user to SELinux user mapping for use by SELinux-aware login applications such as \fBPAM\fR(8). 11 will return the active policy path to this file. The default SELinux users mapping file is located at:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
mempolicy.h | 42 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */ 43 #define MPOL_MF_MOVE (1<<1) /* Move pages owned by this process to conform to mapping */ 44 #define MPOL_MF_MOVE_ALL (1<<2) /* Move every page to conform to mapping */
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
KeySetManagerServiceTest.java | 128 ArraySet<Long> mapping = ksMapping.get(1); local 129 assertEquals(1, mapping.size()); 130 assertTrue(mapping.contains(new Long(1))); 158 ArraySet<Long> mapping = ksMapping.get(1); local 159 assertEquals(1, mapping.size()); 160 assertTrue(mapping.contains(new Long(1))); 193 ArraySet<Long> mapping = ksMapping.get(2); local 194 assertEquals(1, mapping.size()); 195 assertTrue(mapping.contains(new Long(2))); 232 ArraySet<Long> mapping = ksMapping.get(1) local 272 ArraySet<Long> mapping = ksMapping.get(1); local 313 ArraySet<Long> mapping = ksMapping.get(1); local 351 ArraySet<Long> mapping = ksMapping.get(1); local 396 ArraySet<Long> mapping = ksMapping.get(2); local 423 ArraySet<Long> mapping = ksMapping.get(1); local 451 ArraySet<Long> mapping = ksMapping.get(1); local 490 ArraySet<Long> mapping = ksMapping.get(2); local 529 ArraySet<Long> mapping = ksMapping.get(2); local 569 ArraySet<Long> mapping = ksMapping.get(3); local 639 ArraySet<Long> mapping = ksMapping.get(3); local [all...] |
/art/compiler/dwarf/ |
register.h | 29 // TODO: Arm S0?S31 register mapping is obsolescent. 30 // We should use VFP-v3/Neon D0-D31 mapping instead. 32 // mapping we can not easily say S0 is spilled and S1 is not. 35 // Arm64 mapping is correct since we already do this there. 36 // libunwind might struggle with the new mapping as well.
|
/external/libopus/src/ |
opus_multistream.c | 50 if (layout->mapping[i] >= max_channel && layout->mapping[i] != 255) 63 if (layout->mapping[i]==stream_id*2) 75 if (layout->mapping[i]==stream_id*2+1) 87 if (layout->mapping[i]==stream_id+layout->nb_coupled_streams)
|
/external/parameter-framework/parameter/ |
ConfigurableElementWithMapping.h | 36 * Base class for all Configurable Elements that can have a Mapping attribute. 47 * Get the value associated to a mapping key in the object's mapping 49 * @param[in] strKey the mapping key 52 * @return true if @p strKey is found in the object's mapping, false if not
|
InstanceConfigurableElement.h | 62 * Returns the mapping data associated to the type element of the current 65 * @return A std::string containing the formatted mapping 79 // Mapping execution 92 * Get the list of all the ancestors that have a mapping. 94 * The mapping is represented as a std::string of all the mapping data (key:value) defined in the 100 * that have a mapping. Elements are added at the end of the list, so the root Element will be
|
MappingData.cpp | 41 assert(xmlElement.hasAttribute("Mapping")); 43 std::string strMapping = xmlElement.getAttributeString("Mapping"); 57 // There is no delimiter in the mapping field, 64 // Get mapping key 67 // Get mapping value 74 serializingContext.setError("Duplicate Mapping data: Unable to process Mapping element key = " + strKey + ", value = " + strValue + " from XML element " + xmlElement.getPath());
|
/libcore/luni/src/main/java/java/sql/ |
Struct.java | 42 * customized type mappings. Where there is no entry in the type mapping 44 * mapping. 54 * method uses the supplied type mapping to determine how to map SQL types 56 * case where there is no entry in the type mapping which matches this 57 * structured type, the JDBC driver uses the default mapping. The {@code
|
/frameworks/base/docs/html-intl/intl/zh-cn/tools/help/ |
proguard.jd | 72 <dt><code>mapping.txt</code></dt> 117 <p>???????????????????????????????????????????????ProGuard ???????????? <code><project_root>/bin/proguard/mapping.txt</code> ????????????????????????????????</p> 120 <pre>retrace.bat|retrace.sh [-verbose] mapping.txt [<stacktrace_file>]</pre> 123 <pre>retrace.bat -verbose mapping.txt obfuscated_trace.txt</pre> 129 <p>????????????????????? <code>mapping.txt</code> ????????????????????????????????????????????????? <code>mapping.txt</code> ??????????????????????? <code>mapping.txt</code> ???????????????????????</p> 131 <p>???????????????????????????????????????????? ProGuard ???????????????? <code>mapping.txt</code> ?????????????????????????????????????????????????????????????????????????? <code>mapping.txt</code> ?????????????????????????? <code>mapping.txt</code> ????????????????????????????????????????</p [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_imports.py | 8 MAPPING = {'StringIO': 'io', 65 def build_pattern(mapping=MAPPING): 66 mod_list = ' | '.join(["module_name='%s'" % key for key in mapping]) 67 bare_names = alternates(mapping.keys()) 90 mapping = MAPPING variable in class:FixImports 97 return "|".join(build_pattern(self.mapping)) 100 # We override this, so MAPPING can be pragmatically altered and the 126 new_name = unicode(self.mapping[mod_name] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_imports.py | 8 MAPPING = {'StringIO': 'io', 65 def build_pattern(mapping=MAPPING): 66 mod_list = ' | '.join(["module_name='%s'" % key for key in mapping]) 67 bare_names = alternates(mapping.keys()) 90 mapping = MAPPING variable in class:FixImports 97 return "|".join(build_pattern(self.mapping)) 100 # We override this, so MAPPING can be pragmatically altered and the 126 new_name = unicode(self.mapping[mod_name] [all...] |
/frameworks/opt/emoji/ |
EmojiFactory.h | 33 // stored to "size". Returns NULL if there's no mapping from the "pua" to a 41 // each career. Returns NULL when there's no mapping for "sjis". 49 // Returns NULL when there's no mapping for "vsp". 57 // mapping from "sjis" to a Android PUA. 61 // when ther's no mapping from "pua" to a specific sjis. 77 // -1 when there's no mapping from "vsp" to a Android PUA. 81 // there's no mapping from "pua" to a specific unicode.
|
/external/google-breakpad/src/client/linux/microdump_writer/ |
microdump_writer.cc | 276 // If there is caller-provided information about this mapping 278 bool HaveMappingInfo(const MappingInfo& mapping) { 284 if (mapping.start_addr >= iter->first.start_addr && 285 (mapping.start_addr + mapping.size) <= 293 // Dump information about the provided |mapping|. If |identifier| is non-NULL, 294 // use it instead of calculating a file ID from the mapping. 295 void DumpModule(const MappingInfo& mapping, 305 mapping, 314 mapping, file_path, sizeof(file_path), file_name, sizeof(file_name)) 343 const MappingInfo& mapping = *dumper_->mappings()[i]; local [all...] |