HomeSort by relevance Sort by last modified time
    Searched refs:warning (Results 176 - 200 of 4673) sorted by null

1 2 3 4 5 6 78 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
attr-gnu-4-63.d 4 #warning: Warning: .* uses -mhard-float \(set by .*\), .* uses -msoft-float
attr-gnu-4-73.d 4 #warning: Warning: .* uses -mhard-float \(set by .*\), .* uses -msoft-float
attr-gnu-8-12.d 4 #warning: Warning: .* uses -mmsa \(set by .*\), .* uses unknown MSA ABI 2
attr-gnu-8-21.d 4 #warning: Warning: .* uses unknown MSA ABI 2 \(set by .*\), .* uses -mmsa
  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 72 * Prints out the given warning and increments the warning count, if
75 public void print(String className, String warning)
79 print(warning);
95 * Prints out the given warning and increments the warning count, if
98 public void print(String className1, String className2, String warning)
102 print(warning);
119 * Prints out the given warning and increments the warning count
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
warn1.d 5 #warning: ^[^\\n]*\): warning: witty one-liner$
10 # Check that warnings are generated for the .gnu.warning.SYMBOL
  /external/autotest/client/site_tests/crosvm_Sanity/
crosvm_Sanity.py 63 raise error.TestWarn('Warning: %s' % warnings)
68 warning = ''
80 # TODO(pwang): convert warning to error once VM got better
82 warning += 'Expecting CPU flags %s but found %s\n' % (
84 return errors, warning
91 warning = ''
92 return errors, warning
97 warning = ''
101 return errors, warning
  /external/llvm/test/MC/ARM/
arm-load-store-multiple-deprecated.s 14 @ CHECK: warning: use of SP or PC in the list is deprecated
18 @ CHECK: warning: use of SP or PC in the list is deprecated
22 @ CHECK: warning: use of SP or PC in the list is deprecated
26 @ CHECK: warning: use of SP or PC in the list is deprecated
30 @ CHECK: warning: use of SP or PC in the list is deprecated
34 @ CHECK: warning: use of SP or PC in the list is deprecated
42 @ CHECK: warning: use of SP or PC in the list is deprecated
46 @ CHECK: warning: use of SP or PC in the list is deprecated
50 @ CHECK: warning: use of SP or PC in the list is deprecated
54 @ CHECK: warning: use of SP or PC in the list is deprecate
    [all...]
directive-arch-mode-switch.s 8 @ In ARM mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in ARM mode)
10 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
15 @ In ARM mode, switch to an arch which has Thumb only, expect warning and .code 16 directive
17 @ STDERR: [[@LINE-1]]:{{[0-9]+}}: warning: new target does not support arm mode, switching to thumb mode
21 @ In Thumb mode, switch to an arch which has ARM and Thumb, no warning or .code directive (stay in Thumb mode)
23 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
28 @ In Thumb mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in Thumb mode)
30 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning:
39 @ In ARM mode, switch to a CPU which has ARM and Thumb, no warning or .code directive (stay in ARM mode)
41 @ STDERR-NOT: [[@LINE-1]]:{{[0-9]+}}: warning
    [all...]
  /external/gflags/src/
windows_port.cc 50 # pragma warning(push)
51 # pragma warning(disable: 4996) // ignore _vsnprintf security warning
60 # pragma warning(pop)
  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.h 41 #pragma warning( push )
43 #pragma warning( disable : 4530 )
123 #pragma warning( pop )
  /external/libmojo/mojo/public/c/system/tests/
macros_unittest.cc 44 #pragma warning(push)
45 // Disable the warning "structure was padded due to __declspec(align())".
46 #pragma warning(disable : 4324)
58 #pragma warning(pop)
  /external/skia/src/gpu/gl/
GrGLTextureRenderTarget.h 19 #pragma warning(push)
20 #pragma warning(disable: 4250)
65 #pragma warning(pop)
  /external/skqp/src/gpu/gl/
GrGLTextureRenderTarget.h 19 #pragma warning(push)
20 #pragma warning(disable: 4250)
65 #pragma warning(pop)
  /external/libvpx/libvpx/
