/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_getproc.c | 187 _glxapi_get_proc_address(const char *funcName) 191 if (strcmp(GLX_functions[i].Name, funcName) == 0)
|
/external/mesa3d/src/mapi/glapi/ |
glapi.h | 156 _glapi_get_proc_offset(const char *funcName); 160 _glapi_get_proc_address(const char *funcName);
|
/external/v8/tools/gcmole/ |
gcmole.lua | 335 for funcname in lines do 336 if funcname:sub(1, 1) ~= '\t' then 337 resolve(funcname) 338 scope = funcname 340 local name = funcname:sub(2) 359 for funcname, callers in pairs(funcs) do 360 if gc[funcname] then mark(funcname, callers) end
|
/frameworks/compile/slang/ |
slang_rs_context.cpp | 96 const clang::StringRef& funcName = FD->getName(); 97 return getForEachSlotNumber(funcName); 100 int RSContext::getForEachSlotNumber(const clang::StringRef& funcName) { 101 auto it = mExportForEachMap.find(funcName); 161 const llvm::StringRef& funcName = FD->getName(); 163 if (funcName.equals("root")) { 165 mExportForEachMap.insert(std::make_pair(funcName, 0)); 167 mExportForEachMap.insert(std::make_pair(funcName, mNextSlot++));
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_code.py | 108 co = _testcapi.code_newempty("filename", "funcname", 15) 110 self.assertEqual(co.co_name, "funcname")
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_code.py | 108 co = _testcapi.code_newempty("filename", "funcname", 15) 110 self.assertEqual(co.co_name, "funcname")
|
/prebuilts/go/darwin-x86/src/runtime/ |
symtab.go | 123 f2name = funcname(f2) 125 println("function symbol table not sorted by program counter:", hex(datap.ftab[i].entry), funcname(f1), ">", hex(datap.ftab[i+1].entry), f2name) 127 print("\t", hex(datap.ftab[j].entry), " ", funcname((*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[j].funcoff]))), "\n") 178 return funcname(f.raw()) 262 print("runtime: invalid pc-encoded table f=", funcname(f), " pc=", hex(pc), " targetpc=", hex(targetpc), " tab=", p, "\n") 291 func funcname(f *_func) string { func 303 // print("looking for ", hex(targetpc), " in ", funcname(f), " got file=", fileno, " line=", lineno, "\n") 317 print("invalid spdelta ", funcname(f), " ", hex(f.entry), " ", hex(targetpc), " ", hex(f.pcsp), " ", x, "\n")
|
/prebuilts/go/linux-x86/src/runtime/ |
symtab.go | 123 f2name = funcname(f2) 125 println("function symbol table not sorted by program counter:", hex(datap.ftab[i].entry), funcname(f1), ">", hex(datap.ftab[i+1].entry), f2name) 127 print("\t", hex(datap.ftab[j].entry), " ", funcname((*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[j].funcoff]))), "\n") 178 return funcname(f.raw()) 262 print("runtime: invalid pc-encoded table f=", funcname(f), " pc=", hex(pc), " targetpc=", hex(targetpc), " tab=", p, "\n") 291 func funcname(f *_func) string { func 303 // print("looking for ", hex(targetpc), " in ", funcname(f), " got file=", fileno, " line=", lineno, "\n") 317 print("invalid spdelta ", funcname(f), " ", hex(f.entry), " ", hex(targetpc), " ", hex(f.pcsp), " ", x, "\n")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_code.py | 108 co = _testcapi.code_newempty("filename", "funcname", 15) 110 self.assertEqual(co.co_name, "funcname")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_code.py | 108 co = _testcapi.code_newempty("filename", "funcname", 15) 110 self.assertEqual(co.co_name, "funcname")
|
/external/elfutils/tests/ |
dwfl-report-elf-align.c | 47 error (1, 0, "dwfl-report-elf-align shlib.so base funcaddr funcname");
|
/external/vulkan-validation-layers/layers/ |
vk_layer_logging.h | 182 static inline PFN_vkVoidFunction debug_report_get_instance_proc_addr(debug_report_data *debug_data, const char *funcName) { 187 if (!strcmp(funcName, "vkCreateDebugReportCallbackEXT")) { 190 if (!strcmp(funcName, "vkDestroyDebugReportCallbackEXT")) { 194 if (!strcmp(funcName, "vkDebugReportMessageEXT")) {
|
core_validation.cpp | [all...] |
/frameworks/base/core/java/android/app/ |
NativeActivity.java | 96 private native long loadNativeCode(String path, String funcname, MessageQueue queue, 133 String funcname = "ANativeActivity_onCreate"; local 158 if (ln != null) funcname = ln; 175 mNativeHandle = loadNativeCode(path, funcname, Looper.myQueue(),
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
importgl.h | 55 #define FNDEF(retType, funcName, args) \ 56 IMPORTGL_API retType (*funcPtr_##funcName) args IMPORTGL_FNPTRINIT;\ 57 typedef retType (*funcType_##funcName) args
|
/external/opencv/cxcore/src/ |
cxcopy.cpp | 247 #define CV_DEF_INIT_COPYSET_TAB_2D( FUNCNAME, FLAG ) \ 248 static void icvInit##FUNCNAME##FLAG##Table( CvBtFuncTable* table ) \ 250 table->fn_2d[1] = (void*)icv##FUNCNAME##_8u_C1##FLAG; \ 251 table->fn_2d[2] = (void*)icv##FUNCNAME##_16s_C1##FLAG; \ 252 table->fn_2d[3] = (void*)icv##FUNCNAME##_8u_C3##FLAG; \ 253 table->fn_2d[4] = (void*)icv##FUNCNAME##_8u_C4##FLAG; \ 254 table->fn_2d[6] = (void*)icv##FUNCNAME##_16s_C3##FLAG; \ 255 table->fn_2d[8] = (void*)icv##FUNCNAME##_16s_C4##FLAG; \ 256 table->fn_2d[12] = (void*)icv##FUNCNAME##_32f_C3##FLAG; \ 257 table->fn_2d[16] = (void*)icv##FUNCNAME##_32f_C4##FLAG; [all...] |
/external/skia/tools/lua/ |
lua_pictures.cpp | 52 const char pictureFile[], const char funcName[]) { 53 lua_getglobal(L, funcName); 56 SkDebugf("--- expected %s function %d, ignoring.\n", funcName, t);
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
WinCodeViewLineTables.cpp | 192 StringRef FuncName; 194 FuncName = SP->getDisplayName(); 201 FuncName = GVName.substr(1); 205 Asm->OutStreamer->AddComment("Symbol subsection for " + Twine(FuncName)); 227 Asm->OutStreamer->EmitBytes(FuncName); 237 Asm->OutStreamer->EmitFill((-FuncName.size()) % 4, 0); 256 Asm->OutStreamer->AddComment("Line table subsection for " + Twine(FuncName));
|
/external/llvm/include/llvm/ProfileData/ |
InstrProfReader.h | 287 // Read all the profile records with the key equal to FuncName 288 virtual std::error_code getRecords(StringRef FuncName, 316 std::error_code getRecords(StringRef FuncName, 358 /// Return the pointer to InstrProfRecord associated with FuncName 360 ErrorOr<InstrProfRecord> getInstrProfRecord(StringRef FuncName, 364 std::error_code getFunctionCounts(StringRef FuncName, uint64_t FuncHash,
|
/external/opencv3/modules/python/src2/ |
hdr_parser.py | 24 Each declaration is [funcname, return_value_type /* in C, not in Python */, <list_of_modifiers>, <list_of_arguments>], 446 rettype, funcname, modlist, argno = self.parse_arg(decl_start, -1) 450 i = decl_start.rfind(funcname) 457 rettype, funcname = "", rettype 470 #print rettype, funcname, modlist, argno 474 if self.wrap_mode and (("::" in funcname) or funcname.startswith("~")): 482 funcname = self.get_dotted_name(funcname) 486 decl[0] = funcname [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
bdb.py | 252 funcname=None): 264 bp = Breakpoint(filename, lineno, temporary, cond, funcname) 473 def __init__(self, file, line, temporary=0, cond=None, funcname=None): 474 self.funcname = funcname 475 # Needed if funcname is not None. 534 """Check whether we should break here because of `b.funcname`.""" 535 if not b.funcname: 545 if frame.f_code.co_name != b.funcname:
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
bdb.py | 252 funcname=None): 264 bp = Breakpoint(filename, lineno, temporary, cond, funcname) 473 def __init__(self, file, line, temporary=0, cond=None, funcname=None): 474 self.funcname = funcname 475 # Needed if funcname is not None. 534 """Check whether we should break here because of `b.funcname`.""" 535 if not b.funcname: 545 if frame.f_code.co_name != b.funcname:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
bdb.py | 252 funcname=None): 264 bp = Breakpoint(filename, lineno, temporary, cond, funcname) 473 def __init__(self, file, line, temporary=0, cond=None, funcname=None): 474 self.funcname = funcname 475 # Needed if funcname is not None. 534 """Check whether we should break here because of `b.funcname`.""" 535 if not b.funcname: 545 if frame.f_code.co_name != b.funcname:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
bdb.py | 252 funcname=None): 264 bp = Breakpoint(filename, lineno, temporary, cond, funcname) 473 def __init__(self, file, line, temporary=0, cond=None, funcname=None): 474 self.funcname = funcname 475 # Needed if funcname is not None. 534 """Check whether we should break here because of `b.funcname`.""" 535 if not b.funcname: 545 if frame.f_code.co_name != b.funcname:
|
/toolchain/binutils/binutils-2.25/gprof/ |
sym_ids.c | 108 /* A spec has the syntax FILENAME:(FUNCNAME|LINENUM). As a convenience 112 (ii) a FUNCNAME if it starts with a non-digit character 115 A FUNCNAME containing a dot can be specified by :FUNCNAME, a
|