Home
last modified time | relevance | path

Searched full:typecheck (Results 1 – 25 of 154) sorted by relevance

1234567

/external/python/apitools/apitools/base/py/
Dutil_test.py109 instance_of_class1, util.Typecheck(instance_of_class1, Class1))
113 util.Typecheck(instance_of_class1, ((Class1, Class2), Class3)))
117 util.Typecheck(instance_of_class1, (Class1, (Class2, Class3))))
121 util.Typecheck(instance_of_class1, Class1, 'message'))
125 util.Typecheck(
130 util.Typecheck(
134 util.Typecheck(instance_of_class1, Class2)
137 util.Typecheck(instance_of_class1, (Class2, Class3))
140 util.Typecheck(instance_of_class1, Class2, 'message')
143 util.Typecheck(instance_of_class1, (Class2, Class3), 'message')
Dextra_types.py89 util.Typecheck(json_value, JsonValue)
107 util.Typecheck(json_value, JsonObject)
113 util.Typecheck(json_value, JsonArray)
143 util.Typecheck(py_value, dict)
212 util.Typecheck(json_proto, _JSON_PROTO_TYPES)
Dbase_api.py248 util.Typecheck(default_global_params, self.params_type)
383 util.Typecheck(value, six.integer_types)
395 util.Typecheck(value, six.integer_types)
513 util.Typecheck(global_params, (type(None), self.__client.params_type))
645 util.Typecheck(body_field, messages.MessageField)
654 util.Typecheck(body_value, body_type)
663 util.Typecheck(request, request_type)
/external/armnn/python/pyarmnn/src/pyarmnn/swig/typemaps/
Dtensor_memory.i19 %typemap(typecheck) (TYPEMAP) {
26 %typemap(typecheck) (TYPEMAP);
43 %typemap(typecheck) (TYPEMAP) {
50 %typemap(typecheck) (TYPEMAP);
Dvectors.i223 %typemap(typecheck) (TYPEMAP) {
232 %typemap(typecheck) (TYPEMAP);
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Ddimension-handler.js111 var typeCheck = string.replace(/[-+]?(\d*\.)?\d+([Ee][-+]?\d+)?/g, 'N')
118 if (reductions[i].test(typeCheck)) {
119 typeCheck = typeCheck.replace(reductions[i], '$1');
125 if (typeCheck != 'D')
/external/curl/tests/data/
Dtest19125 typecheck
19 Cross validate that gcc-typecheck macros match the option types.
/external/rust/crates/protobuf-parse/
DCargo.toml.orig34 name = "parse-and-typecheck"
35 path = "src/bin/parse-and-typecheck.rs"
DCargo.toml36 name = "parse-and-typecheck"
37 path = "src/bin/parse-and-typecheck.rs"
/external/skia/src/sksl/ir/
DSkSLBinaryExpression.h53 // programmatically. Asserts if the expressions do not typecheck or are otherwise invalid.
61 // Asserts if the expressions do not typecheck or are otherwise invalid.
DSkSLConstructorArray.h35 // ConstructorArray::Convert will typecheck and create array-constructor expressions.
DSkSLConstructorStruct.h35 // ConstructorStruct::Convert will typecheck and create struct-constructor expressions.
DSkSLConstructorScalarCast.h37 // ConstructorScalarCast::Convert will typecheck and create scalar-constructor expressions.
/external/curl/tests/libtest/
Dlib1912.c43 /* Test for mismatch OR missing typecheck macros */ in test()
78 /* Todo: no gcc typecheck for CURLOPTTYPE_BLOB types? */ in test()
/external/curl/packages/vms/
Dstage_curl_install.com17 $! [usr.include.curl]typecheck-gcc.h
142 $ copy [--.include.curl]typecheck-gcc.h -
143 'new_gnu'[usr.include.curl]typecheck-gcc.h
/external/pigweed/pw_console/py/pw_console/
Dpython_logging.py71 # pylint: disable=unidiomatic-typecheck
74 # pylint: enable=unidiomatic-typecheck
/external/rust/crates/protobuf/src/
Dbyteorder.rs1 /// Expose cfg as constant to be able to typecheck both versions.
/external/python/cpython3/Include/
Dtraceback.h12 /* Reveal traceback type so we can typecheck traceback objects */
/external/bcc/src/lua/bcc/vendor/
Dargparse.lua111 local function typecheck(name, types, value) function
123 return {name, function(_, value) typecheck(name, types, value) end}
127 typecheck("name", {"string"}, value)
168 typecheck(name, {"number", "string"}, value)
183 typecheck("action", {"function", "string"}, value)
203 typecheck("add_help", {"boolean", "string", "table"}, value)
/external/python/cpython2/Include/
Dtraceback.h24 /* Reveal traceback type so we can typecheck traceback objects */
/external/clang/test/SemaObjC/
Dprotocol-typecheck.m22 …// protocol-typecheck.m:21: warning: class 'NSObject <PWhatever, XCElementP>' does not implement t…
/external/tink/python/tink/core/
D_registry.py95 if (type(existing) != type(key_manager) or # pylint: disable=unidiomatic-typecheck
172 …s._wrappers[wrapper.primitive_class()]) != type(wrapper)): # pylint: disable=unidiomatic-typecheck
/external/rust/cxx/gen/src/
Dcheck.rs7 pub(super) use crate::syntax::check::{typecheck, Generator};
/external/perfetto/ui/
Dtsconfig.base.json26 …UnknownInCatchVariables": false, // Use any for excpetions. TODO(hjd): Remove and typecheck uses.
/external/cronet/base/trace_event/
Dtrace_arguments.h356 // TraceValue::TypeCheck<T>::value is only defined iff T can be used to
365 struct TypeCheck {
635 template <typename T, class = decltype(TraceValue::TypeCheck<T>::value)>
645 class = decltype(TraceValue::TypeCheck<T1>::value &&
646 TraceValue::TypeCheck<T2>::value)>

1234567