Searched refs:matches (Results 1 - 25 of 1172) sorted by relevance

1234567891011>>

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Drlcompleter.py83 self.matches = self.attr_matches(text)
85 self.matches = self.global_matches(text)
87 return self.matches[state]
97 """Compute matches when text is a simple name.
104 matches = []
108 matches.append(word)
112 matches.append(self._callable_postfix(val, word))
113 return matches
116 """Compute matches when text contains a dot.
145 matches
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Drlcompleter.py83 self.matches = self.attr_matches(text)
85 self.matches = self.global_matches(text)
87 return self.matches[state]
97 """Compute matches when text is a simple name.
104 matches = []
108 matches.append(word)
112 matches.append(self._callable_postfix(val, word))
113 return matches
116 """Compute matches when text contains a dot.
145 matches
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Drlcompleter.py83 self.matches = self.attr_matches(text)
85 self.matches = self.global_matches(text)
87 return self.matches[state]
97 """Compute matches when text is a simple name.
104 matches = []
108 matches.append(word)
112 matches.append(self._callable_postfix(val, word))
113 return matches
116 """Compute matches when text contains a dot.
145 matches
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Drlcompleter.py83 self.matches = self.attr_matches(text)
85 self.matches = self.global_matches(text)
87 return self.matches[state]
97 """Compute matches when text is a simple name.
104 matches = []
108 matches.append(word)
112 matches.append(self._callable_postfix(val, word))
113 return matches
116 """Compute matches when text contains a dot.
145 matches
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
H A DStringMatcher.h29 /// not exit this code fragment. If nothing matches, execution falls through.
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
41 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/TableGen/
H A DStringMatcher.h29 /// not exit this code fragment. If nothing matches, execution falls through.
42 const std::vector<StringPair> &matches, raw_ostream &os)
43 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
41 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/TableGen/
H A DStringMatcher.h30 /// not exit this code fragment. If nothing matches, execution falls through.
43 const std::vector<StringPair> &matches, raw_ostream &os)
44 : StrVariableName(strVariableName), Matches(matches), OS(os) {}
42 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
H A DASTMatchers.h98 /// \brief If the provided matcher matches a node, binds the node to \c ID.
125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
145 /// matches "int X", but not "int Y".
157 /// matches "typedef int X", but not "using Y = int"
168 /// matches "typedef int X" and "using Y = int"
180 /// matches "using Y = int", but not "typedef int X"
185 /// typeAliasTemplateDecl() matches
195 /// Example matches X but not Y
216 /// Example matches Y but not X
241 /// Example matches
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
H A DASTMatchers.h98 /// \brief If the provided matcher matches a node, binds the node to \c ID.
125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
145 /// matches "int X", but not "int Y".
157 /// matches "typedef int X", but not "using Y = int"
168 /// matches "typedef int X" and "using Y = int"
180 /// matches "using Y = int", but not "typedef int X"
185 /// typeAliasTemplateDecl() matches
195 /// Example matches X but not Y
216 /// Example matches Y but not X
241 /// Example matches
[all...]
/prebuilts/tools/common/proguard/proguard4.7/lib/
H A Dretrace.jar ... lang.String, java.lang.String) private boolean matches (int, java.lang.String, java.lang. ...
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/
H A DASTMatchers.h98 /// \brief If the provided matcher matches a node, binds the node to \c ID.
125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
145 /// matches "int X", but not "int Y".
157 /// matches "typedef int X", but not "using Y = int"
168 /// matches "typedef int X" and "using Y = int"
180 /// matches "using Y = int", but not "typedef int X"
185 /// typeAliasTemplateDecl() matches
195 /// Example matches X but not Y
216 /// Example matches Y but not X
241 /// Example matches
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/ASTMatchers/
H A DASTMatchers.h98 /// \brief If the provided matcher matches a node, binds the node to \c ID.
125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
145 /// matches "int X", but not "int Y".
157 /// matches "typedef int X", but not "using Y = int"
168 /// matches "typedef int X" and "using Y = int"
180 /// matches "using Y = int", but not "typedef int X"
185 /// typeAliasTemplateDecl() matches
195 /// Example matches X but not Y
216 /// Example matches Y but not X
241 /// Example matches
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/ASTMatchers/
H A DASTMatchers.h98 /// \brief If the provided matcher matches a node, binds the node to \c ID.
125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
145 /// matches "int X", but not "int Y".
157 /// matches "typedef int X", but not "using Y = int"
168 /// matches "typedef int X" and "using Y = int"
180 /// matches "using Y = int", but not "typedef int X"
185 /// typeAliasTemplateDecl() matches
195 /// Example matches X but not Y
216 /// Example matches Y but not X
241 /// Example matches
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/ASTMatchers/
H A DASTMatchers.h98 /// \brief If the provided matcher matches a node, binds the node to \c ID.
125 /// Example: \c DeclarationMatcher(anything()) matches all declarations, e.g.,
145 /// matches "int X", but not "int Y".
157 /// matches "typedef int X", but not "using Y = int"
168 /// matches "typedef int X" and "using Y = int"
180 /// matches "using Y = int", but not "typedef int X"
185 /// typeAliasTemplateDecl() matches
195 /// Example matches X but not Y
216 /// Example matches Y but not X
241 /// Example matches
[all...]

Completed in 531 milliseconds

1234567891011>>