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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
098-elif-undefined.c 2 Not this
  /external/mesa3d/src/glsl/glcpp/tests/
098-elif-undefined.c 2 Not this
  /external/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/
bar.cc 1 #error Not a real source file
foo.c 1 #error Not a real source file
  /external/chromium_org/ppapi/shared_impl/
platform_file.cc 17 #error Not implemented.
27 #error Not implemented.
  /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_org/chrome/installer/util/
conditional_work_item_list.h 49 class Not : public WorkItem::Condition {
51 explicit Not(WorkItem::Condition* original_condition)
conditional_work_item_list.cc 38 bool Not::ShouldRun() const {
  /external/llvm/autoconf/m4/
linux_mixed_64_32.m4 10 error: Not x86-64 even if uname says so!
  /external/mockito/src/org/mockito/internal/matchers/
Not.java 15 public class Not extends ArgumentMatcher implements Serializable {
20 public Not(Matcher first) {
29 description.appendText("not(");
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.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,
48 #error Not implemented
56 #error Not implemented
72 // -> it can not be suppressed.
81 #error Not implemented
102 #error Not implemented
  /external/chromium_org/third_party/webrtc/base/
latebindingsymboltable.cc 24 #error Not implemented
36 #error Not implemented
57 #error Not implemented
88 // We do not attempt to load again because repeated attempts are not
101 // versions of the same library to not explode.
108 // library to not explode.
113 #error Not implemented
145 #error Not implemented
latebindingsymboltable.h 23 #error Not implemented for this platform
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyLogical.h 28 Not
83 class Not : public LExpr {
87 Not(LExpr *Exp) : LExpr(LExpr::Not), Exp(Exp) {}
92 static bool classof(const LExpr *E) { return E->kind() == LExpr::Not; }
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
sheriff_calendar.py 17 # Does not support unicode or special characters.
22 """If the name does not include '@', append '@chromium.org'."""
23 if '@' not in name:
39 return VALID_EMAIL_REGEXP.match(email) is not None
49 print 'WARNING: Not including %s (invalid email address)' % email
  /external/clang/lib/Analysis/
ThreadSafetyLogical.cpp 59 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);
98 // FIXME -- this should compare SExprs for equality, not pointer equality.
107 // Start out by assuming that LHS and RHS are not negated.
  /external/clang/test/Preprocessor/
warning_tests.c 6 #if __has_warning("not valid") // expected-warning {{__has_warning expected option name}}
19 // expected-warning@+3 {{Not a valid warning flag}}
22 #warning Not a valid warning flag
27 #if __has_warning "not valid"
30 // Macro expansion does not occur in the parameter to __has_warning
32 // following should not expand:
38 #error Alias expansion not allowed
  /external/chromium_org/components/cloud_devices/common/
cloud_devices_urls_unittest.cc 36 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/chromium_org/content/common/
sandbox_util.cc 31 // When we're not closing the source, we need to duplicate the handle and take
40 #error Not implemented.
  /external/chromium_org/remoting/host/setup/
test_util.cc 34 #error Not implemented
  /external/chromium_org/third_party/icu/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents_browsertest.cc 31 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(HasSubstr(some_title)))
    [all...]
  /external/mockito/src/org/mockito/internal/progress/
ArgumentMatcherStorageImpl.java 12 import org.mockito.internal.matchers.Not;
73 assertStateFor("Not(?)", ONE_SUB_MATCHER);
74 Not not = new Not(popLastArgumentMatchers(ONE_SUB_MATCHER).get(0)); local
75 matcherStack.push(new LocalizedMatcher(not));
  /bionic/libc/arch-x86_64/bionic/
syscall.S 16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
45 # (Not all will be valid, depending on the syscall.)

Completed in 867 milliseconds

1 2 3 4 5 6 7 8 910