HomeSort by relevance Sort by last modified time
    Searched refs:func (Results 176 - 200 of 3530) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/autotest/frontend/afe/
direct_afe.py 18 func = None
21 func = rpc_interface.__getattribute__(call)
26 func = site_rpc_interface.__getattribute__(call)
30 if not func:
34 return func(**dargs
  /external/clang/lib/StaticAnalyzer/Frontend/
ModelConsumer.cpp 36 const FunctionDecl *func = llvm::dyn_cast<FunctionDecl>(*I); local
37 if (func && func->hasBody()) {
38 Bodies.insert(std::make_pair(func->getName(), func->getBody()));
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); }
173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \
174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 163 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
164 inline float_type func (float_type x) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x); }
165 # define _STLP_MATH_INLINE2(float_type, type, func, cfunc) \
166 inline float_type func (float_type x, type y) { return _STLP_CMATH_FUNC_NAMESPACE::cfunc(x, y); }
167 # define _STLP_MATH_INLINE_D(float_type, func, cfunc)
168 # define _STLP_MATH_INLINE2_D(float_type, type, func, cfunc)
171 # define _STLP_MATH_INLINE(float_type, func, cfunc) \
172 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::__##cfunc(x); }
173 # define _STLP_MATH_INLINE_D(float_type, func, cfunc) \
174 inline float_type func (float_type x) { return _STLP_VENDOR_CSTD::cfunc(x);
    [all...]
  /external/autotest/client/common_lib/
decorators.py 36 def wrap(func):
42 @param func Function object that we'll eventually call.
45 @functools.wraps(func)
56 return func(self, *args, **kwargs)
62 def __init__(self, func):
63 self._func = func
73 def cached_property(func):
79 @param func: The function to calculate the property value.
82 return _Property(func)
  /external/clang/test/CodeGenCXX/
debug-info-class.cpp 2 void func(foo *f) { function
5 void func(bar *f) { function
8 void func(baz *f) { function
30 void func() { function in struct:D
37 virtual void func() { function in struct:E
49 virtual void func();
71 x.func();
145 // CHECK: !DISubprogram(name: "func",{{.*}} scope: !"_ZTS1D"
148 // CHECK: [[D_FUNC_DECL]] = !DISubprogram(name: "func",{{.*}} scope: !"_ZTS1D"
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_itertools.py 20 dot='.' func=%(it_funcs)s > trailer< '(' [any] ')' > >
22 power< func=%(it_funcs)s trailer< '(' [any] ')' > >
30 func = results['func'][0]
32 func.value not in (u'ifilterfalse', u'izip_longest')):
40 func.parent.replace(func)
42 prefix = prefix or func.prefix
43 func.replace(Name(func.value[1:], prefix=prefix)
    [all...]
fix_apply.py 6 This converts apply(func, v, k) into (func)(*v, **k)."""
22 (not argument<NAME '=' any>) func=any ','
34 func = results["func"]
38 func = func.clone()
39 if (func.type not in (token.NAME, syms.atom) and
40 (func.type != syms.power or
41 func.children[-2].type == token.DOUBLESTAR))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_itertools.py 20 dot='.' func=%(it_funcs)s > trailer< '(' [any] ')' > >
22 power< func=%(it_funcs)s trailer< '(' [any] ')' > >
30 func = results['func'][0]
32 func.value not in (u'ifilterfalse', u'izip_longest')):
40 func.parent.replace(func)
42 prefix = prefix or func.prefix
43 func.replace(Name(func.value[1:], prefix=prefix)
    [all...]
fix_apply.py 6 This converts apply(func, v, k) into (func)(*v, **k)."""
22 (not argument<NAME '=' any>) func=any ','
34 func = results["func"]
38 func = func.clone()
39 if (func.type not in (token.NAME, syms.atom) and
40 (func.type != syms.power or
41 func.children[-2].type == token.DOUBLESTAR))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools.py 20 dot='.' func=%(it_funcs)s > trailer< '(' [any] ')' > >
22 power< func=%(it_funcs)s trailer< '(' [any] ')' > >
30 func = results['func'][0]
32 func.value not in (u'ifilterfalse', u'izip_longest')):
40 func.parent.replace(func)
42 prefix = prefix or func.prefix
43 func.replace(Name(func.value[1:], prefix=prefix)
    [all...]
fix_apply.py 6 This converts apply(func, v, k) into (func)(*v, **k)."""
22 (not argument<NAME '=' any>) func=any ','
34 func = results["func"]
38 func = func.clone()
39 if (func.type not in (token.NAME, syms.atom) and
40 (func.type != syms.power or
41 func.children[-2].type == token.DOUBLESTAR))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_itertools.py 20 dot='.' func=%(it_funcs)s > trailer< '(' [any] ')' > >
22 power< func=%(it_funcs)s trailer< '(' [any] ')' > >
30 func = results['func'][0]
32 func.value not in (u'ifilterfalse', u'izip_longest')):
40 func.parent.replace(func)
42 prefix = prefix or func.prefix
43 func.replace(Name(func.value[1:], prefix=prefix)
    [all...]
fix_apply.py 6 This converts apply(func, v, k) into (func)(*v, **k)."""
22 (not argument<NAME '=' any>) func=any ','
34 func = results["func"]
38 func = func.clone()
39 if (func.type not in (token.NAME, syms.atom) and
40 (func.type != syms.power or
41 func.children[-2].type == token.DOUBLESTAR))
    [all...]
  /external/libnfc-nci/src/adaptation/
NfcAdaptation.cpp 119 const char* func = "NfcAdaptation::Initialize"; local
120 ALOGD("%s: enter", func);
121 ALOGE("%s: ver=%s nfa=%s", func, nfca_version_string, nfa_version_string);
130 ALOGD("%s: logging protocol in raw format", func);
146 ALOGD("%s: Overriding NFA_EE_MAX_EE_SUPPORTED to use %d", func, nfa_ee_max_ee_cfg);
151 ALOGD("%s: Overriding NFA_POLL_BAIL_OUT_MODE to use %d", func, nfa_poll_bail_out_mode);
194 ALOGD ("%s: exit", func);
208 const char* func = "NfcAdaptation::Finalize"; local
211 ALOGD ("%s: enter", func);
221 ALOGD ("%s: exit", func);
250 const char* func = "NfcAdaptation::NFCA_TASK"; local
268 const char* func = "NfcAdaptation::Thread"; local
310 const char* func = "NfcAdaptation::InitializeHalDeviceContext"; local
355 const char* func = "NfcAdaptation::HalInitialize"; local
371 const char* func = "NfcAdaptation::HalTerminate"; local
386 const char* func = "NfcAdaptation::HalOpen"; local
407 const char* func = "NfcAdaptation::HalClose"; local
427 const char* func = "NfcAdaptation::HalDeviceContextCallback"; local
445 const char* func = "NfcAdaptation::HalDeviceContextDataCallback"; local
462 const char* func = "NfcAdaptation::HalWrite"; local
481 const char* func = "NfcAdaptation::HalCoreInitialized"; local
504 const char* func = "NfcAdaptation::HalPrediscover"; local
530 const char* func = "NfcAdaptation::HalControlGranted"; local
549 const char* func = "NfcAdaptation::HalPowerCycle"; local
568 const char* func = "NfcAdaptation::HalPowerCycle"; local
594 const char* func = "NfcAdaptation::DownloadFirmware"; local
623 const char* func = "NfcAdaptation::HalDownloadFirmwareCallback"; local
    [all...]
  /external/libunwind/tests/
Ltest-nocalloc.c 43 static void * (*func)(size_t, size_t);
50 if (!func)
51 func = &__libc_calloc;
53 if(!func)
54 func = dlsym(RTLD_NEXT, "calloc");
61 return func(n, s);
68 static void * (*func)(size_t);
70 if(!func)
71 func = dlsym(RTLD_NEXT, "malloc");
77 return func(s)
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
funcobject.h 55 #define PyFunction_GET_CODE(func) \
56 (((PyFunctionObject *)func) -> func_code)
57 #define PyFunction_GET_GLOBALS(func) \
58 (((PyFunctionObject *)func) -> func_globals)
59 #define PyFunction_GET_MODULE(func) \
60 (((PyFunctionObject *)func) -> func_module)
61 #define PyFunction_GET_DEFAULTS(func) \
62 (((PyFunctionObject *)func) -> func_defaults)
63 #define PyFunction_GET_CLOSURE(func) \
64 (((PyFunctionObject *)func) -> func_closure
    [all...]
  /prebuilts/gdb/linux-x86/include/python2.7/
funcobject.h 55 #define PyFunction_GET_CODE(func) \
56 (((PyFunctionObject *)func) -> func_code)
57 #define PyFunction_GET_GLOBALS(func) \
58 (((PyFunctionObject *)func) -> func_globals)
59 #define PyFunction_GET_MODULE(func) \
60 (((PyFunctionObject *)func) -> func_module)
61 #define PyFunction_GET_DEFAULTS(func) \
62 (((PyFunctionObject *)func) -> func_defaults)
63 #define PyFunction_GET_CLOSURE(func) \
64 (((PyFunctionObject *)func) -> func_closure
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
funcobject.h 55 #define PyFunction_GET_CODE(func) \
56 (((PyFunctionObject *)func) -> func_code)
57 #define PyFunction_GET_GLOBALS(func) \
58 (((PyFunctionObject *)func) -> func_globals)
59 #define PyFunction_GET_MODULE(func) \
60 (((PyFunctionObject *)func) -> func_module)
61 #define PyFunction_GET_DEFAULTS(func) \
62 (((PyFunctionObject *)func) -> func_defaults)
63 #define PyFunction_GET_CLOSURE(func) \
64 (((PyFunctionObject *)func) -> func_closure
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
funcobject.h 55 #define PyFunction_GET_CODE(func) \
56 (((PyFunctionObject *)func) -> func_code)
57 #define PyFunction_GET_GLOBALS(func) \
58 (((PyFunctionObject *)func) -> func_globals)
59 #define PyFunction_GET_MODULE(func) \
60 (((PyFunctionObject *)func) -> func_module)
61 #define PyFunction_GET_DEFAULTS(func) \
62 (((PyFunctionObject *)func) -> func_defaults)
63 #define PyFunction_GET_CLOSURE(func) \
64 (((PyFunctionObject *)func) -> func_closure
    [all...]
  /external/bison/darwin-lib/
fcntl.h 148 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
161 declares the system function, named func, with the given prototype,
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
168 _GL_EXTERN_C rettype func parameters_and_attributes
170 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
171 declares a C++ alias called GNULIB_NAMESPACE::func
176 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
time.h 115 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
128 declares the system function, named func, with the given prototype,
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
135 _GL_EXTERN_C rettype func parameters_and_attributes
137 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
138 declares a C++ alias called GNULIB_NAMESPACE::func
143 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/bison/linux-lib/
fcntl.h 148 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
155 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
156 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
160 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
161 declares the system function, named func, with the given prototype,
167 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
168 _GL_EXTERN_C rettype func parameters_and_attributes
170 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
171 declares a C++ alias called GNULIB_NAMESPACE::func
176 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
time.h 115 /* _GL_FUNCDECL_RPL (func, rettype, parameters_and_attributes);
122 #define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) \
123 _GL_FUNCDECL_RPL_1 (rpl_##func, rettype, parameters_and_attributes)
127 /* _GL_FUNCDECL_SYS (func, rettype, parameters_and_attributes);
128 declares the system function, named func, with the given prototype,
134 #define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) \
135 _GL_EXTERN_C rettype func parameters_and_attributes
137 /* _GL_CXXALIAS_RPL (func, rettype, parameters);
138 declares a C++ alias called GNULIB_NAMESPACE::func
143 #define _GL_CXXALIAS_RPL(func,rettype,parameters)
    [all...]
  /external/mesa3d/src/mesa/main/
APIspecutil.py 59 for func in api.functions:
60 alias, need_conv = impl.match(func, conversions)
63 if not func.is_external:
64 print >>sys.stderr, "Error: unable to dispatch %s" % func.name
65 alias = func
68 __functions[func.name] = func
69 __aliases[func.name] = (alias, need_conv)
77 for func in api.functions:
78 if func.is_external
    [all...]

Completed in 562 milliseconds

1 2 3 4 5 6 78 91011>>