Searched
full:mapping (Results
726 -
750 of
4834) sorted by null
<<21222324252627282930>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 331 mapping = [0]*256 337 mapping[i] = new 347 mapping = array.array('b', mapping).tostring() 349 mapping = array.array(code, mapping) 350 assert mapping.itemsize == _sre.CODESIZE 351 header = header + mapping.tolist()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/ |
communicability_alg.py | 248 mapping = dict(zip(nodelist,range(n))) 252 i = mapping[v] 353 mapping = dict(zip(nodelist,range(len(nodelist)))) 360 p = mapping[u] 361 q = mapping[v] 434 mapping = dict(zip(nodelist,range(len(nodelist)))) 439 sc[u][v] = float(expA[mapping[u],mapping[v]])
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 331 mapping = [0]*256 337 mapping[i] = new 347 mapping = array.array('b', mapping).tostring() 349 mapping = array.array(code, mapping) 350 assert mapping.itemsize == _sre.CODESIZE 351 header = header + mapping.tolist()
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
FirstFitLocalCombiningAllocator.java | 177 if (DEBUG) System.out.println("--->Mapping local-associated params"); 180 if (DEBUG) System.out.println("--->Mapping other params"); 183 if (DEBUG) System.out.println("--->Mapping invoke-range"); 187 System.out.println("--->Mapping local-associated non-params"); 191 if (DEBUG) System.out.println("--->Mapping check-cast results"); 194 if (DEBUG) System.out.println("--->Mapping phis"); 197 if (DEBUG) System.out.println("--->Mapping others"); 326 * allowed in mapping. 593 * If source and result have a different mapping, insert a move so 594 * they can have the same mapping. Don't do this if the check cas [all...] |
/external/icu/icu4c/source/common/ |
ucase.cpp | 16 * Low-level Unicode character/string case mapping code. 205 * The Turkic dotless i and dotted I with their case mapping conditions 233 /* add the one simple case mapping, no matter what type it is */ 276 /* start of full case mapping strings */ 921 /* no known conditional special case mapping, use a normal mapping */ 927 /* set the output pointer to the lowercase mapping */ [all...] |
unistr_case_locale.cpp | 14 * Locale-sensitive case mapping functions (ones that call uloc_getDefault())
|
/dalvik/libdex/ |
DexDataMap.h | 56 * Verify that there is an entry in the map, mapping the given offset to
|
/device/asus/fugu/overlay/frameworks/base/core/res/res/xml/ |
global_keys.xml | 20 <!-- Mapping of keycodes to components which will be handled globally.
|
/device/google/atv/overlay/frameworks/base/core/res/res/xml/ |
global_keys.xml | 20 <!-- Mapping of keycodes to components which will be handled globally.
|
/external/deqp/modules/egl/ |
teglNativeColorMappingTests.hpp | 23 * \brief Test for mapping client color values to native surface colors
|
teglNativeCoordMappingTests.hpp | 23 * \brief Tests for mapping client coordinates to native surface coordinates
|
/external/e2fsprogs/debugfs/ |
ro_debug_cmds.ct | 78 request do_bmap, "Calculate the logical->physical block mapping for an inode",
|
/external/freetype/src/sfnt/ |
ttcmap.h | 5 /* TrueType character mapping table (cmap) support (specification). */
|
/external/glide/library/src/main/java/com/bumptech/glide/signature/ |
ApplicationVersionSignature.java | 29 // There wasn't a previous mapping, so toAdd is now the Key.
|
/external/icu/icu4c/source/data/mappings/ |
README.emoji | 87 The trailing "|0" etc. on the mapping table lines specify the mapping type: 122 == Google Standard Emoji Unicode Mapping 124 The Google standard emoji Unicode mapping can be found at:
|
ucmcore.mk | 6 # without any mapping tables:
|
/external/icu/icu4c/source/i18n/ |
name2uni.h | 23 * A transliterator that performs name to character mapping.
|
/external/iptables/extensions/ |
libxt_DNAT.man | 31 is used then port mapping will be randomized (kernel >= 2.6.22).
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/controls/ |
AnalogListener.java | 48 * @param name The name of the mapping that was invoked
|
/external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
Attribute.java | 36 * An attribute is a shader variable mapping to a VertexBuffer data
|
/external/kernel-headers/original/uapi/linux/ |
atmlec.h | 80 * For mapping LE_ARP requests to responses. Filled by
|
mempolicy.h | 50 #define MPOL_MF_STRICT (1<<0) /* Verify existing pages in the mapping */
|
nfs_idmap.h | 4 * UID and GID to name mapping for clients.
|
/external/libavc/encoder/ |
ih264e_rc_mem_interface.c | 358 /* Mapping ittiam memtabs to App. memtabs */ 368 /* Mapping ittiam memtabs to App. memtabs */ 378 /* Mapping ittiam memtabs to App. memtabs */ 388 /* Mapping ittiam memtabs to App. memtabs */
|
/external/libdrm/intel/ |
intel_bufmgr_priv.h | 67 * Alignment is used when mapping to the gtt. 111 * buffer to complete, first. The resulting mapping is available at 117 * Reduces the refcount on the userspace mapping of the buffer 238 * Returns 1 if mapping the buffer for write could cause the process
|
Completed in 606 milliseconds
<<21222324252627282930>>