OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wall
(Results
76 - 100
of
1817
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/libdiskconfig/
Android.mk
22
LOCAL_CFLAGS := -O2 -g -W -
Wall
-Werror -D_LARGEFILE64_SOURCE
/dalvik/tests/053-wait-some/src/
Main.java
4
* Exercise Object.wait(), comparing results against
wall
clock time.
65
System.out.println("
Wall
clock elapsed "
/external/chromium_org/ppapi/api/
pp_time.idl
12
* The <code>PP_Time</code> type represents the "
wall
clock time" according
23
* does not correspond to any actual
wall
clock time and will not change
/external/chromium_org/ppapi/c/
pp_time.h
25
* The <code>PP_Time</code> type represents the "
wall
clock time" according
36
* does not correspond to any actual
wall
clock time and will not change
/external/chromium_org/ppapi/shared_impl/
time_conversion.h
20
// currently expressed in terms of
wall
clock time. This function does the
21
// proper mapping to time ticks, assuming the
wall
clock time doesn't change
/external/harfbuzz/
configure.ac
10
CFLAGS="$CFLAGS -
Wall
-W -pedantic -ansi"
11
CXXFLAGS="$CXXFLAGS -
Wall
-W"
/external/icu4c/data/
icupkg.inc
7
COMPILE=gcc -DU_USING_ICU_NAMESPACE=1 -D_REENTRANT -DU_ATTRIBUTE_DEPRECATED= -g -O0 -
Wall
-ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -c
9
GENLIB=gcc -g -O0 -
Wall
-ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -shared -Wl,-Bsymbolic
/external/iproute2/lib/
Android.mk
8
LOCAL_CFLAGS := -O2 -g -W -
Wall
\
37
LOCAL_CFLAGS := -O2 -g -W -
Wall
\
/external/marisa-trie/lib/
Makefile.am
1
AM_CXXFLAGS = -
Wall
-Weffc++
2
#AM_CXXFLAGS = -
Wall
-Weffc++ -D_DEBUG
/external/marisa-trie/v0_1_5/lib/
Makefile.am
1
AM_CXXFLAGS = -
Wall
-Weffc++
2
#AM_CXXFLAGS = -
Wall
-Weffc++ -D_DEBUG
/external/sqlite/android/
Android.mk
32
# > g++ -
Wall
external/sqlite/android/PhoneNumberUtils.cpp \
47
LOCAL_CFLAGS += -
Wall
-Werror
/external/valgrind/main/
Makefile.tool-tests.am
14
AM_CFLAGS = -Winline -
Wall
-Wshadow -g
15
AM_CXXFLAGS = -Winline -
Wall
-Wshadow -g
/external/valgrind/main/memcheck/tests/
dw4.c
6
-
Wall
-g -I$prefix/include/valgrind -gdwarf-4 -fdebug-types-section
8
eg -
Wall
-g -I`pwd`/Inst/include/valgrind -gdwarf-4 -fdebug-types-section
varinfo1.c
7
-
Wall
-g -I$prefix/include/valgrind
9
eg -
Wall
-g -I`pwd`/Inst/include/valgrind
varinfo2.c
7
-
Wall
-g -I$prefix/include/valgrind
9
eg -
Wall
-g -I`pwd`/Inst/include/valgrind
varinfo4.c
7
-
Wall
-g -I$prefix/include/valgrind
9
eg -
Wall
-g -I`pwd`/Inst/include/valgrind
/frameworks/ex/variablespeed/jni/
Android.mk
23
LOCAL_CFLAGS += -
Wall
24
LOCAL_CPPFLAGS += -
Wall
/ndk/tests/build/b8247455-hidden-cxa/jni/
Android.mk
22
LOCAL_CFLAGS := -
Wall
-Werror -Wno-unused-parameter
28
LOCAL_CFLAGS := -
Wall
-Werror -frtti -fexceptions
/system/security/softkeymaster/
Android.mk
24
LOCAL_CFLAGS = -fvisibility=hidden -
Wall
-Werror
36
LOCAL_CFLAGS = -fvisibility=hidden -
Wall
-Werror
/external/jmonkeyengine/engine/src/test/jme3test/helloworld/
HelloAssets.java
62
/** Create a
wall
(Box with material and texture from test-data) */
64
Spatial
wall
= new Geometry("Box", box );
local
67
wall
.setMaterial(mat_brick);
68
wall
.setLocalTranslation(2.0f,-2.5f,0.0f);
69
rootNode.attachChild(
wall
);
/external/libvorbis/
configure.ac
131
DEBUG="-g -
Wall
-Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
133
# PROFILE="-
Wall
-Wextra -pg -g -O20 -ffast-math -D_REENTRANT -fsigned-char -fno-inline -static"
134
PROFILE="-
Wall
-Wextra -pg -g -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -fno-inline"
176
DEBUG="-g -
Wall
-Wextra -D_REENTRANT -D__NO_MATH_INLINES"
177
CFLAGS="-O3 -
Wall
-Wextra -ffast-math -mfused-madd -D_REENTRANT"
180
DEBUG="-g -
Wall
-Wextra -D_REENTRANT -D__NO_MATH_INLINES"
181
CFLAGS="-O3 -
Wall
-Wextra -ffast-math -mfused-madd -mcpu=750 -D_REENTRANT"
184
DEBUG="-g -
Wall
-Wextra -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char"
185
CFLAGS="-O20 -
Wall
-Wextra -ffast-math -D_REENTRANT -fsigned-char"
197
DEBUG="-g -
Wall
-Wextra -D__NO_MATH_INLINES -fsigned-char $sparc_cpu
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/base/
timing.h
42
// WallTimeNow() returns the current
wall
-clock time in seconds,
48
// or better. Although timer and
wall
-clock time have the same
49
// timing unit, they do not necessarily correlate because
wall
-clock
/bootable/recovery/minadbd/
Android.mk
23
LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -
Wall
-Wno-unused-parameter
/bootable/recovery/minelf/
Android.mk
25
LOCAL_CFLAGS += -
Wall
/dalvik/vm/alloc/TEST/HeapBitmapTest/
Makefile
7
CFLAGS := -g -
Wall
-Werror
Completed in 523 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>