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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
return.s 2 ; warning is added to the assembler.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
warning-014.s 2 ; There is no resource conflict so no warning.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
warn_noat.l 2 .*warn_noat.s:2: Warning: Register at \(r1\) can sometimes be corrupted by assembler optimizations.
3 Use .set noat to turn off those optimizations \(and this warning\).
4 .*warn_noat.s:8: Warning: Register at \(r1\) can sometimes be corrupted by assembler optimizations.
5 Use .set noat to turn off those optimizations \(and this warning\).
warn_nobreak.l 2 .*warn_nobreak.s:2: Warning: The debugger will corrupt sstatus/ba \(r30\).
3 If you don't need to debug this code use .set nobreak to turn off this warning.
4 .*warn_nobreak.s:3: Warning: The debugger will corrupt bt \(r25\).
5 If you don't need to debug this code use .set nobreak to turn off this warning.
6 .*warn_nobreak.s:11: Warning: The debugger will corrupt sstatus/ba \(r30\).
7 If you don't need to debug this code use .set nobreak to turn off this warning.
8 .*warn_nobreak.s:12: Warning: The debugger will corrupt bt \(r25\).
9 If you don't need to debug this code use .set nobreak to turn off this warning.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
warn2.d 5 #warning: ^[^\\n]*\.[obj]+: warning: function 'Foo' used$
12 # Check that warnings are generated for the symbols in .gnu.warning
  /external/autotest/client/site_tests/platform_MemCheck/
platform_MemCheck.py 73 logging.warning('%s is %d', k, value)
74 logging.warning('%s should be at least %d', k, ref[k])
79 logging.warning('%s is %d', k, value)
80 logging.warning('%s should be within 10%% of %d', k, ref[k])
99 logging.warning('Error parsing timings for dimm #%d (%s)',
107 logging.warning('ram speed is %s', max_timing)
108 logging.warning('ram speed should be at least %d', speedref)
  /external/llvm/test/MC/Mips/
set-at-directive-explicit-at.s 12 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
17 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
22 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
27 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $1) without ".set noat"
31 # WARNINGS-NOT: warning: used $at (currently ${{[0-9]+}}) without ".set noat"
46 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat"
51 # WARNINGS: :[[@LINE+2]]:11: warning: used $at (currently $16) without ".set noat"
cprestore-warning-unused.s 10 # CHECK: :[[@LINE-1]]:3: warning: no .cprestore used in PIC mode
macro-bcc-imm-bad.s 11 blt $a2, 16, foo # ALL: :[[@LINE]]:5: warning: macro instruction expanded into multiple instructions
12 # ALL-NOT: :[[@LINE-1]]:5: warning: macro instruction expanded into multiple instructions
  /tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
