/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glapi_gentable.c | 75 Dl_info info; local 76 dladdr(frames[1], &info); 77 if(info.dli_sname) 78 fstr = info.dli_sname; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_tgsi_action.h | 83 const struct tgsi_opcode_info * info; member in struct:lp_build_emit_data
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_info.c | 244 const struct tgsi_opcode_info *info = tgsi_get_opcode_info(opcode); local 245 return info->mnemonic;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_fragprog.c | 59 const struct rc_opcode_info *info = rc_get_opcode_info(inst->Opcode); local 71 if (!info->IsComponentwise) { 75 for (i = 0; i < info->NumSrcRegs; i++) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_tgsi_to_rc.h | 41 const struct tgsi_shader_info * info; member in struct:tgsi_to_rc
|
/external/chromium_org/third_party/skia/include/core/ |
SkSurface.h | 51 * specified width and height, and populates the rest of info to match 55 SkImageInfo info = { local 58 return NewRaster(info);
|
/external/chromium_org/third_party/skia/src/image/ |
SkSurface_Picture.cpp | 54 SkSurface* SkSurface_Picture::onNewSurface(const SkImageInfo& info) { 55 return SkSurface::NewPicture(info.fWidth, info.fHeight); 62 SkImageInfo info; local 63 info.fWidth = info.fHeight = 0; 64 info.fColorType = kPMColor_SkColorType; 65 info.fAlphaType = kOpaque_SkAlphaType; 66 return SkImage::NewRasterCopy(info, NULL, 0);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
dwarf2-aranges.c | 58 dwarf2_aranges_info *info = (dwarf2_aranges_info *)d; local 59 yasm_dbgfmt_dwarf2 *dbgfmt_dwarf2 = info->dbgfmt_dwarf2; 69 yasm_expr_sym(yasm_dwarf2__bc_sym(info->object->symtab, 74 dwarf2_append_arange(info->debug_aranges, start, length, 88 dwarf2_aranges_info info; local 107 info.debug_aranges = debug_aranges; 108 info.object = object; 109 info.dbgfmt_dwarf2 = dbgfmt_dwarf2; 111 yasm_object_sections_traverse(object, (void *)&info,
|
/external/chromium_org/url/ |
url_canon_icu.cc | 169 UIDNAInfo info = UIDNA_INFO_INITIALIZER; local 171 output->capacity(), &info, &err); 172 if (U_SUCCESS(err) && info.errors == 0) { 177 // TODO(jungshik): Look at info.errors to handle them case-by-case basis 179 if (err != U_BUFFER_OVERFLOW_ERROR || info.errors != 0)
|
/external/chromium_org/webkit/common/cursors/ |
webcursor_unittest.cc | 175 WebCursor::CursorInfo info; local 176 custom_cursor.GetCursorInfo(&info); 177 EXPECT_EQ(gfx::Point(1, 1), info.hotspot); 181 info.hotspot = gfx::Point(-1, -1); 182 custom_cursor.InitFromCursorInfo(info); 183 custom_cursor.GetCursorInfo(&info); 184 EXPECT_EQ(gfx::Point(0, 0), info.hotspot);
|
/external/chromium_org/win8/metro_driver/ |
metro_driver.cc | 31 ULONG_PTR* info = ex_info->ExceptionRecord->ExceptionInformation; local 33 string16 msg(reinterpret_cast<wchar_t*>(info[2]), info[1]); local 34 LOG(ERROR) << "VEH: Metro error 0x" << std::hex << info[0] << ": " << msg; 36 string16 msg(reinterpret_cast<wchar_t*>(info[3]), info[2]); local 37 LOG(ERROR) << "VEH: Metro old error 0x" << std::hex << info[0] 38 << " new error 0x" << info[1] << ": " << msg;
|
/external/e2fsprogs/lib/ss/ |
get_readline.c | 23 static void ss_release_readline(ss_data *info) 26 if (!info->readline_handle) 29 info->readline = 0; 30 info->add_history = 0; 31 info->redisplay = 0; 32 info->rl_completion_matches = 0; 33 dlclose(info->readline_handle); 34 info->readline_handle = 0; 45 ss_data *info = ss_info(sci_idx); local 50 if (info->readline_handle [all...] |
/external/eigen/blas/ |
level2_cplx_impl.h | 28 int info = 0; local 29 if(UPLO(*uplo)==INVALID) info = 1; 30 else if(*n<0) info = 2; 31 else if(*lda<std::max(1,*n)) info = 5; 32 else if(*incx==0) info = 7; 33 else if(*incy==0) info = 10; 34 if(info) 35 return xerbla_(SCALAR_SUFFIX_UP"HEMV ",&info,6); 124 int info = 0; local 125 if(UPLO(*uplo)==INVALID) info = 1 169 int info = 0; local 210 int info = 0; local 248 int info = 0; local [all...] |
level2_real_impl.h | 22 int info = 0; local 23 if(UPLO(*uplo)==INVALID) info = 1; 24 else if(*n<0) info = 2; 25 else if(*lda<std::max(1,*n)) info = 5; 26 else if(*incx==0) info = 7; 27 else if(*incy==0) info = 10; 28 if(info) 29 return xerbla_(SCALAR_SUFFIX_UP"SYMV ",&info,6); 76 int info = 0; local 77 if(UPLO(*uplo)==INVALID) info = 1 130 int info = 0; local [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/log/ |
Logger.java | 45 public void info(String message) method in class:Logger 47 delegate.info(message);
|
/external/icu4c/tools/ctestfw/ |
testdata.cpp | 70 UResourceBundle *info = ures_getByKey(data, "Info", NULL, &intStatus); local 72 fInfo = new RBDataMap(info, status); 79 ures_close(info); 91 UBool RBTestData::getInfo(const DataMap *& info, UErrorCode &/*status*/) const 94 info = fInfo; 97 info = NULL;
|
/external/iproute2/netem/ |
stats.c | 20 struct stat info; local 27 fstat(fileno(fp), &info); local 28 if (info.st_size > 0) { 29 limit = 2*info.st_size/sizeof(double); /* @@ approximate */
|
/external/iptables/extensions/ |
libxt_CONNSECMARK.c | 38 struct xt_connsecmark_target_info *info = cb->data; local 43 info->mode = CONNSECMARK_SAVE; 46 info->mode = CONNSECMARK_RESTORE; 57 static void print_connsecmark(const struct xt_connsecmark_target_info *info) 59 switch (info->mode) { 69 xtables_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); 77 const struct xt_connsecmark_target_info *info = local 81 print_connsecmark(info); 87 const struct xt_connsecmark_target_info *info = local 91 print_connsecmark(info); [all...] |
libxt_IDLETIMER.c | 60 struct idletimer_tg_info *info = local 63 printf(" timeout:%u", info->timeout); 64 printf(" label:%s", info->label); 65 printf(" send_nl_msg:%u", info->send_nl_msg); 71 struct idletimer_tg_info *info = local 74 printf(" --timeout %u", info->timeout); 75 printf(" --label %s", info->label); 76 printf(" --send_nl_msg %u", info->send_nl_msg);
|
libxt_NFLOG.c | 43 struct xt_nflog_info *info = (struct xt_nflog_info *)t->data; local 45 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD; 60 static void nflog_print(const struct xt_nflog_info *info, char *prefix) 62 if (info->prefix[0] != '\0') { 64 xtables_save_string(info->prefix); 66 if (info->group) 67 printf(" %snflog-group %u", prefix, info->group); 68 if (info->len) 69 printf(" %snflog-range %u", prefix, info->len); 70 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD 77 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local 84 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local [all...] |
libxt_SECMARK.c | 34 struct xt_secmark_target_info *info = cb->data; local 37 info->mode = SECMARK_MODE_SEL; 40 static void print_secmark(const struct xt_secmark_target_info *info) 42 switch (info->mode) { 44 printf("selctx %s", info->secctx); 48 xtables_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); 55 const struct xt_secmark_target_info *info = local 59 print_secmark(info); 64 const struct xt_secmark_target_info *info = local 68 print_secmark(info); [all...] |
libxt_TEE.c | 54 const struct xt_tee_tginfo *info = (const void *)target->data; local 57 printf(" TEE gw:%s", xtables_ipaddr_to_numeric(&info->gw.in)); 59 printf(" TEE gw:%s", xtables_ipaddr_to_anyname(&info->gw.in)); 60 if (*info->oif != '\0') 61 printf(" oif=%s", info->oif); 67 const struct xt_tee_tginfo *info = (const void *)target->data; local 70 printf(" TEE gw:%s", xtables_ip6addr_to_numeric(&info->gw.in6)); 72 printf(" TEE gw:%s", xtables_ip6addr_to_anyname(&info->gw.in6)); 73 if (*info->oif != '\0') 74 printf(" oif=%s", info->oif) 79 const struct xt_tee_tginfo *info = (const void *)target->data; local 88 const struct xt_tee_tginfo *info = (const void *)target->data; local [all...] |
libxt_mac.c | 52 const struct xt_mac_info *info = (void *)match->data; local 55 if (info->invert) 58 print_mac(info->srcaddr); 63 const struct xt_mac_info *info = (void *)match->data; local 65 if (info->invert) 69 print_mac(info->srcaddr);
|
libxt_osf.c | 66 struct xt_osf_info *info = cb->data; local 72 info->flags |= XT_OSF_INVERT; 73 info->len = strlen(info->genre); 76 info->flags |= XT_OSF_TTL; 79 info->flags |= XT_OSF_LOG; 86 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data; local 88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre); 93 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data local [all...] |
libxt_physdev.c | 41 struct xt_physdev_info *info = cb->data; local 46 xtables_parse_interface(cb->arg, info->physindev, 47 (unsigned char *)info->in_mask); 49 info->invert |= XT_PHYSDEV_OP_IN; 50 info->bitmask |= XT_PHYSDEV_OP_IN; 53 xtables_parse_interface(cb->arg, info->physoutdev, 54 (unsigned char *)info->out_mask); 56 info->invert |= XT_PHYSDEV_OP_OUT; 57 info->bitmask |= XT_PHYSDEV_OP_OUT; 60 info->bitmask |= XT_PHYSDEV_OP_ISIN 86 const struct xt_physdev_info *info = (const void *)match->data; local 109 const struct xt_physdev_info *info = (const void *)match->data; local [all...] |