HomeSort by relevance Sort by last modified time
    Searched full:mappings (Results 26 - 50 of 1275) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/selinux/libselinux/src/
mapping.h 2 * This file describes the class and permission mappings used to
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
start.txt 6 Alternatively you can select to manage SELinux on the system, lockdown the system via SELinux. You can also manage confined users and confined user mappings. Finally you could setup File System Labeling equivalence.
  /external/icu/icu4c/source/tools/toolutil/
ucm.h 62 UCM_FLAGS_INITIAL, /* no mappings parsed yet */
63 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */
64 UCM_FLAGS_IMPLICIT, /* .ucm file has mappings without | fallback indicators, later wins */
69 UCMapping *mappings; member in struct:UCMTable
160 * Remove mappings with their move flag set from the base table
176 * Check the validity of mappings against a base table's states;
184 * Set the moveTarget!=NULL if it is possible to move mappings from the base.
187 * or when delta file mappings are subtracted from a base table.
192 * if(intersectBase) then mappings that exist in the base table but not in
196 * If intersectBase==2 for a DBCS extension table, then SBCS mappings ar
    [all...]
ucm.c 16 * This file reads a .ucm file, stores its mappings and sorts them.
17 * It implements handling of Unicode conversion mappings from .ucm files
22 * character sequence are handled to support m:n mappings.
73 m=table->mappings;
201 /* sorting by Unicode first sorts mappings directly */
209 /* sorting by bytes first sorts the reverseMap; use indirection to mappings */
215 table, table->mappings+l,
216 table, table->mappings+r, FALSE);
231 uprv_sortArray(t->mappings, t->mappingsLength, sizeof(UCMapping),
239 * if mappings are added, the reverseMap need not b
    [all...]
  /system/extras/librank/
librank.c 44 struct mapping_info **mappings; member in struct:library_info
114 library->mappings = malloc(INIT_MAPPINGS * sizeof(struct mapping_info *));
115 if (!library->mappings) {
116 fprintf(stderr, "Couldn't allocate space for library mappings array: %s\n", strerror(errno));
132 if (library->mappings[i]->proc == proc)
133 return library->mappings[i];
137 library->mappings = realloc(library->mappings,
139 if (!library->mappings) {
140 fprintf(stderr, "Couldn't resize mappings array: %s\n", strerror(errno))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
MD5.java 59 public static class Mappings
64 public Mappings()
SHA224.java 56 public static class Mappings
61 public Mappings()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/
PKCS12.java 10 public static class Mappings
13 public Mappings()
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/11/data/-543407111/
artifacts.xml 8 <mappings size='3'>
12 </mappings>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_jp.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
38 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE' \
test_codecmaps_kr.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT' \
31 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/' \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_jp.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
38 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE' \
test_codecmaps_kr.py 14 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT' \
31 mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/' \
  /external/jetty/src/java/org/eclipse/jetty/security/
ConstraintSecurityHandler.java 181 List<ConstraintMapping> mappings = new ArrayList<ConstraintMapping>();
186 mappings.add(mapping);
189 return mappings;
194 /** Take out of the constraint mappings those that match the
206 List<ConstraintMapping> mappings = new ArrayList<ConstraintMapping>();
209 //Remove the matching mappings by only copying in non-matching mappings
212 mappings.add(mapping);
215 return mappings;
230 List<ConstraintMapping> mappings = new ArrayList<ConstraintMapping>() local
477 Map<String, RoleInfo> mappings = (Map<String, RoleInfo>)_constraintMap.get(mapping.getPathSpec()); local
481 _constraintMap.put(mapping.getPathSpec(),mappings); local
637 Map<String, RoleInfo> mappings = (Map<String, RoleInfo>)_constraintMap.match(pathInContext); local
    [all...]
  /external/javassist/src/main/javassist/scopedpool/
SoftValueHashMap.java 52 * Returns a set of the mappings contained in this hash table.
123 * Constructs a new <code>WeakHashMap</code> with the same mappings as the
125 * an initial capacity of twice the number of mappings in the specified map
129 * @param t the map whose mappings are to be placed in this map.
139 * Returns the number of key-value mappings in this map. <strong>Note:</strong>
150 * Returns <code>true</code> if this map contains no key-value mappings.
226 * Removes all mappings from this map.
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
AlgNameMapper.java 36 * Provides Algorithm Name to OID and OID to Algorithm Name mappings. Some known
37 * mappings are hardcoded. Tries to obtain additional mappings from installed
45 // Will search OID mappings for these services
52 // These mappings CAN NOT be overridden
106 // Now search providers for mappings like
178 // Searches given provider for mappings like
182 // Puts mappings found into appropriate internal maps
197 // Do not overwrite already known mappings
  /external/google-breakpad/src/client/linux/microdump_writer/
microdump_writer.cc 62 const MappingList& mappings,
69 mapping_list_(mappings),
282 // Ignore any mappings that are wholly contained within
283 // mappings in the mapping_info_ list.
339 // Write information about the mappings in effect.
341 // First write all the mappings from the dumper
342 for (unsigned i = 0; i < dumper_->mappings().size(); ++i) {
343 const MappingInfo& mapping = *dumper_->mappings()[i];
345 !mapping.exec || // only want executable mappings.
353 // Next write all the mappings provided by the calle
    [all...]
microdump_writer.h 48 // mappings: a list of additional mappings provided by the application.
54 const MappingList& mappings);
  /external/icu/icu4c/source/test/testdata/
testnorm.txt 51 # Some interesting mappings
59 D800>D7FF # surrogates with mappings, and mappings to empty strings
  /external/proguard/src/proguard/obfuscate/
MappingProcessor.java 25 * This interface specifies methods to process name mappings between original
26 * classes and their obfuscated versions. The mappings are typically read
40 * @return whether the processor is interested in receiving mappings of the
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 227 // Now check that LinuxPtraceDumper interpreted the mappings properly.
231 for (unsigned i = 0; i < dumper.mappings().size(); ++i) {
232 const MappingInfo& mapping = *dumper.mappings()[i];
280 const wasteful_vector<MappingInfo*> mappings = dumper.mappings(); local
282 for (unsigned i = 0; i < mappings.size(); ++i) {
283 mapping = mappings[i];
300 const wasteful_vector<MappingInfo*> mappings = dumper.mappings(); local
302 for (unsigned i = 0; i < mappings.size(); ++i)
334 const wasteful_vector<MappingInfo*> mappings = dumper.mappings(); local
    [all...]
  /external/clang/test/PCH/
rdar8852495.c 10 // This tests that diagnostic mappings from PCH are propagated for #pragma
  /external/clang/test/TableGen/
DiagnosticBase.inc 1 // Define the diagnostic mappings.
  /external/kernel-headers/original/uapi/linux/
elf-fdpic.h 19 /* segment mappings for ELF FDPIC libraries/executables/interpreters */
  /external/libvorbis/lib/
registry.h 13 function: registry for time, floor, res backends and channel mappings

Completed in 750 milliseconds

12 3 4 5 6 7 8 91011>>