HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 501 - 525 of 1199) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/ui/login/
login_prompt_browsertest.cc 59 const AuthInfo& info = i->second; local
60 handler->SetAuth(WideToUTF16Hack(info.username_),
61 WideToUTF16Hack(info.password_));
351 LOG(INFO) <<
357 LOG(INFO) << "Waiting for initial AUTH_NEEDED";
371 LOG(INFO) << "Waiting for initial AUTH_SUPPLIED";
377 LOG(INFO) << "Waiting for secondary AUTH_NEEDED";
393 LOG(INFO) << "Waiting for secondary AUTH_SUPPLIED";
398 LOG(INFO) << "Waiting for additional AUTH_NEEDED";
409 LOG(INFO) << "Waiting for LOAD_STOP"
    [all...]
  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 167 NMLISTVIEW* info = reinterpret_cast<NM_LISTVIEW*>(lparam); local
168 if (wparam == IDC_Messages && info->hdr.code == LVN_ITEMCHANGED) {
169 if (info->uChanged & LVIF_STATE) {
170 bool checked = (info->uNewState >> 12) == 2;
171 OnCheck(static_cast<int>(info->lParam), checked);
accessibility_event_router_views_unittest.cc 113 const AccessibilityControlInfo* info = local
116 last_control_name_ = info->name();
page_info_bubble_view.cc 106 // info link in that case.
147 PageInfoModel::SectionInfo info = model_.GetSectionInfo(i); local
149 const SkBitmap* icon = *model_.GetIconImage(info.icon_id);
150 layout->AddView(new Section(this, info, icon, cert_id_ > 0));
174 PageInfoModel::SectionInfo info = model_.GetSectionInfo(i); local
175 const SkBitmap* icon = *model_.GetIconImage(info.icon_id);
176 Section section(this, info, icon, cert_id_ > 0);
231 // We want to make sure the info bubble closes once the link is activated. So
  /external/chromium/net/base/
file_stream_posix.cc 355 struct stat info; local
356 if (fstat(file_, &info) != 0)
359 int64 size = static_cast<int64>(info.st_size);
  /external/chromium/net/disk_cache/
eviction.cc 73 // We grab a bunch of info from the backend to make the code a little cleaner
272 EntryStore* info = entry->entry()->Data(); local
273 DCHECK(ENTRY_NORMAL == info->state);
276 info->state = ENTRY_EVICTED;
375 EntryStore* info = entry->entry()->Data(); local
376 DCHECK(ENTRY_NORMAL == info->state);
378 if (info->reuse_count < kint32max) {
379 info->reuse_count++;
383 if (1 == info->reuse_count) {
387 } else if (kHighUse == info->reuse_count)
396 EntryStore* info = entry->entry()->Data(); local
425 EntryStore* info = entry->entry()->Data(); local
450 EntryStore* info = entry->entry()->Data(); local
    [all...]
  /external/chromium/net/proxy/
proxy_service_unittest.cc 125 ProxyInfo info; local
128 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound());
132 EXPECT_TRUE(info.is_direct());
159 ProxyInfo info; local
163 int rv = service->ResolveProxy(url, &info, &callback, NULL, log.bound());
178 EXPECT_FALSE(info.is_direct());
179 EXPECT_EQ("foopy:80", info.proxy_server().ToURI());
209 ProxyInfo info; local
211 int rv = service->ResolveProxy(url, &info, &callback, NULL, BoundNetLog());
237 ProxyInfo info; local
295 ProxyInfo info; local
361 ProxyInfo info; local
415 ProxyInfo info; local
505 ProxyInfo info; local
568 ProxyInfo info; local
661 ProxyInfo info; local
736 ProxyInfo info[2]; local
769 ProxyInfo info; local
781 ProxyInfo info; local
793 ProxyInfo info; local
806 ProxyInfo info; local
829 ProxyInfo info; local
841 ProxyInfo info; local
853 ProxyInfo info; local
865 ProxyInfo info; local
1501 ProxyInfo info; local
1521 ProxyInfo info; local
    [all...]
  /external/chromium/net/tools/fetch/
http_listen_socket.cc 125 HttpServerRequestInfo* info = new HttpServerRequestInfo(); local
139 info->method = buffer;
143 info->url = GURL(buffer);
158 DCHECK(info->headers.find(header_name) == info->headers.end());
159 info->headers[header_name] = header_value;
176 return info;
178 delete info;
184 delete info;
222 void HttpListenSocket::Respond(HttpServerResponseInfo* info,
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
thread.cc 322 THREADNAME_INFO info; local
323 info.dwType = 0x1000;
324 info.szName = szThreadName;
325 info.dwThreadID = dwThreadID;
326 info.dwFlags = 0;
329 RaiseException(MSDEV_SET_THREAD_NAME, 0, sizeof(info) / sizeof(DWORD),
330 reinterpret_cast<DWORD*>(&info));
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 89 PoolVarInfo &info = I->second; local
93 clearRefsIn(info.Dcl, info.Refs);
95 scpI = info.Scopes.begin(),
96 scpE = info.Scopes.end(); scpI != scpE; ++scpI) {
98 clearRefsIn(*scope.Begin, info.Refs);
99 clearRefsIn(*scope.End, info.Refs);
100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
105 if (info.Refs.empty())
110 PoolVarInfo &info = PoolVars[VarsToHandle[i]] local
173 PoolVarInfo &info = PoolVars[VD]; local
    [all...]
  /external/clang/lib/CodeGen/
CGCall.h 112 ABIArgInfo info; member in struct:clang::CodeGen::CGFunctionInfo::ArgInfo
177 ABIArgInfo &getReturnInfo() { return Args[0].info; }
178 const ABIArgInfo &getReturnInfo() const { return Args[0].info; }
192 const FunctionType::ExtInfo &Info,
196 ID.AddInteger(Info.getCC());
197 ID.AddBoolean(Info.getNoReturn());
198 ID.AddBoolean(Info.getProducesResult());
199 ID.AddBoolean(Info.getHasRegParm());
200 ID.AddInteger(Info.getRegParm());
  /external/clang/lib/Driver/
OptTable.cpp 22 // Ordering on Info. The ordering is *almost* lexicographic, with two
50 static inline bool operator<(const OptTable::Info &A, const OptTable::Info &B) {
64 // Support lower_bound between info and an option name.
65 static inline bool operator<(const OptTable::Info &I, const char *Name) {
68 static inline bool operator<(const char *Name, const OptTable::Info &I) {
80 OptTable::OptTable(const Info *_OptionInfos, unsigned _NumOptionInfos)
133 const Info &info = getInfo(id); local
135 cast_or_null<OptionGroup>(getOption(info.GroupID))
    [all...]
  /external/e2fsprogs/e2fsck/
recovery.c 42 struct recovery_info *info, enum passtype pass);
230 struct recovery_info info; local
232 memset(&info, 0, sizeof(info));
248 err = do_one_pass(journal, &info, PASS_SCAN);
250 err = do_one_pass(journal, &info, PASS_REVOKE);
252 err = do_one_pass(journal, &info, PASS_REPLAY);
256 err, info.start_transaction, info.end_transaction);
258 info.nr_replays, info.nr_revoke_hits, info.nr_revokes)
287 struct recovery_info info; local
    [all...]
  /external/elfutils/libdw/
dwarf_getsrclines.c 28 Dwarf_Fileinfo info; member in struct:filelist
215 .info =
252 new_file->info.name = fname;
255 new_file->info.name = libdw_alloc (dbg, char, 1,
258 char *cp = new_file->info.name;
270 assert (strlen (new_file->info.name)
275 get_uleb128 (new_file->info.mtime, linep);
278 get_uleb128 (new_file->info.length, linep);
407 new_file->info.name = fname;
410 new_file->info.name
    [all...]
  /external/icu4c/tools/toolutil/
toolutil.cpp 91 static WIN32_FIND_DATAA info; local
92 HANDLE file=FindFirstFileA(pathname, &info);
94 if(info.cAlternateFileName[0]!=0) {
99 uprv_memmove(info.cFileName+(basename-pathname), info.cFileName, uprv_strlen(info.cFileName)+1);
100 uprv_memcpy(info.cFileName, pathname, basename-pathname);
102 pathname=info.cFileName;
  /external/iproute2/netem/
maketable.c 22 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/ipsec-tools/
setup.c 102 struct addrinfo *info; local
104 if (getaddrinfo(server, "500", &hints, &info) != 0) {
108 if (info->ai_next) {
111 targets[0] = dupsaddr(info->ai_addr);
112 freeaddrinfo(info);
  /external/iptables/extensions/
libxt_CONNMARK.c 127 struct xt_connmark_tginfo1 *info = (void *)target->data; local
133 info->ctmask = UINT32_MAX;
134 info->nfmask = UINT32_MAX;
162 struct xt_connmark_tginfo1 *info = cb->data; local
167 info->mode = XT_CONNMARK_SET;
168 info->ctmark = cb->val.mark;
169 info->ctmask = cb->val.mask;
172 info->mode = XT_CONNMARK_SET;
173 info->ctmark = cb->val.mark;
174 info->ctmask = cb->val.mark | cb->val.mask
252 const struct xt_connmark_tginfo1 *info = (const void *)target->data; local
330 const struct xt_connmark_tginfo1 *info = (const void *)target->data; local
    [all...]
libxt_hashlimit.c 8 * Jérôme de Vivie <devivie@info.enserb.u-bordeaux.fr>
191 struct xt_hashlimit_mtinfo1 *info = (void *)match->data; local
193 info->cfg.mode = 0;
194 info->cfg.burst = XT_HASHLIMIT_BURST;
195 info->cfg.gc_interval = XT_HASHLIMIT_GCINTERVAL;
196 info->cfg.expire = XT_HASHLIMIT_EXPIRE;
197 info->cfg.srcmask = 32;
198 info->cfg.dstmask = 32;
203 struct xt_hashlimit_mtinfo1 *info = (void *)match->data; local
205 info->cfg.mode = 0
244 struct xt_hashlimit_info *info = cb->data; local
272 struct xt_hashlimit_mtinfo1 *info = cb->data; local
411 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
420 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
483 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
491 const struct xt_hashlimit_mtinfo1 *info = (const void *)match->data; local
    [all...]
libxt_owner.c 138 struct ipt_owner_info *info = cb->data; local
151 info->invert |= IPT_OWNER_UID;
152 info->match |= IPT_OWNER_UID;
153 info->uid = id;
161 info->invert |= IPT_OWNER_GID;
162 info->match |= IPT_OWNER_GID;
163 info->gid = id;
167 info->invert |= IPT_OWNER_PID;
168 info->match |= IPT_OWNER_PID;
172 info->invert |= IPT_OWNER_SID
185 struct ip6t_owner_info *info = cb->data; local
243 struct xt_owner_match_info *info = cb->data; local
431 const struct ipt_owner_info *info = (void *)match->data; local
444 const struct ip6t_owner_info *info = (void *)match->data; local
455 const struct xt_owner_match_info *info = (void *)match->data; local
465 const struct ipt_owner_info *info = (void *)match->data; local
477 const struct ip6t_owner_info *info = (void *)match->data; local
487 const struct xt_owner_match_info *info = (void *)match->data; local
    [all...]
libxt_time.c 75 struct xt_time_info *info = (void *)m->data; local
78 info->monthdays_match = XT_TIME_ALL_MONTHDAYS;
79 info->weekdays_match = XT_TIME_ALL_WEEKDAYS;
80 info->daytime_start = XT_TIME_MIN_DAYTIME;
81 info->daytime_stop = XT_TIME_MAX_DAYTIME;
84 info->date_start = 0;
85 info->date_stop = INT_MAX;
260 struct xt_time_info *info = cb->data; local
265 info->date_start = time_parse_date(cb->arg, false);
268 info->date_stop = time_parse_date(cb->arg, true)
376 const struct xt_time_info *info = (const void *)match->data; local
410 const struct xt_time_info *info = (const void *)match->data; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/
LocalVariableAttribute.java 41 ByteArray.write16bit(0, info, 0);
57 ByteArray.write16bit(0, info, 0);
81 int size = info.length;
85 newInfo[i] = info[i];
92 info = newInfo;
100 int index = ByteArray.readU16bit(info, pos + 6);
104 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6); local
118 int index = ByteArray.readU16bit(info, pos + 6);
122 ByteArray.write16bit(cp.addUtf8Info(desc), info, pos + 6); local
139 int size = info.length
    [all...]
  /external/libxml2/
HTMLtree.c 771 const htmlElemDesc * info; local
846 * Get specific HTML info for that node.
849 info = htmlTagLookup(cur->name);
851 info = NULL;
864 if ((info != NULL) && (info->empty)) {
866 if ((format) && (!info->isinline) && (cur->next != NULL)) {
878 if ((info != NULL) && (info->saveEndTag != 0) &&
879 (xmlStrcmp(BAD_CAST info->name, BAD_CAST "html")) &
    [all...]
  /external/opencv/cxcore/include/
cxcore.hpp 357 CvModuleInfo* info; member in struct:CvModule
369 CvTypeInfo* info; member in struct:CvType
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 167 verbprintf(vmodule, "Read module info.\n");
296 struct module_info info; local
297 if (!query_module(name, QM_INFO, &info, sizeof(info), &ret)) {
298 if (eip >= info.addr && eip < info.addr + info.size) {
300 opd_create_module(name, info.addr, info.addr + info.size)
    [all...]

Completed in 1274 milliseconds

<<21222324252627282930>>