/external/openssl/ssl/ |
install.com | 8 $ IF P1 .EQS. "" 16 $ IF (F$GETSYI("CPU").LT.128) 21 $ IF (ARCH .EQS. "") THEN ARCH = "UNK" 35 $ IF F$PARSE("WRK_SSLROOT:[000000]") .EQS. "" THEN - 37 $ IF F$PARSE("WRK_SSLXLIB:") .EQS. "" THEN - 39 $ IF F$PARSE("WRK_SSLINCLUDE:") .EQS. "" THEN - 41 $ IF F$PARSE("WRK_SSLXEXE:") .EQS. "" THEN - 57 $ IF E .EQS. "," THEN GOTO LOOP_EXE_END 59 $ IF F$SEARCH(XEXE_DIR+E+".EXE") .NES. "" 72 $ IF E .EQS. "," THEN GOTO LOOP_LIB_EN [all...] |
ssl-lib.com | 33 $! If you don't speficy a compiler, it will try to determine which 36 $! P4, if defined, sets a TCP/IP library to use, through one of the following 43 $! P5, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up) 47 $! (That Is, If We Need To Link To One.) 53 $ IF (F$GETSYI("CPU").LT.128) 67 $ IF (ARCH .EQS. "") THEN ARCH = "UNK" 93 $! Check To See If The Architecture Specific OBJ Directory Exists. 95 $ IF (F$PARSE(OBJ_DIR).EQS."") 106 $! Check To See If The Architecture Specific Directory Exists. 108 $ IF (F$PARSE(EXE_DIR).EQS."" [all...] |
/external/openssl/apps/ |
install.com | 9 $ IF P1 .EQS. "" 17 $ IF (F$GETSYI("CPU").LT.128) 22 $ IF (ARCH .EQS. "") THEN ARCH = "UNK" 34 $ IF F$PARSE("WRK_SSLROOT:[000000]") .EQS. "" THEN - 36 $ IF F$PARSE("WRK_SSLEXE:") .EQS. "" THEN - 47 $ IF E .EQS. "," THEN GOTO LOOP_EXE_END 49 $ IF F$SEARCH(EXE_DIR+E+".EXE") .NES. ""
|
CA.com | 31 $ IF F$TYPE(SSLEAY_CONFIG) .EQS. "" THEN SSLEAY_CONFIG := SSLLIB:SSLEAY.CNF 51 $ if i .gt. 8 then goto opt_loop_end 55 $ IF (prog_opt .EQS. "?" .OR. prog_opt .EQS. "-h" .OR. prog_opt .EQS. "-help") 61 $ IF (prog_opt .EQS. "-input") 69 $ IF (prog_opt .EQS. "-newcert") 79 $ IF (prog_opt .EQS. "-newreq") 89 $ IF (prog_opt .EQS. "-newca") 91 $ ! If explicitly asked for or it doesn't exist then setup the directory 93 $ IF F$SEARCH(CATOP+"]serial.") .EQS. "" 114 $ IF F$SEARCH(CATOP+".private"+CAKEY) .EQS. " [all...] |
makeapps.com | 28 $! If you don't speficy a compiler, it will try to determine which 31 $! P3, if defined, sets a TCP/IP library to use, through one of the following 38 $! P4, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up) 40 $! P5, if defined, sets a choice of programs to compile. 44 $! (That Is, If We Need To Link To One.) 50 $ IF (F$GETSYI("CPU").LT.128) 64 $ IF (ARCH .EQS. "") THEN ARCH = "UNK" 102 $! Check To See If The OBJ Directory Exists. 104 $ IF (F$PARSE(OBJ_DIR).EQS."") 115 $! Check To See If The EXE Directory Exists [all...] |
/external/openssl/crypto/ |
crypto-lib.com | 34 $! If you don't specify a compiler, it will try to determine which 37 $! P4, if defined, sets a TCP/IP library to use, through one of the following 44 $! P5, if defined, sets a compiler thread NOT needed on OpenVMS 7.1 (and up) 46 $! P6, if defined, sets a choice of crypto methods to compile. 52 $! (That Is, If We Need To Link To One.) 58 $ IF (F$GETSYI("CPU").LT.128) 72 $ IF (ARCH .EQS. "") THEN ARCH = "UNK" 113 $! Check To See If The Architecture Specific OBJ Directory Exists. 115 $ IF (F$PARSE(OBJ_DIR).EQS."") 126 $! Check To See If The Architecture Specific Directory Exists [all...] |
install.com | 10 $ IF P1 .EQS. "" 18 $ IF (F$GETSYI("CPU").LT.128) 23 $ IF (ARCH .EQS. "") THEN ARCH = "UNK" 36 $ IF F$PARSE("WRK_SSLROOT:[000000]") .EQS. "" THEN - 38 $ IF F$PARSE("WRK_SSLLIB:") .EQS. "" THEN - 40 $ IF F$PARSE("WRK_SSLINCLUDE:") .EQS. "" THEN - 112 $ IF D .EQS. "," THEN GOTO LOOP_SDIRS_END 114 $ IF D .EQS. "" 128 $ IF E .EQS. "," THEN GOTO LOOP_LIB_END 130 $ IF F$SEARCH(EXE_DIR+E+".OLB") .NES. " [all...] |
/external/proguard/bin/ |
proguard.bat | 6 IF EXIST "%PROGUARD_HOME%" GOTO home
|
proguardgui.bat | 6 IF EXIST "%PROGUARD_HOME%" GOTO home
|
retrace.bat | 6 IF EXIST "%PROGUARD_HOME%" GOTO home
|
/external/stlport/test/eh/ |
intel45.mak | 7 !IF "$(OS)" == "Windows_NT" 47 !IF "$(IOS)" == "NOSGI" 57 !IF "$(LIBTYPE)" == "STATIC" 63 !IF "$(DEBUG)" == "" 68 !IF "$(DEBUG)" == "STL"
|
intel50.mak | 7 !IF "$(OS)" == "Windows_NT" 48 !IF "$(IOS)" == "NOSGI" 58 !IF "$(LIBTYPE)" == "STATIC" 64 !IF "$(DEBUG)" == "" 69 !IF "$(DEBUG)" == "STL"
|
/external/clearsilver/cs/ |
test_joo.cs | 8 <?cs if:Empty == '' ?> 12 <?cs /if ?> 14 <?cs if:Foo == '' ?> 18 <?cs /if ?> 20 <?cs if:NotExist == '' ?> 24 <?cs /if ?> 28 <?cs if:Empty != '' ?> 32 <?cs /if ?> 34 <?cs if:Foo != '' ?> 38 <?cs /if ? [all...] |
/external/icu4c/samples/uresb/ |
resources.mak | 6 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug"
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_le/d/ |
T_if_le_11.d | 13 .method public run(IF)I 16 if-le v6, v7, Label11
|
/cts/tools/vm-tests/src/dot/junit/opcodes/if_lt/d/ |
T_if_lt_11.d | 13 .method public run(IF)I 16 if-lt v6, v7, Label11
|
/bootable/recovery/edify/ |
parser.y | 45 %token AND OR SUBSTR SUPERSTR EQ NE IF THEN ELSE ENDIF 87 | IF expr THEN expr ENDIF { $$ = Build(IfElseFn, @$, 2, $2, $4); } 88 | IF expr THEN expr ELSE expr ENDIF { $$ = Build(IfElseFn, @$, 3, $2, $4, $6); } 92 if ($$->fn == NULL) { 125 if (strlen(s) == 0) {
|
/external/icu4c/extra/uconv/ |
makedata.mak | 11 #If no config, we default to debug 12 !IF "$(CFG)" == "" 17 #Here we test if a valid configuration is given 18 !IF "$(CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CFG)" != "x86\Release" && "$(CFG)" != "x86\Debug" && "$(CFG)" != "x64\Release" && "$(CFG)" != "x64\Debug" 33 #Let's see if user has given us a path to ICU 35 !IF "$(ICUP)"=="" 51 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" 65 !IF EXISTS("$(RESFILES)") 75 !IF "$(PKGMODE)" == "dll"
|
/cts/tools/vm-tests/src/dot/junit/opcodes/add_float/d/ |
T_add_float_5.d | 27 .method public run(IF)F
|
/cts/tools/vm-tests/src/dot/junit/opcodes/add_float_2addr/d/ |
T_add_float_2addr_5.d | 27 .method public run(IF)F
|
/cts/tools/vm-tests/src/dot/junit/opcodes/add_int/d/ |
T_add_int_5.d | 27 .method public run(IF)I
|
/cts/tools/vm-tests/src/dot/junit/opcodes/add_int_2addr/d/ |
T_add_int_2addr_5.d | 27 .method public run(IF)I
|
/cts/tools/vm-tests/src/dot/junit/opcodes/aget/d/ |
T_aget_8.d | 27 .method public run([IF)I
|
/cts/tools/vm-tests/src/dot/junit/opcodes/and_int/d/ |
T_and_int_5.d | 27 .method public run(IF)I
|
/cts/tools/vm-tests/src/dot/junit/opcodes/and_int_2addr/d/ |
T_and_int_2addr_5.d | 27 .method public run(IF)I
|