HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1326 - 1350 of 3477) sorted by null

<<51525354555657585960>>

  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc 221 PP_FileInfo info; local
222 int32_t query_result = file.Query(&info, pp::BlockUntilComplete());
228 if (info.size > INT32_MAX) {
233 std::vector<char> data(info.size);
236 int32_t bytes_to_read = info.size;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
fuse_fs.cc 45 struct fuse_conn_info info; local
46 fuse_user_data_ = fuse_ops_->init(&info);
206 struct fuse_file_info& info,
208 : Node(filesystem), fuse_ops_(fuse_ops), info_(info), path_(path) {
274 struct fuse_file_info& info,
276 : FuseFsNode(filesystem, fuse_ops, info, path) {
351 struct fuse_file_info& info,
353 : FuseFsNode(filesystem, fuse_ops, info, path) {
  /external/chromium_org/native_client_sdk/src/libraries/xray/
symtable.c 163 Dl_info info; local
164 if (dladdr((const void*)addr, &info) != 0)
165 if (info.dli_sname)
166 r = XRaySymbolTableAddByName(symtab, info.dli_sname, addr);
  /external/chromium_org/net/disk_cache/blockfile/
eviction.cc 85 // We grab a bunch of info from the backend to make the code a little cleaner
300 EntryStore* info = entry->entry()->Data(); local
301 DCHECK_EQ(ENTRY_NORMAL, info->state);
304 info->state = ENTRY_EVICTED;
407 EntryStore* info = entry->entry()->Data(); local
408 DCHECK_EQ(ENTRY_NORMAL, info->state);
410 if (info->reuse_count < kint32max) {
411 info->reuse_count++;
415 if (1 == info->reuse_count) {
419 } else if (kHighUse == info->reuse_count)
428 EntryStore* info = entry->entry()->Data(); local
457 EntryStore* info = entry->entry()->Data(); local
482 EntryStore* info = entry->entry()->Data(); local
    [all...]
eviction_v3.cc 89 // We grab a bunch of info from the backend to make the code a little cleaner
174 EntryStore* info = entry->entry()->Data(); local
175 DCHECK_EQ(ENTRY_NORMAL, info->state);
177 if (info->reuse_count < kint32max) {
178 info->reuse_count++;
182 if (1 == info->reuse_count) {
186 } else if (kHighUse == info->reuse_count) {
195 EntryStore* info = entry->entry()->Data(); local
196 switch (info->state) {
198 DCHECK(!info->reuse_count)
289 EntryStore* info = entry->entry()->Data(); local
    [all...]
index_table_v3_unittest.cc 283 disk_cache::CellInfo info = { hash, addr }; local
284 entries.push_back(info);
344 disk_cache::CellInfo info = { hash, addr }; local
345 entries.push_back(info);
485 disk_cache::CellInfo info = { hash, addr }; local
486 entries.push_back(info);
600 disk_cache::CellInfo info = { hash, addr }; local
601 entries.push_back(info);
634 disk_cache::CellInfo info = { hash, addr }; local
635 entries.push_back(info);
654 disk_cache::CellInfo info = { hash, addr }; local
    [all...]
  /external/chromium_org/net/dns/
address_sorter_posix.cc 262 scoped_ptr<DestinationInfo> info(new DestinationInfo());
263 info->address = list[i].address();
264 info->scope = GetScope(ipv4_scope_table_, info->address);
265 info->precedence = GetPolicyValue(precedence_table_, info->address);
266 info->label = GetPolicyValue(label_table_, info->address);
277 IPEndPoint dest(info->address, 80 /* port */);
299 info->src = &src_info
331 SourceAddressInfo& info = source_map_[address]; local
357 SourceAddressInfo& info = source_map_[src.address()]; local
    [all...]
dns_config_service_win_unittest.cc 87 const AdapterInfo& info = infos[i]; local
91 adapter->IfType = info.if_type;
92 adapter->OperStatus = info.oper_status;
93 adapter->DnsSuffix = const_cast<PWCHAR>(info.dns_suffix);
95 for (size_t j = 0; !info.dns_server_addresses[j].empty(); ++j) {
104 CHECK(ParseIPLiteralToNumber(info.dns_server_addresses[j], &ip));
105 IPEndPoint ipe(ip, info.ports[j]);
mock_host_resolver.cc 59 : info(req_info), addresses(addr), callback(cb) {}
60 RequestInfo info; member in struct:net::MockHostResolverBase::Request
69 int MockHostResolverBase::Resolve(const RequestInfo& info,
79 int rv = ResolveFromIPLiteralOrCache(info, addresses);
84 return ResolveProc(id, info, addresses);
87 Request* req = new Request(info, addresses, callback);
101 int MockHostResolverBase::ResolveFromCache(const RequestInfo& info,
107 int rv = ResolveFromIPLiteralOrCache(info, addresses);
153 int MockHostResolverBase::ResolveFromIPLiteralOrCache(const RequestInfo& info,
156 if (ParseIPLiteralToNumber(info.hostname(), &ip))
    [all...]
  /external/chromium_org/net/proxy/
proxy_service_unittest.cc 165 ProxyInfo info; local
169 url, &info, callback.callback(), NULL, log.bound());
173 EXPECT_TRUE(info.is_direct());
174 EXPECT_TRUE(info.proxy_resolve_start_time().is_null());
175 EXPECT_TRUE(info.proxy_resolve_end_time().is_null());
201 ProxyInfo info; local
207 url, &info, callback.callback(), &request, log.bound());
224 EXPECT_FALSE(info.is_direct());
225 EXPECT_EQ("foopy:80", info.proxy_server().ToURI());
226 EXPECT_TRUE(info.did_use_pac_script())
259 ProxyInfo info; local
287 ProxyInfo info; local
336 ProxyInfo info; local
391 ProxyInfo info; local
460 ProxyInfo info; local
495 ProxyInfo info; local
557 ProxyInfo info; local
606 ProxyInfo info; local
649 ProxyInfo info; local
705 ProxyInfo info; local
848 ProxyInfo info; local
918 ProxyInfo info; local
1018 ProxyInfo info; local
1113 ProxyInfo info; local
1193 ProxyInfo info[2]; local
1228 ProxyInfo info; local
1240 ProxyInfo info; local
1252 ProxyInfo info; local
1265 ProxyInfo info; local
1286 ProxyInfo info; local
1301 ProxyInfo info; local
1315 ProxyInfo info; local
1338 ProxyInfo info; local
1350 ProxyInfo info; local
1362 ProxyInfo info; local
1374 ProxyInfo info; local
2033 ProxyInfo info; local
2051 ProxyInfo info; local
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 104 PP_NaClFileInfo info;
105 info.handle = file_handle;
106 info.token_lo = 0;
107 info.token_hi = 0;
121 service_runtime, info, nexe_started_callback));
436 PP_NaClFileInfo info; local
437 info.handle = handle;
438 info.token_lo = 0;
439 info.token_hi = 0;
441 info,
    [all...]
  /external/chromium_org/ppapi/proxy/
plugin_var_tracker.cc 68 // Actually create the PP_Var, this will add all the tracking info but not
72 VarInfo& info = GetLiveVar(ret)->second; local
73 if (info.ref_count > 0) {
80 info.ref_count++;
94 // Actually create the PP_Var, this will add all the tracking info but not
98 VarInfo& info = GetLiveVar(ret)->second; local
99 info.track_with_no_reference_count++;
418 // See the plugin_object_id declaration for more info.
423 // This will optionally delete the info from live_vars_.
428 // Get the info before calling the base class's version of this function
    [all...]
  /external/chromium_org/ppapi/shared_impl/
tracked_callback_unittest.cc 61 CallbackRunInfo* info = reinterpret_cast<CallbackRunInfo*>(user_data); local
62 info->run_count++;
63 if (info->run_count == 1)
64 info->result = result;
198 int32_t CompletionTask(CallbackRunInfo* info, int32_t result) {
200 EXPECT_EQ(0U, info->run_count);
201 info->completion_task_run_count++;
202 if (info->completion_task_run_count == 1)
203 info->completion_task_result = result;
  /external/chromium_org/ppapi/tests/
test_file_ref.cc 409 PP_FileInfo info; local
410 callback.WaitForResult(file_io.Query(&info, callback.GetCallback()));
413 ASSERT_EQ(4, info.size);
414 ASSERT_EQ(PP_FILETYPE_REGULAR, info.type);
415 ASSERT_EQ(PP_FILESYSTEMTYPE_LOCALTEMPORARY, info.system_type);
418 // ASSERT_EQ(last_access_time, info.last_access_time);
419 // ASSERT_EQ(last_modified_time, info.last_modified_time);
423 // TODO(viettrungluu): check |info| for late writes.
593 PP_FileInfo info = out_callback.output(); local
594 ASSERT_EQ(0, info.size)
    [all...]
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintingControllerImpl.java 243 PrintDocumentInfo info = new PrintDocumentInfo.Builder(mPrintable.getTitle()) local
247 mOnLayoutCallback.onLayoutFinished(info, mNeedNewPdf);
  /external/chromium_org/printing/backend/
print_backend_cups.cc 26 static const char kCUPSPrinterInfoOpt[] = "printer-info";
103 const char* info = cupsGetOption(kCUPSPrinterInfoOpt, local
105 if (info != NULL)
106 printer_info.printer_description = info;
149 PrinterCapsAndDefaults info; local
150 if (!GetPrinterCapsAndDefaults(printer_name, &info) )
154 printer_name, info.printer_capabilities, printer_info);
196 const char* info = cupsGetOption(kCUPSPrinterMakeModelOpt, local
199 if (info)
200 result = *info;
    [all...]
print_backend_win.cc 198 PrinterBasicInfo info; local
200 InitBasicPrinterInfo(printer, &info)) {
201 info.is_default = (info.printer_name == default_printer);
202 printer_list->push_back(info);
264 // Get printer capabilities. For more info see here:
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host.cc 624 SHELLEXECUTEINFO info; local
625 memset(&info, 0, sizeof(info));
626 info.cbSize = sizeof(info);
627 info.hwnd = reinterpret_cast<HWND>(parent_window_handle_);
628 info.lpVerb = L"runas";
629 info.lpFile = binary.value().c_str();
630 info.lpParameters = parameters.c_str();
631 info.nShow = SW_HIDE
    [all...]
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.cc 186 JOBOBJECT_EXTENDED_LIMIT_INFORMATION info; local
187 memset(&info, 0, sizeof(info));
188 info.BasicLimitInformation.LimitFlags = JOB_OBJECT_LIMIT_ACTIVE_PROCESS |
190 info.BasicLimitInformation.ActiveProcessLimit = 2;
193 &info,
194 sizeof(info))) {
  /external/chromium_org/remoting/protocol/
jingle_messages.h 79 // Content of session-info messages.
80 scoped_ptr<buzz::XmlElement> info; member in struct:remoting::protocol::JingleMessage
  /external/chromium_org/rlz/lib/
rlz_lib_test.cc 597 ACL_SIZE_INFORMATION info; local
598 bool ret = GetAclInformation(acl, &info, sizeof(info), AclSizeInformation);
601 for (DWORD i = 0; i < info.AceCount && ret; ++i) {
    [all...]
  /external/chromium_org/sandbox/win/src/
file_policy_test.cc 222 FILE_BASIC_INFORMATION info = {0}; local
224 NTSTATUS status1 = NtQueryAttributesFile(&obj_attributes, &info);
231 if (info.FileAttributes != full_info.FileAttributes)
234 bool is_directory1 = (info.FileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0;
  /external/chromium_org/skia/ext/
bitmap_platform_device_win.cc 108 const SkImageInfo info = SkImageInfo::MakeN32(width, height, at); local
109 const size_t rowBytes = info.minRowBytes();
111 return bitmap->installPixels(info, data, rowBytes, color_table,
273 SkBaseDevice* BitmapPlatformDevice::onCreateDevice(const SkImageInfo& info,
275 SkASSERT(info.colorType() == kPMColor_SkColorType);
276 return BitmapPlatformDevice::CreateAndClear(info.width(), info.height(),
277 info.isOpaque());
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ConsoleBase.cpp 56 void ConsoleBase::info(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments) function in class:WebCore::ConsoleBase
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.cpp 326 SkImageInfo info = SkImageInfo::Make(rect.width(), rect.height(), kRGBA_8888_SkColorType, alphaType); local
328 context->readPixels(info, result->data(), 4 * rect.width(), rect.x(), rect.y());
371 SkImageInfo info = SkImageInfo::Make(sourceRect.width(), sourceRect.height(), kRGBA_8888_SkColorType, alphaType); local
373 context()->writePixels(info, srcAddr, srcBytesPerRow, destX, destY);

Completed in 500 milliseconds

<<51525354555657585960>>