/external/jmonkeyengine/engine/src/test/jme3test/input/ |
TestControls.java | 63 // Test multiple inputs per mapping 68 // Test multiple listeners per mapping
|
/external/kernel-headers/original/uapi/linux/ |
ion_test.h | 52 * Reads or writes the memory from a handle using an uncached mapping. Can be 62 * Reads or writes the memory from a handle using a kernel mapping. Can be
|
/external/libnfc-nci/halimpl/pn54x/common/ |
phNfcCompId.h | 41 #define CID_NFC_TML 0x01 /* Transport Mapping Layer */ 49 #define CID_FRI_NFC_NDEF_MAP 0x23 /* NDEF Mapping. */
|
/external/libnfc-nci/src/nfa/dm/ |
nfa_dm_cfg.c | 80 /* Protocols that use Frame Interface do not need to be included in the interface mapping */ 92 /* set to NULL to use the default mapping set by stack */
|
/external/libphonenumber/internal/prefixmapper/test/com/google/i18n/phonenumbers/prefixmapper/ |
PrefixFileReaderTest.java | 59 // Mapping file exists but the number isn't present, causing it to fallback. 62 // No mapping file exists, causing it to fallback.
|
/external/llvm/tools/llvm-cov/ |
CoverageFilters.cpp | 1 //===- CoverageFilters.cpp - Function coverage mapping filters ------------===// 10 // These classes provide filtering for function coverage mapping records.
|
/external/nist-sip/java/gov/nist/core/net/ |
AddressResolver.java | 54 * The default implementation is just an identity mapping 59 * if this is just an identity mapping ( the default behavior ).
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
CredentialsCache.java | 22 * user for a number of domains. The Hashtable value of the mapping is a 23 * mapping of user names to AuthorizationHeader list for that proxy domain.
|
/external/regex-re2/re2/ |
unicode_casefold.h | 7 // The Unicode case folding tables encode the mapping from one Unicode point 26 // In addition to blocks that map to each other (A-Z mapping to a-z)
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowSparseArray.java | 69 * if no such mapping has been made. 78 * if no such mapping has been made. 93 * Removes the mapping from the specified key, if there was any. 143 * Adds a mapping from the specified key to the specified value, 144 * replacing the previous mapping from the specified key if there 210 * the key from the <code>index</code>th key-value mapping that this 224 * the value from the <code>index</code>th key-value mapping that this 239 * value for the <code>index</code>th key-value mapping that this
|
/external/selinux/libselinux/man/man3/ |
selinux_binary_policy_path.3 | 64 returns the context file mapping roles to default types. 79 returns the file containing mapping between Linux Users and SELinux users.
|
/external/selinux/policycoreutils/semanage/ |
semanage-port.8 | 3 .B semanage\-port \- SELinux Policy Management port mapping tool 49 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/smali/util/src/main/java/org/jf/util/ |
SparseArray.java | 67 * if no such mapping has been made. 75 * if no such mapping has been made. 88 * Removes the mapping from the specified key, if there was any. 136 * Adds a mapping from the specified key to the specified value, 137 * replacing the previous mapping from the specified key if there 201 * the key from the <code>index</code>th key-value mapping that this 214 * the value from the <code>index</code>th key-value mapping that this 227 * value for the <code>index</code>th key-value mapping that this
|
/external/valgrind/none/tests/amd64/ |
faultstatus.c | 28 static char volatile *volatile mapping; variable 111 mapping = mmap(0, MAPSIZE, PROT_READ, MAP_PRIVATE, fd, 0);
|
/frameworks/av/include/media/ |
AudioPolicyHelper.h | 23 // flags to stream type mapping 31 // usage to stream type mapping
|
/frameworks/base/core/java/android/hardware/camera2/marshal/ |
MarshalQueryable.java | 37 * <p>This marshaler instance is only good for that specific type mapping; and will refuse 54 * support the managed type and native type mapping.
|
/packages/apps/Contacts/res/values/ |
attrs.xml | 18 <declare-styleable name="Mapping"> 19 <!-- Mime-type handled by this mapping -->
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
wctype.h | 21 * Wide character classification and mapping utilities <wctype.h> 181 * Wide-character case-mapping functions: 7.15.3.1. 211 * Extensible wide-character mapping functions: 7.15.3.2. 217 /* Construct value that describes a mapping between wide characters 221 /* Map the wide character WC using the mapping described by DESC. */ 295 * Wide-character case-mapping functions. 304 /* Construct value that describes a mapping between wide characters 309 /* Map the wide character WC using the mapping described by DESC. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
wctype.h | 21 * Wide character classification and mapping utilities <wctype.h> 181 * Wide-character case-mapping functions: 7.15.3.1. 211 * Extensible wide-character mapping functions: 7.15.3.2. 217 /* Construct value that describes a mapping between wide characters 221 /* Map the wide character WC using the mapping described by DESC. */ 295 * Wide-character case-mapping functions. 304 /* Construct value that describes a mapping between wide characters 309 /* Map the wide character WC using the mapping described by DESC. */
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/ |
current_flow_betweenness_subset.py | 118 mapping=dict(zip(ordering,range(n))) 119 H = nx.relabel_nodes(G,mapping) 124 i=mapping[ss] 126 j=mapping[tt] 236 mapping=dict(zip(ordering,range(n))) 237 H = nx.relabel_nodes(G,mapping) 246 i=mapping[ss] 248 j=mapping[tt]
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/utils/tests/ |
test_misc.py | 53 a = dict_to_numpy_array1(d, mapping = {'b':0,'a':1}) 61 a = dict_to_numpy_array2(d, mapping = {'b':0,'a':1})
|
/system/core/libion/original-kernel-headers/linux/ |
ion_test.h | 52 * Reads or writes the memory from a handle using an uncached mapping. Can be 62 * Reads or writes the memory from a handle using a kernel mapping. Can be
|
/external/clang/lib/CodeGen/ |
CoverageMappingGen.cpp | 1 //===--- CoverageMappingGen.cpp - Coverage mapping generation ---*- C++ -*-===// 10 // Instrumentation-based code coverage mapping generator 85 /// coverage mapping region builders. 93 /// \brief Map of clang's FileIDs to IDs used for coverage mapping. 98 /// \brief The coverage mapping regions for this function 100 /// \brief The source mapping regions for this function. 155 /// Fills \c Mapping with the virtual file mapping needed to write out 158 void gatherFileIDs(SmallVectorImpl<unsigned> &Mapping) { 185 FileIDMapping[SM.getFileID(Loc)] = std::make_pair(Mapping.size(), Loc) [all...] |
/frameworks/base/core/java/android/view/ |
ViewDebug.java | 98 * A mapping can be defined to map int values to specific strings. For 100 * actually mean VISIBLE, INVISIBLE and GONE. A mapping can be used to see 104 * @ViewDebug.ExportedProperty(mapping = { 116 IntToString[] mapping() default { }; 119 * A mapping can be defined to map array indices to specific strings. 120 * A mapping can be used to see human readable values for the indices 135 * @see #mapping() 140 * A flags mapping can be defined to map flags encoded in an integer to 141 * specific strings. A mapping can be used to see human readable values 204 * Defines a mapping from an int value to a String. Such a mapping can be use 1190 final IntToString[] mapping = property.mapping(); local 1275 final IntToString[] mapping = property.mapping(); local 1374 final IntToString[] mapping = property.mapping(); local [all...] |
/external/libvorbis/lib/ |
codebook.c | 72 /* algortihmic mapping has use for 'unused entries', which we tag 73 here. The algorithmic mapping happens as usual, but the unused 96 mapping? If we have a mapping, what type? */ 100 /* no mapping */ 103 /* implicitly populated value mapping */ 104 /* explicitly populated value mapping */ 213 /* Do we have a mapping to unpack? */ 216 /* no mapping */ 219 /* implicitly populated value mapping */ [all...] |