/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/assortativity/tests/ |
test_mixing.py | 143 mapping={'one':0,'two':1,'red':2,'blue':3} 150 mapping=mapping, 154 mapping=mapping) 158 mapping={'one':0,'two':1,'red':2,'blue':3} 165 mapping=mapping, 169 mapping=mapping) [all...] |
/external/parameter-framework/parameter/ |
Subsystem.cpp | 120 // Manage mapping attribute 121 if (xmlElement.hasAttribute("Mapping")) { 148 // Execute mapping to create subsystem mapping entities 175 // Default mapping context 177 // Add Subsystem-level mapping data, which will be propagated to all children 207 // Formats the mapping of the ConfigurableElements 212 // of the tree. When formatting the mapping, we want to start from the subsystem level 260 // Check if the ObjectCreator MappingKey corresponds to the element mapping data 271 // Formats the mapping data as a comma separated list of key value pair [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
channelmap.h | 50 * \li pa_channel_map_init_stereo() - Create a standard stereo mapping. 68 * Constants and routines for channel mapping handling */ 214 /** A list of channel mapping definitions for pa_channel_map_init_auto() */ 217 /**< The mapping from RFC3551, which is based on AIFF-C */ 221 /**< The default mapping used by ALSA. This mapping is probably 222 * not too useful since ALSA's default channel mapping depends on 230 /**< Microsoft's WAVEFORMATEXTENSIBLE mapping. This mapping works 235 /**< The default channel mapping used by OSS as defined in the OS [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/ |
channelmap.h | 50 * \li pa_channel_map_init_stereo() - Create a standard stereo mapping. 68 * Constants and routines for channel mapping handling 217 /** A list of channel mapping definitions for pa_channel_map_init_auto() */ 220 /**< The mapping from RFC3551, which is based on AIFF-C */ 224 /**< The default mapping used by ALSA. This mapping is probably 225 * not too useful since ALSA's default channel mapping depends on 233 /**< Microsoft's WAVEFORMATEXTENSIBLE mapping. This mapping works 238 /**< The default channel mapping used by OSS as defined in the OS [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/json_graph/ |
node_link.py | 47 mapping = dict(zip(G,count())) 54 data['links'] = [ dict(source=mapping[u], target=mapping[v], key=k, **d) 57 data['links'] = [ dict(source=mapping[u], target=mapping[v], **d) 101 mapping=[] 106 mapping.append(node) 115 graph.add_edge(mapping[source],mapping[target],**edgedata)
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
PropertyBoxParserImpl.java | 36 Properties mapping; field in class:PropertyBoxParserImpl 41 mapping = new Properties(); 43 mapping.load(is); 50 mapping.load(customIS); 56 mapping.load(new BufferedInputStream(getClass().getResourceAsStream(customProperty))); 71 public PropertyBoxParserImpl(Properties mapping) { 72 this.mapping = mapping; 170 constructor = mapping.getProperty((parent) + "-uuid[" + Hex.encodeHex(userType).toUpperCase() + "]"); 172 constructor = mapping.getProperty("uuid[" + Hex.encodeHex(userType).toUpperCase() + "]") [all...] |
/external/tcpdump/ |
gmpls.c | 86 { 5, "Asynchronous mapping of E4"}, 87 { 6, "Asynchronous mapping of DS3/T3"}, 88 { 7, "Asynchronous mapping of E3"}, 89 { 8, "Bit synchronous mapping of E3"}, 90 { 9, "Byte synchronous mapping of E3"}, 91 { 10, "Asynchronous mapping of DS2/T2"}, 92 { 11, "Bit synchronous mapping of DS2/T2"}, 94 { 13, "Asynchronous mapping of E1"}, 95 { 14, "Byte synchronous mapping of E1"}, 96 { 15, "Byte synchronous mapping of 31 * DS0"} [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pep292.py | 12 class Mapping: 92 m = Mapping() 108 m = Mapping() 141 s = Template('the mapping is $mapping') 142 eq(s.substitute(dict(foo='none'), mapping='bozo'), 143 'the mapping is bozo') 144 eq(s.substitute(dict(mapping='one'), mapping='two'), 145 'the mapping is two' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pep292.py | 12 class Mapping: 92 m = Mapping() 108 m = Mapping() 141 s = Template('the mapping is $mapping') 142 eq(s.substitute(dict(foo='none'), mapping='bozo'), 143 'the mapping is bozo') 144 eq(s.substitute(dict(mapping='one'), mapping='two'), 145 'the mapping is two' [all...] |
/external/selinux/policycoreutils/semanage/ |
semanage.8 | 35 Manage file context mapping definitions 49 from policy sources. This includes the mapping from Linux usernames 54 context mapping. See the EXAMPLES section below for some examples 56 mapping from Linux usernames (logins) to SELinux user identities, 57 while the semanage user command deals with the mapping from SELinux 59 former mapping needs to be adjusted by the administrator; the latter
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
linux_dumper.cc | 60 const google_breakpad::MappingInfo& mapping) { 65 return my_strncmp(mapping.name, 96 LinuxDumper::ElfFileIdentifierForMapping(const MappingInfo& mapping, 102 if (IsMappedFileOpenUnsafe(mapping)) 106 if (my_strcmp(mapping.name, kLinuxGateLibraryName) == 0) { 109 linux_gate = reinterpret_cast<void*>(mapping.start_addr); 111 linux_gate = allocator_.Alloc(mapping.size); 113 reinterpret_cast<const void*>(mapping.start_addr), 114 mapping.size); 120 size_t filename_len = my_strlen(mapping.name) 412 const MappingInfo* mapping = FindMapping(stack_pointer); local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
sprpdata.c | 37 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping, int32_t mapLength, 50 uint32_t mapping[40]; local 79 /* parse the mapping string */ 80 length=u_parseCodePoints(map, mapping, sizeof(mapping)/4, pErrorCode); 82 /* compare the mapping */ 83 compareMapping(data, code,mapping, length,USPREP_MAP); 116 * Initial value stored in the mapping table 147 compareMapping(UStringPrepProfile* data, uint32_t codepoint, uint32_t* mapping,int32_t mapLength, 192 if(mapping[j] > 0xFFFF) [all...] |
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
LocalVariablesSorter.java | 49 * Mapping from old to new local variable indexes. A local variable at index 50 * i of size 1 is remapped to 'mapping[2*i]', while a local variable at 51 * index i of size 2 is remapped to 'mapping[2*i+1]'. 55 int[] mapping = new int[40]; field in class:LocalVariablesSorter.State 130 int length = state.mapping.length; 133 System.arraycopy(state.mapping, 0, newMapping, 0, length); 134 state.mapping = newMapping; 136 int value = state.mapping[key]; 139 state.mapping[key] = value; 150 int value = key < state.mapping.length ? state.mapping[key] : 0 [all...] |
/external/llvm/docs/ |
CoverageMappingFormat.rst | 5 LLVM Code Coverage Mapping Format 14 LLVM's code coverage mapping format is used to provide code coverage 18 This document is aimed at those who use LLVM's code coverage mapping to provide 24 then we briefly desribe LLVM's code coverage mapping format and the 26 the basics are down, more advanced features of the coverage mapping format 37 ``-fprofile-instr-generate`` option with the additional ``-fcoverage-mapping`` 40 ``clang -o test -fprofile-instr-generate -fcoverage-mapping test.c`` 56 LLVM's code coverage mapping format is designed to be a self contained 58 It's described in this document as a **mapping** format because its goal is 63 The mapping data is used in two places in the code coverage process [all...] |
/external/clang/test/CoverageMapping/ |
comment-in-macro.c | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only %s | FileCheck %s
|
ir.c | 1 // Check the data structures emitted by coverage mapping 2 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.9 -main-file-name ir.c %s -o - -emit-llvm -fprofile-instr-generate -fcoverage-mapping | FileCheck %s
|
lambda.cpp | 1 // RUN: %clang_cc1 -x c++ -std=c++11 -triple %itanium_abi_triple -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only %s -main-file-name lambda.cpp | FileCheck %s
|
logical.cpp | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name logical.cpp %s | FileCheck %s
|
macroparams2.c | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name macroparams2.c %s | FileCheck %s
|
md.cpp | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -std=c++11 %s | FileCheck %s
|
while.c | 1 // RUN: %clang_cc1 -fprofile-instr-generate -fcoverage-mapping -dump-coverage-mapping -emit-llvm-only -main-file-name loops.cpp %s | FileCheck %s
|
/external/conscrypt/src/compat/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.
|
/external/google-breakpad/src/common/windows/ |
omap.cc | 33 // OMAP information is a lightweight description of a mapping between two 44 // the lengths associated with a mapping are implicit as the distance between 84 // mapping to an original address, and looking up a symbol), but the symbol 146 // Used for sorting and searching through a Mapping. 264 void FillInRemovedLengths(Mapping* mapping) { 265 assert(mapping != NULL); 285 for (size_t find = 0; find < mapping->size(); ++find) { 289 assert(mapping->at(find - 1).rva_original <= 290 mapping->at(find).rva_original) 411 const Mapping& mapping = image_map->mapping; local [all...] |
/external/icu/icu4c/source/test/testdata/ |
test1bmp.ucm | 33 # 1:2 mapping 36 # 2:1 mapping
|
/external/libphonenumber/demo/war/WEB-INF/ |
web.xml | 11 <servlet-mapping> 14 </servlet-mapping>
|