OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_element
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/glib/
gfileutils.c
1354
const gchar *
next_element
;
local
1361
next_element
= str_array[i++];
1363
next_element
= first_element;
1538
const gchar *
next_element
;
local
[
all
...]
/external/chromium/chrome/browser/
browser_focus_uitest.cc
529
const char*
next_element
=
local
535
bool is_editable_node = (strcmp(kTextElementID,
next_element
) == 0);
559
ASSERT_STREQ(
next_element
, actual.c_str());
[
all
...]
Completed in 716 milliseconds