OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_first
(Results
1 - 12
of
12
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_symbolize_addr2line_linux.cc
47
bool
is_first
;
member in struct:__tsan::DlIteratePhdrCtx
89
if (ctx->
is_first
) {
93
ctx->
is_first
= false;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h
132
unsigned int
is_first
:1;
member in struct:subspace_dictionary_record
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h
132
unsigned int
is_first
:1;
member in struct:subspace_dictionary_record
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h
132
unsigned int
is_first
:1;
member in struct:subspace_dictionary_record
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
indentation.py
142
is_first
= self._IsFirstNonWhitespaceTokenInLine(token)
184
elif
is_first
and token.string == '.':
197
if
is_first
and not_binary_operator and not_dot and token.type not in (
/external/protobuf/src/google/protobuf/compiler/
parser.cc
804
bool
is_first
= true;
local
813
if (
is_first
) {
815
is_first
= false;
[
all
...]
/external/opencv/cxcore/src/
cxpersistence.cpp
123
int
is_first
;
member in struct:CvFileStorage
1250
int
is_first
= 1;
local
[
all
...]
/external/libnfc-nci/src/adaptation/
libmain.c
555
void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN
is_first
, BOOLEAN is_rx) {}
/frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h
307
M4OSA_Int32
is_first
;
member in struct:__anon18987
/external/mksh/src/
exec.c
337
volatile bool
is_first
= true;
local
362
if (!(ccp = do_selectargs(ap,
is_first
))) {
366
is_first
= false;
[
all
...]
/external/chromium/net/base/
net_util.cc
482
bool
is_first
= true;
local
496
if (
is_first
&& cur_script != USCRIPT_COMMON) {
498
is_first
= false;
[
all
...]
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c
179
p_bs->
is_first
= 1;
[
all
...]
Completed in 3797 milliseconds