Searched refs:info (Results 126 - 150 of 2156) sorted by relevance

1234567891011>>

/external/chromium/base/win/
H A Dwrapped_window_proc.cc26 int CallExceptionFilter(EXCEPTION_POINTERS* info) { argument
27 return s_exception_filter ? s_exception_filter(info) :
/external/chromium/chrome/browser/debugger/manual_tests/resources/
H A Dscript-console-calls.js1 console.info("Test console.info");
/external/expat/xmlwf/
H A Dcodepage.c17 CPINFO info; local
18 if (!GetCPInfo(cp, &info) || info.MaxCharSize > 2)
22 if (info.MaxCharSize > 1) {
25 if (info.LeadByte[i] == 0 && info.LeadByte[i + 1] == 0)
27 lim = info.LeadByte[i + 1];
28 for (j = info.LeadByte[i]; j <= lim; j++)
/external/iptables/extensions/
H A Dlibxt_IDLETIMER.c60 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);
H A Dlibxt_helper.c25 struct xt_helper_info *info = cb->data; local
29 info->invert = 1;
35 const struct xt_helper_info *info = (const void *)match->data; local
37 printf(" helper match %s\"%s\"", info->invert ? "! " : "", info->name);
42 const struct xt_helper_info *info = (const void *)match->data; local
44 printf("%s --helper", info->invert ? " !" : "");
45 xtables_save_string(info->name);
H A Dlibxt_pkttype.c63 static void parse_pkttype(const char *pkttype, struct xt_pkttype_info *info) argument
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) argument
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
112 const struct xt_pkttype_info *info = (const void *)match->data; local
[all...]
H A Dlibxt_CONNSECMARK.c38 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) argument
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...]
H A Dlibxt_connlimit.c51 struct xt_connlimit_info *info = (void *)match->data; local
54 memset(info->v6_mask, 0xFF, sizeof(info->v6_mask));
59 struct xt_connlimit_info *info = cb->data; local
66 info->flags |= XT_CONNLIMIT_INVERT;
70 info->flags |= XT_CONNLIMIT_INVERT;
77 info->flags &= ~XT_CONNLIMIT_DADDR;
84 info->flags |= XT_CONNLIMIT_DADDR;
131 const struct xt_connlimit_info *info = (const void *)match->data; local
134 (info
142 const struct xt_connlimit_info *info = (const void *)match->data; local
152 const struct xt_connlimit_info *info = (const void *)match->data; local
170 const struct xt_connlimit_info *info = (const void *)match->data; local
[all...]
H A Dlibxt_set.c57 struct xt_set_info_v0 *info = &myinfo->match_set; local
64 if (info->u.flags[0])
70 info->u.flags[0] |= IPSET_MATCH_INV;
83 get_set_byname(optarg, (struct xt_set_info *)info);
84 parse_dirs_v0(argv[optind], info);
85 DEBUGP("parse: set index %u\n", info->index);
96 print_match_v0(const char *prefix, const struct xt_set_info_v0 *info) argument
101 get_set_byid(setname, info->index);
103 (info->u.flags[0] & IPSET_MATCH_INV) ? " !" : "",
107 if (!info
119 const struct xt_set_info_match_v0 *info = (const void *)match->data; local
127 const struct xt_set_info_match_v0 *info = (const void *)match->data; local
144 struct xt_set_info *info = &myinfo->match_set; local
183 print_match(const char *prefix, const struct xt_set_info *info) argument
204 const struct xt_set_info_match_v1 *info = (const void *)match->data; local
212 const struct xt_set_info_match_v1 *info = (const void *)match->data; local
[all...]
/external/libppp/src/
H A Dtun.c105 struct tuninfo info;
107 memset(&info, '\0', sizeof info);
108 info.type = IFT_PPP;
109 info.mtu = bundle->iface->mtu;
111 info.baudrate = bundle->bandwidth;
113 info.flags = IFF_UP|IFF_POINTOPOINT|IFF_MULTICAST;
115 if (ID0ioctl(bundle->dev.fd, TUNSIFINFO, &info) < 0)
/external/llvm/utils/
H A DGetRepositoryPath18 svn info | grep 'URL:' | cut -d: -f2-
20 git svn info | grep 'URL:' | cut -d: -f2-
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_syswm_c.h31 extern int BE_GetWMInfo(_THIS, SDL_SysWMinfo *info);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8DOMSettableTokenListCustom.cpp35 v8::Handle<v8::Value> V8DOMSettableTokenList::indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) argument
38 DOMSettableTokenList* list = V8DOMSettableTokenList::toNative(info.Holder());
H A DV8HTMLPlugInElementCustom.cpp48 static v8::Handle<v8::Value> npObjectNamedGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
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) argument
65 HTMLPlugInElement* imp = C::toNative(info.Holder());
77 v8::Handle<v8::Value> V8HTMLAppletElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
80 return npObjectNamedGetter<V8HTMLAppletElement>(name, info);
83 v8::Handle<v8::Value> V8HTMLEmbedElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
86 return npObjectNamedGetter<V8HTMLEmbedElement>(name, info);
89 v8::Handle<v8::Value> V8HTMLObjectElement::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
92 return npObjectNamedGetter<V8HTMLObjectElement>(name, info);
95 namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
101 namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
107 namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
132 npObjectIndexedGetter(uint32_t index, const v8::AccessorInfo& info) argument
148 npObjectIndexedSetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
163 indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) argument
169 indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) argument
175 indexedPropertyGetter(uint32_t index, const v8::AccessorInfo& info) argument
181 indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
187 indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
193 indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::AccessorInfo& info) argument
[all...]
H A DV8PerformanceCustom.cpp42 v8::Handle<v8::Value> V8Performance::memoryAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
45 Performance* imp = V8Performance::toNative(info.Holder());
H A DV8PopStateEventCustom.cpp40 v8::Handle<v8::Value> V8PopStateEvent::stateAccessorGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) argument
44 PopStateEvent* event = V8PopStateEvent::toNative(info.Holder());
/external/webkit/Source/WebCore/manual-tests/inspector/resources/
H A Dscript-console-calls.js1 console.info("Test console.info");
/external/elfutils/libdw/
H A Ddwarf_getarange_addr.c71 if (addr < aranges->info[idx].addr)
73 else if (addr > aranges->info[idx].addr
74 && addr - aranges->info[idx].addr >= aranges->info[idx].length)
77 return &aranges->info[idx];
/external/elfutils/libdwfl/
H A Ddwfl_getdwarf.c64 const struct module_callback_info *info = arg; local
67 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
78 struct module_callback_info info = { callback, arg }; local
79 return INTUSE(dwfl_getmodules) (dwfl, &module_callback, &info, offset);
/external/openfst/src/include/fst/extensions/far/
H A Dinfo.h71 KeyInfo info(key, fst.Type());
72 CountStatesAndArcs(fst, &info.nstate, &info.narc);
73 nstate += info.nstate;
74 nstate += info.narc;
75 infos->push_back(info);
101 const KeyInfo &info = (*infos)[i]; local
102 if (info.key.size() + 2 > wkey)
103 wkey = info.key.size() + 2;
104 if (info
117 const KeyInfo &info = (*infos)[i]; local
[all...]
/external/proguard/src/proguard/optimize/info/
H A DParameterUsageMarker.java21 package proguard.optimize.info;
222 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
223 if (info != null)
225 info.setParameterSize(parameterSize);
235 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
236 return info != null ? info.getParameterSize() : 0;
245 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
246 if (info != null)
248 info
[all...]
/external/v8/src/
H A Dcompiler.cc183 static bool MakeCrankshaftCode(CompilationInfo* info) { argument
187 info->DisableOptimization();
192 if (!info->IsOptimizing()) {
193 return FullCodeGenerator::MakeCode(info);
198 Handle<Code> code(info->shared_info()->code());
202 // shared function info.
203 ASSERT(!info->shared_info()->optimization_disabled());
209 info->SetCode(code);
217 if (info->shared_info()->opt_count() > kMaxOptCount) {
218 info
328 GenerateCode(CompilationInfo* info) argument
335 MakeCode(CompilationInfo* info) argument
344 MakeCodeForLiveEdit(CompilationInfo* info) argument
357 MakeFunctionInfo(CompilationInfo* info) argument
439 info)); local
448 GDBJIT(AddCode(Handle<String>(), script, info->code(), info)); local
603 CompileLazy(CompilationInfo* info) argument
787 RecordFunctionCompilation(Logger::LogEventsAndTags tag, CompilationInfo* info, Handle<SharedFunctionInfo> shared) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedTokenException.cs95 protected MismatchedTokenException(SerializationInfo info, StreamingContext context) argument
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) argument
123 if (info == null)
124 throw new ArgumentNullException("info");
126 base.GetObjectData(info, contex
[all...]
/external/chromium/chrome/browser/
H A Dmemory_details_mac.cc136 ProcessMemoryInformation info; local
137 info.pid = *it;
138 info.type = ChildProcessInfo::UNKNOWN_PROCESS;
146 if (process_info.GetProcInfo(info.pid, &proc_info)) {
157 info.product_name = version_info->product_name();
158 info.version = version_info->product_version();
160 info.product_name = process_data_[index].name;
161 info.version = string16();
164 // Memory info.
165 process_info.GetCommittedKBytesOfPID(info
196 ProcessMemoryInformation info; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit.c74 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
155 SDL_BlitCopy(SDL_BlitInfo *info) argument
203 SDL_BlitCopyOverlap(SDL_BlitInfo *info) argument
[all...]

Completed in 425 milliseconds

1234567891011>>