OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eqs
(Results
1 - 6
of
6
) sorted by null
/external/libpng/contrib/gregbook/
makevms.com
19
$ if zpath .
eqs
. ""
25
$ if pngpath .
eqs
. ""
38
$ if f$trnlnm("SYS").
eqs
."" then define sys sys$library:
40
$ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").
eqs
.""
42
$ if f$trnlnm("SYS").
eqs
."" then define sys sys$library:
43
$ if f$search("SYS$SYSTEM:VAXC.EXE").
eqs
.""
51
$ if f$trnlnm("SYS").
eqs
."" then define sys decc$library_include:
100
$ If F$Search(P1) .
Eqs
. "" Then Goto Makeit
105
$ If Argument .
Eqs
. "" Then Goto Exit
109
$ If File .
Eqs
. " " Then Goto End
[
all
...]
/external/libpng/scripts/
makevms.com
10
$ if p1 .
eqs
. "CONTRIB"
21
$ If F$Type (MMK) .
eqs
. "STRING" Then Make = "MMK"
31
$ if f$trnlnm("SYS").
eqs
."" then define sys sys$library:
33
$ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").
eqs
.""
35
$ if f$trnlnm("SYS").
eqs
."" then define sys sys$library:
36
$ if f$search("SYS$SYSTEM:VAXC.EXE").
eqs
.""
44
$ if f$trnlnm("SYS").
eqs
."" then define sys decc$library_include:
53
$ if make.
eqs
.""
97
$ if f$search("DESCRIP.MMS") .
eqs
. "" then copy/nolog [.SCRIPTS]DESCRIP.MMS []
110
$ If F$Search(P1) .
Eqs
. "" Then Goto Makei
[
all
...]
/external/libpng/contrib/pngminus/
makevms.com
13
$ if f$trnlnm("SYS").
eqs
."" then define sys sys$library:
15
$ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").
eqs
.""
17
$ if f$trnlnm("SYS").
eqs
."" then define sys sys$library:
18
$ if f$search("SYS$SYSTEM:VAXC.EXE").
eqs
.""
26
$ if f$trnlnm("SYS").
eqs
."" then define sys decc$library_include:
60
$ If F$Search(P1) .
Eqs
. "" Then Goto Makeit
65
$ If Argument .
Eqs
. "" Then Goto Exit
69
$ If File .
Eqs
. " " Then Goto Endl
74
$ If AFile .
Eqs
. "" .Or. AFile .
Eqs
. OFile Then Goto NextE
[
all
...]
/external/openssl/crypto/threads/
pthreads-vms.com
10
$ if (arch .
eqs
. "") then arch = "UNK"
/external/zlib/
make_vms.com
34
$ If F$Type (MMK) .
eqs
. "STRING" Then Make = "MMK"
47
$ if f$trnlnm("SYS") .
eqs
. ""
60
$ if f$trnlnm("SYS").
eqs
."" then define sys sys$library:
66
$ if make.
eqs
.""
146
$ If F$Search(P1) .
Eqs
. "" Then Goto Makeit
151
$ If Argument .
Eqs
. "" Then Goto Exit
155
$ If File .
Eqs
. " " Then Goto Endl
160
$ If AFile .
Eqs
. "" .Or. AFile .
Eqs
. OFile Then Goto NextEl
189
$ if cparm .
eqs
. "DEBUG
[
all
...]
/dalvik/libcore/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
AnnotationTest.java
88
Map<String, List<Method>>
eqs
= new HashMap<String, List<Method>>();
local
93
Map<String, List<Method>> curT = name.charAt(0) == 'e'?
eqs
: neqs;
103
for (List<Method> eqList :
eqs
.values()) {
Completed in 16 milliseconds