Home
last modified time | relevance | path

Searched defs:Any (Results 1 – 25 of 63) sorted by relevance

123

/third_party/markupsafe/
D_native.py6 def escape(s: t.Any) -> Markup:
30 def escape_silent(s: t.Optional[t.Any]) -> Markup:
46 def soft_str(s: t.Any) -> str:
66 def soft_unicode(s: t.Any) -> str:
D__init__.py23 def wrapped(self: "Markup", *args: t.Any, **kwargs: t.Any) -> "Markup":
70 cls, base: t.Any = "", encoding: t.Optional[str] = None, errors: str = "strict"
103 def __mod__(self, arg: t.Any) -> "Markup":
160 def escape(cls, s: t.Any) -> "Markup":
203 def format(self, *args: t.Any, **kwargs: t.Any) -> "Markup":
217 def __init__(self, escape: t.Callable[[t.Any], Markup]) -> None:
221 def format_field(self, value: t.Any, format_spec: str) -> str:
243 obj: _ListOrDict, iterable: t.Iterable[t.Any], escape: t.Callable[[t.Any], Markup]
258 def __init__(self, obj: t.Any, escape: t.Callable[[t.Any], Markup]) -> None:
262 def __getitem__(self, item: t.Any) -> "_MarkupEscapeHelper":
/third_party/flutter/skia/src/sfnt/
DSkPanose.h18 Any = 0, enumerator
29 Any = 0, enumerator
48 Any = 0, enumerator
63 Any = 0, enumerator
76 Any = 0, enumerator
92 Any = 0, enumerator
106 Any = 0, enumerator
121 Any = 0, enumerator
136 Any = 0, enumerator
155 Any = 0, enumerator
[all …]
/third_party/skia/src/sfnt/
DSkPanose.h18 Any = 0, enumerator
29 Any = 0, enumerator
48 Any = 0, enumerator
63 Any = 0, enumerator
76 Any = 0, enumerator
92 Any = 0, enumerator
106 Any = 0, enumerator
121 Any = 0, enumerator
136 Any = 0, enumerator
155 Any = 0, enumerator
[all …]
/third_party/typescript/tests/baselines/reference/
Dparser509630.js5 class Any extends Type { field in Type
31 var Any = /** @class */ (function (_super) { class
33 function Any() { class in Any
/third_party/grpc/src/python/grpcio/grpc/
D_simple_stubs.py173 request_serializer: Optional[Callable[[Any], bytes]] = None,
174 response_deserializer: Optional[Callable[[bytes], Any]] = None, argument
254 request_serializer: Optional[Callable[[Any], bytes]] = None,
255 response_deserializer: Optional[Callable[[bytes], Any]] = None, argument
334 request_serializer: Optional[Callable[[Any], bytes]] = None,
335 response_deserializer: Optional[Callable[[bytes], Any]] = None, argument
414 request_serializer: Optional[Callable[[Any], bytes]] = None,
415 response_deserializer: Optional[Callable[[bytes], Any]] = None, argument
/third_party/python/Tools/peg_generator/scripts/
Ddownload_pypi_packages.py37 def download_package_code(name: str, package_json: Dict[Any, Any]) -> None: argument
Dgrammar_grapher.py55 def references_for_item(item: Any) -> List[Any]:
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DAny.cs122 public sealed partial class Any : pb::IMessage<Any> class
143 public Any() { in Any() method in Google.Protobuf.WellKnownTypes.Any
150 public Any(Any other) : this() { in Any() method in Google.Protobuf.WellKnownTypes.Any
/third_party/mingw-w64/mingw-w64-headers/include/
Dwsdtypes.h156 WSDXML_ELEMENT *Any; member
178 WSDXML_ELEMENT *Any; member
185 WSDXML_ELEMENT *Any; member
195 WSDXML_ELEMENT *Any; member
250 WSDXML_ELEMENT *Any; member
259 WSDXML_ELEMENT *Any; member
264 WSDXML_ELEMENT *Any; member
273 WSDXML_ELEMENT *Any; member
283 WSDXML_ELEMENT *Any; member
289 WSDXML_ELEMENT *Any; member
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAny.h56 Any(const Any &Other) in Any() function
79 Any(T &&Value) { in Any() function
84 Any(Any &&Other) : Storage(std::move(Other.Storage)) {} in Any() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassTimingInfo.cpp267 [this](StringRef P, Any) { return this->runBeforePass(P); }); in registerCallbacks() argument
269 [this](StringRef P, Any) { this->runAfterPass(P); }); in registerCallbacks() argument
273 [this](StringRef P, Any) { this->runBeforePass(P); }); in registerCallbacks() argument
275 [this](StringRef P, Any) { this->runAfterPass(P); }); in registerCallbacks() argument
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RegressionTests/
Dparser509630.ts4 class Any extends Type { class
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/
DAny.php7 class Any class
/third_party/protobuf/src/google/protobuf/
Dany.proto122 message Any { message
Dany.pb.h58 class Any; variable
72 inline Any() : Any(nullptr) {} in Any() function
76 Any(Any&& from) noexcept in Any() function
/third_party/grpc/src/python/grpcio/grpc/aio/
D_server.py39 interceptors: Optional[Sequence[Any]],
177 interceptors: Optional[Sequence[Any]] = None,
D_metadata.py103 def __eq__(self, other: Any) -> bool:
110 def __add__(self, other: Any) -> 'Metadata':
/third_party/grpc/src/python/grpcio/grpc/experimental/aio/
D_server.py39 interceptors: Optional[Sequence[Any]],
174 interceptors: Optional[Sequence[Any]] = None,
D_metadata.py103 def __eq__(self, other: Any) -> bool:
110 def __add__(self, other: Any) -> 'Metadata':
/third_party/skia/include/private/
DSkBitmaskEnum.h16 std::enable_if_t<sknonstd::is_bitmask_enum<E>::value, bool> constexpr Any(E e) { in Any() function
/third_party/boost/boost/hana/
Dany.hpp27 using Any = BOOST_HANA_DISPATCH_IF(any_impl<S>, in operator ()() typedef
/third_party/python/Lib/test/test_peg_generator/
Dtest_pegen.py598 def visit(self, node: Any, *args: Any, **kwargs: Any) -> None:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DComdat.h34 Any, ///< The linker may choose any COMDAT. enumerator
/third_party/typescript/tests/cases/compiler/
DvarianceProblingAndZeroOrderIndexSignatureRelationsAlign2.ts49 interface Any extends Type<any, any, any> {} interface

123