OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notfirst
(Results
1 - 6
of
6
) sorted by null
/external/mdnsresponder/mDNSCore/
DNSCommon.h
109
#define mDNSValidHostChar(X,
notfirst
, notlast) (mDNSIsLetter(X) || mDNSIsDigit(X) || ((
notfirst
) && (notlast) && (X) == '-') )
/packages/apps/Email/src/com/android/email/mail/store/
ImapStore.java
569
boolean
notFirst
= false;
571
if (
notFirst
) {
575
notFirst
= true;
/external/iproute2/lib/
utils.c
560
static int
notfirst
;
local
586
if (++
notfirst
== 1)
/external/iproute2/misc/
ss.c
569
static int
notfirst
;
local
571
if (!
notfirst
) {
573
notfirst
= 1;
966
static int
notfirst
;
local
971
if (!
notfirst
) {
973
notfirst
= 1;
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c
1075
boolean
notfirst
;
local
1111
notfirst
= FALSE;
1116
if (
notfirst
)
[
all
...]
/external/valgrind/main/perf/
tinycc.c
9594
int *st, last_tok, t,
notfirst
;
local
13848
int
notfirst
, index, index_last, align, l, nb_elems, elem_size;
local
[
all
...]
Completed in 1094 milliseconds