OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:laststate
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/api/idle/idle_simple/
history.js
32
var
laststate
= null;
variable
46
if (
laststate
!= state) {
47
laststate
= state;
54
var dom_laststate = document.querySelector('#idle-
laststate
');
55
dom_laststate.innerHTML = renderState(
laststate
, laststatetime);
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
189
sopno
laststate
; /* the final OEND */
member in struct:re_guts
engine.c
189
const sopno gl = g->
laststate
;
regcomp.c
313
g->
laststate
= THERE();
[
all
...]
/external/llvm/lib/Support/
regex2.h
137
sopno
laststate
; /* the final OEND */
member in struct:re_guts
regengine.inc
141
const sopno gl = g->
laststate
;
regcomp.c
230
g->
laststate
= THERE();
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
137
sopno
laststate
; /* the final OEND */
member in struct:re_guts
engine.c
137
const sopno gl = g->
laststate
;
regcomp.c
222
g->
laststate
= THERE();
[
all
...]
/system/core/adb/
commandline.c
470
char *
laststate
= 0;
local
495
if(
laststate
&& !strcmp(state,
laststate
)){
498
if(
laststate
) free(
laststate
);
499
laststate
= strdup(state);
[
all
...]
Completed in 51 milliseconds