OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:warn
(Results
51 - 75
of
1427
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/services/java/com/android/server/pm/
PackageSignatures.java
82
PackageManagerService.reportSettingsProblem(Log.
WARN
,
116
PackageManagerService.reportSettingsProblem(Log.
WARN
,
122
PackageManagerService.reportSettingsProblem(Log.
WARN
,
137
PackageManagerService.reportSettingsProblem(Log.
WARN
,
142
PackageManagerService.reportSettingsProblem(Log.
WARN
,
149
PackageManagerService.reportSettingsProblem(Log.
WARN
,
154
PackageManagerService.reportSettingsProblem(Log.
WARN
,
160
PackageManagerService.reportSettingsProblem(Log.
WARN
,
/system/extras/ext4_utils/
wipe.c
46
warn
("Discard failed\n");
49
warn
("Wipe via secure discard failed, used discard instead\n");
/system/extras/fatblock/
read.c
61
WARN
("checking metadata of %s: stat failed: %s\n",
82
WARN
("reading %s (%llu, %llu): "
89
WARN
("reading %s (%llu, %llu): "
96
WARN
("reading %s (%llu, %llu): metadata has changed\n",
103
WARN
("reading %s: open failed: %s\n", f->path, strerror(errno));
109
WARN
("reading %s (%llu, %llu): seek failed: %s\n",
116
WARN
("reading %s (%llu, %llu): read failed: %s\n",
156
WARN
("reading extent: unexpected type %d\n", e->type);
utils.h
26
#define
WARN
(...) EPRINT(__VA_ARGS__)
31
void
warn
(char *msg);
/external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h
52
/// This enum distinguishes between different situations where we
warn
due to
72
///
Warn
about lock expressions which fail to resolve to lockable objects.
76
///
Warn
about unlock function calls that do not have a prior matching lock
83
///
Warn
about lock function calls for locks which are already held.
89
///
Warn
about situations where a mutex is sometimes held and sometimes not.
100
/// \param LEK -- which of the three above cases we should
warn
for
106
///
Warn
when a mutex is held exclusively and shared at the same point. For
116
///
Warn
when a protected operation occurs while no locks are held.
124
///
Warn
when a protected operation occurs while the specific mutex protecting
136
///
Warn
when a function is called while an excluded mutex is locked. Fo
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-c++
i686-linux-cpp
i686-linux-g++
i686-linux-gcc
i686-linux-gcc-4.4.3
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
c++
g++
gcc
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/bin/
mipsel-linux-android-c++
mipsel-linux-android-cpp
mipsel-linux-android-g++
mipsel-linux-android-gcc
mipsel-linux-android-gcc-4.4.3
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/mipsel-linux-android/bin/
c++
g++
gcc
/prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/bin/
i686-android-linux-c++
i686-android-linux-cpp
i686-android-linux-g++
i686-android-linux-gcc
Completed in 262 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>