/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_rlcompleter.py | 7 """ Trivial class used in testing rlcompleter.Completer. """ 13 self.stdcompleter = rlcompleter.Completer() 14 self.completer = rlcompleter.Completer(dict(spam=int, 28 self.assertFalse(self.completer.use_main_ns) 29 self.assertFalse(rlcompleter.Completer(A()).use_main_ns) 30 self.assertRaises(TypeError, rlcompleter.Completer, B((1,))) 41 self.assertEqual(self.completer.global_matches('CompleteM'), 43 self.assertEqual(self.completer.global_matches('eg'), 46 self.assertEqual(self.completer.global_matches('CompleteM') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_rlcompleter.py | 7 """ Trivial class used in testing rlcompleter.Completer. """ 13 self.stdcompleter = rlcompleter.Completer() 14 self.completer = rlcompleter.Completer(dict(spam=int, 28 self.assertFalse(self.completer.use_main_ns) 29 self.assertFalse(rlcompleter.Completer(A()).use_main_ns) 30 self.assertRaises(TypeError, rlcompleter.Completer, B((1,))) 41 self.assertEqual(self.completer.global_matches('CompleteM'), 43 self.assertEqual(self.completer.global_matches('eg'), 46 self.assertEqual(self.completer.global_matches('CompleteM') [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rlcompleter.py | 3 The completer completes keywords, built-ins and globals in a selectable 16 - Exceptions raised by the completer function are *ignored* (and generally cause 28 raw_input(), and thus these also benefit/suffer from the completer 30 specifying its own completer function and using raw_input() for all 41 __all__ = ["Completer"] 43 class Completer: 45 """Create a new completer for the command line. 47 Completer([namespace]) -> completer instance. 53 Completer instances should be used as the completion mechanism o [all...] |
pydoc.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rlcompleter.py | 3 The completer completes keywords, built-ins and globals in a selectable 16 - Exceptions raised by the completer function are *ignored* (and generally cause 28 raw_input(), and thus these also benefit/suffer from the completer 30 specifying its own completer function and using raw_input() for all 41 __all__ = ["Completer"] 43 class Completer: 45 """Create a new completer for the command line. 47 Completer([namespace]) -> completer instance. 53 Completer instances should be used as the completion mechanism o [all...] |
pydoc.py | [all...] |
/external/llvm/include/llvm/LineEditor/ |
LineEditor.h | 80 /// Set the completer for this LineEditor. A completer is a function object 85 Completer.reset(new CompleterModel<T>(Comp)); 88 /// Set the completer for this LineEditor to the given list completer. 89 /// A list completer is a function object which takes arguments of type 93 Completer.reset(new ListCompleterModel<T>(Comp)); 96 /// Use the current completer to produce a CompletionAction for the given 97 /// completion request. If the current completer is a list completer, thi [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
CountedCompleter.java | 26 * this completer itself has a completer, the process is continued 27 * with its completer. As is the case with related synchronization 61 * <p>A CountedCompleter that does not itself have a completer (i.e., 64 * However, any completer that in turn has another completer serves 72 * completer (and its completer, and so on), if one exists and it has 74 * CountedCompleter has only a local effect on that completer, so is 82 * them up typically vary. Here, the completer of each task is it 387 final CountedCompleter<?> completer; field in class:CountedCompleter [all...] |
ForkJoinPool.java | [all...] |
/external/lldb/include/lldb/Interpreter/ |
CommandCompletions.h | 76 // These are the generic completer functions: 160 // The Completer class is a convenient base class for building searchers 161 // that go along with the SearchFilter passed to the standard Completer 164 class Completer : public Searcher 167 Completer (CommandInterpreter &interpreter, 173 virtual ~Completer (); 194 DISALLOW_COPY_AND_ASSIGN (Completer); 198 // SouceFileCompleter implements the source file completer 200 class SourceFileCompleter : public Completer 232 // ModuleCompleter implements the module completer [all...] |
CommandInterpreter.h | 254 // completer should complete the quote & put a space after the word.
|
/external/lldb/source/Commands/ |
CommandCompletions.cpp | 104 SourceFileCompleter completer (interpreter, 115 completer.DoCompletion (&null_searcher); 119 completer.DoCompletion (searcher); 354 ModuleCompleter completer (interpreter, 364 completer.DoCompletion (&null_searcher); 368 completer.DoCompletion (searcher); 385 SymbolCompleter completer (interpreter, 395 completer.DoCompletion (&null_searcher); 399 completer.DoCompletion (searcher); 477 CommandCompletions::Completer::Completer [all...] |
CommandObjectFrame.cpp | 360 // Arguments are the standard source file completer.
|
CommandObjectTarget.cpp | [all...] |
/external/e2fsprogs/lib/ss/ |
ss_internal.h | 72 char *(*completer)(const char *, int));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleterTest.java | 47 TestValueCompleter completer = new TestValueCompleter( local 49 IContentProposal[] proposals = completer.getProposals(text, offset);
|
/external/lldb/include/lldb/Symbol/ |
ClangASTImporter.h | 182 void InstallMapCompleter (clang::ASTContext *dst_ctx, MapCompleter &completer) 197 context_md->m_map_completer = &completer;
|
/external/libedit/examples/ |
fileman.c | 102 initialize_readline(); /* Bind our completer. */ 233 /* Tell the completer that we want a crack first. */
|
/external/llvm/lib/LineEditor/ |
LineEditor.cpp | 84 if (!Completer) { 90 return Completer->complete(Buffer, Pos);
|
/external/valgrind/coregrind/ |
m_errormgr.c | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pci_regs.h | 516 #define PCI_ERR_UNC_COMP_ABORT 0x00008000 /* Completer Abort */ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
PropertyFactory.java | 205 // more limited than the text editor plus enum completer anyway [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pci_regs.h | 549 #define PCI_ERR_UNC_COMP_ABORT 0x00008000 /* Completer Abort */ [all...] |
/external/clang/lib/Parse/ |
ParseExpr.cpp | [all...] |
/external/kernel-headers/original/uapi/linux/ |
pci_regs.h | [all...] |