/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/ |
armelf.xu | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/ |
armelf.xr | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
armelf.xu | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/ |
armelf.xr | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
armelf.xu | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/ |
armelf.xr | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
armelf.xu | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/ |
armelf.xr | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
armelf.xu | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/ |
elf_i386.xr | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
elf_i386.xu | 55 /* .gnu.warning sections are handled specially by elf32.em. */ 56 *(.gnu.warning)
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/lib/ldscripts/ |
shelf_linux.xr | 46 /* .gnu.warning sections are handled specially by elf32.em. */ 47 *(.gnu.warning)
|
shelf_linux.xu | 46 /* .gnu.warning sections are handled specially by elf32.em. */ 47 *(.gnu.warning)
|
shlelf_linux.xr | 46 /* .gnu.warning sections are handled specially by elf32.em. */ 47 *(.gnu.warning)
|
shlelf_linux.xu | 46 /* .gnu.warning sections are handled specially by elf32.em. */ 47 *(.gnu.warning)
|
/external/e2fsprogs/lib/ext2fs/ |
nt_io.c | 25 #pragma warning(disable:4514) // unreferenced inline function has been removed 26 #pragma warning(push,4) 28 #pragma warning(disable:4201) // nonstandard extension used : nameless struct/union) 29 #pragma warning(disable:4214) // nonstandard extension used : bit field types other than int 30 #pragma warning(disable:4115) // named type definition in parentheses 36 #pragma warning(pop)
|
/external/gtest/src/ |
gtest-death-test.cc | 209 #pragma warning(push) 210 #pragma warning(disable: 4996) 214 #pragma warning(pop) 528 #pragma warning(push) 529 #pragma warning(disable: 4996) 534 #pragma warning(pop) [all...] |
/external/icu4c/tools/genrb/ |
parse.c | 485 fprintf(stderr, " Warning: writing empty transliteration data ( UCONFIG_NO_TRANSLITERATION ) \n"); 539 warning(line, "The dependency file %s does not exist. Please make sure it exists.\n",filename); 716 warning(line, "Not building collation elements because of UCONFIG_NO_COLLATION, see uconfig.h"); 764 warning(line, "could not obtain rules from collator"); 775 warning(line, "%%Collation could not be constructed from CollationElements - check context!"); 801 /* A compiler warning will appear if all paths don't contain a return statement. */ 951 warning(startline, "Encountered empty table"); 1006 /* A compiler warning will appear if all paths don't contain a return statement. */ 1074 warning(startline, "Encountered empty array"); [all...] |
/external/tcpdump/ |
tcpdump.c | 565 warning("crypto code not compiled in"); 658 warning("crypto code not compiled in"); 849 fprintf(stderr, "Warning: setgid/setuid failed !\n"); 892 warning("%s", ebuf); 898 fprintf(stderr, "Warning: setgid/setuid failed !\n"); 929 warning("snaplen raised from %d to %d", snaplen, i); 935 warning("%s", ebuf); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.cpp | 192 QMessageBox::warning(this, "WPA Pre-Shared Key Error", 204 QMessageBox::warning(this, "Network ID Error", 225 QMessageBox::warning(this, "wpa_gui", "Failed to add " 394 QMessageBox::warning(this, "wpa_gui", "Failed to enable " 777 QMessageBox::warning(this, "wpa_gui",
|
/build/tools/droiddoc/templates/assets/ |
android-developer-docs.css | 733 p.note, p.caution, p.warning { 749 p.warning { 757 p.warning b, p.warning strong { 761 li p.note, li p.warning { 1108 .jd-deprecated-warning {
|
/dalvik/libcore/security/src/test/java/tests/api/javax/security/cert/ |
X509CertificateTest.java | 171 Logger.global.warning("Error in test setup: Certificate type not supported"); 176 Logger.global.warning("Error in test setup: Certificate type not supported"); 444 Logger.global.warning("testGetIssuerDN: error in test setup.");
|
/external/gtest/include/gtest/ |
gtest.h | 562 // doing so will cause a warning in the constructor of UnitTest. 660 #pragma warning(push) // Saves the current warning state. 661 #pragma warning(disable:4389) // Temporarily disables warning on 670 #pragma warning(pop) // Restores the warning state. [all...] |
/external/skia/src/core/ |
SkBlitter_ARGB32.cpp | 64 #if defined _WIN32 && _MSC_VER >= 1300 // disable warning : local variable used without having been initialized 65 #pragma warning ( push ) 66 #pragma warning ( disable : 4701 ) 295 #pragma warning ( pop )
|
SkScan_Path.cpp | 120 #if defined _WIN32 && _MSC_VER >= 1300 // disable warning : local variable used without having been initialized 121 #pragma warning ( push ) 122 #pragma warning ( disable : 4701 ) 291 #pragma warning ( pop )
|