OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_call
(Results
1 - 3
of
3
) sorted by null
/external/libmojo/mojo/public/cpp/bindings/tests/
sync_method_unittest.cc
426
bool
first_call
= true;
local
427
impl.set_echo_handler([&
first_call
, &ptr, &result_value](
429
if (
first_call
) {
430
first_call
= false;
452
bool
first_call
= true;
local
453
impl.set_echo_handler([&
first_call
, &ptr, &result_value](
456
if (
first_call
) {
457
first_call
= false;
/external/ltp/testcases/kernel/security/prot_hsymlinks/
prot_hsymlinks.c
266
static int
first_call
= 1;
local
267
if (!
first_call
)
269
first_call
= 0;
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c
1428
static boolean
first_call
= TRUE;
local
[
all
...]
Completed in 231 milliseconds