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

1 2 3 4 5 6 7 891011>>

  /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/components/password_manager/core/browser/
password_form_manager.h 58 // Retrieves potential matching logins from the database.
66 // from the PasswordStore and completed its matching phase. Note that the
72 // before the db has had time to answer with matching password entries.
75 // in a loop and wait for matching to complete; you're (supposed to be) on
88 // origin matching of the public suffix, instead of the signon realm of the
179 // you get Choose, if user selects an entry from matching against the Public
222 // Updates the form managed by this object, as well as any matching forms
293 // matching login information from password store.
296 POST_MATCHING_PHASE // We've queried the DB and processed matching
300 // State of matching process, used to verify that we don't call method
    [all...]
  /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
52 // Performs the autocomplete matching and scoring.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
findusers.py 34 help_text = "Find users matching substring"
44 print "No users found matching '%s'" % search_string
  /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.
prefilter_tree.h 9 // matches from a string matching engine, PrefilterTree deduces the
10 // set of regexps that are to be triggered. The 'string matching
14 // matching.
44 // The caller should use the returned set of strings to do string matching.
63 // passing the matching trigger information along the tree.
90 // Given the matching atoms, find the regexps to be triggered.
  /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'}}
  /external/regex-re2/re2/
set.h 32 // Compile prepares the Set for matching.
39 // If so, it fills v with the indices of the matching regexps.
  /libcore/luni/src/test/java/libcore/java/util/regex/
OldAndroidRegexTest.java 127 // Begins with non-matching text, ends with matching text
134 // Begins with matching text, ends with non-matching text
143 // Begins with non-matching text, ends with matching text
150 // Begins with matching text, ends with non-matching text
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassPrepareTest.java 114 * matching exactly.
124 * matching the former part.
133 * matching the latter part.
183 * matching exactly.
192 * matching the former part.
201 * matching the latter part.
  /external/chromium_org/ui/app_list/
app_list_model.h 51 // Finds the item matching |id|.
54 // Find a folder item matching |id|.
78 // Move |item| to the folder matching |folder_id| or to the top level if
83 // Move |item| to the folder matching |folder_id| or to the top level if
108 // Deletes the item matching |id| from |top_level_item_list_| or from the
132 // Returns an existing folder matching |folder_id| or creates a new folder.

Completed in 790 milliseconds

1 2 3 4 5 6 7 891011>>