OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIRECTORY
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Email/src/org/apache/commons/io/filefilter/
DirectoryFileFilter.java
26
* current
directory
's subdirectories:
45
* Singleton instance of
directory
filter.
48
public static final IOFileFilter
DIRECTORY
= new DirectoryFileFilter();
50
* Singleton instance of
directory
filter.
51
* Please use the identical DirectoryFileFilter.
DIRECTORY
constant.
55
public static final IOFileFilter INSTANCE =
DIRECTORY
;
64
* Checks to see if the file is a
directory
.
67
* @return true if the file is a
directory
FileFilterUtils.java
77
* Returns a filter that checks if the file is a
directory
.
82
return DirectoryFileFilter.
DIRECTORY
;
86
* Returns a filter that checks if the file is a file (and not a
directory
).
342
return DirectoryFileFilter.
DIRECTORY
;
344
return new AndFileFilter(DirectoryFileFilter.
DIRECTORY
, filter);
/external/qemu/android/
hw-events.h
328
KEY_CODE(
DIRECTORY
,0x18a) \
/external/openssl/apps/
makeapps.com
13
$! The EXE's are placed in the
directory
[.xxx.EXE.APPS] where "xxx" denotes
82
$! Define The OBJ
Directory
.
86
$! Define The EXE
Directory
.
102
$! Check To See If The OBJ
Directory
Exists.
109
$ CREATE/
DIRECTORY
'OBJ_DIR'
111
$! End The OBJ
Directory
Check.
115
$! Check To See If The EXE
Directory
Exists.
122
$ CREATE/
DIRECTORY
'EXE_DIR'
124
$! End The EXE
Directory
Check.
969
$! Save
directory
informatio
[
all
...]
/external/openssl/crypto/
crypto-lib.com
92
$! Define The OBJ
Directory
.
96
$! Define The EXE
Directory
.
113
$! Check To See If The Architecture Specific OBJ
Directory
Exists.
122
$! End The Architecture Specific OBJ
Directory
Check.
126
$! Check To See If The Architecture Specific
Directory
Exists.
133
$ CREATE/
DIRECTORY
'EXE_DIR'
135
$! End The Architecture Specific
Directory
Check.
1298
$! Save
directory
information
1305
$! Set up the logical name OPENSSL to point at the include
directory
[
all
...]
Completed in 538 milliseconds