/external/clang/test/SemaCXX/ |
trailing-return-0x.cpp | 80 f1(0); // expected-error{{no matching function for call to 'f1'}} 87 f2(0); // expected-error{{no matching function for call to 'f2'}}
|
/external/clang/test/SemaTemplate/ |
constructor-template.cpp | 26 X0 x0g(f, &i); // expected-error{{no matching constructor}} 64 return X2(); // expected-error{{no matching constructor}}
|
/external/droiddriver/src/com/google/android/droiddriver/helpers/ |
ScrollerHelper.java | 46 * @return the UiElement matching {@code itemFinder} 60 * @return the UiElement matching {@code itemFinder}
|
/external/droiddriver/src/com/google/android/droiddriver/scroll/ |
Scroller.java | 37 * @return the UiElement matching {@code itemFinder} 52 * @return the UiElement matching {@code itemFinder}
|
/external/libnl/include/netlink/ |
netlink-kernel.h | 97 * Return all entries matching criteria passed in message content. 121 * Replace existing matching config object with this request.
|
/external/lldb/test/functionalities/data-formatter/rdar-13338477/ |
Test-rdar-13338477.py | 60 self.expect('p *(int (*)[3])foo', matching=False, 62 self.expect('p *(int (*)[3])foo', matching=False,
|
/external/regex-re2/re2/testing/ |
exhaustive2_test.cc | 5 // Exhaustive testing of regular expression matching. 59 // to stop [^a] from matching \n, though the underlying library
|
/external/skia/include/views/ |
SkEventSink.h | 78 kSinkNotFound_EventResult //!< no matching eventsink was found for the event's getSink(). 87 * Returns the matching eventsink, or null if not found
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_BlockMatch_Integer_8x8.c | 13 * Contains modules for Block matching, a full search algorithm 57 * omxVCM4P2_MEInit prior to calling the block matching function.
|
/frameworks/base/services/core/java/com/android/server/ |
IntentResolver.java | 146 private ArrayList<F> collectFilters(F[] array, IntentFilter matching) { 154 if (filterEquals(cur, matching)) { 165 public ArrayList<F> findFilters(IntentFilter matching) { 166 if (matching.countDataSchemes() == 1) { 168 return collectFilters(mSchemeToFilter.get(matching.getDataScheme(0)), matching); 169 } else if (matching.countDataTypes() != 0 && matching.countActions() == 1) { 171 return collectFilters(mTypedActionToFilter.get(matching.getAction(0)), matching); [all...] |
/libcore/luni/src/main/java/javax/net/ssl/ |
X509ExtendedKeyManager.java | 47 * @return the alias name of a matching key or {@code null} if there are no 67 * @return the alias name of a matching key or {@code null} if there are no
|
/external/guava/guava/src/com/google/common/base/ |
CharMatcher.java | 36 * <p>Throughout the documentation of this class, the phrase "matching character" is used to mean 728 * Returns {@code true} if a character sequence contains at least one matching character. 743 * Returns {@code true} if a character sequence contains only matching characters. 762 * Returns {@code true} if a character sequence contains no matching characters. Equivalent to 779 * Returns the index of the first matching character in a character sequence, or {@code -1} if no 780 * matching character is present. 799 * Returns the index of the first matching character in a character sequence, starting from a 808 * @return the index of the first matching character, guaranteed to be no less than {@code start}, 825 * Returns the index of the last matching character in a character sequence, or {@code -1} if no 826 * matching character is present [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
CharMatcher.java | 32 * <p>Throughout the documentation of this class, the phrase "matching 716 * Returns {@code true} if a character sequence contains only matching 737 * Returns {@code true} if a character sequence contains no matching 755 * Returns the index of the first matching character in a character sequence, 756 * or {@code -1} if no matching character is present. 775 * Returns the index of the first matching character in a character sequence, 785 * @return the index of the first matching character, guaranteed to be no less 802 * Returns the index of the last matching character in a character sequence, 803 * or {@code -1} if no matching character is present. 821 * Returns the number of matching characters found in a character sequence [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharMatcher.java | 32 * <p>Throughout the documentation of this class, the phrase "matching 716 * Returns {@code true} if a character sequence contains only matching 737 * Returns {@code true} if a character sequence contains no matching 755 * Returns the index of the first matching character in a character sequence, 756 * or {@code -1} if no matching character is present. 775 * Returns the index of the first matching character in a character sequence, 785 * @return the index of the first matching character, guaranteed to be no less 802 * Returns the index of the last matching character in a character sequence, 803 * or {@code -1} if no matching character is present. 821 * Returns the number of matching characters found in a character sequence [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
uregex.h | 55 /** Enable case insensitive matching. @stable ICU 2.4 */ 61 /** If set, '.' matches line terminators, otherwise '.' matching stops at line end. 70 * on matching when used in conjunction with this flag. 115 * matching operations. 121 * @param flags Flags that alter the default matching behavior for 144 * matching operations. 151 * @param flags Flags that alter the default matching behavior for 171 * handle can then be used to perform various matching operations. 178 * @param flags Flags that alter the default matching behavior for 308 * Regular expression matching operations work directly on the application' [all...] |
/development/tools/idegen/src/ |
Excludes.java | 28 * Constructs a set of excludes matching the given patterns.
|
/external/ant-glob/ |
README.txt | 10 Specifically, it contains the subset of Ant related to matching glob patterns
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
FailedPredicateException.js | 2 * occurs when normally parsing the alternative just like matching a token.
|
/external/chromium_org/ash/wm/workspace/ |
workspace_event_handler.h | 43 // matching components. This will be set for left clicks, and tap events.
|
/external/chromium_org/base/ |
callback_unittest.nc | 15 #if defined(NCTEST_EQUALS_REQUIRES_SAMETYPE) // [r"no matching function for call to 'base::Callback<void\(\)>::Equals\(base::Callback<int\(\)>&\)'"]
|
/external/chromium_org/chrome/browser/webdata/ |
logins_table.h | 44 // Return the ie7/ie8 login matching |info|.
|
/external/chromium_org/chrome/common/extensions/api/url_handlers/ |
url_handlers_parser.h | 45 // Finds a matching URL handler for |extension|, if any. Returns NULL in none
|
/external/chromium_org/chromeos/network/ |
policy_util.h | 36 // Returns the policy from |policies| matching |actual_network|, if any exists.
|
/external/chromium_org/components/query_parser/ |
query_parser.h | 48 // entry is added to |match_positions| for all matching words giving the 49 // matching regions. 69 // can be useful in prefix matching, but that may give us too many 95 // to ParseQuery. If the query does match, each of the matching positions in
|
/external/chromium_org/components/search_engines/ |
template_url_data.cc | 32 // Case sensitive keyword matching is confusing. As such, we force all
|