OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERSION_STRING
(Results
1 - 10
of
10
) sorted by null
/external/libvpx/
vpx_version.h
7
#define
VERSION_STRING
" v0.9.6"
configure
380
VERSION_STRING
=${ver}
398
VERSION_STRING
=${
VERSION_STRING
}
vpxenc.c
598
ebml->debug ? "vpxenc" : "vpxenc"
VERSION_STRING
);
600
ebml->debug ? "vpxenc" : "vpxenc"
VERSION_STRING
);
[
all
...]
/external/v8/src/
version.cc
58
#define
VERSION_STRING
\
62
#define
VERSION_STRING
\
76
const char* Version::version_string_ =
VERSION_STRING
;
/external/libvpx/build/make/
version.sh
24
id=${3:-
VERSION_STRING
}
/external/qemu/android/
qemu-setup.c
30
# define
VERSION_STRING
STRINGIFY(ANDROID_SDK_TOOLS_REVISION)".0"
32
# define
VERSION_STRING
"standalone"
492
if (snprintf( args, PATH_MAX, "/C \"%s\" ping emulator "
VERSION_STRING
,
524
execl( tmp, _ANDROID_PING_PROGRAM, "ping", "emulator",
VERSION_STRING
, NULL );
529
strncat( tmp, " ping emulator "
VERSION_STRING
, PATH_MAX - strlen(tmp) );
main.c
66
# define
VERSION_STRING
STRINGIFY(ANDROID_SDK_TOOLS_REVISION)".0"
68
# define
VERSION_STRING
"standalone"
310
VERSION_STRING
" (build_id " STRINGIFY(ANDROID_BUILD_ID) ")" );
312
VERSION_STRING
);
[
all
...]
/external/libvpx/vp8/
vp8_dx_iface.c
715
#ifndef
VERSION_STRING
716
#define
VERSION_STRING
720
"WebM Project VP8 Decoder"
VERSION_STRING
,
750
"WebM Project VP8 Decoder (Deprecated API)"
VERSION_STRING
,
vp8_cx_iface.c
[
all
...]
/external/icu4c/tools/gennames/
gennames.c
148
#define
VERSION_STRING
"unam"
[
all
...]
Completed in 113 milliseconds