Home
last modified time | relevance | path

Searched refs:is_atom (Results 1 – 25 of 4895) sorted by relevance

12345678910>>...196

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dguards.erl44 -define(g4(A), ((A#r.f =:= a) or is_atom(A))).
80 t9(A) when is_atom(A) -> redundant.
85 t10(A) when is_atom(A) -> redundant.
89 t11(A, B) when is_atom(A) and is_atom(B) ->
90 case {is_atom(A), is_atom(B)} of
97 t12(A, B) when is_atom(A) andalso is_atom(B) ->
98 case {is_atom(A), is_atom(B)} of
105 t13(A, B) when is_atom(A) or is_atom(B) ->
106 case {is_atom(A), is_atom(B)} of
116 t14(A, B) when is_atom(A) orelse is_atom(B) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/small_SUITE_data/src/
H A Dguards.erl44 -define(g4(A), ((A#r.f =:= a) or is_atom(A))).
80 t9(A) when is_atom(A) -> redundant.
85 t10(A) when is_atom(A) -> redundant.
89 t11(A, B) when is_atom(A) and is_atom(B) ->
90 case {is_atom(A), is_atom(B)} of
97 t12(A, B) when is_atom(A) andalso is_atom(B) ->
98 case {is_atom(A), is_atom(B)} of
105 t13(A, B) when is_atom(A) or is_atom(B) ->
106 case {is_atom(A), is_atom(B)} of
116 t14(A, B) when is_atom(A) orelse is_atom(B) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dguards.erl44 -define(g4(A), ((A#r.f =:= a) or is_atom(A))).
80 t9(A) when is_atom(A) -> redundant.
85 t10(A) when is_atom(A) -> redundant.
89 t11(A, B) when is_atom(A) and is_atom(B) ->
90 case {is_atom(A), is_atom(B)} of
97 t12(A, B) when is_atom(A) andalso is_atom(B) ->
98 case {is_atom(A), is_atom(B)} of
105 t13(A, B) when is_atom(A) or is_atom(B) ->
106 case {is_atom(A), is_atom(B)} of
116 t14(A, B) when is_atom(A) orelse is_atom(B) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dguards.erl44 -define(g4(A), ((A#r.f =:= a) or is_atom(A))).
80 t9(A) when is_atom(A) -> redundant.
85 t10(A) when is_atom(A) -> redundant.
89 t11(A, B) when is_atom(A) and is_atom(B) ->
90 case {is_atom(A), is_atom(B)} of
97 t12(A, B) when is_atom(A) andalso is_atom(B) ->
98 case {is_atom(A), is_atom(B)} of
105 t13(A, B) when is_atom(A) or is_atom(B) ->
106 case {is_atom(A), is_atom(B)} of
116 t14(A, B) when is_atom(A) orelse is_atom(B) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dguards.erl44 -define(g4(A), ((A#r.f =:= a) or is_atom(A))).
80 t9(A) when is_atom(A) -> redundant.
85 t10(A) when is_atom(A) -> redundant.
89 t11(A, B) when is_atom(A) and is_atom(B) ->
90 case {is_atom(A), is_atom(B)} of
97 t12(A, B) when is_atom(A) andalso is_atom(B) ->
98 case {is_atom(A), is_atom(B)} of
105 t13(A, B) when is_atom(A) or is_atom(B) ->
106 case {is_atom(A), is_atom(B)} of
116 t14(A, B) when is_atom(A) orelse is_atom(B) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dguards.erl44 -define(g4(A), ((A#r.f =:= a) or is_atom(A))).
80 t9(A) when is_atom(A) -> redundant.
85 t10(A) when is_atom(A) -> redundant.
89 t11(A, B) when is_atom(A) and is_atom(B) ->
90 case {is_atom(A), is_atom(B)} of
97 t12(A, B) when is_atom(A) andalso is_atom(B) ->
98 case {is_atom(A), is_atom(B)} of
105 t13(A, B) when is_atom(A) or is_atom(B) ->
106 case {is_atom(A), is_atom(B)} of
116 t14(A, B) when is_atom(A) orelse is_atom(B) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dguards.erl44 -define(g4(A), ((A#r.f =:= a) or is_atom(A))).
80 t9(A) when is_atom(A) -> redundant.
85 t10(A) when is_atom(A) -> redundant.
89 t11(A, B) when is_atom(A) and is_atom(B) ->
90 case {is_atom(A), is_atom(B)} of
97 t12(A, B) when is_atom(A) andalso is_atom(B) ->
98 case {is_atom(A), is_atom(B)} of
105 t13(A, B) when is_atom(A) or is_atom(B) ->
106 case {is_atom(A), is_atom(B)} of
116 t14(A, B) when is_atom(A) orelse is_atom(B) ->
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/ra/src/
H A Dra_directory.erl35 init(System) when is_atom(System) ->
61 deinit(System) when is_atom(System) ->
72 when is_atom(System) ->
108 when is_atom(ServerName) ->
125 when is_atom(ServerName) ->
162 uid_of(System, ServerName) when is_atom(System) ->
173 overview(System) when is_atom(System) ->
191 list_registered(System) when is_atom(System) ->
197 get_name(System) when is_atom(System) ->
201 get_reverse(System) when is_atom(System) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts.erl433 run(App, Mod) when is_atom(App), is_atom(Mod) ->
441 is_atom(Mod),
455 is_atom(Mod),
456 is_atom(Case) ->
463 is_atom(Mod) ->
470 is_atom(Mod) ->
478 is_atom(Mod),
487 is_atom(Mod) ->
490 is_atom(Mod),
499 is_atom(Mod) ->
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/common_test/test_server/
H A Dts.erl433 run(App, Mod) when is_atom(App), is_atom(Mod) ->
441 is_atom(Mod),
455 is_atom(Mod),
456 is_atom(Case) ->
463 is_atom(Mod) ->
470 is_atom(Mod) ->
478 is_atom(Mod),
487 is_atom(Mod) ->
490 is_atom(Mod),
499 is_atom(Mod) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/common_test/test_server/
H A Dts.erl433 run(App, Mod) when is_atom(App), is_atom(Mod) ->
441 is_atom(Mod),
455 is_atom(Mod),
456 is_atom(Case) ->
463 is_atom(Mod) ->
470 is_atom(Mod) ->
478 is_atom(Mod),
487 is_atom(Mod) ->
490 is_atom(Mod),
499 is_atom(Mod) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts.erl433 run(App, Mod) when is_atom(App), is_atom(Mod) ->
441 is_atom(Mod),
455 is_atom(Mod),
456 is_atom(Case) ->
463 is_atom(Mod) ->
470 is_atom(Mod) ->
478 is_atom(Mod),
487 is_atom(Mod) ->
490 is_atom(Mod),
499 is_atom(Mod) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts.erl433 run(App, Mod) when is_atom(App), is_atom(Mod) ->
441 is_atom(Mod),
455 is_atom(Mod),
456 is_atom(Case) ->
463 is_atom(Mod) ->
470 is_atom(Mod) ->
478 is_atom(Mod),
487 is_atom(Mod) ->
490 is_atom(Mod),
499 is_atom(Mod) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/common_test/test_server/
H A Dts.erl433 run(App, Mod) when is_atom(App), is_atom(Mod) ->
441 is_atom(Mod),
455 is_atom(Mod),
456 is_atom(Case) ->
463 is_atom(Mod) ->
470 is_atom(Mod) ->
478 is_atom(Mod),
487 is_atom(Mod) ->
490 is_atom(Mod),
499 is_atom(Mod) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/common_test/test_server/
H A Dts.erl433 run(App, Mod) when is_atom(App), is_atom(Mod) ->
441 is_atom(Mod),
455 is_atom(Mod),
456 is_atom(Case) ->
463 is_atom(Mod) ->
470 is_atom(Mod) ->
478 is_atom(Mod),
487 is_atom(Mod) ->
490 is_atom(Mod),
499 is_atom(Mod) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/test/
H A Dwxt.erl35 t(Mod, TC) when is_atom(Mod), is_atom(TC) ->
51 user(Mod,Tc) when is_atom(Tc) ->
58 resolve(Suite0) when is_atom(Suite0) ->
60 Suite when is_atom(Suite) ->
65 resolve({Suite0, Case}) when is_atom(Suite0), is_atom(Case) ->
67 Suite when is_atom(Suite) ->
75 alias(Suite) when is_atom(Suite) ->
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/test/
H A Dwxt.erl35 t(Mod, TC) when is_atom(Mod), is_atom(TC) ->
51 user(Mod,Tc) when is_atom(Tc) ->
58 resolve(Suite0) when is_atom(Suite0) ->
60 Suite when is_atom(Suite) ->
65 resolve({Suite0, Case}) when is_atom(Suite0), is_atom(Case) ->
67 Suite when is_atom(Suite) ->
75 alias(Suite) when is_atom(Suite) ->
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/test/
H A Dwxt.erl35 t(Mod, TC) when is_atom(Mod), is_atom(TC) ->
51 user(Mod,Tc) when is_atom(Tc) ->
58 resolve(Suite0) when is_atom(Suite0) ->
60 Suite when is_atom(Suite) ->
65 resolve({Suite0, Case}) when is_atom(Suite0), is_atom(Case) ->
67 Suite when is_atom(Suite) ->
75 alias(Suite) when is_atom(Suite) ->
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/test/
H A Dwxt.erl35 t(Mod, TC) when is_atom(Mod), is_atom(TC) ->
51 user(Mod,Tc) when is_atom(Tc) ->
58 resolve(Suite0) when is_atom(Suite0) ->
60 Suite when is_atom(Suite) ->
65 resolve({Suite0, Case}) when is_atom(Suite0), is_atom(Case) ->
67 Suite when is_atom(Suite) ->
75 alias(Suite) when is_atom(Suite) ->
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/test/
H A Dwxt.erl35 t(Mod, TC) when is_atom(Mod), is_atom(TC) ->
51 user(Mod,Tc) when is_atom(Tc) ->
58 resolve(Suite0) when is_atom(Suite0) ->
60 Suite when is_atom(Suite) ->
65 resolve({Suite0, Case}) when is_atom(Suite0), is_atom(Case) ->
67 Suite when is_atom(Suite) ->
75 alias(Suite) when is_atom(Suite) ->
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/test/
H A Dwxt.erl35 t(Mod, TC) when is_atom(Mod), is_atom(TC) ->
51 user(Mod,Tc) when is_atom(Tc) ->
58 resolve(Suite0) when is_atom(Suite0) ->
60 Suite when is_atom(Suite) ->
65 resolve({Suite0, Case}) when is_atom(Suite0), is_atom(Case) ->
67 Suite when is_atom(Suite) ->
75 alias(Suite) when is_atom(Suite) ->
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/test/
H A Dwxt.erl35 t(Mod, TC) when is_atom(Mod), is_atom(TC) ->
51 user(Mod,Tc) when is_atom(Tc) ->
58 resolve(Suite0) when is_atom(Suite0) ->
60 Suite when is_atom(Suite) ->
65 resolve({Suite0, Case}) when is_atom(Suite0), is_atom(Case) ->
67 Suite when is_atom(Suite) ->
75 alias(Suite) when is_atom(Suite) ->
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Tree/
H A Dtree_cursor.cpp28 if (!is_atom (p) || k<0 || k>n) return false; in is_inside()
32 else if (is_atom (p)) in is_inside()
89 if (is_atomic (t) || is_atom (p)) { in is_accessible_cursor()
154 if (is_atom (p) && is_atomic (t[j])) in closest_accessible()
183 else if (is_atom (p)) { in is_shifted()
222 if ((!is_nil (p)) && (!is_atom (p)) && in valid_cursor()
229 if (is_atom (p)) { in valid_cursor()
266 if (is_atom (p)) { in pre_correct()
319 if (is_atom (p)) return i==0; in left_most()
334 if (is_atom (p)) return p; in left_correct()
[all …]
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_base/util/
H A Dfs_skels.c62 && skel->children->next->is_atom) in is_valid_checksum_skel()
66 && skel->children->next->is_atom) in is_valid_checksum_skel()
80 && skel->children->next->is_atom) in is_valid_revision_skel()
105 if (skel->children->next->is_atom in is_valid_transaction_skel()
124 || (! skel->children->is_atom)) in is_valid_rep_delta_chunk_skel()
132 if (! ((! window->children->is_atom) in is_valid_rep_delta_chunk_skel()
244 if (! (skel->children->is_atom in is_valid_node_revision_header_skel()
269 && header->next->is_atom in is_valid_node_revision_skel()
278 if (! header->next->is_atom) in is_valid_node_revision_skel()
321 && skel->children->next->is_atom in is_valid_change_skel()
[all …]
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs_base/util/
H A Dfs_skels.c62 && skel->children->next->is_atom) in is_valid_checksum_skel()
66 && skel->children->next->is_atom) in is_valid_checksum_skel()
80 && skel->children->next->is_atom) in is_valid_revision_skel()
105 if (skel->children->next->is_atom in is_valid_transaction_skel()
124 || (! skel->children->is_atom)) in is_valid_rep_delta_chunk_skel()
132 if (! ((! window->children->is_atom) in is_valid_rep_delta_chunk_skel()
244 if (! (skel->children->is_atom in is_valid_node_revision_header_skel()
269 && header->next->is_atom in is_valid_node_revision_skel()
278 if (! header->next->is_atom) in is_valid_node_revision_skel()
321 && skel->children->next->is_atom in is_valid_change_skel()
[all …]

12345678910>>...196