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

  /external/chromium_org/third_party/mesa/src/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;
  /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;
  /external/tcpdump/
addrtoname.h 41 extern const char *getname(const u_char *);
53 #define ipaddr_string(p) getname((const u_char *)(p))
print-bgp.c 510 snprintf(buf, buflen, "%s/%d", getname((u_char *)&addr), plen);
559 getname((u_char *)&addr),
773 getname((u_char *)&addr),
    [all...]
addrtoname.c 225 getname(const u_char *ap) function
print-icmp6.c 1114 getname((const u_char *)(ni6 + 1)));
    [all...]
print-lldp.c     [all...]
  /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:__anon63114
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:__anon63237
25 as for getname. */
  /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...]
  /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()
aifc.py 299 if chunk.getname() != 'FORM':
315 chunkname = chunk.getname()
    [all...]
  /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()
aifc.py 299 if chunk.getname() != 'FORM':
315 chunkname = chunk.getname()
    [all...]
  /external/oprofile/module/ia64/
op_syscalls.c 164 filename = getname(filename);
  /external/oprofile/module/x86/
op_syscalls.c 124 filename = getname((char *)regs.ebx);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 43 def getname(self): member in class:VideoFormat
  /external/ipsec-tools/src/racoon/
isakmp.c 2720 getname(ap) function
    [all...]

Completed in 1002 milliseconds