/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
MessageFormat.java | 287 * System.out.println(form.format(testArgs)); 307 * System.out.println(msgFmt.format(args)); 309 * System.out.println(msgFmt.format(args)); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
DateFormatRegressionTest.java | 787 * window. Out of range years, that is, anything less than "00" or 820 String out = ""; local 840 out += str + " => " + actStr + "\n"; 849 out += "FAIL: " + str + " => " + actStr + ", expected " + expStr + "\n"; 854 log(out); 856 err(out); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
BasicTest.java | 255 // out. 292 // We comment this out in favor of the test above, which 1482 String out, out2; local 2765 String out=n2.normalize(in); local [all...] |
/external/kernel-headers/original/uapi/drm/ |
amdgpu_drm.h | 23 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 108 struct drm_amdgpu_gem_create_out out; member in union:drm_amdgpu_gem_create 146 struct drm_amdgpu_bo_list_out out; member in union:drm_amdgpu_bo_list 190 union drm_amdgpu_ctx_out out; member in union:drm_amdgpu_ctx 267 struct drm_amdgpu_gem_mmap_out out; member in union:drm_amdgpu_gem_mmap 288 struct drm_amdgpu_gem_wait_idle_out out; member in union:drm_amdgpu_gem_wait_idle 309 struct drm_amdgpu_wait_cs_out out; member in union:drm_amdgpu_wait_cs 335 struct drm_amdgpu_wait_fences_out out; member in union:drm_amdgpu_wait_fences 417 struct drm_amdgpu_cs_out out; member in union:drm_amdgpu_cs
|
/external/kernel-headers/original/uapi/linux/ |
coda.h | 342 struct coda_out_hdr out; member in struct:coda_store_out 353 struct coda_out_hdr out; member in struct:coda_release_out 364 struct coda_out_hdr out; member in struct:coda_close_out 404 struct coda_out_hdr out; member in struct:coda_setattr_out 415 struct coda_out_hdr out; member in struct:coda_access_out 463 struct coda_out_hdr out; member in struct:coda_remove_out 475 struct coda_out_hdr out; member in struct:coda_link_out 489 struct coda_out_hdr out; member in struct:coda_rename_out 515 struct coda_out_hdr out; member in struct:coda_rmdir_out 528 struct coda_out_hdr out; member in struct:coda_symlink_out 551 struct coda_out_hdr out; member in struct:coda_fsync_out 717 void __user *out; \/* Data to be transferred out *\/ member in struct:ViceIoctl [all...] |
/external/kmod/tools/ |
depmod.c | 338 static uint32_t index_write__node(const struct index_node *node, FILE *out) 357 child_offs[i] = htonl(index_write__node(child, out)); 362 offset = ftell(out); 365 fputs(node->prefix, out); 366 fputc('\0', out); 371 fputc(node->first, out); 372 fputc(node->last, out); 373 fwrite(child_offs, sizeof(uint32_t), child_count, out); 388 fwrite(&u, sizeof(u), 1, out); 392 fwrite(&u, sizeof(u), 1, out); 2544 FILE *out = NULL; local [all...] |
/external/libdrm/include/drm/ |
amdgpu_drm.h | 23 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 102 struct drm_amdgpu_gem_create_out out; member in union:drm_amdgpu_gem_create 140 struct drm_amdgpu_bo_list_out out; member in union:drm_amdgpu_bo_list 184 union drm_amdgpu_ctx_out out; member in union:drm_amdgpu_ctx 261 struct drm_amdgpu_gem_mmap_out out; member in union:drm_amdgpu_gem_mmap 282 struct drm_amdgpu_gem_wait_idle_out out; member in union:drm_amdgpu_gem_wait_idle 303 struct drm_amdgpu_wait_cs_out out; member in union:drm_amdgpu_wait_cs 385 struct drm_amdgpu_cs_out out; member in union:drm_amdgpu_cs
|
/external/libpng/contrib/libtests/ |
pngstest.c | 620 /* Delete function; cleans out all the allocated data and the temporary file in 679 "simpletest: out of memory allocating %lu(+32) byte buffer\n", 770 /* Separate out the gamma+background_rgb_to_gray warning because it may 1159 * OUT: ----- 8-bit ----- ----- 16-bit ----- 1204 gpc_noop(Pixel *out, const Pixel *in, const Background *back) 1207 out->r = in->r; 1208 out->g = in->g; 1209 out->b = in->b; 1210 out->a = in->a; 1215 gpc_nop8(Pixel *out, const Pixel *in, const Background *back 3694 unsigned int out; local 3725 unsigned int out; local 3753 unsigned int out; local [all...] |
/external/libpng/contrib/tools/ |
pngfix.c | 398 uarb_printx(uarb num, int digits, FILE *out) 404 fprintf(out, "0x%x", num[digits]); 407 fprintf(out, "%.4x", num[--digits]); 411 fputs("0x0", out); 415 uarb_print(uarb num, int digits, FILE *out) 426 uarb_printx(num, digits, out); 435 fprintf(out, "%lu", n); 862 FILE * out; /* If a new one is being written */ member in struct:file 916 emit_string(const char *str, FILE *out) 923 putc(*str, out); 1117 putc(type_char(type ), out); local [all...] |
/external/libxml2/ |
runtest.c | 99 const char *out; /* output directory */ member in struct:testDesc 331 /* print out the selected text */ 499 channel(data, "%s\n", "out of memory error"); 563 static char *resultFilename(const char *filename, const char *out, 579 if (out == NULL) 580 out = ""; 588 snprintf(res, 499, "%s%s%s", out, base, suffixbuff); 3718 xmlChar **out = NULL; local [all...] |
tree.c | 69 * Handle an out of memory condition 82 * Handle an out of memory condition 1295 goto out; 8345 xmlNodePtr cur, prev = NULL, out = NULL; local [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_soa.c | 23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 151 * something to prevent reading out of bounds and causing a segfault. 154 * coords which are out of bounds to become zero. Zero's guaranteed 241 /* XXX slight overkill masking out sign bit is unnecessary */ 1770 LLVMValueRef out1, out; local 3589 LLVMValueRef last_level, out, out1; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_fs.c | 24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 323 * TODO: figure out if simple_shader optimization is really worthwile to 577 * write that out. 599 LLVMValueRef out = LLVMBuildLoad(builder, outputs[attrib][chan], ""); local 603 lp_build_name(out, "color%u.%c", attrib, "rgba"[chan]); 604 LLVMBuildStore(builder, out, color_ptr); [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.c | 24 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 766 const float *out[4]) 777 out[0] = &tile->data.color[y ][x ][0]; 778 out[1] = &tile->data.color[y ][x+1][0]; 779 out[2] = &tile->data.color[y+1][x ][0]; 780 out[3] = &tile->data.color[y+1][x+1][0]; 791 const float *out[4]) 793 out[0] = get_texel_2d_no_border( sp_sview, addr, x0, y0 ); 794 out[1] = get_texel_2d_no_border( sp_sview, addr, x1, y0 ); 795 out[2] = get_texel_2d_no_border( sp_sview, addr, x0, y1 ) 1070 const float *out; local 1112 const float *out; local 1150 const float *out; local 1183 const float *out; local 1214 const float *out; local 1250 const float *out; local 1284 const float *out; local 1330 const float *out; local 1363 const float *out; local [all...] |
/external/opencv/cv/src/ |
cvhaar.cpp | 37 // or tort (including negligence or otherwise) arising in any way out of 179 CvHidHaarClassifierCascade* out = 0; local 268 CV_CALL( out = (CvHidHaarClassifierCascade*)cvAlloc( datasize )); 269 memset( out, 0, sizeof(*out) ); 272 out->count = cascade->count; 273 out->stage_classifier = (CvHidHaarStageClassifier*)(out + 1); 274 haar_classifier_ptr = (CvHidHaarClassifier*)(out->stage_classifier + cascade->count); 277 out->is_stump_based = 1 [all...] |
/external/pdfium/xfa/fxfa/app/ |
xfa_ffwidget.cpp | 989 FX_CHAR* out = nullptr; local 992 out = FX_Alloc(FX_CHAR, ((buf_len * 8 + 5) / 6) + 5); 996 out[j] = g_base64_chars[(limb >> 18) & 63]; 997 out[j + 1] = g_base64_chars[(limb >> 12) & 63]; 998 out[j + 2] = g_base64_chars[(limb >> 6) & 63]; 999 out[j + 3] = g_base64_chars[(limb)&63]; 1006 out[j++] = g_base64_chars[(limb >> 2) & 63]; 1007 out[j++] = g_base64_chars[(limb << 4) & 63]; 1008 out[j++] = '='; 1009 out[j++] = '=' [all...] |
/external/python/cpython2/Modules/ |
_tkinter.c | 1841 char **out = (char**)_out; local [all...] |
/external/skia/src/pdf/ |
SkPDFDevice.cpp | 1498 SkDynamicMemoryWStream* out = content.stream(); local [all...] |
/external/toybox/toys/pending/ |
xzcat.c | 81 * @out: Beginning of the output buffer. This may be NULL if and only 87 * Only the contents of the output buffer from out[out_pos] onward, and 95 uint8_t *out; member in struct:xz_buf 121 * system out of memory when decompressing streams from untrusted sources. 139 * contents of the output buffer from b->out[b->out_pos] onward are 194 static uint8_t out[BUFSIZ]; variable 231 b.out = out; 243 if (b.out_pos == sizeof(out)) { 244 if (fwrite(out, 1, b.out_pos, stdout) != b.out_pos) 445 uint8_t *out; member in struct:xz_dec_bcj [all...] |
/external/v8/src/builtins/ |
builtins-regexp.cc | 79 Label named_captures(this), out(this); 100 GotoIf(SmiEqual(num_results, SmiConstant(1)), &out); local 158 GotoIf(SmiEqual(names, SmiConstant(0)), &out); local 209 Branch(IntPtrGreaterThanOrEqual(var_i.value(), names_length), &out, local 214 Bind(&out); 242 Label out(this); 336 GotoIfNot(should_update_last_index, &out); 343 Goto(&out); 346 Bind(&out); 360 Label if_didnotmatch(this), out(this) 395 Branch(IsJSReceiverInstanceType(value_instance_type), &out, &throw_exception); local 649 GotoIf(TaggedIsSmi(maybe_receiver), &out); local 650 GotoIfNot(IsJSReceiver(maybe_receiver), &out); local 664 Branch(HasInstanceType(receiver, JS_REGEXP_TYPE), &if_isregexp, &out); local 1286 GotoIf(WordEqual(result, null), &out); local 1384 Branch(TaggedIsPositiveSmi(index_plus_one), &if_isunicode, &out); local 1389 GotoIfNot(SmiLessThan(index_plus_one, string_length), &out); local 1668 GotoIfNot(IntPtrEqual(array.length(), int_zero), &out); local 2023 GotoIf(WordEqual(array.length(), int_limit), &out); local 2074 GotoIf(WordEqual(array.length(), int_limit), &out); local 2257 GotoIf(WordEqual(res, null), &out); local [all...] |
/external/vulkan-validation-layers/loader/ |
loader.c | 448 char *out = NULL; local 472 if (out == NULL) { 473 out = loader_instance_heap_alloc( 475 if (NULL == out) { 477 "Out of memory can't alloc space for registry data"); 480 out[0] = '\0'; 481 } else if (strlen(out) + name_size + 1 > total_size) { 482 out = loader_instance_heap_realloc( 483 inst, out, total_size, total_size * 2, 485 if (NULL == out) { [all...] |
/external/webp/src/dsp/ |
dec_neon.c | 53 uint8x8x4_t out; local 54 INIT_VECTOR4(out, zero, zero, zero, zero); 55 out = vld4_lane_u8(src + 0 * stride, out, 0); 56 out = vld4_lane_u8(src + 1 * stride, out, 1); 57 out = vld4_lane_u8(src + 2 * stride, out, 2); 58 out = vld4_lane_u8(src + 3 * stride, out, 3) [all...] |
msa_macro.h | 409 * Outputs - out 589 const v2i64 out = res0_m + res1_m; local 590 int32_t sum_m = __msa_copy_s_w((v4i32)out, 0); 668 * Output - out 670 * Details : Set element 0 in vector 'out' to value specified in 'in0' 672 #define INSERT_W2(RTYPE, in0, in1, out) do { \ 673 out = (RTYPE)__msa_insert_w((v4i32)out, 0, in0); \ 674 out = (RTYPE)__msa_insert_w((v4i32)out, 1, in1); [all...] |
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl.c | 70 static size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, 75 os_memcpy(out, ssl->s3->client_random, SSL3_RANDOM_SIZE); 80 static size_t SSL_get_server_random(const SSL *ssl, unsigned char *out, 85 os_memcpy(out, ssl->s3->server_random, SSL3_RANDOM_SIZE); 92 unsigned char *out, size_t outlen) 99 os_memcpy(out, session->master_key, outlen); 3697 BIO *out; local 3731 BIO *out; local [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 2149 AudioStreamOut *out = mmapThread->clearOutput(); local 2159 AudioStreamOut *out = thread->clearOutput(); local [all...] |