/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
iso646.h | 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 37 #define not ! macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
iso646.h | 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 37 #define not ! macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
iso646.h | 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 37 #define not ! macro
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
iso646.h | 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 37 #define not ! macro
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
iso646.h | 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 37 #define not ! macro
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
iso646.h | 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 37 #define not ! macro
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
iso646.h | 21 see the files COPYING3 and COPYING.RUNTIME respectively. If not, see 37 #define not ! macro
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 65 # Note that .encode('latin-1') does *not* use the codec 75 if entry is not _unknown: 88 if aliased_encoding is not None: 94 if not modname or '.' in modname: 98 # module with side-effects that is not in the 'encodings' package. 111 # Not a codec module 121 if not isinstance(entry, codecs.CodecInfo): 122 if not 4 <= len(entry) <= 7: 126 if not hasattr(entry[0], '__call__') or \ 127 not hasattr(entry[1], '__call__') or [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 65 # Note that .encode('latin-1') does *not* use the codec 75 if entry is not _unknown: 88 if aliased_encoding is not None: 94 if not modname or '.' in modname: 98 # module with side-effects that is not in the 'encodings' package. 111 # Not a codec module 121 if not isinstance(entry, codecs.CodecInfo): 122 if not 4 <= len(entry) <= 7: 126 if not hasattr(entry[0], '__call__') or \ 127 not hasattr(entry[1], '__call__') or [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
iso646.h | 16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 35 #define not ! macro
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/cfenv/cfenv.syn/ |
cfenv.pass.cpp | 16 #error FE_DIVBYZERO not defined 20 #error FE_INEXACT not defined 24 #error FE_INVALID not defined 28 #error FE_OVERFLOW not defined 32 #error FE_UNDERFLOW not defined 36 #error FE_ALL_EXCEPT not defined 40 #error FE_DOWNWARD not defined 44 #error FE_TONEAREST not defined 48 #error FE_TOWARDZERO not defined 52 #error FE_UPWARD not define [all...] |
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/ |
options_widgets.css | 13 button:not(.custom-appearance):not(.link-button), 14 input[type='button']:not(.custom-appearance):not(.link-button), 15 input[type='submit']:not(.custom-appearance):not(.link-button), 32 button:not(.custom-appearance):not(.link-button), 33 input[type='button']:not(.custom-appearance):not(.link-button) [all...] |
/external/chromium/testing/gtest/test/ |
gtest_color_test.py | 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 50 if value is not None: 67 return not p.exited or p.exit_code 74 if not IS_WINDOWS: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None)) 79 self.assert_(not UsesColor(None, None, None) [all...] |
/external/chromium_org/testing/gtest/test/ |
gtest_color_test.py | 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 50 if value is not None: 67 return not p.exited or p.exit_code 74 if not IS_WINDOWS: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None)) 79 self.assert_(not UsesColor(None, None, None) [all...] |
/external/gtest/test/ |
gtest_color_test.py | 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 50 if value is not None: 67 return not p.exited or p.exit_code 74 if not IS_WINDOWS: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None)) 79 self.assert_(not UsesColor(None, None, None) [all...] |
/external/protobuf/gtest/test/ |
gtest_color_test.py | 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 50 if value is not None: 67 return not p.exited or p.exit_code 74 if not IS_WINDOWS: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None)) 79 self.assert_(not UsesColor(None, None, None) [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_color_test.py | 21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 25 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 50 if value is not None: 67 return not p.exited or p.exit_code 74 if not IS_WINDOWS: 75 self.assert_(not UsesColor('dumb', None, None)) 76 self.assert_(not UsesColor('emacs', None, None)) 77 self.assert_(not UsesColor('xterm-mono', None, None)) 78 self.assert_(not UsesColor('unknown', None, None)) 79 self.assert_(not UsesColor(None, None, None) [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/ |
063-comments.c | 18 are not treated like comments.
|
/external/chromium_org/tools/gyp/test/mac/cflags/ |
ccfile.cc | 2 #error CFLAG should not be set
|
cfile.c | 6 #error CCFLAG should not be set
|
cppfile.cpp | 2 #error CFLAG should not be set
|
cxxfile.cxx | 2 #error CFLAG should not be set
|
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-base-address.py | 33 if not exe_match or not exe_match.group(1): 41 if not dll_match or not dll_match.group(1): 49 if not default_exe_match or not default_exe_match.group(1): 57 if not default_dll_match or not default_dll_match.group(1):
|
/external/llvm/test/MC/AsmParser/ |
purgem.s | 1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2>&1 | FileCheck %s 8 # CHECK: error: macro 'bar' is not defined
|
/external/mesa3d/src/glsl/glcpp/tests/ |
063-comments.c | 18 are not treated like comments.
|