OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isdot
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/PowerPC/
PPCInstrFormats.td
239
bit RC = 0; // set by
isDOT
258
bit RC = 0; // set by
isDOT
378
bit RC = 0; // set by
isDOT
391
bit RC = 0; // set by
isDOT
606
bit RC = 0; // set by
isDOT
626
bit RC = 0; // set by
isDOT
647
bit RC = 0; // set by
isDOT
674
bit RC = 0; // set by
isDOT
708
bit RC = 0; // set by
isDOT
734
bit RC = 0; // set by
isDOT
[
all
...]
PPCISelLowering.cpp
[
all
...]
PPCInstr64Bit.td
173
isDOT
;
308
isDOT
;
312
isDOT
;
[
all
...]
PPCInstrInfo.td
255
class
isDOT
{
642
isDOT
;
[
all
...]
/external/chromium/googleurl/src/
url_canon_path.cc
75
//
IsDot
. Therefore, we don't need the "escape" flag, and even the "unescape"
140
int second_dot_len =
IsDot
(spec, after_dot, end);
228
if ((dotlen =
IsDot
(spec, i, end)) > 0) {
url_canon_internal.h
125
inline int
IsDot
(const CHAR* spec, int offset, int end) {
/external/chromium/base/
file_util.cc
195
bool
IsDot
(const FilePath& path) {
407
return
IsDot
(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_));
file_util.h
308
BASE_API bool
IsDot
(const FilePath& path);
/bionic/libc/bionic/
fts.c
56
#define
ISDOT
(a) (a[0] == '.' && (!a[1] || (a[1] == '.' && !a[2])))
649
if (!ISSET(FTS_SEEDOT) &&
ISDOT
(dp->d_name))
834
if (
ISDOT
(p->fts_name))
Completed in 158 milliseconds