Searched refs:name_opt (Results 1 – 3 of 3) sorted by relevance
/external/webkit/V8Binding/v8/test/mjsunit/ |
D | mjsunit.js | 42 function fail(expected, found, name_opt) { argument 44 if (name_opt) { 46 start = "Fail" + "ure (" + name_opt + "): "; 101 function assertEquals(expected, found, name_opt) { argument 103 fail(expected, found, name_opt); 108 function assertArrayEquals(expected, found, name_opt) { argument 110 if (name_opt) { 111 start = name_opt + " - "; 122 function assertTrue(value, name_opt) { argument 123 assertEquals(true, value, name_opt); [all …]
|
/external/openssl/apps/ |
D | openssl-vms.cnf | 57 name_opt = ca_default # Subject Name options
|
D | openssl.cnf | 57 name_opt = ca_default # Subject Name options
|