/external/deqp/modules/gles3/scripts/ |
H A D | gen-invalid-texture-funcs.py | 57 def __init__(self, funcname, args): 58 self.name = string.join([s.lower() for s in [funcname] + args], "_") 59 self.funcname = funcname 65 lookup = self.funcname + "(s"
|
/external/mesa3d/src/mesa/main/ |
H A D | APIspecutil.py | 97 def ReturnType(funcname): 99 func = __functions[funcname] 103 def Properties(funcname): 105 func = __functions[funcname] 215 def Parameters(funcname): 217 func = __functions[funcname] 225 def FunctionPrefix(funcname): 227 func = __functions[funcname] 251 def AliasPrefix(funcname): 253 alias = __aliases[funcname][ [all...] |
/external/libevent/ |
H A D | event_rpcgen.py | 431 def GetDeclaration(self, funcname): 433 funcname, self._struct.Name(), self._ctype ) ] 457 def AssignDeclaration(self, funcname): 459 funcname, self._struct.Name(), self._ctype ) ] 516 def GetDeclaration(self, funcname): 518 funcname, self._struct.Name(), self._ctype ) ] 521 def AssignDeclaration(self, funcname): 523 funcname, self._struct.Name(), self._ctype ) ] 952 def GetDeclaration(self, funcname): 954 funcname, sel [all...] |
/external/icu/icu4c/source/tools/genren/ |
H A D | genren.pl | 211 @funcname = split(/[\(\s+]/); 212 $CFuncs{$funcname[0]}++;
|
/external/opencv3/modules/python/src2/ |
H A D | 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...] |
/external/v8/tools/gcmole/ |
H A D | 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
|
/external/valgrind/cachegrind/ |
H A D | cg_diff.in | 53 --mod-funcname=<expr> like --mod-filename, but applied to function names 65 # --mod-funcname expression 85 } elsif ($arg =~ /^--mod-funcname=(.*)/) { 196 my %CCs; # hash("$filename#$funcname" => CC array) 264 # Individual CCs, organised by filename/funcname/line_num. 265 # hashref("$filename#$funcname", CC array)
|
/external/opencv3/modules/core/src/ |
H A D | ocl.cpp | 693 static void* initOpenCLAndLoad(const char* funcname) argument 716 return funcname && handle ? dlsym(handle, funcname) : 0; 733 static void* initOpenCLAndLoad(const char* funcname) argument 751 return funcname ? (void*)GetProcAddress(handle, funcname) : 0; 759 static void* initOpenCLAndLoad(const char* funcname) argument 777 return funcname ? (void*)dlsym(handle, funcname) : 0; 790 #define OCL_FUNC(rettype, funcname, argsdec [all...] |
H A D | system.cpp | 1223 static const char * funcname = NULL, * filename = NULL; member in namespace:cv::ipp 1229 funcname = _funcname; 1241 return format("%s:%d %s", filename ? filename : "", linen, funcname ? funcname : "");
|
/external/opencv3/modules/highgui/src/ |
H A D | window.cpp | 506 #define CV_NO_GUI_ERROR(funcname) \ 507 cvError( CV_StsError, funcname, \
|
/external/opencv/cv/src/ |
H A D | _cvipp.h | 524 #define IPCV_COLOR( funcname, ipp_funcname, flavor ) \ 525 IPCVAPI_EX( CvStatus, icv##funcname##_##flavor##_C3R, \
|
/external/pdfium/core/src/fxge/win32/ |
H A D | fx_win32_gdipext.cpp | 431 #define CallFunc(funcname) \ 432 ((FuncType_##funcname)GdiplusExt.m_Functions[FuncId_##funcname])
|
/external/opencv3/modules/core/include/opencv2/core/ |
H A D | base.hpp | 647 CV_EXPORTS void setIppStatus(int status, const char * const funcname = NULL, const char * const filename = NULL,
|
/external/vulkan-validation-layers/ |
H A D | reg.py | 735 funcname = cmd.find('proto/name').text 738 # self.gen.logMsg('diag', '*** Command ', funcname, ' has return group ', group) 740 # self.gen.logMsg('diag', '*** Command ', funcname, ' has UNKNOWN return group ', group) 754 # self.gen.logMsg('diag', '*** Command ', funcname, ' param ', pname, ' has UNKNOWN group ', group)
|
/external/autotest/client/common_lib/ |
H A D | base_utils.py | 1716 def import_site_function(path, module, funcname, dummy, modulefile=None): 1723 funcname: function name to be imported from site file 1732 return import_site_symbol(path, module, funcname, dummy, modulefile)
|
/external/dbus/dbus/ |
H A D | dbus-marshal-recursive-util.c | 305 const char *funcname, 317 funcname, line); 303 real_check_expected_type(DBusTypeReader *reader, int expected, const char *funcname, int line) argument
|
/external/valgrind/perf/ |
H A D | tinycc.c | 2366 static char *funcname; 12802 len = strlen(funcname) + 1; 12810 memcpy(ptr, funcname, len); 14494 funcname, sym->type.t & VT_STATIC ? 'f' : 'F'); 14556 funcname = get_tok_str(sym->v, NULL); 14578 funcname = ""; /* for safety */ 14841 funcname = ""; 2364 static char *funcname; variable
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |