/external/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
_ioserr.h | 4 * _STLP_USE_NO_IOSTREAMS or _STLP_NO_IOSTREAMS being not defined, so that the 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h). 11 # error STLport iostreams header cannot be used; your compiler do not support it.
|
/external/valgrind/main/auxprogs/ |
change-copyright-year | 19 for i in `find . -name '*.[chS]' -type f -not -path '*.svn\/*'` ; do
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
/external/chromium_org/tools/perf_expectations/tests/ |
perf_expectations_unittest.py | 88 if not isinstance(perf_data, dict): 89 raise Exception('perf expectations is not a dict') 92 if not 'load' in perf_data: 94 if not isinstance(perf_data['load'], bool): 102 if not isinstance(perf_data[key], dict): 115 if 'improve' not in perf_data[key]: 117 if (not isinstance(perf_data[key]['regress'], int) and 118 not isinstance(perf_data[key]['regress'], float)): 120 if (not isinstance(perf_data[key]['improve'], int) and 121 not isinstance(perf_data[key]['improve'], float)) [all...] |
/external/chromium_org/tools/gyp/test/win/ |
gyptest-link-embed-manifest.py | 56 test.fail_test(not extract_manifest(test.built_file_path( 58 test.fail_test(not extract_manifest(test.built_file_path( 60 test.fail_test(not extract_manifest(test.built_file_path( 62 test.fail_test(not extract_manifest(test.built_file_path( 65 # Must contain the Win7 support GUID, but not the Vista one (from 68 '35138b9a-5d96-4fbd-8e2d-a2440225f93a' not in 77 '35138b9a-5d96-4fbd-8e2d-a2440225f93a' not in 81 'e2011457-1546-43c5-a5fe-008deee3d3f0' not in 87 '35138b9a-5d96-4fbd-8e2d-a2440225f93a' not in 91 'e2011457-1546-43c5-a5fe-008deee3d3f0' not i [all...] |
gyptest-link-defrelink.py | 33 if not HasExport('test_deffile_dll_ok.dll', 'AnExportedFunction'): 46 if not HasExport('test_deffile_dll_ok.dll', 'AnExportedFunction'): 48 if not HasExport('test_deffile_dll_ok.dll', 'AnotherExportedFunction'):
|
gyptest-link-ordering.py | 27 if 'CC' not in x) 50 if expected_disasm_basic not in GetDisasm('test_ordering_exe.exe'): 71 if expected_disasm_subdirs not in GetDisasm('test_ordering_subdirs.exe'):
|
/external/guava/guava-tests/test/com/google/common/collect/ |
InternersTest.java | 5 * you may not use this file except in compliance with the License. 35 String not = new String("a"); local 39 assertSame(canonical, pool.intern(not)); 52 String not = new String("a"); local 56 assertSame(canonical, pool.intern(not)); 69 Integer not = new Integer(5); local 80 assertSame(not, pool.intern(not)); 90 String not = new String("a"); local 96 assertSame(canonical, internerFunction.apply(not)); [all...] |
/external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/ |
gyptest-normalize-paths.py | 31 'AnotherName.exe' not in second): 37 if '..\\..\\SomethingElse' in action or 'SomethingElse' not in action: 39 if '..\\..\\SomeOtherInput' in action or 'SomeOtherInput' not in action:
|
/development/ndk/samples/module-exports/jni/bar/ |
bar.h | 10 #error FOO is not correctly defined here !
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/ |
skip.py | 13 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 17 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 31 if not logger: 33 if not condition: 37 if not callable(attr): 39 if not name.startswith('test_'):
|
/external/chromium_org/tools/gyp/test/mac/ |
gyptest-clang-cxx-library.py | 21 if not os.path.isdir('/usr/lib/c++'):
|
/external/chromium_org/tools/gyp/test/win/vs-macros/ |
test_exists.py | 8 if not os.path.exists(sys.argv[1]):
|
/external/chromium_org/tools/perf/benchmarks/ |
image_decoding.py | 18 enabled = not sys.platform.startswith('linux')
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
inspector_memory.py | 39 if ('result' not in res or 40 'nodes' not in res['result'] or 41 'documents' not in res['result'] or 42 'jsEventListeners' not in res['result']):
|
/external/clang/test/Headers/ |
cxx11.cpp | 7 #error alignas should not be defined in C++ 11 #error alignof should not be defined in C++
|
/external/clang/test/Parser/ |
cxx0x-literal-operators.cpp | 6 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}} 8 expected-warning{{user-defined literal suffixes not starting with '_' are reserved}}
|
/external/e2fsprogs/util/ |
gcc-wall-cleanup | 3 # This script filters out gcc-wall crud that we're not interested in seeing. 8 /does not support `long long'/d 10 /does not support the `ll' length modifier/d 11 /does not support the `ll' printf length modifier/d
|
/external/llvm/test/MC/X86/AlignedBundling/ |
bundle-group-too-large-error.s | 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
|