OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sState
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/test/intltest/
tscoll.cpp
96
uint32_t
sState
[2], tState[2];
100
sState
[0] = 0;
sState
[1] = 0;
105
sSize = ucol_nextSortKeyPart(coll, &sIter,
sState
, sBuf, pieceSize, &status);
108
if(
sState
[0] != 0 || tState[0] != 0) {
109
log("State != 0 : %08X %08X\n",
sState
[0], tState[0]);
/hardware/ril/reference-ril/
reference-ril.c
201
static RIL_RadioState
sState
= RADIO_STATE_UNAVAILABLE;
377
if (onOff == 0 &&
sState
!= RADIO_STATE_OFF) {
381
} else if (onOff > 0 &&
sState
== RADIO_STATE_OFF) {
411
if (
sState
!= RADIO_STATE_OFF) {
[
all
...]
/external/icu/icu4c/source/test/cintltst/
callcoll.c
233
uint32_t
sState
[2], tState[2];
243
sState
[0] = 0;
sState
[1] = 0;
248
sSize = ucol_nextSortKeyPart(coll, &sIter,
sState
, sBuf, pieceSize, status);
251
if(
sState
[0] != 0 || tState[0] != 0) {
252
/*log_verbose("State != 0 : %08X %08X\n",
sState
[0], tState[0]);*/
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtsvr.h
[
all
...]
/frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java
[
all
...]
Completed in 364 milliseconds