/external/chromium/chrome/browser/automation/ |
automation_provider_win.cc | 185 POINT temp = drag_path[0].ToPOINT(); local 186 MapWindowPoints(top_level_hwnd, HWND_DESKTOP, &temp, 1); 187 MoveMouse(temp); 191 temp = drag_path[i].ToPOINT(); 192 MapWindowPoints(top_level_hwnd, HWND_DESKTOP, &temp, 1); 193 MoveMouse(temp);
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_utils.cc | 407 uint32 temp; local 408 if (!SafeAddUint32(unpadded_row_size, unpack_alignment - 1, &temp)) { 411 *padded_row_size = (temp / unpack_alignment) * unpack_alignment; 425 uint32 temp; local 426 if (!SafeAddUint32(row_size, unpack_alignment - 1, &temp)) { 429 uint32 padded_row_size = (temp / unpack_alignment) * unpack_alignment;
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tscoll.cpp | 511 Order *temp = new Order[maxSize]; local 513 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order)); 514 orders.adoptInstead(temp); 526 Order *temp = new Order[size]; local 528 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order)); 529 orders.adoptInstead(temp);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program_alu.c | 365 unsigned int temp; local 382 temp = inst->U.I.DstReg.Index; 383 srctemp = srcreg(RC_FILE_TEMPORARY, temp); 389 dstregtmpmask(temp, RC_MASK_XYW), 394 dstregtmpmask(temp, RC_MASK_Z), 400 dstregtmpmask(temp, RC_MASK_W), 403 dstregtmpmask(temp, RC_MASK_W), 407 dstregtmpmask(temp, RC_MASK_W), 412 dstregtmpmask(temp, RC_MASK_Z), 419 dstregtmpmask(temp, RC_MASK_XYW) 1125 unsigned int temp; local 1157 unsigned int temp; local [all...] |
radeon_variable.c | 411 struct rc_list * temp; local 414 for (temp = list; temp; temp = temp->Next) { 415 struct rc_reader * b = temp->Item; 524 fprintf(stderr, "%u: TEMP[%u].%u: ",
|
/external/e2fsprogs/lib/ext2fs/ |
tdbtool.c | 538 char temp[3]; local 547 temp[0] = *inp++; 548 temp[1] = '\0'; 550 temp[1] = *inp++; 551 temp[2] = '\0'; 553 *outp++ = (char)strtol((const char *)temp,NULL,16);
|
/external/eigen/Eigen/src/SparseCore/ |
SparseMatrixBase.h | 240 Derived temp(other.rows(), other.cols()); 242 temp.reserve((std::max)(this->rows(),this->cols())*2); 245 temp.startVec(j); 249 temp.insertBackByOuterInner(Flip?it.index():j,Flip?j:it.index()) = v; 252 temp.finalize(); 254 derived() = temp.markAsRValue();
|
/external/grub/lib/ |
getopt.c | 778 char *temp = my_index (optstring, c); 784 if (temp == NULL || c == ':') 800 if (temp[0] == 'W' && temp[1] == ';') 923 if (temp[1] == ':') 925 if (temp[2] == ':') 774 char *temp = my_index (optstring, c); local
|
/external/icu4c/test/intltest/ |
tscoll.cpp | 515 Order *temp = new Order[maxSize]; local 517 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order)); 518 orders.adoptInstead(temp); 530 Order *temp = new Order[size]; local 532 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order)); 533 orders.adoptInstead(temp);
|
/external/libogg/src/ |
framing.c | 426 /* construct the header in temp storage */ 671 /* set up a temp page struct and recompute the checksum */ 1102 unsigned char *temp=_ogg_malloc(og->header_len); local 1103 memcpy(temp,og->header,og->header_len); 1104 og->header=temp; 1106 temp=_ogg_malloc(og->body_len); 1107 memcpy(temp,og->body,og->body_len); 1108 og->body=temp; 1803 ogg_page temp; local 1852 ogg_page temp; local [all...] |
/external/libvorbis/lib/ |
envelope.c | 127 float temp=vec[0]*vec[0]+.7*vec[1]*vec[1]+.2*vec[2]*vec[2]; local 133 decay=filters->nearDC_acc=filters->nearDC_partialacc+temp; 134 filters->nearDC_partialacc=temp; 136 decay=filters->nearDC_acc+=temp; 137 filters->nearDC_partialacc+=temp; 140 filters->nearDC[ptr]=temp;
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
RangeCoder.cs | 69 byte temp = _cache;
72 Stream.WriteByte((byte)(temp + (Low >> 32)));
73 temp = 0xFF;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program_alu.c | 365 unsigned int temp; local 382 temp = inst->U.I.DstReg.Index; 383 srctemp = srcreg(RC_FILE_TEMPORARY, temp); 389 dstregtmpmask(temp, RC_MASK_XYW), 394 dstregtmpmask(temp, RC_MASK_Z), 400 dstregtmpmask(temp, RC_MASK_W), 403 dstregtmpmask(temp, RC_MASK_W), 407 dstregtmpmask(temp, RC_MASK_W), 412 dstregtmpmask(temp, RC_MASK_Z), 419 dstregtmpmask(temp, RC_MASK_XYW) 1125 unsigned int temp; local 1157 unsigned int temp; local [all...] |
radeon_variable.c | 411 struct rc_list * temp; local 414 for (temp = list; temp; temp = temp->Next) { 415 struct rc_reader * b = temp->Item; 524 fprintf(stderr, "%u: TEMP[%u].%u: ",
|
/external/srec/portable/src/ |
PFileSystem.c | 541 LCHAR temp[P_PATH_MAX]; local 545 LSTRCPY(temp, path); 546 lstrtrim(temp); 547 CHKLOG(rc, PFileSystemCanonicalSlashes(temp)); 548 *isDirectory = temp[LSTRLEN(temp)-1] == '/';
|
/libcore/luni/src/main/java/java/util/ |
Properties.java | 376 String temp = new String(buf, 0, offset); local 377 put(temp.substring(0, keyLength), temp 429 String temp = new String(buf, 0, offset); local 430 String key = temp.substring(0, keyLength); 431 String value = temp.substring(keyLength);
|
/ndk/sources/host-tools/make-3.81/ |
getopt.c | 759 char *temp = my_index (optstring, c); 765 if (temp == NULL || c == ':') 781 if (temp[0] == 'W' && temp[1] == ';') 904 if (temp[1] == ':') 906 if (temp[2] == ':') 756 char *temp = my_index (optstring, c); local
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vec4_visitor.cpp | 712 dst_reg temp; local 730 temp = dst_reg(this, glsl_type::bool_type); 731 emit(OR(temp, op[0], op[1])); 732 emit(IF(src_reg(temp), src_reg(0), BRW_CONDITIONAL_NZ)); 736 temp = dst_reg(this, glsl_type::bool_type); 737 emit(AND(temp, op[0], op[1])); 738 emit(IF(src_reg(temp), src_reg(0), BRW_CONDITIONAL_NZ)); 1045 * This does limit this temp's use as a temporary for multi-instruction 1472 src_reg temp = src_reg(this, glsl_type::int_type); local 2542 src_reg temp = src_reg(this, glsl_type::vec4_type); local 2556 dst_reg temp = dst_reg(this, glsl_type::vec4_type); local 2643 dst_reg temp = dst_reg(this, glsl_type::vec4_type); local [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4_visitor.cpp | 712 dst_reg temp; local 730 temp = dst_reg(this, glsl_type::bool_type); 731 emit(OR(temp, op[0], op[1])); 732 emit(IF(src_reg(temp), src_reg(0), BRW_CONDITIONAL_NZ)); 736 temp = dst_reg(this, glsl_type::bool_type); 737 emit(AND(temp, op[0], op[1])); 738 emit(IF(src_reg(temp), src_reg(0), BRW_CONDITIONAL_NZ)); 1045 * This does limit this temp's use as a temporary for multi-instruction 1472 src_reg temp = src_reg(this, glsl_type::int_type); local 2542 src_reg temp = src_reg(this, glsl_type::vec4_type); local 2556 dst_reg temp = dst_reg(this, glsl_type::vec4_type); local 2643 dst_reg temp = dst_reg(this, glsl_type::vec4_type); local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ustrcase.c | 459 UChar *temp; local 489 temp=buffer; 492 temp=(UChar *)uprv_malloc(destCapacity*U_SIZEOF_UCHAR); 493 if(temp==NULL) { 499 temp=dest; 505 destLength=ustr_foldCase(csm->csp, temp, destCapacity, src, srcLength, 515 temp, destCapacity, 521 temp, destCapacity, 530 destLength=_toTitle((UCaseMap *)csm, temp, destCapacity, 536 if(temp!=dest) [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cdtrgtst.c | 54 UChar *temp; local 90 temp=(UChar*)malloc(sizeof(UChar) * 10); 91 u_uastrcpy(temp, "M yyyy dd"); 92 udat_applyPattern(df, TRUE, temp, u_strlen(temp)); 114 free(temp); 375 UChar temp[15]; local 393 u_uastrcpy(temp, "m/D/yy"); 394 udat_applyPattern(fmt, FALSE, temp, u_strlen(temp)); 471 UChar temp[20]; local [all...] |
usrchtst.c | 137 char *temp = result; local 144 *temp ++ = (char)ch; 147 sprintf(temp, "\\u%04x", ch); 148 temp += 6; /* \uxxxx */ 151 *temp = 0; 917 const UChar *temp; local 963 temp = usearch_getPattern(strsrch, &templength); 964 if (u_strcmp(pattern, temp) != 0) { 973 temp = usearch_getPattern(strsrch, &templength); 974 if (u_strcmp(pattern, temp) != 0) 1023 const UChar *temp; local 2006 const UChar *temp; local 2081 const UChar *temp; local [all...] |
/external/icu4c/test/cintltst/ |
cdtrgtst.c | 54 UChar *temp; local 90 temp=(UChar*)malloc(sizeof(UChar) * 10); 91 u_uastrcpy(temp, "M yyyy dd"); 92 udat_applyPattern(df, TRUE, temp, u_strlen(temp)); 114 free(temp); 375 UChar temp[15]; local 393 u_uastrcpy(temp, "m/D/yy"); 394 udat_applyPattern(fmt, FALSE, temp, u_strlen(temp)); 471 UChar temp[20]; local [all...] |
/external/opencv/cv/src/ |
cvapprox.cpp | 71 _CvPtInfo temp; local 113 temp.next = 0; 114 current = &temp; 154 current = temp.next; 244 prev_current = &temp; 245 current = temp.next; 284 current = temp.next; 286 prev_current = &temp; 320 assert( temp.next ); 346 temp.next = array + i1 [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPicker.java | 681 Bitmap temp = null; local 685 temp = image.miniThumbBitmap(); 688 if (temp != null) { 690 Bitmap newMap = temp.copy(temp.getConfig(), true); 700 temp.recycle(); 701 temp = newMap; 704 temp = Util.transform(m, temp, imageWidth, 711 if (temp != null) [all...] |