/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_code.py | 18 consts: ('None', '<code object g>') 29 consts: ('None',) 46 consts: ('None',) 62 consts: ('None',) 79 consts: ("'doc string'", 'None') 88 def consts(t): function 102 print "consts:", tuple(consts(co.co_consts))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_code.py | 18 consts: ('None', '<code object g>') 29 consts: ('None',) 46 consts: ('None',) 62 consts: ('None',) 79 consts: ("'doc string'", 'None') 88 def consts(t): function 102 print "consts:", tuple(consts(co.co_consts))
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_state.h | 92 struct nv30_vertprog_data *consts; member in struct:nv30_vertprog 118 struct nv30_fragprog_data *consts; member in struct:nv30_fragprog
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_state.h | 92 struct nv30_vertprog_data *consts; member in struct:nv30_vertprog 118 struct nv30_fragprog_data *consts; member in struct:nv30_fragprog
|
/external/chromium_org/third_party/icu/source/i18n/ |
ucol_bld.cpp | 345 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local 347 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */ [all...] |
ucol_tok.cpp | 1575 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local 2026 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local 2392 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
translate_sse.c | 79 static float consts[NUM_CONSTS][4] = { variable 99 PIPE_ALIGN_VAR(16) float consts[NUM_CONSTS][4]; member in struct:translate_sse 162 get_offset(p, &p->consts[id][0]))); [all...] |
/external/icu4c/i18n/ |
ucol_bld.cpp | 346 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local 348 if((lh->baseCE & 0xFF000000)>= (consts->UCA_PRIMARY_IMPLICIT_MIN<<24) && (lh->baseCE & 0xFF000000) <= (consts->UCA_PRIMARY_IMPLICIT_MAX<<24) ) { /* implicits - */ [all...] |
ucol_tok.cpp | 1569 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local 2020 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local 2386 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); local [all...] |
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_sse.c | 79 static float consts[NUM_CONSTS][4] = { variable 99 PIPE_ALIGN_VAR(16) float consts[NUM_CONSTS][4]; member in struct:translate_sse 162 get_offset(p, &p->consts[id][0]))); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
renderer.c | 153 VGfloat consts[3][4]; local 166 consts[i][0] = mvp->m[i + 0]; 167 consts[i][1] = mvp->m[i + 3]; 168 consts[i][2] = 0.0f; 169 consts[i][3] = mvp->m[i + 6]; 177 sizeof(consts)); 180 0, sizeof(consts), consts); [all...] |
/external/llvm/lib/Target/CppBackend/ |
CPPBackend.cpp | 1618 SmallPtrSet<Constant*,64> consts; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
renderer.c | 153 VGfloat consts[3][4]; local 166 consts[i][0] = mvp->m[i + 0]; 167 consts[i][1] = mvp->m[i + 3]; 168 consts[i][2] = 0.0f; 169 consts[i][3] = mvp->m[i + 6]; 177 sizeof(consts)); 180 0, sizeof(consts), consts); [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cmsccoll.c | 1106 UCAConstants *consts = NULL; local 1128 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts); 1129 UCOL_RESET_TOP_VALUE = consts->UCA_LAST_NON_VARIABLE[0]; 1130 /*UCOL_RESET_TOP_CONT = consts->UCA_LAST_NON_VARIABLE[1]; */ 1131 UCOL_NEXT_TOP_VALUE = consts->UCA_FIRST_IMPLICIT[0]; 1132 UCOL_NEXT_TOP_CONT = consts->UCA_FIRST_IMPLICIT[1]; 1144 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT); 1146 setIndirectBoundaries(1, consts->UCA_FIRST_PRIMARY_IGNORABLE, 0); 1148 setIndirectBoundaries(2, consts->UCA_LAST_PRIMARY_IGNORABLE, 0) [all...] |
/external/icu4c/test/cintltst/ |
cmsccoll.c | 1109 UCAConstants *consts = NULL; local 1131 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts); 1132 UCOL_RESET_TOP_VALUE = consts->UCA_LAST_NON_VARIABLE[0]; 1133 /*UCOL_RESET_TOP_CONT = consts->UCA_LAST_NON_VARIABLE[1]; */ 1134 UCOL_NEXT_TOP_VALUE = consts->UCA_FIRST_IMPLICIT[0]; 1135 UCOL_NEXT_TOP_CONT = consts->UCA_FIRST_IMPLICIT[1]; 1147 setIndirectBoundaries(0, consts->UCA_LAST_NON_VARIABLE, consts->UCA_FIRST_IMPLICIT); 1149 setIndirectBoundaries(1, consts->UCA_FIRST_PRIMARY_IGNORABLE, 0); 1151 setIndirectBoundaries(2, consts->UCA_LAST_PRIMARY_IGNORABLE, 0) [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |