/external/chromium_org/chrome/browser/ui/webui/quota_internals/ |
quota_internals_proxy.cc | 109 GlobalStorageInfo info(type); 110 info.set_quota(quota); 111 ReportGlobalInfo(info); 118 GlobalStorageInfo info(type); 119 info.set_usage(usage); 120 info.set_unlimited_usage(unlimited_usage); 122 ReportGlobalInfo(info); 132 PerHostStorageInfo info(itr->host, itr->type); 133 info.set_quota(itr->quota); 134 host_info.push_back(info); [all...] |
/external/chromium_org/content/browser/fileapi/ |
sandbox_directory_database_unittest.cc | 60 FileInfo info; local 61 info.parent_id = parent_id; 62 info.name = name; 63 return db_->AddFileInfo(info, &file_id); 69 FileInfo info; local 70 info.parent_id = parent_id; 71 info.name = name; 72 ASSERT_EQ(base::File::FILE_OK, db_->AddFileInfo(info, file_id_out)); 81 FileInfo info; local 82 info.parent_id = parent_id 148 FileInfo info; local 154 FileInfo info; local 168 FileInfo info; local 190 FileInfo info; local 206 FileInfo info; local 223 FileInfo info; local 247 FileInfo info; local 261 FileInfo info; local 284 FileInfo info; local 327 FileInfo info; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/ |
nasm-listfmt.c | 85 /*@null@*/ nasm_listfmt_output_info *info = (nasm_listfmt_output_info *)d; local 89 assert(info != NULL); 93 info->arch)) { 103 if (info->next_reloc && info->next_reloc_addr == bc->offset+offset) { 108 STAILQ_INSERT_TAIL(&info->bcrelocs, reloc, link); 110 /* Get next reloc's info */ 111 info->next_reloc = yasm_section_reloc_next(info->next_reloc); 112 if (info->next_reloc) 151 nasm_listfmt_output_info info; local [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uts46.cpp | 74 IDNAInfo &info, UErrorCode &errorCode) const { 78 info, errorCode).toUTF8(dest); local 84 IDNAInfo &info, UErrorCode &errorCode) const { 88 info, errorCode).toUTF8(dest); local 94 IDNAInfo &info, UErrorCode &errorCode) const { 98 info, errorCode).toUTF8(dest); local 104 IDNAInfo &info, UErrorCode &errorCode) const { 108 info, errorCode).toUTF8(dest); local 121 IDNAInfo &info, UErrorCode &errorCode) const; 125 IDNAInfo &info, UErrorCode &errorCode) const 513 destString, info, errorCode); local 1341 IDNAInfo info; local 1357 IDNAInfo info; local 1373 IDNAInfo info; local 1389 IDNAInfo info; local 1405 IDNAInfo info; local 1421 IDNAInfo info; local 1437 IDNAInfo info; local 1453 IDNAInfo info; local [all...] |
/external/icu/icu4c/source/common/ |
uts46.cpp | 74 IDNAInfo &info, UErrorCode &errorCode) const { 78 info, errorCode).toUTF8(dest); local 84 IDNAInfo &info, UErrorCode &errorCode) const { 88 info, errorCode).toUTF8(dest); local 94 IDNAInfo &info, UErrorCode &errorCode) const { 98 info, errorCode).toUTF8(dest); local 104 IDNAInfo &info, UErrorCode &errorCode) const { 108 info, errorCode).toUTF8(dest); local 121 IDNAInfo &info, UErrorCode &errorCode) const; 125 IDNAInfo &info, UErrorCode &errorCode) const 511 destString, info, errorCode); local 1339 IDNAInfo info; local 1355 IDNAInfo info; local 1371 IDNAInfo info; local 1387 IDNAInfo info; local 1403 IDNAInfo info; local 1419 IDNAInfo info; local 1435 IDNAInfo info; local 1451 IDNAInfo info; local [all...] |
/external/chromium_org/tools/clang/blink_gc_plugin/ |
BlinkGCPlugin.cpp | 271 RecordInfo* info = cache_->Lookup(field->getParent()); 272 if (!info) 275 RecordInfo::Fields::iterator it = info->GetFields().find(field); 276 if (it == info->GetFields().end()) 324 CheckTraceVisitor(CXXMethodDecl* trace, RecordInfo* info) 325 : trace_(trace), info_(info) {} 534 CheckTraceVisitor(RecordInfo* info) : trace_(0), info_(info) {} 581 bool ContainsGCRoots(RecordInfo* info) { 582 for (RecordInfo::Fields::iterator it = info->GetFields().begin() [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape.cc | 230 hb_glyph_info_t *info = buffer->info; local 232 _hb_glyph_info_set_unicode_props (&info[i], buffer->unicode); 240 _hb_glyph_info_get_general_category (&buffer->info[0]) != 254 hb_glyph_info_t info = dottedcircle; local 255 info.cluster = buffer->cur().cluster; 256 info.mask = buffer->cur().mask; 257 buffer->output_info (info); 268 hb_glyph_info_t *info = buffer->info; local 305 hb_glyph_info_t *info = buffer->info; local 325 hb_glyph_info_t *info = buffer->info; local 388 hb_glyph_info_t *info = buffer->info; local 397 hb_glyph_info_t *info = c->buffer->info; local 491 hb_glyph_info_t *info = buffer->info; local 505 hb_glyph_info_t *info = buffer->info; local 520 hb_glyph_info_t *info = c->buffer->info; local 575 hb_glyph_info_t *info = c->buffer->info; local 661 hb_glyph_info_t *info = c->buffer->info; local 785 hb_glyph_info_t *info = buffer->info; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 61 struct lp_line_info *info, 66 info->a0[slot][i] = value; 67 info->dadx[slot][i] = 0.0f; 68 info->dady[slot][i] = 0.0f; 77 struct lp_line_info *info, 82 float a1 = info->v1[vert_attr][i]; 83 float a2 = info->v2[vert_attr][i]; 86 float dadx = da21 * info->dx * info->oneoverarea; 87 float dady = da21 * info->dy * info->oneoverarea 284 struct lp_line_info info; local [all...] |
/external/harfbuzz_ng/src/ |
hb-ot-shape.cc | 230 hb_glyph_info_t *info = buffer->info; local 232 _hb_glyph_info_set_unicode_props (&info[i], buffer->unicode); 239 _hb_glyph_info_get_general_category (&buffer->info[0]) != 253 hb_glyph_info_t info = dottedcircle; local 254 info.cluster = buffer->cur().cluster; 255 info.mask = buffer->cur().mask; 256 buffer->output_info (info); 267 hb_glyph_info_t *info = buffer->info; local 304 hb_glyph_info_t *info = buffer->info; local 324 hb_glyph_info_t *info = buffer->info; local 387 hb_glyph_info_t *info = buffer->info; local 396 hb_glyph_info_t *info = c->buffer->info; local 489 hb_glyph_info_t *info = buffer->info; local 503 hb_glyph_info_t *info = buffer->info; local 518 hb_glyph_info_t *info = c->buffer->info; local 573 hb_glyph_info_t *info = c->buffer->info; local 657 hb_glyph_info_t *info = c->buffer->info; local 781 hb_glyph_info_t *info = buffer->info; local [all...] |
/external/llvm/lib/LTO/ |
LTOModule.cpp | 199 NameAndAttributes info; local 204 info.name = symbolName; 205 info.attributes = LTO_SYMBOL_DEFINITION_UNDEFINED; 206 info.isFunction = false; 207 info.symbol = clgv; 208 entry.setValue(info); 218 NameAndAttributes info; local 219 info.name = entry.getKey().data(); 220 info.attributes = LTO_SYMBOL_PERMISSIONS_DATA | 222 info.isFunction = false 417 NameAndAttributes info; local 441 NameAndAttributes &info = _undefines[entry.getKey().data()]; local 487 NameAndAttributes info; local 583 NameAndAttributes info = u->getValue(); local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 61 struct lp_line_info *info, 66 info->a0[slot][i] = value; 67 info->dadx[slot][i] = 0.0f; 68 info->dady[slot][i] = 0.0f; 77 struct lp_line_info *info, 82 float a1 = info->v1[vert_attr][i]; 83 float a2 = info->v2[vert_attr][i]; 86 float dadx = da21 * info->dx * info->oneoverarea; 87 float dady = da21 * info->dy * info->oneoverarea 284 struct lp_line_info info; local [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
MismatchedTokenException.cs | 95 protected MismatchedTokenException(SerializationInfo info, StreamingContext context) 96 : base(info, context) 98 if (info == null) 99 throw new ArgumentNullException("info"); 101 this._expecting = info.GetInt32("Expecting"); 102 this._tokenNames = new ReadOnlyCollection<string>((string[])info.GetValue("TokenNames", typeof(string[]))); 121 public override void GetObjectData(SerializationInfo info, StreamingContext context) 123 if (info == null) 124 throw new ArgumentNullException("info"); 126 base.GetObjectData(info, context) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
background.js | 9 return function(info, tab) { 12 var url = 'info.html#' + info.srcUrl; 14 // Create a new window to the info page. 23 "title" : "Get image info",
|
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/ |
vpx_codec.c | 137 void vpx_internal_error(struct vpx_internal_error_info *info, 143 info->error_code = error; 144 info->has_detail = 0; 147 size_t sz = sizeof(info->detail); 149 info->has_detail = 1; 151 vsnprintf(info->detail, sz - 1, fmt, ap); 153 info->detail[sz - 1] = '\0'; 156 if (info->setjmp) 157 longjmp(info->jmp, info->error_code) [all...] |
/external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/ |
VideoCaptureDeviceInfoAndroid.java | 28 private static boolean isFrontFacing(CameraInfo info) { 29 return info.facing == Camera.CameraInfo.CAMERA_FACING_FRONT; 32 private static String deviceUniqueName(int index, CameraInfo info) { 34 (isFrontFacing(info) ? "front" : "back") + 35 ", Orientation "+ info.orientation; 47 CameraInfo info = new CameraInfo(); local 48 Camera.getCameraInfo(i, info); 49 String uniqueName = deviceUniqueName(i, info); 90 cameraDict.put("front_facing", isFrontFacing(info)) 91 .put("orientation", info.orientation [all...] |
/external/chromium_org/v8/src/ |
arguments.cc | 29 FunctionCallbackInfo<v8::Value> info(begin(), 33 f(info); 43 PropertyCallbackInfo<ReturnValue> info(begin()); \ 44 f(info); \ 55 PropertyCallbackInfo<ReturnValue> info(begin()); \ 56 f(arg1, info); \ 68 PropertyCallbackInfo<ReturnValue> info(begin()); \ 69 f(arg1, arg2, info); \ 81 PropertyCallbackInfo<ReturnValue> info(begin()); \ 82 f(arg1, arg2, info); \ [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...] |
/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_policy.c | 96 struct xt_policy_info *info = cb->data; local 97 struct xt_policy_elem *e = &info->pol[info->len]; 102 info->flags |= parse_direction(cb->arg); 105 info->flags |= parse_policy(cb->arg); 108 info->flags |= XT_POLICY_MATCH_STRICT; 166 if (++info->len == XT_POLICY_MAX_ELEM) 175 struct xt_policy_info *info = cb->data; local 183 if (!(info->flags & (XT_POLICY_MATCH_IN | XT_POLICY_MATCH_OUT))) 187 if (info->flags & XT_POLICY_MATCH_NONE) 326 const struct xt_policy_info *info = (void *)match->data; local 341 const struct xt_policy_info *info = (void *)match->data; local 355 const struct xt_policy_info *info = (void *)match->data; local 368 const struct xt_policy_info *info = (void *)match->data; local [all...] |
/external/javassist/src/main/javassist/bytecode/ |
ExceptionsAttribute.java | 58 this.info = data; 84 byte[] src = srcAttr.info; 95 this.info = dest; 102 byte[] blist = info; 119 byte[] blist = info; 144 info = blist; 158 info = blist; 164 public int tableLength() { return info.length / 2 - 1; } 171 return ((info[index] & 0xff) << 8) | (info[index + 1] & 0xff) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 335 const struct pipe_resolve_info *info) 338 struct r600_texture *rsrc = (struct r600_texture*)info->src.res; 344 if (!r600_init_flushed_depth_texture(ctx, info->src.res, NULL)) 350 info->src.layer, info->src.layer, 356 info->src.layer, info->src.layer); 360 u_box_2d(info->src.x0, 361 info->src.y0, 362 info->src.x1 - info->src.x0 [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_blit.c | 335 const struct pipe_resolve_info *info) 338 struct r600_texture *rsrc = (struct r600_texture*)info->src.res; 344 if (!r600_init_flushed_depth_texture(ctx, info->src.res, NULL)) 350 info->src.layer, info->src.layer, 356 info->src.layer, info->src.layer); 360 u_box_2d(info->src.x0, 361 info->src.y0, 362 info->src.x1 - info->src.x0 [all...] |