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

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/remoting/host/
continue_window_aura.cc 11 #error Not implemented.
disconnect_window_aura.cc 11 #error Not implemented.
  /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/valgrind/main/none/tests/
nodir.stderr.exp 1 valgrind: ./nodir.vgtest/foobar: Not a directory
  /ndk/sources/android/support/src/
stdlib_support.c 16 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
36 #warning Not implemented
  /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/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/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/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/llvm/projects/sample/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/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
  /external/chromium_org/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,
41 #error Not implemented
53 #error Not implemented
74 #error Not implemented
105 // We do not attempt to load again because repeated attempts are not
114 #error Not implemented
146 #error Not implemente
    [all...]
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,
40 #error Not implemented for this platform
  /external/chromium_org/remoting/host/setup/
test_util.cc 28 #error Not implemented
  /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/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/ipc/
ipc_platform_file.cc 34 // When we're not closing the source, we need to duplicate the handle and take
43 #error Not implemented.
  /external/chromium_org/third_party/WebKit/Source/core/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
  /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...]
  /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.

Completed in 986 milliseconds

1 2 3 4 5 6 7 8 91011