/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 88 Used by .{safe_,}substitute() to combine the mapping and keyword 152 mapping = kws 154 mapping = _multimap(kws, args[0]) 156 mapping = args[0] 162 val = mapping[named] 178 mapping = kws 180 mapping = _multimap(kws, args[0]) 182 mapping = args[0] 190 return '%s' % (mapping[named],) 196 return '%s' % (mapping[braced], [all...] |
shelve.py | 35 mapping -- it only modifies the copy, which is then immediately 37 item to d[key] in a way that will affect the persistent mapping, use: 46 to the persistent mapping when you call d.close(). This ensures that
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 88 Used by .{safe_,}substitute() to combine the mapping and keyword 152 mapping = kws 154 mapping = _multimap(kws, args[0]) 156 mapping = args[0] 162 val = mapping[named] 178 mapping = kws 180 mapping = _multimap(kws, args[0]) 182 mapping = args[0] 190 return '%s' % (mapping[named],) 196 return '%s' % (mapping[braced], [all...] |
/external/icu/icu4c/source/common/ |
normalizer2impl.h | 518 const uint16_t *mapping=getMapping(norm16); local 519 if(*mapping&MAPPING_HAS_CCC_LCCC_WORD) { 520 return (uint8_t)*(mapping-1); 545 const uint16_t *list=extraData+norm16; // composite has both mapping & compositions list 546 return list+ // mapping pointer 547 1+ // +1 to skip the first unit with the mapping lenth 548 (*list&MAPPING_LENGTH_MASK); // + mapping length 693 * with a decomposition mapping, that is, with NF*D_QC=No. 695 * with NF*C_QC=No (has a one-way mapping) or Maybe (combines backward). 713 * which means it has a two-way (round-trip) decomposition mapping [all...] |
propname.h | 167 * int32_t bytesTrieOffset; -- Offset into bytesTries[] for name->value mapping. 187 * mapping from names/aliases to values. 190 * for mapping each property's names/aliases to their property values.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToXMLSAXHandler.java | 324 * Remember the prefix/uri mapping at the current nested element depth. 329 * @param shouldFlush a flag indicating if the mapping applies to the 340 /* Remember the mapping, and at what depth it was declared 351 // the prefix mapping applies to the child element (one deeper) 356 // the prefix mapping applies to the current element 718 * that the needed prefix/uri mapping is declared, but only if there is a
|
/external/kernel-headers/original/uapi/linux/ |
vfio.h | 174 * Implementation of region mapping is bus driver specific. This is 199 * Implementation of IRQ mapping is bus driver specific. Indexes 306 * IRQ index mapping. Unimplemented regions return a size of zero. 409 __u64 size; /* Size of mapping (bytes) */ 421 * or size different from those used in the original mapping call will 428 __u64 size; /* Size of mapping (bytes) */
|
/external/llvm/lib/Transforms/Utils/ |
ValueMapper.cpp | 42 // are using the identity mapping. 63 // level is changing, then use an identity mapping. 80 // is something that is not in the mapping table. 109 // mapping. 253 // No operands changed, so use the identity mapping. 299 // module level is changing, then use an identity mapping.
|
/external/openfst/src/include/fst/ |
relabel.h | 47 // mapping. 50 // \param ipairs vector of input label pairs indicating old to new mapping 51 // \param opairs vector of output label pairs indicating old to new mapping 118 // mapping. 121 // \param new_isymbols symbol set indicating new mapping of input symbols 122 // \param new_osymbols symbol set indicating new mapping of output symbols
|
state-table.h | 19 // Classes for representing the mapping between state tuples and state Ids. 35 // STATE TABLES - these determine the bijective mapping between state 68 // An implementation using a hash map for the tuple to state ID mapping. 90 // An implementation using a hash map for the tuple to state ID mapping. 112 // An implementation using a vector for the tuple to state mapping. 169 // mapping. This version permits erasing of states. The state tuple T
|
/hardware/intel/img/psb_video/src/ |
tng_trace.c | 185 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__); 198 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping reconstructed buf\n", __FUNCTION__); 225 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__); 238 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping colocated buf\n", __FUNCTION__); 265 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__); 278 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping apMV buf\n", __FUNCTION__); 305 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping mtx context\n", __FUNCTION__); 318 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping write back buf\n", __FUNCTION__); 344 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping slice template\n", __FUNCTION__); 374 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s error: mapping pic template\n", __FUNCTION__) [all...] |
/libcore/luni/src/main/java/java/security/cert/ |
PKIXParameters.java | 61 // Indicates whether policy mapping inhibited or not 405 * Returns whether policy mapping is inhibited. 407 * @return {@code true} if policy mapping is inhibited, otherwise {@code 415 * Sets whether policy mapping is to be inhibited. 418 * {@code true} if policy mapping is to be inhibited, otherwise 554 sb.append("\n Policy Mapping Inhibited: ");
|
/libcore/luni/src/main/java/javax/crypto/ |
EncryptedPrivateKeyInfo.java | 96 // algName == name from map oid->name if mapping exists, or 97 // algName == oid if mapping does not exist 445 // Returns 'true' if mapping available 'false' otherwise 451 // try to find mapping OID->algName 453 // if there is no mapping OID->algName 461 // try to find mapping algName->OID or
|
/art/compiler/utils/arm/ |
managed_register_arm.h | 85 // There is a one-to-one mapping between ManagedRegister and register id. 127 // Appropriate mapping of register ids allows to use AllocIdLow(). 133 // Appropriate mapping of register ids allows to use AllocIdHigh().
|
/development/ide/emacs/ |
android-common.el | 26 ;; need to add a mapping in `android-product-alias-map'. For instance 28 ;; you need to add a mapping Target:foo -> Alias:bar 59 is 'out/target/product/bar', you need to add a mapping Target:foo -> Alias:bar."
|
/external/icu/icu4c/source/test/intltest/ |
transtst.h | 149 * Test the case mapping transliterators. 154 * Test the name mapping transliterators. 314 * Check to see if case mapping works correctly.
|
/external/icu/icu4c/source/tools/makeconv/ |
gencnvex.c | 384 * - start<limit (There is at least one mapping.) 402 * >0: if there is one mapping with an input unit sequence of unitIndex+1 403 * then defaultValue=compute the mapping result for this whole sequence 562 * rebuild reverseMap with mapping indexes for mappings relevant for from Unicode 640 * no mapping, <subchar1> preferred 644 * and this non-mapping does not count for maxInUChars which are always 884 /* <subchar1> SUB mapping, see getFromUBytesValue() and prepareFromUMappings() */ 920 /* roundtrip or fallback mapping */ 965 * if there is a mapping for this code point alone, it is at subStart [all...] |
/external/kernel-headers/original/uapi/drm/ |
exynos_drm.h | 70 /* non-cachable mapping and used as default. */ 72 /* cachable mapping. */ 74 /* write-combine mapping. */
|
/external/libutf/ |
utf.h | 173 // upper case letters have no lower case mapping, and so on. Unicode 184 // no defined mapping. 192 // upper case letters and targets of the toupper mapping. islowerrune
|
/external/proguard/docs/manual/retrace/ |
usage.html | 39 <dd>Specifies the name of the mapping file, produced by ProGuard with the 106 <li>If the line numbers have been removed, mapping obfuscated method names 119 Unobfuscated elements and obfuscated elements for which no mapping is available
|
/external/selinux/libsemanage/src/ |
seusers_local.c | 297 ERR(handle, "could not check if seuser mapping for %s is valid", name); 304 ERR(handle, "seuser mapping [%s -> (%s, %s)] is invalid", 307 ERR(handle, "seuser mapping [%s -> %s] is invalid",
|
/external/v8/src/ |
unicode.h | 48 // that either have no mapping or map to a single character independent 52 class Mapping { 54 inline Mapping() { }
|
/frameworks/base/core/java/android/os/ |
PersistableBundle.java | 32 * A mapping from String values to various types that can be saved to persistent and later 136 * Inserts a PersistableBundle value into the mapping of this Bundle, replacing 149 * no mapping of the desired type exists for the given key or a null
|
/frameworks/base/docs/html/training/graphics/opengl/ |
projection.jd | 49 coordinate mapping, see <a 50 href="{@docRoot}guide/topics/graphics/opengl.html#coordinate-mapping">Mapping Coordinates for Drawn
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/ |
BaseCursorPagerAdapter.java | 43 /** Mapping of row ID to cursor position */ 45 /** Mapping of instantiated object to row ID */ 239 * Sets the {@link #mItemPosition} instance variable with the current mapping of
|