Home
last modified time | relevance | path

Searched defs:inspect (Results 1 – 25 of 44) sorted by relevance

12

/external/jcommander/src/test/java/com/beust/jcommander/args/
DArity1.java8 public boolean inspect; field in Arity1
/external/python/cpython2/Python/
Dfrozenmain.c19 int inspect = 0; in Py_FrozenMain() local
/external/python/cpython3/Python/
Dfrozenmain.c28 int inspect = 0; in Py_FrozenMain() local
/external/python/cpython3/Mac/PythonLauncher/
DPreferencesWindowController.h14 IBOutlet NSButton *inspect; variable
DFileSettings.h32 BOOL inspect; // -i option: interactive mode after script variable
DMyDocument.h20 IBOutlet NSButton *inspect; variable
DPreferencesWindowController.m80 - (BOOL) inspect { return [inspect state];}; method
DMyDocument.m156 - (BOOL) inspect { return [inspect state];}; method
DFileSettings.m299 - (BOOL) inspect { return inspect;}; method
/external/python/cpython2/Mac/PythonLauncher/
DPreferencesWindowController.h14 IBOutlet NSButton *inspect; variable
DFileSettings.h32 BOOL inspect; // -i option: interactive mode after script variable
DMyDocument.h20 IBOutlet NSButton *inspect; variable
DPreferencesWindowController.m80 - (BOOL) inspect { return [inspect state];}; method
DMyDocument.m156 - (BOOL) inspect { return [inspect state];}; method
DFileSettings.m299 - (BOOL) inspect { return inspect;}; method
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcall-stack.rb40 def inspect method in Call
Dgrammar.rb201 def inspect method in ANTLR3.Test.Grammar
299 def inspect method in ANTLR3.Test.InlineGrammar
/external/python/funcsigs/docs/
Dindex.rst17 .. _inspect: http://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signatu… target in The Funcsigs Package
/external/python/funcsigs/
DREADME.rst70 .. _inspect: http://docs.python.org/3/library/inspect.html#introspecting-callables-with-the-signatu… target in Copyright
/external/tensorflow/tensorflow/python/framework/
Dtraceable_stack_test.py24 from tensorflow.python.util import tf_inspect as inspect unknown
/external/python/funcsigs/tests/
Dtest_funcsigs.py11 import funcsigs as inspect namespace
/external/libaom/libaom/
DCMakeLists.txt289 add_executable(inspect "${AOM_ROOT}/examples/inspect.c" target
/external/antlr/runtime/Ruby/lib/antlr3/
Dstreams.rb638 def inspect( before_chars = 6, after_chars = 10 ) singletonMethod in ANTLR3.StringStream
1069 def inspect singletonMethod in ANTLR3.StringStream.CommonTokenStream
Derror.rb165 alias inspect message alias in ANTLR3.Error.RecognitionError
478 def inspect method in ANTLR3.Error.FailedPredicate
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1876 inspect section in New, Improved, and Deprecated Modules

12