HomeSort by relevance Sort by last modified time
    Searched refs:Not (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /external/chromium/chrome/browser/ui/webui/chromeos/
enterprise_enrollment_ui_unittest.cc 11 using testing::Not;
15 EXPECT_THAT(resource_string, Not(HasSubstr("Sync")));
16 EXPECT_THAT(resource_string, Not(HasSubstr("sync")));
  /external/clang/test/Preprocessor/
warning_tests.c 6 #if __has_warning("not valid") // expected-warning {{__has_warning expected option name}}
18 #warning Not a valid warning flag // expected-warning {{Not a valid warning flag}}
  /external/easymock/src/org/easymock/internal/matchers/
Not.java 5 * you may not use this file except in compliance with the License.
22 public class Not implements IArgumentMatcher, Serializable {
28 public Not(IArgumentMatcher first) {
37 buffer.append("not(");
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_source_unittest.cc 14 using testing::Not;
18 EXPECT_THAT(resource_string, Not(HasSubstr("Sync")));
19 EXPECT_THAT(resource_string, Not(HasSubstr("sync")));
  /external/llvm/autoconf/m4/
linux_mixed_64_32.m4 10 error: Not x86-64 even if uname says so!
  /external/llvm/projects/sample/autoconf/m4/
linux_mixed_64_32.m4 10 error: Not x86-64 even if uname says so!
  /external/chromium/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 13 * 3. The name of the author may not be used to endorse or promote products
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
47 #error Not implemented
55 #error Not implemented
69 #error Not implemented
88 #error Not implemented
latebindingsymboltable.h 13 * 3. The name of the author may not be used to endorse or promote products
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
49 #error Not implemented
81 // We do not use this, but we offer it for theoretical convenience.
98 // We do not attempt to load again because repeated attempts are not
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 19 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
73 using testing::Not;
111 EXPECT_THAT(t, Not(Args<>(Ne(tuple<>()))));
118 EXPECT_THAT(t, Not(Args<1>(Eq(make_tuple(false)))));
126 EXPECT_THAT(t, Not(Args<0, 2>(Gt())));
132 EXPECT_THAT(t, Not(Args<1, 1>(Ne())));
138 EXPECT_THAT(t, Not(Args<2, 1>(Lt())));
157 EXPECT_THAT(make_tuple(1, 2), Not(Args<0, 0, 1>(SumIsZero())));
190 Not(Args<9, 8, 7, 6, 5, 4, 3, 2, 1, 0>
    [all...]
gmock-matchers_test.cc 19 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
104 using testing::Not;
384 *os << "doesn't reference g_bar and is not zero";
444 const Matcher<int> not_m1 = Not(m1);
455 const Matcher<char> not_m2 = Not(m2);
471 // An int can be statically (although not implicitly) cast to a
739 // is a "bare" type (i.e. not in the form of const U or U&). If v's
740 // type is not T, the compiler will generate a message about
967 // of Ref(base), but not vice versa
    [all...]
  /external/icu4c/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/webkit/Source/WebCore/css/
MediaQuery.h 17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
44 Only, Not, None
MediaQuery.cpp 17 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
47 case MediaQuery::Not:
48 result.append("not ");
95 // if not all of the expressions is valid the media query must be ignored.
  /external/webkit/LayoutTests/fast/url/script-tests/
mailto.js 19 // Not sure how to test null characters in JavaScript. They appear to get
  /external/stlport/stlport/stl/config/
_watcom.h 2 // It is internal STLport header - DO NOT include it directly
7 # error Not supported!
91 // boris : is this true or just the header is not in /usr/include ?
122 // Single Processor, lock prefix not needed
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 2 // It is internal STLport header - DO NOT include it directly
7 # error Not supported!
91 // boris : is this true or just the header is not in /usr/include ?
122 // Single Processor, lock prefix not needed
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 2 // It is internal STLport header - DO NOT include it directly
7 # error Not supported!
91 // boris : is this true or just the header is not in /usr/include ?
122 // Single Processor, lock prefix not needed
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 2 // It is internal STLport header - DO NOT include it directly
7 # error Not supported!
91 // boris : is this true or just the header is not in /usr/include ?
122 // Single Processor, lock prefix not needed
  /external/easymock/src/org/easymock/internal/
LastControl.java 5 * you may not use this file except in compliance with the License.
25 import org.easymock.internal.matchers.Not;
74 stack.push(new Not(popLastArgumentMatchers(1).get(0)));
  /external/mesa3d/docs/
MESA_window_pos.spec 41 clip testing is not performed.
106 Not specified at this time. However, a protocol message very similar
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_unittest.cc 170 EXPECT_THAT(dialog_url, Not(HasSubstr("cloudprint/cloudprint")));
180 EXPECT_THAT(dialog_url, Not(HasSubstr("cloudprint/cloudprint")));
188 EXPECT_THAT(manage_url, Not(HasSubstr("/client/")));
189 EXPECT_THAT(manage_url, Not(HasSubstr("cloudprint/cloudprint")));
  /external/v8/test/mjsunit/
bitops-info.js 17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29 return 2600822924; // It's not a signed Int32.
41 var x = non_int32(); // Not a constant.
42 var y = hidden_smi(); // Not a constant.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.4.8.js 2 * License Version 1.1 (the "License"); you may not use this file
24 ECMA Section: 11.4.8 Bitwise NOT Operator
44 writeHeaderToLog( SECTION + " Bitwise Not operator");
67 array[item++] = new TestCase( SECTION, "~"+p, Not(p), ~p );
73 array[item++] = new TestCase( SECTION, "~"+p, Not(p), ~p );
202 function Not( n ) {
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 37 Not a barrier
  /sdk/sdklauncher/
Android.mk 36 # names to not interfere with the ones from qemu/Makefile.android.
44 # seems to be the only way to add an object file that was not generated from
57 #----- New experimental sdklauncher. Not ready for production. -----

Completed in 489 milliseconds

1 2 3 4