OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inited
(Results
1 - 25
of
80
) sorted by null
1
2
3
4
/external/qemu/
module.c
31
static int
inited
;
local
34
if (
inited
) {
42
inited
= 1;
/external/clearsilver/util/
neo_err.c
40
static int
Inited
= 0;
426
if (
Inited
== 0)
430
* we don't want to use a mutex every time to check that it was
Inited
.
431
* So, we only lock if our first test of
Inited
was false */
434
if (
Inited
== 0) {
464
Inited
= 1;
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java
100
private static boolean
inited
= false;
field in class:PinyinDecoderService
141
inited
= nativeImOpenDecoderFd(afd.getFileDescriptor(), afd
168
inited
= false;
/external/kernel-headers/original/linux/
if_ppp.h
66
#define SC_COMP_RUN 0x00001000 /* compressor has been
inited
*/
67
#define SC_DECOMP_RUN 0x00002000 /* decompressor has been
inited
*/
/external/ppp/pppd/include/net/
if_ppp.h
76
#define SC_COMP_RUN 0x00001000 /* compressor has been
inited
*/
77
#define SC_DECOMP_RUN 0x00002000 /* decompressor has been
inited
*/
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c
678
NJ_UINT16 initst,
inited
;
local
737
inited
= kw_len + 1;
739
inited
= cursor->cond.yclen + 1;
761
for (; clrcnt <
inited
; clrcnt++) {
765
for (clrcnt = 1; clrcnt <
inited
; clrcnt++ ) {
773
for (clrcnt = initst; clrcnt <
inited
; clrcnt++) {
777
for (clrcnt = 1; clrcnt <
inited
; clrcnt++ ) {
/external/webkit/JavaScriptCore/wtf/
CurrentTime.cpp
92
static bool
inited
;
local
98
if (
inited
) {
118
inited
= true;
/external/qemu/target-arm/
helper.c
251
static int
inited
= 0;
local
258
if (!
inited
) {
259
inited
= 1;
[
all
...]
/external/chromium/third_party/icu/source/i18n/
ucol_res.cpp
54
// static pointer to udata memory.
Inited
in ucol_initUCA
[
all
...]
/external/icu4c/i18n/
ucol_res.cpp
54
// static pointer to udata memory.
Inited
in ucol_initUCA
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/joystick/darwin/
SDL_sysjoystick.c
583
SDL_SetError("Joystick: Device list already
inited
.");
/packages/inputmethods/PinyinIME/jni/include/
matrixsearch.h
394
// If
inited
, always return true;
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gprof
arm-eabi-addr2line
arm-eabi-ar
arm-eabi-c++filt
arm-eabi-nm
arm-eabi-ranlib
arm-eabi-run
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gprof
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/bin/
i686-unknown-linux-gnu-gprof
/external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java
250
if (! DO_DEPENDS_CHECKING) // this block is just a complement to the one above (where fullOutFile is
inited
)
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
ar
nm
ranlib
Completed in 151 milliseconds
1
2
3
4