/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
timestamp_scaler_unittest.cc | 26 DecoderDatabase::DecoderInfo info; local 27 info.codec_type = kDecoderPCMu; // Does not use scaled timestamps. 30 .WillRepeatedly(Return(&info)); 46 DecoderDatabase::DecoderInfo info; local 47 info.codec_type = kDecoderPCMu; // Does not use scaled timestamps. 50 .WillRepeatedly(Return(&info)); 71 DecoderDatabase::DecoderInfo info; local 72 info.codec_type = kDecoderG722; // Uses a factor 2 scaling. 75 .WillRepeatedly(Return(&info)); 95 DecoderDatabase::DecoderInfo info; local 164 DecoderDatabase::DecoderInfo info; local 192 DecoderDatabase::DecoderInfo info; local 221 DecoderDatabase::DecoderInfo info; local 257 DecoderDatabase::DecoderInfo info; local 285 DecoderDatabase::DecoderInfo info; local [all...] |
/external/chromium_org/tools/resources/ |
optimize-png-files.sh | 61 function info { function 69 info -ne "${THROBBER_STR[$THROBBER_COUNT]}\b" 111 info -ne "\b\b\b\b\b\b\b\bgray...." 120 info -ne "\b\b\b\b\b\b\b\bgray-a.." 130 info -ne "\b\b\b\b\b\b\b\brgb....." 141 info -ne "\b\b\b\b\b\b\b\bhuffman." 168 info -ne "\b\b\b\b\b\b\b\brandom.." 190 info -ne "\b\b\b\b\b\b\b\bfinal..." 232 info -n "$file|........" 234 info -n "...${file:$trimmed_length}|........ [all...] |
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
android_browser_finder_unittest.py | 17 def info(self, msg, *args): member in class:LoggingStub
|
/external/chromium_org/ui/gfx/ |
blit.cc | 44 SkImageInfo info; local 46 void* pixels = canvas.accessTopLayerPixels(&info, &row_bytes); 52 clip_bounds.fRight != info.width() || 53 clip_bounds.fBottom != info.height())
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_storage.cc | 71 scoped_refptr<AppCacheResponseInfo> info; local 73 info = new AppCacheResponseInfo(storage_, manifest_url_, 78 FOR_EACH_DELEGATE(delegates_, OnResponseInfoLoaded(info.get(), response_id_)); 84 AppCacheResponseInfo* info = working_set_.GetResponseInfo(id); local 85 if (info) { 86 delegate->OnResponseInfoLoaded(info, id);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_win.cc | 59 AddressInfo *info = &frames[0]; local 60 info->Clear(); 61 info->function = internal_strdup(symbol->Name); 62 info->function_offset = (uptr)offset; 64 info->file = internal_strdup(line_info.FileName); 65 info->line = line_info.LineNumber; 72 info->FillAddressAndModuleInfo(addr, mod_info.ImageName,
|
/external/deqp/modules/egl/ |
teglConfigList.cpp | 76 qpEglConfigInfo info; local 80 info.bufferSize = val; 83 info.redSize = val; 86 info.greenSize = val; 89 info.blueSize = val; 92 info.luminanceSize = val; 95 info.alphaSize = val; 98 info.alphaMaskSize = val; 101 info.bindToTextureRGB = val == EGL_TRUE ? DE_TRUE : DE_FALSE; 104 info.bindToTextureRGBA = val == EGL_TRUE ? DE_TRUE : DE_FALSE [all...] |
/external/e2fsprogs/lib/ss/ |
execute_cmd.c | 77 * ss-internal index for subsystem control info structure 92 register ss_data *info; local 97 info = ss_info(sci_idx); 98 info->argc = argc; 99 info->argv = argv; 103 info->current_request = request->command_names[0]; 105 sci_idx,info->info_ptr); 106 info->current_request = (char *)NULL; 121 * ss-internal index for subsystem control info structure 137 register ss_data *info; local [all...] |
help.c | 45 register ss_data *info; local 70 info = ss_info(sci_idx); 71 if (info->info_dirs == (char **)NULL) { 75 if (info->info_dirs[0] == (char *)NULL) { 79 for (fd = -1, idx = 0; info->info_dirs[idx] != (char *)NULL; idx++) { 80 buffer = malloc(strlen (info->info_dirs[idx]) + 1 + 87 (void) strcpy(buffer, info->info_dirs[idx]); 90 (void) strcat(buffer, ".info"); 97 #define MSG "No info found for " 129 register ss_data *info; local [all...] |
/external/eigen/Eigen/src/OrderingMethods/ |
Ordering.h | 143 Index info = internal::colamd(m, n, Alen, A.data(), p.data(), knobs, stats); local 144 EIGEN_UNUSED_VARIABLE(info); 145 eigen_assert( info && "COLAMD failed " );
|
/external/eigen/blas/ |
level2_cplx_impl.h | 43 int info = 0; local 44 if(UPLO(*uplo)==INVALID) info = 1; 45 else if(*n<0) info = 2; 46 else if(*lda<std::max(1,*n)) info = 5; 47 else if(*incx==0) info = 7; 48 else if(*incy==0) info = 10; 49 if(info) 50 return xerbla_(SCALAR_SUFFIX_UP"HEMV ",&info,6); 132 int info = 0; local 133 if(UPLO(*uplo)==INVALID) info = 1 184 int info = 0; local 238 int info = 0; local 293 int info = 0; local 336 int info = 0; local 373 int info = 0; local [all...] |
level2_real_impl.h | 37 int info = 0; local 38 if(UPLO(*uplo)==INVALID) info = 1; 39 else if(*n<0) info = 2; 40 else if(*lda<std::max(1,*n)) info = 5; 41 else if(*incx==0) info = 7; 42 else if(*incy==0) info = 10; 43 if(info) 44 return xerbla_(SCALAR_SUFFIX_UP"SYMV ",&info,6); 107 int info = 0; local 108 if(UPLO(*uplo)==INVALID) info = 1 168 int info = 0; local 255 int info = 0; local 307 int info = 0; local 347 int info = 0; local [all...] |
level3_impl.h | 41 int info = 0; local 42 if(OP(*opa)==INVALID) info = 1; 43 else if(OP(*opb)==INVALID) info = 2; 44 else if(*m<0) info = 3; 45 else if(*n<0) info = 4; 46 else if(*k<0) info = 5; 47 else if(*lda<std::max(1,(OP(*opa)==NOTR)?*m:*k)) info = 8; 48 else if(*ldb<std::max(1,(OP(*opb)==NOTR)?*k:*n)) info = 10; 49 else if(*ldc<std::max(1,*m)) info = 13; 50 if(info) 118 int info = 0; local 202 int info = 0; local 247 int info = 0; local 335 int info = 0; local 389 int info = 0; local 456 int info = 0; local 528 int info = 0; local 574 int info = 0; local [all...] |
/external/harfbuzz_ng/src/ |
hb-fallback-shape.cc | 116 hb_glyph_info_t *info = buffer->info; local 120 if (has_space && unicode->is_default_ignorable (info[i].codepoint)) { 121 info[i].codepoint = space; 126 font->get_glyph (info[i].codepoint, 0, &info[i].codepoint); 127 font->get_glyph_advance_for_direction (info[i].codepoint, 131 font->subtract_glyph_origin_for_direction (info[i].codepoint,
|
test.cc | 116 hb_glyph_info_t *info = &infos[i]; local 120 info->cluster, 121 info->codepoint,
|
/external/icu/icu4c/source/common/ |
ucmndata.h | 43 UDataInfo info; member in struct:__anon25556 66 * Get the UDataInfo.size from a const UDataInfo *info. 72 udata_getInfoSize(const UDataInfo *info);
|
/external/iptables/extensions/ |
libip6t_HL.c | 46 struct ip6t_HL_info *info = cb->data; local 51 info->mode = IP6T_HL_SET; 54 info->mode = IP6T_HL_INC; 57 info->mode = IP6T_HL_DEC; 71 const struct ip6t_HL_info *info = local 74 switch (info->mode) { 86 printf(" %u", info->hop_limit); 92 const struct ip6t_HL_info *info = local 96 switch (info->mode) { 107 printf(" %u", info->hop_limit) [all...] |
libip6t_hl.c | 33 struct ip6t_hl_info *info = cb->data; local 38 info->mode = cb->invert ? IP6T_HL_NE : IP6T_HL_EQ; 41 info->mode = IP6T_HL_LT; 44 info->mode = IP6T_HL_GT; 66 const struct ip6t_hl_info *info = local 69 printf(" HL match HL %s %u", op[info->mode], info->hop_limit); 80 const struct ip6t_hl_info *info = local 83 printf(" %s %u", op[info->mode], info->hop_limit) [all...] |
libipt_TTL.c | 45 struct ipt_TTL_info *info = cb->data; local 50 info->mode = IPT_TTL_SET; 53 info->mode = IPT_TTL_DEC; 56 info->mode = IPT_TTL_INC; 70 const struct ipt_TTL_info *info = local 73 switch (info->mode) { 85 printf(" %u", info->ttl); 91 const struct ipt_TTL_info *info = local 95 switch (info->mode) { 106 printf(" %u", info->ttl) [all...] |
libipt_ttl.c | 30 struct ipt_ttl_info *info = cb->data; local 35 info->mode = cb->invert ? IPT_TTL_NE : IPT_TTL_EQ; 38 info->mode = IPT_TTL_LT; 41 info->mode = IPT_TTL_GT; 57 const struct ipt_ttl_info *info = local 61 switch (info->mode) { 75 printf(" %u", info->ttl); 80 const struct ipt_ttl_info *info = local 83 switch (info->mode) { 100 printf(" %u", info->ttl) [all...] |
libxt_bpf.c | 97 const struct xt_bpf_info *info = (void *) match->data; local 100 for (i = 0; i < info->bpf_program_num_elem-1; i++) 101 printf("%hu %hhu %hhu %u,", info->bpf_program[i].code, 102 info->bpf_program[i].jt, 103 info->bpf_program[i].jf, 104 info->bpf_program[i].k); 106 printf("%hu %hhu %hhu %u", info->bpf_program[i].code, 107 info->bpf_program[i].jt, 108 info->bpf_program[i].jf, 109 info->bpf_program[i].k) 114 const struct xt_bpf_info *info = (void *) match->data; local [all...] |
libxt_cluster.c | 54 struct xt_cluster_match_info *info = cb->data; local 60 info->flags |= XT_CLUSTER_F_INV; 61 info->node_mask = 1 << (cb->val.u32 - 1); 65 info->flags |= XT_CLUSTER_F_INV; 72 const struct xt_cluster_match_info *info = cb->data; local 77 if (info->node_mask >= (1ULL << info->total_nodes)) 87 if (info->node_mask >= (1ULL << info->total_nodes)) 103 const struct xt_cluster_match_info *info = (void *)match->data local 118 const struct xt_cluster_match_info *info = (void *)match->data; local [all...] |
libxt_connmark.c | 52 struct xt_connmark_mtinfo1 *info = cb->data; local 56 info->invert = true; 57 info->mark = cb->val.mark; 58 info->mask = cb->val.mask; 83 const struct xt_connmark_info *info = (const void *)match->data; local 86 if (info->invert) 88 print_mark(info->mark, info->mask); 94 const struct xt_connmark_mtinfo1 *info = (const void *)match->data; local 97 if (info->invert 104 const struct xt_connmark_info *info = (const void *)match->data; local 116 const struct xt_connmark_mtinfo1 *info = (const void *)match->data; local [all...] |
libxt_mark.c | 30 struct xt_mark_mtinfo1 *info = cb->data; local 34 info->invert = true; 35 info->mark = cb->val.mark; 36 info->mask = cb->val.mask; 61 const struct xt_mark_mtinfo1 *info = (const void *)match->data; local 64 if (info->invert) 66 print_mark(info->mark, info->mask); 72 const struct xt_mark_info *info = (const void *)match->data; local 76 if (info->invert 84 const struct xt_mark_mtinfo1 *info = (const void *)match->data; local 96 const struct xt_mark_info *info = (const void *)match->data; local [all...] |
libxt_pkttype.c | 63 static void parse_pkttype(const char *pkttype, struct xt_pkttype_info *info) 70 info->pkttype=supported_types[i].pkttype; 79 struct xt_pkttype_info *info = cb->data; local 82 parse_pkttype(cb->arg, info); 84 info->invert = 1; 87 static void print_pkttype(const struct xt_pkttype_info *info) 92 if(supported_types[i].pkttype==info->pkttype) 98 printf("%d", info->pkttype); /* in case we didn't find an entry in named-packtes */ 104 const struct xt_pkttype_info *info = (const void *)match->data; local 106 printf(" PKTTYPE %s= ", info->invert ? "!" : "") 112 const struct xt_pkttype_info *info = (const void *)match->data; local [all...] |