Home
last modified time | relevance | path

Searched defs:res (Results 151 – 175 of 262380) sorted by last modified time

12345678910>>...10496

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/libevent/
H A Devent.c262 int res = 0; in event_reinit() local
469 int res, done; in event_base_loop() local
576 int res; in event_base_once() local
677 struct timeval now, res; in event_pending() local
707 int res = 0; in event_add() local
816 event_active(struct event *ev, int res, short ncalls) in event_active()
H A Dkqueue.c207 int i, res; in kq_dispatch() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/process/
H A Dprocess_metrics.cc68 std::unique_ptr<DictionaryValue> res(new DictionaryValue()); in ToValue() local
H A Dprocess_metrics_freebsd.cc323 auto res = std::make_unique<DictionaryValue>(); in ToValue() local
343 auto res = std::make_unique<DictionaryValue>(); in ToValue() local
363 auto res = std::make_unique<DictionaryValue>(); in ToValue() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/util/
H A Dsys_info.cc74 long res = sysconf(_SC_NPROCESSORS_CONF); in NumberOfProcessors() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/third_party/sigslot/
H A Dsigslot.h318 _opaque_connection res = *this; in duplicate() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/rtc_base/
H A Dphysical_socket_server.cc141 const int res = in PhysicalSocket() local
722 ssize_t res = ::recv(s_, &ch, 1, MSG_PEEK); in IsDescriptorClosed() local
941 const ssize_t res = write(afd_[1], b, sizeof(b)); in Signal() local
956 const ssize_t res = read(afd_[0], b, sizeof(b)); in OnPreEvent() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/controller/
H A Dmemory_usage_monitor_posix.cc20 int res = read(fd, contents.data(), contents.size() - 1); in ReadFileContents() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/tracing/public/cpp/perfetto/
H A Dtrace_time.cc18 int res = clock_gettime(CLOCK_UPTIME, &ts); in TraceBootTicksNow() local
21 int res = clock_gettime(CLOCK_BOOTTIME, &ts); in TraceBootTicksNow() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/resource_coordinator/public/cpp/memory_instrumentation/
H A Dos_metrics_linux.cc60 int res = read(fd, line, kMaxLineSize - 1); in GetResidentAndSharedPagesFromStatmFile() local
116 bool res = true; // Whether this region should be appended or skipped. in ParseSmapsHeader() local
170 int res = sscanf(counter_line, "%*s %" SCNu64 " kB", &counter_value); in ReadCounterBytes() local
176 uint32_t res = 1; in ParseSmapsCounter() local
467 size_t res; in GetPeakResidentSetSize() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/linux/services/
H A Dlibc_interceptor.cc236 struct tm* res = g_libc_localtime(timep); in localtime_override() local
262 struct tm* res = g_libc_localtime64(timep); in localtime64_override() local
286 struct tm* res = g_libc_localtime_r(timep, result); in localtime_r_override() local
310 struct tm* res = g_libc_localtime64_r(timep, result); in localtime64_r_override() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/dns/
H A Ddns_config_service_posix_unittest.cc66 void InitializeResState(res_state res) { in InitializeResState()
108 void CloseResState(res_state res) { in CloseResState()
146 struct __res_state res; in TEST() local
162 struct __res_state res = {}; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/ipc/service/
H A Dgpu_init.cc112 bool res = true; in CanAccessNvidiaDeviceFile() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/gpu/
H A Dgpu_main.cc487 bool res = sandbox::policy::SandboxLinux::GetInstance()->InitializeSandbox( in StartSandboxLinux() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/
H A Dcast_content_browser_client.cc491 gfx::Size res = display.GetSizeInPixel(); in AppendExtraCommandLineSwitches() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dprocess_singleton_posix.cc1077 bool res = DisplayProfileInUseError(lock_path_, hostname, pid); in KillProcessByLockPath() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/trace_event/
H A Dmalloc_dump_provider.cc124 bool res = in OnMemoryDump() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/system/
H A Dsys_info_posix.cc54 long res = sysconf(_SC_NPROCESSORS_CONF); in NumberOfProcessors() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dstack_copier_signal.cc43 int res = in Wait() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dlogging_unittest.cc625 int res = HANDLE_EINTR(read(pipefd[0], child_crash_addr, sizeof(uintptr_t))); in SpawnChildAndCrash() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_util_unittest.cc1649 int res = mkfifo(fifo_path.MaybeAsASCII().c_str(), in TEST_F() local
3198 ssize_t res = write(fd, kTestData + written, strlen(kTestData) - written); in MULTIPROCESS_TEST_MAIN() local
3222 ssize_t res = write(fd, data.c_str() + written, data.size() - written); in MULTIPROCESS_TEST_MAIN() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/allocator/
H A Dallocator_shim_unittest.cc310 void* res = realloc(temp, 0xFEED); in ThreadMain() local
350 int res = posix_memalign(&posix_memalign_ptr, 256, 59); in TEST_F() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/base/allocator/partition_allocator/
H A Dpage_allocator_internals_posix.h140 int res = munmap(base, pre_slack); in TrimMappingInternal() local
145 int res = munmap(reinterpret_cast<char*>(ret) + trim_length, post_slack); in TrimMappingInternal() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h12506 VkResult res = VK_SUCCESS; in Allocate() local
14678 VkResult res = VK_SUCCESS; in Defragment() local
14800 VkResult res = VK_SUCCESS; in DefragmentPassEnd() local
15625 VkResult res = VK_SUCCESS; in Init() local
15968 VkResult res = blockVector->Allocate( in AllocateMemoryOfType() local
16089 VkResult res = VK_SUCCESS; in AllocateDedicatedMemory() local
16608 VkResult res = (*pContext)->Defragment( in DefragmentationBegin() local
17088 VkResult res = VK_SUCCESS; in BindBufferMemory() local
17113 VkResult res = VK_SUCCESS; in BindImageMemory() local
17137 VkResult res = VK_SUCCESS; in FlushOrInvalidateAllocation() local
[all …]
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsXREDirProvider.cpp1030 DWORD res = ::RegOpenKeyExW(HKEY_CURRENT_USER, keyName, 0, KEY_READ, &key); in GetRegWindowsAppDataFolder() local

12345678910>>...10496