warnings.c 44 fatal("Unable to allocate warning node.");
66 "%d encoder configuration warning(s). Continue? (y to continue) ",
90 struct WarningListNode *warning = NULL; local
99 for (warning = warning_list.warning_node; warning != NULL;
100 warning = warning->next_warning, ++num_warnings) {
101 warn(warning->warning_string);
  /cts/hostsidetests/harmfulappwarning/src/android/harmfulappwarning/cts/
HarmfulAppWarningTest.java 39 * Host-side tests for the harmful app launch warning
46 * the sample warned application, and verifies the correct behavior of the harmful app warning that
50 * that only serves as a target for the harmful app warning.
63 private static final String WARNING_MESSAGE = "This is a warning message.";
65 "cmd package set-harmful-app-warning %s \"" + WARNING_MESSAGE + "\"",
69 "cmd package set-harmful-app-warning %s", TEST_APP_PACKAGE_NAME);
72 "cmd package get-harmful-app-warning %s", TEST_APP_PACKAGE_NAME);
94 String warning = getDevice().executeShellCommand(GET_HARMFUL_APP_WARNING_COMMAND); local
95 assertEquals(WARNING_MESSAGE, warning.trim());
99 String warning = getDevice().executeShellCommand(GET_HARMFUL_APP_WARNING_COMMAND) local
    [all...]
  /external/ImageMagick/MagickCore/
method-attribute.h 40 # pragma warning( disable: 4273 ) /* Disable the dll linkage warnings */
85 # pragma warning(disable : 4018)
86 # pragma warning(disable : 4068)
87 # pragma warning(disable : 4244)
88 # pragma warning(disable : 4142)
89 # pragma warning(disable : 4800)
90 # pragma warning(disable : 4786)
91 # pragma warning(disable : 4996)
  /external/boringssl/src/crypto/rand_extra/
windows.c 22 OPENSSL_MSVC_PRAGMA(warning(push, 3))
33 OPENSSL_MSVC_PRAGMA(warning(pop)) function
  /external/clang/test/Preprocessor/
pushable-diagnostics.c 3 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
5 #pragma clang diagnostic puhs // expected-warning {{pragma diagnostic expected 'error', 'warning', 'ignored', 'fatal', 'push', or 'pop'}}
7 int a = 'df'; // expected-warning{{multi-character character constant}}
12 int b = 'df'; // no warning.
15 int c = 'df'; // expected-warning{{multi-character character constant}}
17 #pragma clang diagnostic pop // expected-warning{{pragma diagnostic pop could not pop, no matching push}}
24 #pragma clang diagnostic warning "-Weverything"
25 void ppr1(){} // expected-warning {{no previous prototype for function 'ppr1'}}
30 #pragma clang diagnostic warning "-Weverything" // Set to warning in this level
    [all...]
  /external/e2fsprogs/lib/ext2fs/
flushb.c 72 #warning BLKFLSBUF not defined
77 #warning FDFLUSH not defined
  /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/utils/
LogConsumer.kt 26 fun warning(message: String)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 32 #warning \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
backward_warning.h 32 #warning \
37 backward_warning.h. To disable this warning use -Wno-deprecated.
  /prebuilts/misc/common/swig/include/2.0.11/
intrusive_ptr.i 64 #warning "SWIG_INTRUSIVE_PTR(PROXYCLASS, TYPE) is deprecated. Please use %intrusive_ptr(TYPE) instead."
69 #warning "SWIG_INTRUSIVE_PTR_DERIVED(PROXYCLASS, BASECLASSTYPE, TYPE) is deprecated. Please use %intrusive_ptr(TYPE) instead."
74 #warning "SWIG_INTRUSIVE_PTR_NO_WRAP(PROXYCLASS, TYPE) is deprecated. Please use %intrusive_ptr_no_wrap(TYPE) instead."
79 #warning "SWIG_INTRUSIVE_PTR_DERIVED_NO_WRAP(PROXYCLASS, BASECLASSTYPE, TYPE) is deprecated. Please use %intrusive_ptr_no_wrap(TYPE) instead."
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/
cpu-warn1.s 5 .cpu EM; { dg-warning "Warning: Command-line value overrides \".cpu\" directive" }

Completed in 725 milliseconds

1 2 3 4 5 6 78 91011>>