HomeSort by relevance Sort by last modified time
    Searched full:matching (Results 201 - 225 of 5917) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaCXX/
cxx0x-initializer-aggregates.cpp 112 Aggr too_many { {0} , {0} , {0,0} }; // expected-error {{no matching constructor for initialization}}
113 Aggr too_few { {} , {0} , {0} }; // expected-error {{no matching constructor for initialization}}
114 Aggr invalid { {} , {&ok1} , {0,0} }; // expected-error {{no matching constructor for initialization}}
116 NoDefaultConstructor2 array_error[] = { {0,0} , {0} }; // expected-error {{no matching constructor for initialization}}
type-dependent-exprs.cpp 21 g(1, 1); // expected-error{{no matching function for call}}
  /external/e2fsprogs/misc/
findfs.8.in 17 a label matching
  /external/eigen/scripts/
cdashtesting.cmake.in 43 # runs only tests that have a LABELS property matching "${subproject}"
check.in 7 echo " Builds and runs tests matching the regexp."
  /external/iptables/include/linux/netfilter/
xt_set.h 14 #define IPSET_MATCH_INV 0x04 /* Inverse matching */
  /external/junit/src/org/junit/internal/requests/
FilterRequest.java 38 .format("No tests found matching %s from %s", fFilter
  /external/kernel-headers/original/uapi/linux/
if_pppol2tp.h 31 __u16 s_tunnel, s_session; /* For matching incoming packets */
43 __u16 s_tunnel, s_session; /* For matching incoming packets */
59 __u32 s_tunnel, s_session; /* For matching incoming packets */
68 __u32 s_tunnel, s_session; /* For matching incoming packets */
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_set.h 14 #define IPSET_MATCH_INV 0x04 /* Inverse matching */
  /external/llvm/docs/CommandGuide/
llvm-extract.rst 41 Extract the function(s) matching *function-regular-expr* from the LLVM bitcode.
42 All functions matching the regular expression will be extracted. May be
52 Extract the global variable(s) matching *global-regular-expr* from the LLVM
53 bitcode. All global variables matching the regular expression will be
  /external/llvm/test/CodeGen/X86/
tailcall-stackalign.ll 3 ; is enabled, ensure that a normal fastcc call has matching stack size
  /external/regex-re2/re2/testing/
exhaustive_test.cc 5 // Exhaustive testing of regular expression matching.
  /libcore/luni/src/main/java/javax/net/ssl/
X509KeyManager.java 42 * @return the alias name of a matching key or {@code null} if there are no
60 * @return the alias name of a matching key or {@code null} if there are no
86 * {@code null} if there are no matching aliases.
100 * {@code null} if there are no matching aliases.
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.hpp 53 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const;
111 virtual bool matching( parameter const& p, argv_traverser& tr, bool primary ) const function in class:boost::BOOST_RT_PARAM_NAMESPACE::cla::dual_id_policy
113 return m_primary.matching( p, tr, primary ) || m_secondary.matching( p, tr, primary );
  /sdk/emulator/mksdcard/
build.gradle 47 def binaries = executables.mksdcard.binaries.matching { it.name == "${platform}MksdcardExecutable" }
  /system/core/adb/
mutex_list.h 20 // (Oopsies, no :2:, and matching message is also gone.)
  /system/extras/tests/fstest/
README 9 one matching rule. If there is an explicit (fully specified) <spec>
10 matching the file or directory name, it will fail if and only if that
11 explicit <spec> rule fails (i.e., other matching <spec> rules will be
12 ignored). Otherwise, it will fail if _any_ matching wildcard or recursive
  /external/chromium_org/net/dns/
address_sorter_posix_unittest.cc 197 // Rule 2: Prefer matching scope.
199 AddMapping("3002::1", "4000::10"); // matching global
200 AddMapping("ff32::1", "fe81::10"); // matching link-local
201 AddMapping("fec1::1", "fec1::10"); // matching node-local
205 // In all three cases, matching scope is preferred.
217 // Matching scope.
236 // Rule 5: Prefer matching label.
238 AddMapping("::1", "::1"); // matching loopback
239 AddMapping("::ffff:1234:1", "::ffff:1234:10"); // matching IPv4-mapped
277 // Matching scope. Should precede the others by Rule 2
    [all...]
  /external/chromium_org/chrome/browser/autocomplete/
history_quick_provider.h 25 // the history system) which quickly (and synchronously) provides matching
51 // Performs the autocomplete matching and scoring.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
file_handlers.html 8 The app can handle a file if it either has a matching file extension or
9 has a matching MIME type.
  /external/chromium_org/third_party/re2/re2/
set.h 32 // Compile prepares the Set for matching.
39 // If so, it fills v with the indices of the matching regexps.
  /external/chromium_org/third_party/skia/src/core/
SkBitmapCache.h 27 * result will be set to the matching bitmap with its pixels already locked.
40 * result will be set to the matching bitmap with its pixels already locked.
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
media_action.js 8 // Returns elements matching the selector, otherwise returns the first video
26 console.error('Could not find any media elements matching: ' + selector);
  /external/clang/test/Misc/
include-stack-for-note-flag.cpp 16 // STACK: error: no matching function for call to 'foo'
23 // STACKLESS: error: no matching function for call to 'foo'
  /external/clang/test/SemaTemplate/
derived.cpp 11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}}
12 Foo(vector<int*>()); // expected-error{{no matching function for call to 'Foo'}}

Completed in 644 milliseconds

1 2 3 4 5 6 7 891011>>