error_reporter.py 95 report.warning('The adb daemon (on the host machine) is not '
101 report.warning(
106 report.warning(
128 report.warning(
140 report.warning(
152 report.warning('Adbd is not running.')
170 report.warning(
187 report.warning(
196 report.warning('SL4A server port %s not found in set of open '
202 report.warning('SL4A session %s over port %s is not managed by
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/Sec/
WinNtThunk.c 41 // if warning 4232 is not dissabled a warning will be generated as a DLL entry
43 // disable the warning so we can compile the SEC. The previous method was to
47 #pragma warning(disable : 4232)
48 #pragma warning(disable : 4996)
51 #pragma warning ( disable : 144 )
184 #pragma warning(default : 4996)
185 #pragma warning(default : 4232)
  /external/capstone/tests/
test_winkernel.cpp 19 #pragma warning(push)
20 #pragma warning(disable : 4005) // 'identifier' : macro redefinition
21 #pragma warning(disable : 4007) // 'main': must be '__cdecl'
26 #pragma warning(disable : 28110) // Suppress this, as it is false positive.
81 #pragma warning(pop)
  /external/python/cpython2/Launcher/
launcher_main.cpp 75 //For debugging/logging purpose, Warning control.
76 //Python?s warning machinery by default prints warning messages to sys.stderr.
80 char *warnings_buf, *warning; local
88 for (warning = strtok(warnings_buf, ",");
89 warning != NULL;
90 warning = strtok(NULL, ","))
91 PySys_AddWarnOption(warning);
  /external/autotest/client/common_lib/
smogcheck_pca9555.py 108 def _computeLEDmask(self, bit_value, failure, warning):
127 if warning:
152 def setLEDs(self, bit_value, failure, warning):
170 An example: bit_value=9, failure=False, warning=True
175 warning=True -> turn on LED 4
184 warning: a boolean, true = set yellow LED value to 0.
190 'warning=%r', bit_value, failure, warning)
194 bit_mask = self._computeLEDmask(bit_value, failure, warning)
234 warning: a boolean, true = yellow LED has value 0. Default: False
    [all...]
  /external/conscrypt/common/src/main/java/org/conscrypt/
CryptoUpcalls.java 58 logger.warning("Could not find external provider for algorithm: " + algorithm);
95 logger.warning("Unsupported signature algorithm: " + algorithm);
98 logger.warning("Preferred provider doesn't support key:");
119 logger.warning("Could not find provider for algorithm: " + algorithm);
129 logger.log(Level.WARNING,
140 logger.warning("Unexpected key type: " + keyAlgorithm);
156 logger.warning("Unsupported OpenSSL/BoringSSL padding: " + openSSLPadding);
175 logger.warning("Unsupported cipher algorithm: " + transformation);
178 logger.warning("Unsupported cipher algorithm: " + transformation);
181 logger.log(Level.WARNING, "Preferred provider doesn't support key:", e)
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 133 // The ACTION*() macros trigger warning C4100 (unreferenced formal
139 # pragma warning(push)
140 # pragma warning(disable:4100)
188 // Microsoft compiler deprecates ::std::copy, so we want to suppress warning
191 # pragma warning(push) // Saves the current warning state.
192 # pragma warning(disable:4996) // Temporarily disables warning 4996.
196 # pragma warning(pop) // Restores the warning state
    [all...]
  /external/autotest/client/site_tests/hardware_TPMttci/
hardware_TPMttci.py 89 if self.ttci_obj.TTCI_Set_LEDs(0x1, failure=False, warning=False):
93 if self.ttci_obj.TTCI_Set_LEDs(0x3, failure=False, warning=False):
97 if self.ttci_obj.TTCI_Set_LEDs(0x7, failure=False, warning=False):
101 if self.ttci_obj.TTCI_Set_LEDs(0xf, failure=False, warning=False):
105 if self.ttci_obj.TTCI_Set_LEDs(0xf, failure=False, warning=True):
109 if self.ttci_obj.TTCI_Set_LEDs(0xf, failure=True, warning=True):
114 if self.ttci_obj.TTCI_Set_LEDs(0xf, failure=False, warning=True):
118 if self.ttci_obj.TTCI_Set_LEDs(0xf, failure=False, warning=False):
122 if self.ttci_obj.TTCI_Set_LEDs(0x7, failure=False, warning=False):
126 if self.ttci_obj.TTCI_Set_LEDs(0x3, failure=False, warning=False)
    [all...]
  /external/autotest/client/bin/
test.py 55 logging.warning('System python is too old, crash handling disabled')
59 logging.warning('System python is too old, crash handling disabled')
77 logging.warning('Crash handling disabled: %s', e)
83 logging.warning('Could not find GDB installed. Crash handling '
105 logging.warning('Programs crashed during test execution')
107 logging.warning('Please verify %s for more info', dir)
  /external/capstone/contrib/windows_kernel/
libc.cpp 10 #pragma warning(push)
11 #pragma warning (disable : 4565)
21 #pragma warning(push)
22 #pragma warning (disable : 4200)
24 #pragma warning(pop)
110 #pragma warning(pop)
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 4 int* j = false; // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
6 void foo(int* i, int *j=(false)) // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
8 foo(false); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
9 foo((int*)false); // no-warning: explicit cast
10 foo(0); // no-warning: not a bool, even though its convertible to bool
12 foo(false == true); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
13 foo((42 + 24) < 32); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
16 foo(kFlag); // expected-warning{{initialization of pointer of type 'int *' to null from a constant boolean expression}}
48 b = f1; // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
49 expected-note {{prefix with the address-of operator to silence this warning}}
    [all...]
  /development/host/windows/usb/api/
adb_interface.h 30 #pragma warning(disable: 4251)
201 #pragma warning(default: 4251)
  /external/boringssl/src/crypto/test/
gtest_main.h 27 OPENSSL_MSVC_PRAGMA(warning(push, 3))
29 OPENSSL_MSVC_PRAGMA(warning(pop))
  /external/dhcpcd-6.8.2/compat/
pollts.c 38 #warning "This pollts(2) implementation is not entirely race condition safe."
39 #warning "Only operating system support for pollts(2) can correct this."
  /external/e2fsprogs/util/
gcc-wall-cleanup 21 /warning: (near initialization for/d
  /external/parameter-framework/upstream/bindings/python/
sample.py 42 def warning(self, msg): member in class:MyLogger
43 logging.warning(msg)
50 # warning: don't pass MyLogger() directly as argument to setLogger() or it will

Completed in 936 milliseconds

<<11121314151617181920>>