HomeSort by relevance Sort by last modified time
    Searched defs:name_buf (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/Python/
importdl.c 96 const char *name_buf, *hook_prefix; local
111 name_buf = PyBytes_AS_STRING(name);
118 exportfunc = _PyImport_FindSharedFuncptrWindows(hook_prefix, name_buf,
124 exportfunc = _PyImport_FindSharedFuncptr(hook_prefix, name_buf,
136 hook_prefix, name_buf);
162 name_buf);
170 name_buf);
180 name_buf);
198 name_buf);
207 "module", name_buf);
    [all...]
  /device/google/cuttlefish_common/guest/hals/gralloc/legacy/
region_registry.cpp 119 char name_buf[ASHMEM_NAME_LEN]; local
120 GrallocRegion* region = lock_region_for_handle(hnd, name_buf);
138 name_buf, hnd, hnd->fd, region->base_,
146 name_buf, op, region->base_, region->num_references_);
153 char name_buf[ASHMEM_NAME_LEN]; local
155 GrallocRegion* region = lock_region_for_handle(hnd, name_buf);
169 ALOGI("Unmapped %s hnd=%p fd=%d base=%p", name_buf, hnd,
177 name_buf, op, region->base_, region->num_references_);
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 332 char name_buf[kMaxProcessNameLength] = {}; local
333 int rc = pthread_getname_np(pthread_self(), name_buf, kMaxProcessNameLength);
338 proc_name = name_buf;
  /external/python/cpython3/Modules/_io/
winconsoleio.c 103 wchar_t name_buf[MAX_PATH], *pname_buf = name_buf; local
131 if (pname_buf != name_buf)
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 5114 char name_buf[CV_FS_MAX_LEN + 256]; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
readelf.c 1669 char name_buf[40]; local
    [all...]

Completed in 874 milliseconds