Home
last modified time | relevance | path

Searched refs:true_path (Results 1 – 25 of 69) sorted by relevance

123

/dports/net/corosync2/corosync-2.4.5/qdevices/
H A Dtest-process-list.c203 char *true_path, *false_path; in main() local
215 assert((true_path = find_exec_path("true")) != NULL); in main()
262 plist_entry = process_list_add(&plist, "true", true_path); in main()
290 plist_entry = process_list_add(&plist, "true", true_path); in main()
316 plist_entry = process_list_add(&plist, "true", true_path); in main()
319 plist_entry = process_list_add(&plist, "true2", true_path); in main()
345 plist_entry = process_list_add(&plist, "true", true_path); in main()
419 plist_entry = process_list_add(&plist, "true", true_path); in main()
451 plist_entry = process_list_add(&plist, "true", true_path); in main()
500 plist_entry = process_list_add(&plist, "true", true_path); in main()
[all …]
/dports/devel/py-pooch/pooch-1.5.2/pooch/tests/
H A Dtest_processors.py45 true_path = str(path / ".".join(["tiny-data.txt", ext, "decomp"]))
47 true_path = str(path / name)
59 assert fname == true_path
65 assert fname == true_path
200 true_path = path / Path(*member.split("/"))
201 if not str(true_path).endswith("tiny-data.txt"):
202 true_path = true_path / "tiny-data.txt"
203 true_paths.append(str(true_path))
H A Dtest_core.py167 true_path = str(path / "tiny-data.txt")
177 assert true_path == fname
242 true_path = str(path / "tiny-data.txt")
261 assert true_path == fname
310 true_path = str(path / "tiny-data.txt")
311 with open(true_path, "w") as fin:
322 assert true_path == fname
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dlaunchctl_service.py91 true_path = os.path.realpath(file_path)
93 if not os.path.exists(true_path):
100 plist = plistlib.readPlist(salt.utils.data.decode(true_path))
105 cmd = '/usr/bin/plutil -convert xml1 -o - -- "{}"'.format(true_path)
116 "file_path": true_path,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1154 Node* tval = in(true_path); in is_cmove_id()
1155 Node* fval = in(3-true_path); in is_cmove_id()
1189 int true_path = is_diamond_phi(); in Identity() local
1190 if (true_path != 0) { in Identity()
1191 Node* id = is_cmove_id(phase, true_path); in Identity()
1293 int flipped = 2-true_path; in is_x2logic()
1372 Node *n1 = phi->in( true_path); in is_cond_add()
1373 Node *n2 = phi->in(3-true_path); in is_cond_add()
1410 int false_path = 3 - true_path; in is_absolute()
1819 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1154 Node* tval = in(true_path); in is_cmove_id()
1155 Node* fval = in(3-true_path); in is_cmove_id()
1189 int true_path = is_diamond_phi(); in Identity() local
1190 if (true_path != 0) { in Identity()
1191 Node* id = is_cmove_id(phase, true_path); in Identity()
1293 int flipped = 2-true_path; in is_x2logic()
1372 Node *n1 = phi->in( true_path); in is_cond_add()
1373 Node *n2 = phi->in(3-true_path); in is_cond_add()
1410 int false_path = 3 - true_path; in is_absolute()
1819 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1111 Node* tval = in(true_path); in is_cmove_id()
1112 Node* fval = in(3-true_path); in is_cmove_id()
1146 int true_path = is_diamond_phi(); in Identity() local
1147 if (true_path != 0) { in Identity()
1148 Node* id = is_cmove_id(phase, true_path); in Identity()
1225 int flipped = 2-true_path; in is_x2logic()
1304 Node *n1 = phi->in( true_path); in is_cond_add()
1305 Node *n2 = phi->in(3-true_path); in is_cond_add()
1342 int false_path = 3 - true_path; in is_absolute()
1694 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1111 Node* tval = in(true_path); in is_cmove_id()
1112 Node* fval = in(3-true_path); in is_cmove_id()
1146 int true_path = is_diamond_phi(); in Identity() local
1147 if (true_path != 0) { in Identity()
1148 Node* id = is_cmove_id(phase, true_path); in Identity()
1225 int flipped = 2-true_path; in is_x2logic()
1304 Node *n1 = phi->in( true_path); in is_cond_add()
1305 Node *n2 = phi->in(3-true_path); in is_cond_add()
1342 int false_path = 3 - true_path; in is_absolute()
1694 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1297 Node* tval = in(true_path); in is_cmove_id()
1298 Node* fval = in(3-true_path); in is_cmove_id()
1332 int true_path = is_diamond_phi(); in Identity() local
1333 if (true_path != 0) { in Identity()
1334 Node* id = is_cmove_id(phase, true_path); in Identity()
1412 int flipped = 2-true_path; in is_x2logic()
1494 Node *n1 = phi->in( true_path); in is_cond_add()
1495 Node *n2 = phi->in(3-true_path); in is_cond_add()
1532 int false_path = 3 - true_path; in is_absolute()
1946 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dcfgnode.cpp1297 Node* tval = in(true_path); in is_cmove_id()
1298 Node* fval = in(3-true_path); in is_cmove_id()
1332 int true_path = is_diamond_phi(); in Identity() local
1333 if (true_path != 0) { in Identity()
1334 Node* id = is_cmove_id(phase, true_path); in Identity()
1412 int flipped = 2-true_path; in is_x2logic()
1494 Node *n1 = phi->in( true_path); in is_cond_add()
1495 Node *n2 = phi->in(3-true_path); in is_cond_add()
1532 int false_path = 3 - true_path; in is_absolute()
1946 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1299 Node* tval = in(true_path); in is_cmove_id()
1300 Node* fval = in(3-true_path); in is_cmove_id()
1334 int true_path = is_diamond_phi(); in Identity() local
1335 if (true_path != 0) { in Identity()
1336 Node* id = is_cmove_id(phase, true_path); in Identity()
1438 int flipped = 2-true_path; in is_x2logic()
1517 Node *n1 = phi->in( true_path); in is_cond_add()
1518 Node *n2 = phi->in(3-true_path); in is_cond_add()
1555 int false_path = 3 - true_path; in is_absolute()
2009 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1297 Node* tval = in(true_path); in is_cmove_id()
1298 Node* fval = in(3-true_path); in is_cmove_id()
1332 int true_path = is_diamond_phi(); in Identity() local
1333 if (true_path != 0) { in Identity()
1334 Node* id = is_cmove_id(phase, true_path); in Identity()
1412 int flipped = 2-true_path; in is_x2logic()
1491 Node *n1 = phi->in( true_path); in is_cond_add()
1492 Node *n2 = phi->in(3-true_path); in is_cond_add()
1529 int false_path = 3 - true_path; in is_absolute()
1944 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1321 Node* tval = in(true_path); in is_cmove_id()
1322 Node* fval = in(3-true_path); in is_cmove_id()
1356 int true_path = is_diamond_phi(); in Identity() local
1357 if (true_path != 0) { in Identity()
1358 Node* id = is_cmove_id(phase, true_path); in Identity()
1459 int flipped = 2-true_path; in is_x2logic()
1538 Node *n1 = phi->in( true_path); in is_cond_add()
1539 Node *n2 = phi->in(3-true_path); in is_cond_add()
1576 int false_path = 3 - true_path; in is_absolute()
2040 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dcfgnode.cpp1333 Node* tval = in(true_path); in is_cmove_id()
1334 Node* fval = in(3-true_path); in is_cmove_id()
1368 int true_path = is_diamond_phi(); in Identity() local
1369 if (true_path != 0) { in Identity()
1370 Node* id = is_cmove_id(phase, true_path); in Identity()
1471 int flipped = 2-true_path; in is_x2logic()
1550 Node *n1 = phi->in( true_path); in is_cond_add()
1551 Node *n2 = phi->in(3-true_path); in is_cond_add()
1588 int false_path = 3 - true_path; in is_absolute()
2045 int true_path = is_diamond_phi(); in Ideal() local
[all …]
/dports/multimedia/streamlink/streamlink-2.1.2/src/streamlink/plugins/
H A Dvk.py41 true_path = unquote(query['z']).split('/')[0]
42 return parsed_url.scheme + '://' + parsed_url.netloc + '/' + true_path
/dports/ports-mgmt/synth/synth-2.12/src/
H A Dunix.adb244 function true_path (provided_path : String) return String subprogram
258 end true_path; argument
/dports/mail/mailman/mailman-2.1.39/Mailman/Cgi/
H A Dprivate.py42 def true_path(path): function
70 tpath = true_path(path)
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Cgi/
H A Dprivate.py42 def true_path(path): function
70 tpath = true_path(path)
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Cgi/
H A Dprivate.py42 def true_path(path): function
70 tpath = true_path(path)
/dports/net/csocks/src/
H A Dcsocks.c106 static char * true_path = NULL; /* used for store csocks host key path */ variable
1051 true_path = malloc(len_path + len_file + 1); in parse_host_file()
1052 if (!true_path){ in parse_host_file()
1057 bzero(true_path, len_path + len_file + 1); in parse_host_file()
1058 bcopy (home_path, true_path, len_path); in parse_host_file()
1059 true_path[len_path]='/'; in parse_host_file()
1060 bcopy (CSOCKS_HOST_KEY_FILE, &(true_path[len_path + 1]), len_file); in parse_host_file()
1063 if (! (file = fopen (true_path, "r"))){ in parse_host_file()
1065 if (! (file = fopen (true_path, "w+"))){ in parse_host_file()
1128 if (! (file = fopen (true_path, "a"))){ in csocks_add_host_to_file()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc281 char *true_path = FindPathToBinary("true"); in TEST() local
282 EXPECT_NE((char*)0, internal_strstr(true_path, "/bin/true")); in TEST()
283 InternalFree(true_path); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp280 char *true_path = FindPathToBinary("true"); in TEST() local
281 EXPECT_NE((char*)0, internal_strstr(true_path, "/bin/true")); in TEST()
282 InternalFree(true_path); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp303 char *true_path = FindPathToBinary("true"); in TEST() local
304 EXPECT_NE((char*)0, internal_strstr(true_path, "/bin/true")); in TEST()
305 InternalFree(true_path); in TEST()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp280 char *true_path = FindPathToBinary("true"); in TEST() local
281 EXPECT_NE((char*)0, internal_strstr(true_path, "/bin/true")); in TEST()
282 InternalFree(true_path); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cpp280 char *true_path = FindPathToBinary("true"); in TEST() local
281 EXPECT_NE((char*)0, internal_strstr(true_path, "/bin/true")); in TEST()
282 InternalFree(true_path); in TEST()

123