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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Misc/
warn-in-system-header.c 3 #include <warn-in-system-header.h>
4 // expected-warning@warn-in-system-header.h:4 {{the cake is a lie}}
  /build/kati/testcase/
warning_in_eval.mk 0 warn=$(warning foo)
3 $(eval $(warn))
4 $(eval $$(warn))
1 warn=$(warning foo) macro
  /external/python/cpython3/Lib/test/test_warnings/data/
import_warning.py 3 warnings.warn('module-level warning', DeprecationWarning, stacklevel=2)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
macro-warn-1.d 2 #source: macro-warn-1.s
3 #stderr: macro-warn-1.l
macro-warn-2.d 2 #source: macro-warn-2.s
3 #stderr: macro-warn-2.l
macro-warn-3.d 2 #source: macro-warn-3.s
3 #stderr: macro-warn-3.l
macro-warn-4.d 2 #source: macro-warn-4.s
3 #stderr: macro-warn-4.l
macro-warn-1-n32.d 2 #source: macro-warn-1.s
3 #stderr: macro-warn-1-n32.l
  /bionic/libc/upstream-openbsd/lib/libc/gen/
warn.c 1 /* $OpenBSD: warn.c,v 1.11 2015/08/31 02:53:57 guenther Exp $ */
35 warn(const char *fmt, ...) function
43 DEF_WEAK(warn); variable
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
ld-sp-warn.d 1 # name: Erratum 752419: Warn Loads with writebacks to SP
2 # source: ld-sp-warn.s
3 # error-output: ld-sp-warn.l
ld-sp-warn-cortex-m3.d 1 # name: Erratum 752419: Warn Loads with writebacks to SP (cortex m3)
3 # source: ld-sp-warn.s
4 # error-output: ld-sp-warn-cortex-m3.l
ld-sp-warn-cortex-m4.d 1 # name: Erratum 752419: Warn Loads with writebacks to SP (cortex m4)
3 # source: ld-sp-warn.s
4 # error-output: ld-sp-warn-cortex-m4.l
ld-sp-warn-v7.d 1 # name: Erratum 752419: Warn Loads with writebacks to SP (v7)
3 # source: ld-sp-warn.s
4 # error-output: ld-sp-warn-v7.l
ld-sp-warn-v7a.d 1 # name: Erratum 752419: Warn Loads with writebacks to SP (v7a)
3 # source: ld-sp-warn.s
4 # error-output: ld-sp-warn-v7a.l
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
vk_layer_settings.txt 41 # warn - Report warnings from using the API in a manner which may lead to
42 # undefined behavior or to warn the user of common trouble spots.
59 lunarg_core_validation.report_flags = error,warn,perf
64 lunarg_image.report_flags = error,warn,perf
69 lunarg_object_tracker.report_flags = error,warn,perf
74 lunarg_parameter_validation.report_flags = error,warn,perf
79 lunarg_swapchain.report_flags = error,warn,perf
84 google_threading.report_flags = error,warn,perf
89 google_unique_objects.report_flags = error,warn,perf
  /external/python/cpython3/Lib/unittest/test/
_test_warnings.py 18 warnings.warn('rw', RuntimeWarning)
38 warnings.warn('dw', DeprecationWarning)
39 warnings.warn('dw', DeprecationWarning)
40 warnings.warn('dw', DeprecationWarning)
43 warnings.warn('iw', ImportWarning)
44 warnings.warn('iw', ImportWarning)
45 warnings.warn('iw', ImportWarning)
49 warnings.warn('uw')
50 warnings.warn('uw')
51 warnings.warn('uw'
    [all...]
  /external/vulkan-validation-layers/layers/
vk_layer_settings.txt 41 # warn - Report warnings from using the API in a manner which may lead to
42 # undefined behavior or to warn the user of common trouble spots.
59 lunarg_core_validation.report_flags = error,warn,perf
64 lunarg_object_tracker.report_flags = error,warn,perf
69 lunarg_parameter_validation.report_flags = error,warn,perf
74 google_threading.report_flags = error,warn,perf
79 google_unique_objects.report_flags = error,warn,perf
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
md5.py 7 warnings.warn("the md5 module is deprecated; use hashlib instead",
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
md5.py 7 warnings.warn("the md5 module is deprecated; use hashlib instead",
  /device/linaro/bootloader/edk2/StdLib/Include/
err.h 23 void warn (const char *fmt, ...);
  /external/python/cpython2/Lib/
md5.py 7 warnings.warn("the md5 module is deprecated; use hashlib instead",
  /prebuilts/gdb/darwin-x86/lib/python2.7/
md5.py 7 warnings.warn("the md5 module is deprecated; use hashlib instead",
  /prebuilts/gdb/linux-x86/lib/python2.7/
md5.py 7 warnings.warn("the md5 module is deprecated; use hashlib instead",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
md5.py 7 warnings.warn("the md5 module is deprecated; use hashlib instead",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
md5.py 7 warnings.warn("the md5 module is deprecated; use hashlib instead",

Completed in 342 milliseconds

1 2 3 4 5 6 7 8 91011>>