Home
last modified time | relevance | path

Searched refs:binary_type (Results 1 – 25 of 2148) sorted by relevance

12345678910>>...86

/dports/lang/solidity/solidity_0.8.11/test/externalTests/
H A Dcommon.sh38 local binary_type="$1"
42 …[[ $binary_type == native || $binary_type == solcjs ]] || fail "Invalid binary type: '${binary_typ…
49 local binary_type="$2"
54 [[ $binary_type == native || $binary_type == solcjs ]] || assertFail
58 if [[ $binary_type == solcjs ]]
142 local binary_type="$2"
147 [[ $binary_type == native || $binary_type == solcjs ]] || assertFail
169 local binary_type="$2"
289 local binary_type="$3"
292 [[ $binary_type == native || $binary_type == solcjs ]] || assertFail
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/hiai/execution/
H A DNPUBinary.cpp17 void NPUBinary::OpInsert(int binary_type, string opName, in OpInsert() argument
21 if(binary_type == BinaryOpOperation_ADD) { in OpInsert()
27 } else if(binary_type == BinaryOpOperation_MUL) { in OpInsert()
33 } else if(binary_type == BinaryOpOperation_REALDIV) { in OpInsert()
39 } else if(binary_type == BinaryOpOperation_SUB) { in OpInsert()
45 } else if(binary_type == BinaryOpOperation_MINIMUM) { in OpInsert()
51 } else if(binary_type == BinaryOpOperation_MAXIMUM) { in OpInsert()
57 } else if(binary_type == BinaryOpOperation_EQUAL) { in OpInsert()
63 } else if(binary_type == BinaryOpOperation_LESS_EQUAL) { in OpInsert()
81 auto binary_type = mOp->main_as_BinaryOp()->opType(); in NPUBinary() local
[all …]
/dports/misc/libpostal/libpostal-1.1-alpha/scripts/geodata/
H A Dencoding.py5 binary_type = six.binary_type variable
12 if isinstance(value, (string_types, binary_type)):
15 return binary_type(value).decode(encoding, errors)
19 if not isinstance(value, (string_types, binary_type)):
20 return binary_type(value)
/dports/devel/godot-tools/godot-3.2.3-stable/platform/android/plugin/
H A Dgodot_plugin_config.h78 String binary_type; member
117 …resolved.binary = resolved.binary_type == BINARY_TYPE_LOCAL ? resolve_local_dependency_path(plugin… in resolve_prebuilt_plugin()
135 bool valid_binary_type = plugin_config.binary_type == BINARY_TYPE_LOCAL || in is_plugin_config_valid()
136 plugin_config.binary_type == BINARY_TYPE_REMOTE; in is_plugin_config_valid()
141 (plugin_config.binary_type == BINARY_TYPE_REMOTE || in is_plugin_config_valid()
178 …plugin_config.binary_type = config_file->get_value(CONFIG_SECTION, CONFIG_BINARY_TYPE_KEY, String(… in load_plugin_config()
181 …plugin_config.binary = plugin_config.binary_type == BINARY_TYPE_LOCAL ? resolve_local_dependency_p… in load_plugin_config()
203 static inline String get_plugins_binaries(String binary_type, Vector<PluginConfig> plugins_configs)… in get_plugins_binaries() argument
213 if (config.binary_type == binary_type) { in get_plugins_binaries()
217 if (binary_type == BINARY_TYPE_LOCAL) { in get_plugins_binaries()
[all …]
/dports/devel/godot/godot-3.2.3-stable/platform/android/plugin/
H A Dgodot_plugin_config.h78 String binary_type; member
117 …resolved.binary = resolved.binary_type == BINARY_TYPE_LOCAL ? resolve_local_dependency_path(plugin… in resolve_prebuilt_plugin()
135 bool valid_binary_type = plugin_config.binary_type == BINARY_TYPE_LOCAL || in is_plugin_config_valid()
136 plugin_config.binary_type == BINARY_TYPE_REMOTE; in is_plugin_config_valid()
141 (plugin_config.binary_type == BINARY_TYPE_REMOTE || in is_plugin_config_valid()
178 …plugin_config.binary_type = config_file->get_value(CONFIG_SECTION, CONFIG_BINARY_TYPE_KEY, String(… in load_plugin_config()
181 …plugin_config.binary = plugin_config.binary_type == BINARY_TYPE_LOCAL ? resolve_local_dependency_p… in load_plugin_config()
203 static inline String get_plugins_binaries(String binary_type, Vector<PluginConfig> plugins_configs)… in get_plugins_binaries() argument
213 if (config.binary_type == binary_type) { in get_plugins_binaries()
217 if (binary_type == BINARY_TYPE_LOCAL) { in get_plugins_binaries()
[all …]
/dports/devel/py-openapi-schema-validator/openapi-schema-validator-0.1.5/openapi_schema_validator/
H A D_format.py8 from six import binary_type, text_type, integer_types
59 return isinstance(instance, binary_type)
73 if not isinstance(instance, (binary_type, text_type)):
89 if not isinstance(instance, (binary_type, text_type)):
92 if isinstance(instance, binary_type):
99 if not isinstance(instance, (binary_type, text_type)):
102 if isinstance(instance, binary_type):
/dports/devel/py-pytools/pytools-2018.5/pytools/
H A Ddiskdict.py103 if loads(six.binary_type(key_pickle)) == key \
104 and loads(six.binary_type(version_pickle)) == self.version:
105 result = loads(six.binary_type(result_pickle))
120 if loads(six.binary_type(key_pickle)) == key \
121 and loads(six.binary_type(version_pickle)) == self.version:
122 result = loads(six.binary_type(result_pickle))
137 if (loads(six.binary_type(key_pickle)) == key
138 and loads(six.binary_type(version_pickle)) == self.version):
/dports/biology/ncbi-toolkit/ncbi/network/wwwblast/Src/test/
H A Drun.pl76 foreach $binary_type (qw(New Old)) {
78 print "\t\"$binary_type\". Time: ";
80 if ($binary_type eq "New") {
85 …tem("$time sh -c '$binary $Tests{$test}' > $out/$test.$binary_type.out 2> $out/$test.$binary_type.…
86 $time_str = `tail -3 $out/$test.$binary_type.err | tr -s "\n" " "`;
/dports/net/zyre/zyre-2.0.1/bindings/python_cffi/zyre/
H A Dutils.py7 binary_type = str variable
10 binary_type = bytes variable
14 return s if isinstance(s, binary_type) else text_type(s).encode("utf-8")
18 return s if isinstance(s, text_type) else binary_type(s).decode("utf-8")
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/setuptools/
H A Dglob.py13 from six import binary_type
95 if isinstance(pattern, binary_type):
132 if isinstance(dirname, binary_type):
133 dirname = binary_type(os.curdir, 'ASCII')
152 if isinstance(s, binary_type):
160 if isinstance(pattern, binary_type):
172 if isinstance(pathname, binary_type):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/setuptools/
H A Dglob.py13 from six import binary_type
95 if isinstance(pattern, binary_type):
132 if isinstance(dirname, binary_type):
133 dirname = binary_type(os.curdir, 'ASCII')
152 if isinstance(s, binary_type):
160 if isinstance(pattern, binary_type):
172 if isinstance(pathname, binary_type):
/dports/www/py-django-modern-rpc/django-modern-rpc-0.12.1/modernrpc/
H A Dcompat.py23 if from_type == six.binary_type and isinstance(v, six.binary_type):
48 if strtype == six.binary_type or strtype == 'str':
50 return _generic_convert_string(arg, six.text_type, six.binary_type, encoding)
54 return _generic_convert_string(arg, six.binary_type, six.text_type, encoding)
/dports/net/ryu/ryu-4.26/ryu/tests/unit/packet/
H A Dtest_icmpv6.py409 six.binary_type(buf[4:24]))
415 six.binary_type(buf[24:]))
540 six.binary_type(buf[24:]))
679 six.binary_type(buf[4:]))
698 six.binary_type(buf[4:8]))
703 six.binary_type(buf[8:]))
739 six.binary_type(buf[4:]))
771 six.binary_type(buf[16:]))
801 six.binary_type(buf[16:]))
928 six.binary_type(buf[8:]))
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/
H A Dwiredata.py21 from ._compat import binary_type, string_types, PY2
30 class _SliceUnspecifiedBound(binary_type):
42 class WireData(binary_type):
93 return binary_type(self)
99 elif isinstance(wire, binary_type):
/dports/dns/py-dnspython/dnspython-1.16.0/dns/
H A Dwiredata.py21 from ._compat import binary_type, string_types, PY2
30 class _SliceUnspecifiedBound(binary_type):
42 class WireData(binary_type):
93 return binary_type(self)
99 elif isinstance(wire, binary_type):
/dports/security/john/john-1.9.0-jumbo-1/run/dns/
H A Dwiredata.py19 from ._compat import binary_type, string_types, PY2
28 class _SliceUnspecifiedBound(binary_type):
40 class WireData(binary_type):
91 return binary_type(self)
97 elif isinstance(wire, binary_type):
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/
H A Dwiredata.py21 from ._compat import binary_type, string_types
30 class _SliceUnspecifiedBound(binary_type):
42 class WireData(binary_type):
93 return binary_type(self)
99 elif isinstance(wire, binary_type):
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/virtualenv/util/
H A Dsix.py8 from six import PY2, PY3, binary_type, text_type
23 if isinstance(s, binary_type):
44 if not isinstance(s, (text_type, binary_type)):
48 elif PY3 and isinstance(s, binary_type):
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/util/
H A Dsix.py8 from six import PY2, PY3, binary_type, text_type
23 if isinstance(s, binary_type):
44 if not isinstance(s, (text_type, binary_type)):
48 elif PY3 and isinstance(s, binary_type):
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/virtualenv/util/
H A Dsix.py8 from six import PY2, PY3, binary_type, text_type
23 if isinstance(s, binary_type):
44 if not isinstance(s, (text_type, binary_type)):
48 elif PY3 and isinstance(s, binary_type):
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/util/
H A Dsix.py8 from six import PY2, PY3, binary_type, text_type
23 if isinstance(s, binary_type):
44 if not isinstance(s, (text_type, binary_type)):
48 elif PY3 and isinstance(s, binary_type):
/dports/net/zyre/zyre-2.0.1/bindings/python_cffi/zyre_cffi/
H A Dutils.py24 binary_type = str variable
27 binary_type = bytes variable
31 return s if isinstance(s, binary_type) else text_type(s).encode("utf-8")
35 return s if isinstance(s, text_type) else binary_type(s).decode("utf-8")
/dports/net/czmq/czmq-4.1.1/bindings/python_cffi/czmq_cffi/
H A Dutils.py24 binary_type = str variable
27 binary_type = bytes variable
31 return s if isinstance(s, binary_type) else text_type(s).encode("utf-8")
35 return s if isinstance(s, text_type) else binary_type(s).decode("utf-8")
/dports/net/czmq4/czmq-4.2.1/bindings/python_cffi/czmq_cffi/
H A Dutils.py24 binary_type = str variable
27 binary_type = bytes variable
31 return s if isinstance(s, binary_type) else text_type(s).encode("utf-8")
35 return s if isinstance(s, text_type) else binary_type(s).decode("utf-8")
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Deptid.py25 if isinstance(sp, six.binary_type):
29 if isinstance(self.secret, six.binary_type):
35 if isinstance(hashval, six.binary_type):
40 if six.PY3 and isinstance(key, six.binary_type):
45 if six.PY3 and isinstance(key, six.binary_type):

12345678910>>...86