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

1 2 3 4 5 6 7 891011>>

  /external/ppp/pppd/plugins/radius/etc/
port-id-map 4 # This file describes the ttyname to port id mapping. The port id
  /external/proguard/src/proguard/obfuscate/
MappingProcessor.java 27 * from a mapping file.
36 * Processes the given class name mapping.
47 * Processes the given field name mapping.
60 * Processes the given method name mapping.
  /external/selinux/libselinux/src/
mapping.h 34 /*mapping is not used for embedded build*/
  /external/selinux/policycoreutils/sepolicy/sepolicy/help/
login_default.txt 1 The Login Mapping Screen has a special Login user called __default__. This record is used to setup the default login user for any login account that is not specified separately.
  /external/valgrind/memcheck/tests/
resvn_stack.c 9 /* Access only the higher part of the stack, to avoid mapping SP */
  /frameworks/base/core/java/android/os/
BaseBundle.java 28 * A mapping from String values to various types.
246 * Returns true if the mapping of this Bundle is empty, false otherwise.
254 * Removes all elements from the mapping of this Bundle.
262 * Returns true if the given key is contained in the mapping
266 * @return true if the key is part of the mapping, false otherwise
286 * Removes any entry with the given key from the mapping of this Bundle.
327 * Inserts a Boolean value into the mapping of this Bundle, replacing
339 * Inserts a byte value into the mapping of this Bundle, replacing
351 * Inserts a char value into the mapping of this Bundle, replacing
363 * Inserts a short value into the mapping of this Bundle, replacin
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elf_mapped_section.h 75 /* Beginning of the memory mapping, containing the section.
76 * NOTE: due to page alignment requirements of the mapping API, mapping
78 * starts inside that mapping.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
mman.h 14 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
mman.h 14 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 13 MAPPING = {"urllib": [
46 MAPPING["urllib2"].append(MAPPING["urllib"][1])
51 for old_module, changes in MAPPING.items():
88 for name in MAPPING[import_mod.value][:-1]:
90 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref))
108 for change in MAPPING[mod_member.value]:
132 for change in MAPPING[mod_member.value]:
176 for change in MAPPING[module_dot.value]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py 4 # Codec mapping tests for ROC encodings
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
NodeFilter.py 1 # This is the Python mapping for interface NodeFilter from
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 13 MAPPING = {"urllib": [
46 MAPPING["urllib2"].append(MAPPING["urllib"][1])
51 for old_module, changes in MAPPING.items():
88 for name in MAPPING[import_mod.value][:-1]:
90 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref))
108 for change in MAPPING[mod_member.value]:
132 for change in MAPPING[mod_member.value]:
176 for change in MAPPING[module_dot.value]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_codecmaps_tw.py 4 # Codec mapping tests for ROC encodings
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
NodeFilter.py 1 # This is the Python mapping for interface NodeFilter from
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 150 // a mmap'ed mapping.
161 void Init(int fd, char* mapping, size_t size) {
163 mapping_ = mapping;
167 char* mapping() const { return mapping_; } function in class:StackHelper
199 char* mapping = local
206 ASSERT_TRUE(mapping);
209 helper_.Init(fd, mapping, kMappingSize);
211 // Carve a page out of the first mapping with different permissions.
213 mmap(mapping + 2 * page_size_,
232 const MappingInfo& mapping = *dumper.mappings()[i] local
281 const MappingInfo* mapping; local
338 const MappingInfo* mapping = mappings[i]; local
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/security/
ConstraintSecurityHandler.java 182 for (ConstraintMapping mapping:constraintMappings)
184 if (pathSpec.equals(mapping.getPathSpec()))
186 mappings.add(mapping);
207 for (ConstraintMapping mapping:constraintMappings)
210 if (!pathSpec.equals(mapping.getPathSpec()))
212 mappings.add(mapping);
235 //Create a mapping for the pathSpec for the default case
253 ConstraintMapping mapping = new ConstraintMapping(); local
254 mapping.setConstraint(mconstraint);
255 mapping.setPathSpec(pathSpec)
    [all...]
  /external/google-breakpad/src/common/windows/
omap_unittest.cc 161 EXPECT_EQ(0u, image_map.mapping.size());
173 EXPECT_LE(9u, image_map.mapping.size());
176 Mapping mapping; local
177 mapping.push_back(CreateMappedRange(0, 0, B.rva, 0, 0));
179 mapping.push_back(CreateMappedRange(B.rva, Bt.rva, B.length, 0, C.length));
181 mapping.push_back(CreateMappedRange(D.rva, Dt.rva, Dt.length, 0, 5));
183 mapping.push_back(CreateMappedRange(E.rva, Et.rva, E.length, injected.length,
185 mapping.push_back(CreateMappedRange(F.rva, Ft.rva, F.length, 0, 0));
187 mapping.push_back(CreateMappedRange(G.rva, G1t.rva, G.length, 0, 0));
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/assortativity/
mixing.py 55 def attribute_mixing_matrix(G,attribute,nodes=None,mapping=None,
71 mapping : dictionary, optional
72 Mapping from node attribute to integer index in matrix.
84 a=dict_to_numpy_array(d,mapping=mapping)
160 mapping=dict(zip(range(m+1),range(m+1)))
161 a=dict_to_numpy_array(d,mapping=mapping)
193 mapping=dict(zip(range(m+1),range(m+1)))
194 a=dict_to_numpy_array(d,mapping=mapping
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/connectivity/
connectivity.py 61 H, mapping = _aux_digraph_node_connectivity(G)
66 num += local_node_connectivity(G, u, v, aux_digraph=H, mapping=mapping)
99 mapping = {}
102 mapping[node] = i
109 edges.append(('%sB' % mapping[source], '%sA' % mapping[target]))
111 edges.append(('%sB' % mapping[target], '%sA' % mapping[source]))
114 return D, mapping
    [all...]
  /art/runtime/
mem_map.h 57 // "reuse" allows re-mapping an address range from an existing mapping.
60 // 'ashmem_name' will be used -- on systems that support it -- to give the mapping
86 // mapping. "reuse" allows us to create a view into an existing
87 // mapping where we do not take ownership of the memory.
94 // Releases the memory mapping.
170 size_t base_size_; // Length of mapping. May be changed by RemapAtEnd (ie Zygote).
173 // When reuse_ is true, this is just a view of an existing mapping
  /art/test/005-annotations/src/android/test/anno/
TestAnnotations.java 76 @ExportedProperty(mapping = {
122 final IntToString[] mapping; local
131 mapping = property.mapping();
133 System.out.println("mapping is " + mapping.getClass() +
134 "\n 0='" + mapping[0] + "'\n 1='" + mapping[1] + "'");
  /development/ndk/platforms/android-9/arch-mips/include/asm/
cacheflush.h 25 #define flush_dcache_mmap_lock(mapping) do { } while (0)
26 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
  /external/clang/test/CoverageMapping/
header.cpp 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name header.cpp %s > %tmapping
macroparams.c 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macroparams.c %s | FileCheck %s

Completed in 425 milliseconds

1 2 3 4 5 6 7 891011>>