Searched refs:Not (Results 1 - 25 of 137) sorted by relevance

123456

/external/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/
H A Dbar.cc1 #error Not a real source file
H A Dfoo.c1 #error Not a real source file
/external/valgrind/main/none/tests/
H A Dnodir.stderr.exp1 valgrind: ./nodir.vgtest/foobar: Not a directory
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
H A D098-elif-undefined.c2 Not this
/external/mesa3d/src/glsl/glcpp/tests/
H A D098-elif-undefined.c2 Not this
/external/chromium_org/ppapi/shared_impl/
H A Dplatform_file.cc17 #error Not implemented.
27 #error Not implemented.
/external/easymock/src/org/easymock/internal/matchers/
H A DNot.java22 public class Not implements IArgumentMatcher, Serializable { class in inherits:IArgumentMatcher,Serializable
28 public Not(IArgumentMatcher first) { method in class:Not
/external/llvm/autoconf/m4/
H A Dlinux_mixed_64_32.m410 error: Not x86-64 even if uname says so!
/external/mockito/src/org/mockito/internal/matchers/
H A DNot.java15 public class Not extends ArgumentMatcher implements Serializable { class in inherits:ArgumentMatcher,Serializable
20 public Not(Matcher first) { method in class:Not
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Dlatebindingsymboltable_linux.cc48 #error Not implemented
56 #error Not implemented
81 #error Not implemented
102 #error Not implemented
/external/chromium_org/third_party/webrtc/base/
H A Dlatebindingsymboltable.cc24 #error Not implemented
36 #error Not implemented
57 #error Not implemented
113 #error Not implemented
145 #error Not implemented
H A Dlatebindingsymboltable.h23 #error Not implemented for this platform
/external/chromium_org/chrome/installer/util/
H A Dconditional_work_item_list.h49 class Not : public WorkItem::Condition { class in inherits:WorkItem::Condition
51 explicit Not(WorkItem::Condition* original_condition) function in class:Not
H A Dconditional_work_item_list.cc38 bool Not::ShouldRun() const {
/external/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp59 case LExpr::Not:
62 return implies(LHS, LNeg, cast<Not>(RHS)->exp(), !RNeg);
84 case LExpr::Not:
87 return implies(cast<Not>(LHS)->exp(), !LNeg, RHS, RNeg);
/external/clang/test/Preprocessor/
H A Dwarning_tests.c19 // expected-warning@+3 {{Not a valid warning flag}}
22 #warning Not a valid warning flag
/external/chromium_org/components/cloud_devices/common/
H A Dcloud_devices_urls_unittest.cc36 EXPECT_THAT(dialog_url, Not(HasSubstr("cloudprint/cloudprint")));
44 EXPECT_THAT(manage_url, Not(HasSubstr("/client/")));
45 EXPECT_THAT(manage_url, Not(HasSubstr("cloudprint/cloudprint")));
81 EXPECT_THAT(signin_url, Not(HasSubstr("/cloudprint")));
91 EXPECT_THAT(add_url, Not(HasSubstr("/cloudprint")));
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h28 Not enumerator in enum:clang::threadSafety::lexpr::LExpr::Opcode
83 class Not : public LExpr { class in namespace:clang::threadSafety::lexpr
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {} function in class:clang::threadSafety::lexpr::Not
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
/external/chromium_org/content/common/
H A Dsandbox_util.cc40 #error Not implemented.
/external/chromium_org/remoting/host/setup/
H A Dtest_util.cc34 #error Not implemented
/external/chromium_org/third_party/icu/source/test/testdata/
H A Dtstfiles.mk6 # Not everything has been moved to this file yet, as this is a new facility.
/external/icu/icu4c/source/test/testdata/
H A Dtstfiles.mk6 # Not everything has been moved to this file yet, as this is a new facility.
/external/chromium_org/components/dom_distiller/content/
H A Ddistiller_page_web_contents_browsertest.cc31 using testing::Not;
183 Not(HasSubstr("questionable content")));
271 Not(HasSubstr("Lorem ipsum")));
433 EXPECT_THAT(html, Not(HasSubstr(no_title)));
434 EXPECT_THAT(html, Not(HasSubstr(no_content)));
446 EXPECT_THAT(html, Not(HasSubstr(some_title)));
447 EXPECT_THAT(html, Not(HasSubstr(some_content)));
458 EXPECT_THAT(html, Not(HasSubstr(some_title)));
459 EXPECT_THAT(html, Not(HasSubstr(some_content)));
470 EXPECT_THAT(html, Not(HasSubst
[all...]
/external/mockito/src/org/mockito/internal/progress/
H A DArgumentMatcherStorageImpl.java12 import org.mockito.internal.matchers.Not;
73 assertStateFor("Not(?)", ONE_SUB_MATCHER);
74 Not not = new Not(popLastArgumentMatchers(ONE_SUB_MATCHER).get(0));
/external/chromium_org/ipc/
H A Dipc_platform_file.cc43 #error Not implemented.

Completed in 786 milliseconds

123456