OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wall
(Results
201 - 225
of
1174
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/keymaster/
Android.mk
31
LOCAL_CFLAGS = -
Wall
-Werror -Wunused
77
LOCAL_CFLAGS = -
Wall
-Werror -Wunused
104
LOCAL_CFLAGS = -
Wall
-Werror -Wunused
126
LOCAL_CFLAGS = -
Wall
-Werror -Wunused
/system/netd/client/
Android.mk
21
LOCAL_CPPFLAGS := -std=c++11 -
Wall
-Werror
/device/asus/flo/conn_init/
Android.mk
25
LOCAL_CFLAGS := -
Wall
\
42
LOCAL_CFLAGS += -
Wall
-Werror
/external/gptfdisk/
Makefile
4
#CXXFLAGS+=-
Wall
-D_FILE_OFFSET_BITS=64 -D USE_UTF16
5
CXXFLAGS+=-
Wall
-D_FILE_OFFSET_BITS=64
/external/iproute2/lib/
Android.mk
10
LOCAL_CFLAGS := -O2 -g -W -
Wall
\
50
LOCAL_CFLAGS := -O2 -g -W -
Wall
\
/external/valgrind/memcheck/tests/
varinfo3.c
6
-
Wall
-g -I$prefix/include/valgrind
8
eg -
Wall
-g -I`pwd`/Inst/include/valgrind
/external/zopfli/
Makefile
4
CFLAGS = -W -
Wall
-Wextra -ansi -pedantic -lm -O2
5
CXXFLAGS = -W -
Wall
-Wextra -ansi -pedantic -O2
/frameworks/av/media/libmedia/
Android.mk
10
LOCAL_C_FLAGS += -Werror -Wno-error=deprecated-declarations -
Wall
90
LOCAL_CFLAGS += -Werror -Wno-error=deprecated-declarations -
Wall
/frameworks/base/cmds/app_process/
Android.mk
33
LOCAL_CFLAGS += -
Wall
-Werror -Wunused -Wunreachable-code
72
LOCAL_CFLAGS += -
Wall
-Werror -Wunused -Wunreachable-code
/hardware/ti/omap4-aah/test/CameraHal/
Android.mk
46
LOCAL_CFLAGS += -
Wall
-fno-short-enums -O0 -g -D___ANDROID___ $(ANDROID_API_CFLAGS)
90
LOCAL_CFLAGS += -
Wall
-fno-short-enums -O0 -g -D___ANDROID___ $(ANDROID_API_CFLAGS)
/ndk/sources/cxx-stl/gabi++/
Android.mk
18
LOCAL_CFLAGS := -
Wall
-Werror
32
LOCAL_CFLAGS := -
Wall
-Werror
/system/core/libnativebridge/
Android.mk
16
LOCAL_CFLAGS += -Werror -
Wall
33
LOCAL_CFLAGS += -Werror -
Wall
/system/extras/perfprofd/
Android.mk
4
-
Wall
\
64
LOCAL_CFLAGS := -
Wall
-Werror -std=gnu++11
/system/netd/server/
Android.mk
26
LOCAL_CPPFLAGS := -std=c++11 -
Wall
-Werror
81
LOCAL_CFLAGS := -
Wall
-Werror
/external/libogg/
configure.in
48
DEBUG="-g -
Wall
-fsigned-char"
50
PROFILE="-
Wall
-W -pg -g -O20 -ffast-math -fsigned-char"
62
DEBUG="-g -
Wall
-fsigned-char $sparc_cpu"
67
DEBUG="-fno-common -g -
Wall
-fsigned-char"
68
CFLAGS="-fno-common -O4 -
Wall
-fsigned-char -ffast-math"
69
PROFILE="-fno-common -O4 -
Wall
-pg -g -fsigned-char -ffast-math"
72
DEBUG="-g -
Wall
-fsigned-char"
/ndk/sources/host-tools/make-3.81/
build_w32.bat
167
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c variable.c
168
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c rule.c
169
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c remote-stub.c
170
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c commands.c
171
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c file.c
172
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c getloadavg.c
173
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c default.c
174
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c signame.c
175
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c expand.c
176
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H -c dir.c
[
all
...]
/external/bison/lib/
timevar.c
205
now->
wall
= 0;
213
now->
wall
= times (&tms) * ticks_to_msec;
248
timer->
wall
+= stop->
wall
- start->
wall
;
494
&& tv->elapsed.
wall
< tiny)
515
/* Print
wall
clock time elapsed. */
516
fprintf (fp, "%7.2f (%2.0f%%)
wall
",
517
tv->elapsed.
wall
,
518
(total->
wall
== 0 ? 0 : tv->elapsed.wall / total->wall) * 100)
[
all
...]
timevar.h
26
wall
-clock time, as appropriate to and supported by the host
61
/*
Wall
clock time. */
62
float
wall
;
member in struct:timevar_time_def
/external/libvncserver/
config.log
160
configure:5282: gcc -c -g -O2 -
Wall
conftest.c >&5
201
configure:5834: gcc -c -g -O2 -
Wall
conftest.c >&5
203
configure:5907: gcc -o conftest -g -O2 -
Wall
conftest.c >&5
209
configure:5931: gcc -c -g -O2 -
Wall
conftest.c >&5
213
configure:5931: gcc -c -g -O2 -
Wall
conftest.c >&5
217
configure:5931: gcc -c -g -O2 -
Wall
conftest.c >&5
221
configure:5931: gcc -c -g -O2 -
Wall
conftest.c >&5
225
configure:5931: gcc -c -g -O2 -
Wall
conftest.c >&5
229
configure:5931: gcc -c -g -O2 -
Wall
conftest.c >&5
233
configure:5931: gcc -c -g -O2 -
Wall
conftest.c >&
[
all
...]
/frameworks/native/services/surfaceflinger/
Android.mk
111
LOCAL_CFLAGS += -
Wall
-Werror -Wunused -Wunreachable-code
144
LOCAL_CFLAGS += -
Wall
-Werror -Wunused -Wunreachable-code
168
LOCAL_CFLAGS += -
Wall
-Werror -Wunused -Wunreachable-code
/hardware/intel/common/libmix/mix_audio/
configure.ac
25
MIX_CFLAGS="-
Wall
-Werror -O"
58
dnl AS_COMPILER_FLAG(-
Wall
, MIX_ERROR="$MIX_ERROR -
Wall
", MIX_ERROR="$MIX_ERROR")
/ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat
14
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c misc.c -o ../../w32_misc.o
15
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c sub_proc.c -o ../../sub_proc.o
16
gcc -mthreads -
Wall
-gstabs+ -ggdb3 -O2 -I.. -I. -I../include -I../.. -DWINDOWS32 -c w32err.c -o ../../w32err.o
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.h
26
wall
-clock time, as appropriate to and supported by the host
61
/*
Wall
clock time. */
62
double
wall
;
member in struct:timevar_time_def
/external/e2fsprogs/misc/
Android.mk
14
mke2fs_cflags := -O2 -g -W -
Wall
\
95
tune2fs_cflags := -O2 -g -W -
Wall
\
204
badblocks_cflags := -O2 -g -W -
Wall
\
276
chattr_cflags := -O2 -g -W -
Wall
\
345
lsattr_cflags := -O2 -g -W -
Wall
\
414
blkid_cflags := -O2 -g -W -
Wall
\
/art/test/053-wait-some/src/
Main.java
18
* Exercise Object.wait(), comparing results against
wall
clock time.
79
System.out.println("
Wall
clock elapsed "
Completed in 643 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>