HomeSort by relevance Sort by last modified time
    Searched full:isfunction (Results 176 - 200 of 284) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
Wasm.h 61 bool isFunction() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/PDB/
IPDBRawSymbol.h 139 virtual bool isFunction() const = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
Wasm.h 61 bool isFunction() const {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
DocXMLRPCServer.py 88 elif inspect.isfunction(object):
doctest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
DocXMLRPCServer.py 88 elif inspect.isfunction(object):
doctest.py     [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 11 #define PHPFN(x) %keywordwarn("'" `x` "' is a PHP built-in function, renamed as 'c_" `x` "'",sourcefmt="%(lower)s",%$isfunction,%$not %$ismember,rename="c_%s") `x`
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
ruby.swg 27 %rename("%(undercase)s", %$isfunction, %$not %$ismemberget, %$not %$ismemberset) "";
  /prebuilts/misc/common/swig/include/2.0.11/
swigwarnings.swg 117 #define %builtinwarn(msg...) %namewarn(%warningmsg(SWIGWARN_PARSE_BUILTIN_NAME, msg), %$isfunction)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SPVRemapper.h 220 bool isFunction(spv::Id oldId) const { return fnPos.find(oldId) != fnPos.end(); }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 88 elif inspect.isfunction(object):
doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 88 elif inspect.isfunction(object):
doctest.py     [all...]
  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.cpp 332 bool isFunction) {
346 if (isFunction)
  /external/swiftshader/src/OpenGL/compiler/
ValidateLimitations.cpp 433 ASSERT(symbol && symbol->isFunction());
  /external/v8/src/inspector/
v8-debugger.cc 747 if (value->IsFunction()) {
789 if (value->IsFunction()) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
doctest.py     [all...]
pydoc.py 652 if inspect.isfunction(value): fdict[value] = fdict[key]
    [all...]
  /external/python/cpython2/Lib/
doctest.py     [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 39 # ismodule, isclass, ismethod, isfunction, istraceback, isframe, iscode,
65 inspect.isframe, inspect.isfunction, inspect.ismethod,
79 other == inspect.isfunction:
124 self.istest(inspect.isfunction, 'mod.spam')
125 self.istest(inspect.isfunction, 'mod.StupidGit.abuse')
348 functions = inspect.getmembers(mod, inspect.isfunction)
    [all...]
  /external/python/cpython2/Doc/library/
inspect.rst 280 .. function:: isfunction(object)
335 :func:`ismethod`, :func:`isclass`, :func:`isfunction` or :func:`isbuiltin`
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 652 if inspect.isfunction(value): fdict[value] = fdict[key]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 703 if inspect.isfunction(value): fdict[value] = fdict[key]
    [all...]

Completed in 1246 milliseconds

1 2 3 4 5 6 78 91011>>