/external/dtc/tests/ |
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...] |
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...] |
/external/mesa3d/src/mesa/program/ |
sampler.cpp | 111 get_sampler_name getname(sampler, shader_program); 113 sampler->accept(&getname); 116 if (!shader_program->UniformHash->get(location, getname.name)) { 118 "failed to find sampler named %s.\n", getname.name); 122 return shader_program->UniformStorage[location].sampler + getname.offset;
|
/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:__anon5384 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:__anon5690 25 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:__anon53297 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:__anon53419 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:__anon105139 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:__anon105262 25 as for getname. */
|
/external/tcpdump/ |
addrtoname.h | 43 extern const char *getname(netdissect_options *, const u_char *); 56 #define ipaddr_string(ndo, p) getname(ndo, (const u_char *)(p))
|
print-bgp.c | 506 snprintf(buf, buflen, "%s/%d", getname(ndo, (u_char *)&addr), plen); 556 getname(ndo, (u_char *)&addr), 778 getname(ndo, (u_char *)&addr), [all...] |
/external/clang/www/demo/ |
index.cgi | 38 sub getname { 59 my $name = getname($extension); 350 my $bytecodeFile = getname(".bc"); 351 my $outputFile = getname(".llvm-gcc.out"); 352 my $timerFile = getname(".llvm-gcc.time"); 378 my $outputFile = getname(".gccld.out"); 379 my $timerFile = getname(".gccld.time"); 382 my $tmpFile = getname(".bc"); 400 my $disassemblyFile = getname(".ll"); 407 my $tmpFile = getname(".ll") [all...] |
/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
|
wave.py | 129 if self._file.getname() != 'RIFF':
141 chunkname = chunk.getname()
|
aifc.py | 287 if chunk.getname() != 'FORM':
303 chunkname = chunk.getname()
[all...] |
/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
|
wave.py | 129 if self._file.getname() != 'RIFF': 141 chunkname = chunk.getname()
|
/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
|
wave.py | 129 if self._file.getname() != 'RIFF': 141 chunkname = chunk.getname()
|
/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
|
wave.py | 129 if self._file.getname() != 'RIFF': 141 chunkname = chunk.getname()
|
/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
|
wave.py | 129 if self._file.getname() != 'RIFF': 141 chunkname = chunk.getname()
|
/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
|