/external/e2fsprogs/lib/ss/ |
ss_err.et | 13 "No info directory" 31 "No info available"
|
/external/openssl/crypto/pem/ |
message | 6 DEK-Info: DES-CBC,0123456789abcdef 11 MIC-Info: RSA-MD5,RSA,
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8HTMLPlugInElementCustom.cpp | 48 static v8::Handle<v8::Value> npObjectNamedGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 50 HTMLPlugInElement* imp = C::toNative(info.Holder()); 63 static v8::Handle<v8::Value> npObjectNamedSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) 65 HTMLPlugInElement* imp = C::toNative(info.Holder()); 77 v8::Handle<v8::Value> V8HTMLAppletElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 80 return npObjectNamedGetter<V8HTMLAppletElement>(name, info); 83 v8::Handle<v8::Value> V8HTMLEmbedElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 86 return npObjectNamedGetter<V8HTMLEmbedElement>(name, info); 89 v8::Handle<v8::Value> V8HTMLObjectElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 92 return npObjectNamedGetter<V8HTMLObjectElement>(name, info); [all...] |
/external/iptables/extensions/ |
libip6t_owner.c | 140 print_item(struct ip6t_owner_info *info, u_int8_t flag, int numeric, char *label) 142 if(info->match & flag) { 144 if (info->invert & flag) 149 switch(info->match & flag) { 152 struct passwd *pwd = getpwuid(info->uid); 160 printf("%u ", info->uid); 164 struct group *grp = getgrgid(info->gid); 172 printf("%u ", info->gid); 175 printf("%u ", info->pid); 178 printf("%u ", info->sid) 206 struct ip6t_owner_info *info = (struct ip6t_owner_info *)match->data; local 221 struct ip6t_owner_info *info = (struct ip6t_owner_info *)match->data; local [all...] |
libipt_owner.c | 141 print_item(struct ipt_owner_info *info, u_int8_t flag, int numeric, char *label) 143 if(info->match & flag) { 145 if (info->invert & flag) 150 switch(info->match & flag) { 153 struct passwd *pwd = getpwuid(info->uid); 161 printf("%u ", info->uid); 165 struct group *grp = getgrgid(info->gid); 173 printf("%u ", info->gid); 176 printf("%u ", info->pid); 179 printf("%u ", info->sid) 207 struct ipt_owner_info *info = (struct ipt_owner_info *)match->data; local 222 struct ipt_owner_info *info = (struct ipt_owner_info *)match->data; local [all...] |
libip6t_NFLOG.c | 36 struct xt_nflog_info *info = (struct xt_nflog_info *)t->data; local 38 info->group = XT_NFLOG_DEFAULT_GROUP; 39 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD; 46 struct xt_nflog_info *info = (struct xt_nflog_info *)(*target)->data; local 62 info->group = 1 << (n - 1); 76 if (n >= sizeof(info->prefix)) 79 sizeof(info->prefix) - 1); 83 strcpy(info->prefix, optarg); 93 info->len = n; 103 info->threshold = n 132 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local 139 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local [all...] |
libipt_DNAT.c | 38 append_range(struct ipt_natinfo *info, const struct ip_nat_range *range) 43 size = IPT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range)); 45 info = realloc(info, size); 46 if (!info) 49 info->t.u.target_size = size; 50 info->mr.range[info->mr.rangesize] = *range; 51 info->mr.rangesize++ 143 struct ipt_natinfo *info = (void *)*target; local 209 struct ipt_natinfo *info = (void *)target; local 223 struct ipt_natinfo *info = (void *)target; local [all...] |
libipt_NFLOG.c | 36 struct xt_nflog_info *info = (struct xt_nflog_info *)t->data; local 38 info->group = XT_NFLOG_DEFAULT_GROUP; 39 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD; 46 struct xt_nflog_info *info = (struct xt_nflog_info *)(*target)->data; local 62 info->group = 1 << (n - 1); 76 if (n >= sizeof(info->prefix)) 79 sizeof(info->prefix) - 1); 83 strcpy(info->prefix, optarg); 93 info->len = n; 103 info->threshold = n 132 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local 139 const struct xt_nflog_info *info = (struct xt_nflog_info *)target->data; local [all...] |
libipt_SNAT.c | 38 append_range(struct ipt_natinfo *info, const struct ip_nat_range *range) 43 size = IPT_ALIGN(sizeof(*info) + info->mr.rangesize * sizeof(*range)); 45 info = realloc(info, size); 46 if (!info) 49 info->t.u.target_size = size; 50 info->mr.range[info->mr.rangesize] = *range; 51 info->mr.rangesize++ 143 struct ipt_natinfo *info = (void *)*target; local 209 struct ipt_natinfo *info = (void *)target; local 223 struct ipt_natinfo *info = (void *)target; local [all...] |
libipt_iprange.c | 63 struct ipt_iprange_info *info = (struct ipt_iprange_info *)(*match)->data; local 72 info->flags |= IPRANGE_SRC; 75 info->flags |= IPRANGE_SRC_INV; 77 parse_iprange(optarg, &info->src); 87 info->flags |= IPRANGE_DST; 90 info->flags |= IPRANGE_DST_INV; 92 parse_iprange(optarg, &info->dst); 123 /* Prints out the info. */ 129 struct ipt_iprange_info *info = (struct ipt_iprange_info *)match->data; local 131 if (info->flags & IPRANGE_SRC) 149 struct ipt_iprange_info *info = (struct ipt_iprange_info *)match->data; local [all...] |
libip6t_CONNSECMARK.c | 36 struct xt_connsecmark_target_info *info = local 44 info->mode = CONNSECMARK_SAVE; 52 info->mode = CONNSECMARK_RESTORE; 73 static void print_connsecmark(struct xt_connsecmark_target_info *info) 75 switch (info->mode) { 85 exit_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); 92 struct xt_connsecmark_target_info *info = local 96 print_connsecmark(info); 101 struct xt_connsecmark_target_info *info = local 105 print_connsecmark(info); [all...] |
libipt_CONNSECMARK.c | 36 struct xt_connsecmark_target_info *info = local 44 info->mode = CONNSECMARK_SAVE; 52 info->mode = CONNSECMARK_RESTORE; 73 static void print_connsecmark(struct xt_connsecmark_target_info *info) 75 switch (info->mode) { 85 exit_error(OTHER_PROBLEM, PFX "invalid mode %hhu\n", info->mode); 92 struct xt_connsecmark_target_info *info = local 96 print_connsecmark(info); 101 struct xt_connsecmark_target_info *info = local 105 print_connsecmark(info); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/XME/ |
xme.c | 183 #define XiGMiscGetReq(name,req,info) GetReq (name, req); \ 184 req->reqType = info->codes->major_opcode; \ 187 #define XiGMiscGetReqExtra(name,n,req,info) GetReqExtra (name, n, req); \ 188 req->reqType = info->codes->major_opcode; \ 191 #define XiGMiscGetReq(name,req,info) GetReq (name, req); \ 192 req->reqType = info->codes->major_opcode; \ 194 #define XiGMiscGetReqExtra(name,n,req,info) GetReqExtra (name, n, req); \ 195 req->reqType = info->codes->major_opcode; \ 202 * find_display - locate the display info block 235 XExtDisplayInfo *info = XiGMiscFindDisplay(dpy) local 268 XExtDisplayInfo *info = XiGMiscFindDisplay(dpy); local 310 XExtDisplayInfo *info = XiGMiscFindDisplay(dpy); local 351 XExtDisplayInfo *info = XiGMiscFindDisplay(dpy); local 372 XExtDisplayInfo *info = XiGMiscFindDisplay(dpy); local [all...] |
/external/webkit/WebKit/win/ |
WebKitGraphics.cpp | 95 void WebDrawText(WebTextRenderInfo* info) 97 if (!info || info->structSize < sizeof(WebTextRenderInfoWithoutShadow) || !info->cgContext || !info->description) 101 if (info->overrideSmoothingLevel >= 0) { 103 wkSetFontSmoothingLevel(info->overrideSmoothingLevel); 107 GraphicsContext context(info->cgContext); 108 String drawString(info->text, info->length) [all...] |
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
ComponentTest.java | 136 final ResolveInfo info = mPackageManager.resolveActivity(mDisabledActivityIntent, 0); local 137 assertNull(info); 152 final ResolveInfo info = mPackageManager.resolveActivity(mEnabledActivityIntent, 0); local 153 assertNotNull(info); 154 assertNotNull(info); 155 assertNotNull(info.activityInfo); 156 assertTrue(info.activityInfo.enabled); 173 final ResolveInfo info = infoList2.get(0); local 174 assertNotNull(info); 175 assertNotNull(info.activityInfo) 188 final ResolveInfo info = infoList.get(0); local 232 final ResolveInfo info = mPackageManager.resolveActivity(mDisabledActivityIntent, 0); local 255 final ResolveInfo info = mPackageManager.resolveActivity(mEnabledActivityIntent, 0); local 283 final ResolveInfo info = mPackageManager.resolveService(mDisabledServiceIntent, 0); local 299 final ResolveInfo info = mPackageManager.resolveService(mEnabledServiceIntent, 0); local 320 final ResolveInfo info = infoList2.get(0); local 335 final ResolveInfo info = infoList.get(0); local 379 final ResolveInfo info = mPackageManager.resolveService(mDisabledServiceIntent, 0); local 398 final ResolveInfo info = mPackageManager.resolveService(mEnabledServiceIntent, 0); local 430 final ResolveInfo info = infoList2.get(0); local 445 final ResolveInfo info = infoList.get(0); local 646 final ResolveInfo info = local 665 final ResolveInfo info = local 688 final ResolveInfo info = mPackageManager.resolveActivity(mEnabledActivityIntent, 0); local [all...] |
/device/samsung/crespo/alsa-lib/test/ |
control.c | 9 snd_ctl_card_info_t *info; local 14 snd_ctl_card_info_alloca(&info); 31 if ((err = snd_ctl_card_info(handle, info)) < 0) { 32 printf("HW info error: %s\n", snd_strerror(err)); 36 printf(" card - %i\n", snd_ctl_card_info_get_card(info)); 37 printf(" id - '%s'\n", snd_ctl_card_info_get_id(info)); 38 printf(" driver - '%s'\n", snd_ctl_card_info_get_driver(info)); 39 printf(" name - '%s'\n", snd_ctl_card_info_get_name(info)); 40 printf(" longname - '%s'\n", snd_ctl_card_info_get_longname(info)); 41 printf(" mixername - '%s'\n", snd_ctl_card_info_get_mixername(info)); [all...] |
/external/webkit/WebCore/mathml/ |
RenderMathMLBlock.cpp | 78 void RenderMathMLBlock::paint(PaintInfo& info, int tx, int ty) 80 RenderBlock::paint(info, tx, ty); 82 if (info.context->paintingDisabled() || info.phase != PaintPhaseForeground) 88 info.context->save(); 90 info.context->setStrokeThickness(1.0f); 91 info.context->setStrokeStyle(SolidStroke); 92 info.context->setStrokeColor(Color(0, 0, 255), sRGBColorSpace); 94 info.context->drawLine(IntPoint(tx, ty), IntPoint(tx + offsetWidth(), ty)); 95 info.context->drawLine(IntPoint(tx + offsetWidth(), ty), IntPoint(tx + offsetWidth(), ty + offsetHeight (…) [all...] |
/external/grub/stage2/ |
fsys_reiserfs.c | 298 /* Info about currently opened file */ 305 /* In memory info about the currently mounted filesystem */ 345 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift)) 355 #define INFO \ 365 #define JOURNAL_START ((__u32 *) (INFO + 1)) 387 return devread ((INFO->journal_block + block) << INFO->blocksize_shift, 398 int transactions = INFO->journal_transactions; 399 int desc_block = INFO->journal_first_desc; 400 int journal_mask = INFO->journal_block_count - 1 [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadService.java | 68 * The Service's view of the list of downloads, mapping download IDs to the corresponding info 309 DownloadInfo info = mDownloads.get(id); local 310 if (info != null) { 311 updateDownload(reader, info, now); 313 info = insertDownload(reader, now); 316 if (info.shouldScanFile() && !scanFile(info, true, false)) { 320 if (info.hasCompletionNotification()) { 323 long next = info.nextAction(now); 341 for (DownloadInfo info : mDownloads.values()) 496 DownloadInfo info = reader.newDownloadInfo(this, mSystemFacade); local 534 DownloadInfo info = mDownloads.get(id); local [all...] |
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
CompletionInfoTest.java | 84 CompletionInfo info = new CompletionInfo(ID, POSITION, TEXT, LABEL); local 85 assertCompletionInfo(info); 87 assertEquals(0, info.describeContents()); 88 assertNotNull(info.toString()); 91 info.writeToParcel(p, 0); 98 private void assertCompletionInfo(CompletionInfo info) { 99 assertEquals(ID, info.getId()); 100 assertEquals(POSITION, info.getPosition()); 101 assertEquals(TEXT, info.getText().toString()); 102 assertEquals(LABEL, info.getLabel().toString()) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
CallInfo.java | 50 protected GenericURI info; field in class:CallInfo 69 info.encode(buffer); 93 return info; 111 * @param info is the URI to set. 113 public void setInfo(javax.sip.address.URI info) { 114 this.info = (GenericURI) info; 119 if (this.info != null) 120 retval.info = (GenericURI) this.info.clone() [all...] |
/external/webkit/WebKit/mac/Misc/ |
WebNSNotificationCenterExtras.m | 45 NSMutableDictionary *info = [[NSMutableDictionary alloc] initWithCapacity:3]; 47 [info setObject:name forKey:@"name"]; 50 [info setObject:object forKey:@"object"]; 53 [info setObject:userInfo forKey:@"userInfo"]; 55 [[self class] performSelectorOnMainThread:@selector(_postNotificationName:) withObject:info waitUntilDone:wait]; 58 + (void)_postNotificationName:(NSDictionary *)info 60 NSString *name = [info objectForKey:@"name"]; 61 id object = [info objectForKey:@"object"]; 62 NSDictionary *userInfo = [info objectForKey:@"userInfo"]; 66 [info release] [all...] |
/external/kernel-headers/original/asm-x86/ |
desc_32.h | 165 #define LDT_entry_a(info) \ 166 ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff)) 168 #define LDT_entry_b(info) \ 169 (((info)->base_addr & 0xff000000) | \ 170 (((info)->base_addr & 0x00ff0000) >> 16) | \ 171 ((info)->limit & 0xf0000) | \ 172 (((info)->read_exec_only ^ 1) << 9) | \ 173 ((info)->contents << 10) | \ 174 (((info)->seg_not_present ^ 1) << 15) | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit.c | 74 SDL_BlitInfo info; local 78 info.s_pixels = (Uint8 *)src->pixels + 81 info.s_width = srcrect->w; 82 info.s_height = srcrect->h; 83 info.s_skip=src->pitch-info.s_width*src->format->BytesPerPixel; 84 info.d_pixels = (Uint8 *)dst->pixels + 87 info.d_width = dstrect->w; 88 info.d_height = dstrect->h; 89 info.d_skip=dst->pitch-info.d_width*dst->format->BytesPerPixel [all...] |
/device/samsung/crespo/alsa-lib/src/seq/ |
seq_local.h | 41 int (*system_info)(snd_seq_t *seq, snd_seq_system_info_t * info); 42 int (*get_client_info)(snd_seq_t *seq, snd_seq_client_info_t * info); 43 int (*set_client_info)(snd_seq_t *seq, snd_seq_client_info_t * info); 46 int (*get_port_info)(snd_seq_t *seq, snd_seq_port_info_t * info); 47 int (*set_port_info)(snd_seq_t *seq, snd_seq_port_info_t * info); 59 int (*create_queue)(snd_seq_t *seq, snd_seq_queue_info_t *info); 60 int (*delete_queue)(snd_seq_t *seq, snd_seq_queue_info_t *info); 61 int (*get_queue_info)(snd_seq_t *seq, snd_seq_queue_info_t *info); 62 int (*set_queue_info)(snd_seq_t *seq, snd_seq_queue_info_t *info); 63 int (*get_named_queue)(snd_seq_t *seq, snd_seq_queue_info_t *info); [all...] |