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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen); member in struct:__anon4366
25 as for getname. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen); member in struct:__anon4672
25 as for getname. */
  /external/python/cpython2/Include/
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen); member in struct:__anon32615
25 as for getname. */
  /external/python/cpython3/Include/
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen, member in struct:__anon33192
26 as for getname. */
  /prebuilts/gdb/darwin-x86/include/python2.7/
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen); member in struct:__anon66505
25 as for getname. */
  /prebuilts/gdb/linux-x86/include/python2.7/
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen); member in struct:__anon66627
25 as for getname. */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen); member in struct:__anon1020
25 as for getname. */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
ucnhash.h 22 int (*getname)(PyObject *self, Py_UCS4 code, char* buffer, int buflen); member in struct:__anon1143
25 as for getname. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
chunk.py 33 chunktype = chunk.getname()
43 getname() (returns the name (ID) of the chunk)
78 def getname(self): member in class:Chunk
  /external/dtc/tests/
get_name.c 33 const char *getname, *getname2, *checkname; local
45 getname = fdt_get_name(fdt, offset, &len);
47 offset, getname, len);
48 if (!getname)
51 if (strcmp(getname, checkname) != 0)
53 path, getname, checkname);
55 if (len != strlen(getname))
57 path, len, strlen(getname));
63 if (strcmp(getname2, getname) != 0)
65 offset, getname2, getname);
    [all...]
set_name.c 33 const char *getname, *oldname; local
45 getname = fdt_get_name(fdt, offset, &len);
47 offset, getname, len);
48 if (!getname)
51 if (strcmp(getname, oldname) != 0)
53 path, getname, oldname);
55 if (len != strlen(getname))
57 path, len, strlen(getname));
64 getname = fdt_get_name(fdt, offset, &len);
65 if (!getname)
    [all...]
  /external/python/cpython2/Lib/
chunk.py 33 chunktype = chunk.getname()
43 getname() (returns the name (ID) of the chunk)
78 def getname(self): member in class:Chunk
  /external/python/cpython3/Lib/
chunk.py 33 chunktype = chunk.getname()
43 getname() (returns the name (ID) of the chunk)
78 def getname(self): member in class:Chunk
  /prebuilts/gdb/darwin-x86/lib/python2.7/
chunk.py 33 chunktype = chunk.getname()
43 getname() (returns the name (ID) of the chunk)
78 def getname(self): member in class:Chunk
  /prebuilts/gdb/linux-x86/lib/python2.7/
chunk.py 33 chunktype = chunk.getname()
43 getname() (returns the name (ID) of the chunk)
78 def getname(self): member in class:Chunk
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 33 chunktype = chunk.getname()
43 getname() (returns the name (ID) of the chunk)
78 def getname(self): member in class:Chunk
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
chunk.py 33 chunktype = chunk.getname()
43 getname() (returns the name (ID) of the chunk)
78 def getname(self): member in class:Chunk
  /external/python/cpython2/Lib/plat-mac/
videoreader.py 43 def getname(self): member in class:VideoFormat
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
videoreader.py 43 def getname(self): member in class:VideoFormat
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 43 def getname(self): member in class:VideoFormat
  /tools/test/connectivity/acts/tests/google/wifi/rtt/functional/
AwareDiscoveryWithRangingTest.py 188 ssi=self.getname(2)),
192 ssi=self.getname(2)),
197 def getname(self, level=1): member in class:AwareDiscoveryWithRangingTest
231 ssi=self.getname()),
235 ssi=self.getname()),
252 ssi=self.getname()),
256 ssi=self.getname()),
274 ssi=self.getname()),
279 ssi=self.getname()),
299 ssi=self.getname()),
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp.c 2725 getname(ap) function
    [all...]
  /external/tcpdump/
addrtoname.c 231 getname(netdissect_options *ndo, const u_char *ap) function
262 "getname: strdup(hp->h_name)");
274 (*ndo->ndo_error)(ndo, "getname: strdup(intoa(addr))");
    [all...]

Completed in 223 milliseconds