/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/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/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. -----
|
/external/icu4c/data/ |
makedata.mak | 111 # WARNING: NOT THE SAME AS ICU_DATA environment variable. Confusing. 139 # (Tests are NOT run from this makefile, 195 !MESSAGE Warning: cannot find "ucmcore.mk". Not building core MIME/Unix/Windows converter files. 202 !MESSAGE Warning: cannot find "ucmfiles.mk". Not building many converter files. 215 !MESSAGE Warning: cannot find "ucmebcdic.mk". Not building EBCDIC converter files. 226 !MESSAGE Information: cannot find "ucmlocal.mk". Not building user-additional converter files. 242 !MESSAGE Information: cannot find "brklocal.mk". Not building user-additional break iterator files. 275 !MESSAGE Information: cannot find "reslocal.mk". Not building user-additional resource bundle files. 294 !MESSAGE Information: cannot find "curr\reslocal.mk". Not building user-additional resource bundle files. 315 !MESSAGE Information: cannot find "lang\reslocal.mk". Not building user-additional resource bundle files [all...] |
/external/chromium/base/i18n/ |
file_util_icu.cc | 70 // any chance, do not add these to |set| and change IsFilenameLegal() 88 // We cannot use it because base should not depend on l10n_util. 91 // We are not sure if Collator::compare is thread-safe. 115 // Note: We do not set UCOL_NORMALIZATION_MODE attribute. In other words, we 116 // do not pay performance penalty to guarantee sort order correctness for 186 // On linux, the file system encoding is not defined. We assume 196 #error Not implemented on your system
|