OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:envValue
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_sysvideo.cc
292
int
envValue
= envString ? atoi(envString) : 0;
293
screenRotation =
envValue
? SDL_QT_ROTATION_270 : SDL_QT_ROTATION_90;
/external/sonivox/arm-fm-22k/lib_src/
eas_pcmdata.h
97
EAS_U32
envValue
; /* current envelope value */
/external/sonivox/arm-hybrid-22k/lib_src/
eas_pcmdata.h
97
EAS_U32
envValue
; /* current envelope value */
/external/sonivox/arm-wt-22k/lib_src/
eas_pcmdata.h
97
EAS_U32
envValue
; /* current envelope value */
/external/chromium_org/net/third_party/nss/ssl/
sslsnce.c
[
all
...]
/external/llvm/lib/Support/
CommandLine.cpp
695
const char *
envValue
= getenv(envVar);
696
if (!
envValue
)
707
TokenizeGNUCommandLine(
envValue
, Saver, newArgv);
[
all
...]
Completed in 1115 milliseconds