HomeSort by relevance Sort by last modified time
    Searched refs:get_name (Results 126 - 150 of 273) sorted by null

1 2 3 4 56 7 8 91011

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getaddrinfo.c 132 static int get_name Py_PROTO((const char *, struct gai_afd *,
455 get_name(pton, &gai_afdl[i], &top, pton, pai, port);
484 get_name(addr, gai_afd, res, numaddr, pai, port0) function
  /external/python/cpython2/Modules/
getaddrinfo.c 132 static int get_name Py_PROTO((const char *, struct gai_afd *,
455 get_name(pton, &gai_afdl[i], &top, pton, pai, port);
484 get_name(addr, gai_afd, res, numaddr, pai, port0) function
  /external/python/cpython3/Modules/
getaddrinfo.c 132 static int get_name(const char *, struct gai_afd *,
455 get_name(pton, &gai_afdl[i], &top, pton, pai, port);
484 get_name(addr, gai_afd, res, numaddr, pai, port0) function
  /toolchain/binutils/binutils-2.27/gold/
readsyms.cc 79 get_name() const function in class:gold::Unblock_token
513 Read_symbols::get_name() const function in class:gold::Read_symbols
935 Read_script::get_name() const function in class:gold::Read_script
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
bdist_rpm.py 292 "%s.spec" % self.distribution.get_name())
403 '%define name ' + self.distribution.get_name(),
upload.py 94 'name': meta.get_name(),
  /external/autotest/client/bin/net/
net_tc.py 15 def get_name(self):
191 self._tc_conf[tcfilter.conf_device] = netif.get_name()
273 self._tc_conf[tcfilter.conf_device] = netif.get_name()
  /external/dtc/pylibfdt/
libfdt.i 224 def get_name(self, nodeoffset):
  /external/libxcam/modules/ocl/
cl_newtonemapping_handler.cpp 245 get_name (), xcam_fourcc_to_string (_output_format));
279 "cl image handler(%s) in/out memory not available", XCAM_STR (get_name ()));
cl_csc_handler.cpp 137 get_name (), xcam_fourcc_to_string (_output_format));
cl_image_processor.cpp 303 XCAM_OBJ_PROFILING_END (get_name (), XCAM_OBJ_DUR_FRAME_NUM);
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 50 trace_dump_call_begin("pipe_screen", "get_name");
54 result = screen->get_name(screen);
503 tr_scr->base.get_name = trace_screen_get_name;
  /external/python/cpython2/Lib/distutils/command/
bdist_rpm.py 293 "%s.spec" % self.distribution.get_name())
416 '%define name ' + self.distribution.get_name(),
upload.py 94 'name': meta.get_name(),
  /external/python/cpython3/Lib/distutils/command/
bdist_rpm.py 279 "%s.spec" % self.distribution.get_name())
401 '%define name ' + self.distribution.get_name(),
upload.py 97 'name': meta.get_name(),
  /external/tensorflow/tensorflow/contrib/graph_editor/
subgraph.py 468 def print_list(name, iterable, get_name):
471 print("\n".join([" {}".format(get_name(elem)) for elem in iterable]),
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_rpm.py 292 "%s.spec" % self.distribution.get_name())
415 '%define name ' + self.distribution.get_name(),
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_rpm.py 292 "%s.spec" % self.distribution.get_name())
415 '%define name ' + self.distribution.get_name(),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 292 "%s.spec" % self.distribution.get_name())
415 '%define name ' + self.distribution.get_name(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 292 "%s.spec" % self.distribution.get_name())
415 '%define name ' + self.distribution.get_name(),
  /bionic/linker/
linker_soinfo.h 75 const char* get_name() { function in class:SymbolName
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 208 pscreen->get_name = nouveau_screen_get_name;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_screen.c 559 screen->base.get_name = softpipe_get_name;
  /external/pdfium/fxjs/
cjs_event.h 35 CJS_Return get_name(CJS_Runtime* pRuntime);

Completed in 870 milliseconds

1 2 3 4 56 7 8 91011