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

1 2 3 4 56 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_ecn.h 1 /* iptables module for matching the ECN header in IPv4 and TCP header
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 4 # A grammar to describe tree matching patterns.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
PatternGrammar.txt 4 # A grammar to describe tree matching patterns.
  /sdk/avdlauncher/
build.gradle 32 def binaries = executables.avdLauncher.binaries.matching { it.name == "avdLauncherExecutable" }
  /sdk/find_java/
build.gradle 37 def binaries = executables.findJava.binaries.matching { it.name == "findJavaExecutable" }
  /sdk/sdklauncher/
build.gradle 32 def binaries = executables.sdkLauncher.binaries.matching { it.name == "sdkLauncherExecutable" }
  /external/lldb/test/python_api/formatters/
TestFormattersSBAPI.py 76 self.expect("frame variable foo.E", matching=False,
94 self.expect("frame variable foo.A", matching=False,
96 self.expect("frame variable foo.E", matching=False,
108 self.expect("frame variable foo.E", matching=False,
115 self.expect("frame variable foo.A", matching=False,
117 self.expect("frame variable foo.E", matching=False,
119 self.expect("frame variable foo.B", matching=False,
121 self.expect("frame variable foo.F", matching=False,
124 self.expect("frame variable foo.A", matching=False,
126 self.expect("frame variable foo.E", matching=False
    [all...]
  /external/chromium_org/ash/display/
screen_ash.cc 52 const gfx::Display* matching = NULL; local
60 matching = &display;
63 return matching;
103 const gfx::Display* matching = variable
105 // Fallback to the primary display if there is no matching display.
106 return matching ? *matching : GetPrimaryDisplay();
266 const gfx::Display* matching = local
268 // Fallback to the primary display if there is no matching display.
269 return matching ? *matching : GetPrimaryDisplay()
    [all...]
  /external/pcre/dist/doc/html/
pcrecallout.html 40 passing control to the caller of PCRE in the middle of pattern matching. The
77 Automatic callouts can be used for tracking the progress of pattern matching.
102 This indicates that when matching [bc] fails, there is no backtracking into a+
118 This time, when matching [bc] fails, the matcher backtracks into a+ and tries
127 PCRE knows that any matching string must contain the letter "d". If the subject
128 string is "abyz", the lack of "d" means that matching doesn't ever start, and
133 If the pattern is studied, PCRE knows the minimum length of a matching string,
140 option to the matching function, or by starting the pattern with
141 (*NO_START_OPT). This slows down the matching process, but does ensure that
146 During matching, when PCRE reaches a callout point, the external functio
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
package.html 20 <title>XPath nodetest and XSLT pattern matching support.</title>
22 <p>Implementation of XPath nodeTest support, and XSLT pattern matching support.<p>
  /external/chromium_org/build/android/gyp/
delete_files.py 6 """Delete files in directories matching a pattern.
20 help='Pattern for matching Files to delete.')
  /external/chromium_org/extensions/common/
event_matcher.h 18 // be used by EventFilter which performs efficient URL matching across
20 // MatchNonURLCriteria() - URL matching is handled by EventFilter.
  /external/chromium_org/gpu/config/
gpu_test_config_unittest.cc 94 { // os matching
107 { // gpu vendor matching
122 { // build type matching
133 { // exact matching
155 // os matching
161 // gpu vendor matching
166 // build type matching
171 // exact matching
  /external/chromium_org/remoting/client/
key_event_mapper.h 33 // Causes events matching |usb_keycode| to be delivered to the trap callback.
37 // Causes events matching |in_usb_keycode| to be mapped to |out_usb_keycode|.
  /external/chromium_org/third_party/libxslt/libxslt/
variables.h 2 * Summary: interface for the variable matching and lookup.
3 * Description: interface for the variable matching and lookup.
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p4.cpp 10 T t; // expected-error{{no matching}}
23 T X<T, U>::value; // expected-error{{no matching constructor}}
  /external/clang/test/Sema/
ucn-identifiers.c 29 // expected-error@-3 {{no matching function}}
30 // expected-error@-3 {{no matching function}}
  /external/clang/test/SemaCXX/
address-space-references.cpp 16 f0(i); // expected-error{{no matching function for call to 'f0'}}
18 f0(i2); // expected-error{{no matching function for call to 'f0'}}
direct-initializer.cpp 31 X x3(1.0, 1.0); // expected-error{{no matching constructor for initialization of 'X'}}
35 Z z; // expected-error{{no matching constructor for initialization of 'Z'}}
overload-member-call.cpp 44 xv.f(0); // expected-error{{no matching member function for call to 'f'}}
45 xvp->f(0); // expected-error{{no matching member function for call to 'f'}}
96 a.foo(4, "hello"); //expected-error {{no matching member function for call to 'foo'}}
99 b.bar(0); //expected-error {{no matching member function for call to 'bar'}}
101 a.baz(b); //expected-error {{no matching member function for call to 'baz'}}
103 a.rab(); //expected-error {{no matching member function for call to 'rab'}}
104 a.zab(3, 4, 5); //expected-error {{no matching member function for call to 'zab'}}
114 int k = p->f(); // expected-error {{no matching member function for call to 'f'}}
  /external/clang/test/SemaObjCXX/
arc-overloading.mm 17 f0(wip); // expected-error{{no matching function for call to 'f0'}}
69 f3(&uip); // expected-error{{no matching function for call to 'f3'}}
129 f7(weak_id); // expected-error{{no matching function for call to 'f7'}}
130 f7(autoreleasing_id); // expected-error{{no matching function for call to 'f7'}}
131 f7(unsafe_id); // expected-error{{no matching function for call to 'f7'}}
190 f9790531(self); // expected-error {{no matching function for call to 'f9790531'}}
191 f9790531_1(self); // expected-error {{no matching function for call to 'f9790531_1'}}
192 f9790531_2(self); // expected-error {{no matching function for call to 'f9790531_2'}}
  /external/iproute2/include/linux/netfilter/
xt_tcpudp.h 6 /* TCP matching stuff */
23 /* UDP matching stuff */
  /external/iptables/extensions/
libxt_statistic.man 9 Set the matching mode of the matching rule, supported modes are
  /external/iptables/include/linux/netfilter/
xt_tcpudp.h 6 /* TCP matching stuff */
23 /* UDP matching stuff */
  /external/iptables/iptables/
iptables-extensions.8.tmpl.in 11 iptables can use extended packet matching modules
13 options, followed by the matching module name; after these, various

Completed in 929 milliseconds

1 2 3 4 56 7 8 91011>>