/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_cliptmp.h | 34 GLuint idxPrev = inlist[0]; \ 39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \ 41 GLuint idx = inlist[i]; \ 74 GLuint *tmp = inlist; \ 75 inlist = outlist; \ 196 GLuint *inlist = vlist[0], *outlist = vlist[1]; local 200 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ 207 j = inlist[i]; 241 if (pv != inlist[0]) 276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_cliptmp.h | 34 GLuint idxPrev = inlist[0]; \ 39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \ 41 GLuint idx = inlist[i]; \ 74 GLuint *tmp = inlist; \ 75 inlist = outlist; \ 196 GLuint *inlist = vlist[0], *outlist = vlist[1]; local 200 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ 207 j = inlist[i]; 241 if (pv != inlist[0]) 276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local [all...] |
/packages/apps/Dialer/src/com/android/dialer/dialpad/ |
SmartDialMatchPosition.java | 49 * @param inList ArrayList of SmartDialMatchPositions to modify. 52 public static void advanceMatchPositions(ArrayList<SmartDialMatchPosition> inList, 54 for (int i = 0; i < inList.size(); i++) { 55 inList.get(i).advance(toAdvance);
|
/external/chromium_org/third_party/sqlite/src/test/ |
boundary1.tcl | 56 # Scramble the $inlist into a random order. 58 proc scramble {inlist} { 60 foreach x $inlist { 73 proc sort {inlist} { 75 set mn [lindex $inlist 0] 76 foreach x $inlist { 83 foreach x $inlist { 98 proc reverse {inlist} { 99 set i [llength $inlist] 102 lappend outlist [lindex $inlist $i [all...] |
boundary3.tcl | 56 # Scramble the $inlist into a random order. 58 proc scramble {inlist} { 60 foreach x $inlist { 73 proc sort {inlist} { 75 set mn [lindex $inlist 0] 76 foreach x $inlist { 83 foreach x $inlist { 98 proc reverse {inlist} { 99 set i [llength $inlist] 102 lappend outlist [lindex $inlist $i [all...] |
capi3d.test | 50 # Scramble the $inlist into a random order. 52 proc scramble {inlist} { 54 foreach x $inlist {
|
boundary2.tcl | 56 # Scramble the $inlist into a random order. 58 proc scramble {inlist} { 60 foreach x $inlist { 73 proc sort {inlist} { 75 set mn [lindex $inlist 0] 76 foreach x $inlist { 83 foreach x $inlist { 98 proc reverse {inlist} { 99 set i [llength $inlist] 102 lappend outlist [lindex $inlist $i [all...] |
boundary4.tcl | 55 # Scramble the $inlist into a random order. 57 proc scramble {inlist} { 59 foreach x $inlist { 72 proc sort {inlist} { 74 set mn [lindex $inlist 0] 75 foreach x $inlist { 82 foreach x $inlist { 97 proc reverse {inlist} { 98 set i [llength $inlist] 101 lappend outlist [lindex $inlist $i [all...] |
trans2.test | 20 # A procedure to scramble the elements of list $inlist into a random order. 22 proc scramble {inlist} { 24 foreach x $inlist {
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 192 struct vertex_header **inlist, 223 header.v[0] = inlist[0]; /* the provoking vertex */ 224 header.v[1] = inlist[i-1]; 225 header.v[2] = inlist[i]; 228 header.v[0] = inlist[i-1]; 229 header.v[1] = inlist[i]; 230 header.v[2] = inlist[0]; /* the provoking vertex */ 304 struct vertex_header **inlist = a; local 314 inlist[0] = header->v[0]; 315 inlist[1] = header->v[1] [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 192 struct vertex_header **inlist, 223 header.v[0] = inlist[0]; /* the provoking vertex */ 224 header.v[1] = inlist[i-1]; 225 header.v[2] = inlist[i]; 228 header.v[0] = inlist[i-1]; 229 header.v[1] = inlist[i]; 230 header.v[2] = inlist[0]; /* the provoking vertex */ 304 struct vertex_header **inlist = a; local 314 inlist[0] = header->v[0]; 315 inlist[1] = header->v[1] [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
AccountUtils.java | 41 public static List<Account> mergeAccountLists(List<Account> inList, Account[] accounts, 46 if (inList != null) { 47 for (Account account : inList) {
|
/external/chromium/chrome/browser/ui/webui/ |
settings_browsertest.cc | 16 MATCHER_P(Eq_ListValue, inList, "") { 17 return arg->Equals(inList);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_clip_tri.c | 99 c->reg.inlist = brw_uw16_reg(BRW_GENERAL_REGISTER_FILE, i, 0); 155 brw_MOV(p, get_element(c->reg.inlist, 0), brw_address(c->reg.vertex[1]) ); 156 brw_MOV(p, get_element(c->reg.inlist, 1), brw_address(c->reg.vertex[0]) ); 162 brw_MOV(p, get_element(c->reg.inlist, 0), brw_address(c->reg.vertex[0]) ); 163 brw_MOV(p, get_element(c->reg.inlist, 1), brw_address(c->reg.vertex[1]) ); 169 brw_MOV(p, get_element(c->reg.inlist, 2), brw_address(c->reg.vertex[2]) ); 240 brw_MOV(p, get_addr_reg(inlist_ptr), brw_address(c->reg.inlist)); 368 * inlist = outlist 369 * inlist_ptr = &inlist[0] 374 brw_MOV(p, brw_vec8_grf(c->reg.inlist.nr, 0), brw_vec8_grf(c->reg.outlist.nr, 0)) [all...] |
brw_clip_unfilled.c | 285 brw_MOV(p, get_addr_reg(v0ptr), brw_address(c->reg.inlist)); 300 /* v1ptr = &inlist[nr_verts] 304 brw_MOV(p, get_addr_reg(v0ptr), brw_address(c->reg.inlist)); 349 brw_MOV(p, get_addr_reg(v0ptr), brw_address(c->reg.inlist)); 486 /* Need to use the inlist indirection here:
|
brw_clip.h | 91 struct brw_reg inlist; member in struct:brw_clip_compile::__anon13166
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip_tri.c | 99 c->reg.inlist = brw_uw16_reg(BRW_GENERAL_REGISTER_FILE, i, 0); 155 brw_MOV(p, get_element(c->reg.inlist, 0), brw_address(c->reg.vertex[1]) ); 156 brw_MOV(p, get_element(c->reg.inlist, 1), brw_address(c->reg.vertex[0]) ); 162 brw_MOV(p, get_element(c->reg.inlist, 0), brw_address(c->reg.vertex[0]) ); 163 brw_MOV(p, get_element(c->reg.inlist, 1), brw_address(c->reg.vertex[1]) ); 169 brw_MOV(p, get_element(c->reg.inlist, 2), brw_address(c->reg.vertex[2]) ); 240 brw_MOV(p, get_addr_reg(inlist_ptr), brw_address(c->reg.inlist)); 368 * inlist = outlist 369 * inlist_ptr = &inlist[0] 374 brw_MOV(p, brw_vec8_grf(c->reg.inlist.nr, 0), brw_vec8_grf(c->reg.outlist.nr, 0)) [all...] |
brw_clip_unfilled.c | 285 brw_MOV(p, get_addr_reg(v0ptr), brw_address(c->reg.inlist)); 300 /* v1ptr = &inlist[nr_verts] 304 brw_MOV(p, get_addr_reg(v0ptr), brw_address(c->reg.inlist)); 349 brw_MOV(p, get_addr_reg(v0ptr), brw_address(c->reg.inlist)); 486 /* Need to use the inlist indirection here:
|
brw_clip.h | 91 struct brw_reg inlist; member in struct:brw_clip_compile::__anon23633
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 28 const char* inList, 223 * inList, and does not contain those in outList. Also verifies that 226 * @param inList list of set contents, in iteration order. Format is 232 * inList. 237 const char* inList, 248 expectContainment(set, inList, TRUE); 250 expectItems(set, inList);
|
/external/icu4c/test/cintltst/ |
usettest.c | 28 const char* inList, 223 * inList, and does not contain those in outList. Also verifies that 226 * @param inList list of set contents, in iteration order. Format is 232 * inList. 237 const char* inList, 248 expectContainment(set, inList, TRUE); 250 expectItems(set, inList);
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree4.test | 45 # Scramble the $inlist into a random order. 47 proc scramble {inlist} { 49 foreach x $inlist {
|
/external/srec/portable/src/ |
pmemory_ext.c | 147 int inList = FALSE; /* TRUE when found in list */ 153 inList = TRUE; 157 PORT_ASSERT(inList == TRUE); /* MUST be in list */
|
/external/doclava/src/com/google/doclava/ |
SampleCode.java | 90 public static boolean inList(String s, String[] list) { 149 if (inList(path, IMAGES)) { 160 if (inList(path, TEMPLATED)) { 667 if (inList(out, IMAGES)) { 673 if (inList(out, TEMPLATED)) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
javascript.js | 200 function inList(list) { 208 if (inList(state.localVars)) return; 211 if (inList(state.globalVars)) return;
|