Home
last modified time | relevance | path

Searched refs:provide (Results 1 – 25 of 3029) sorted by relevance

12345678910>>...122

/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/
DTypesTest.java129 ProfileTestCrossProfileType_SingleSenderCanThrow provide( in provide() method
175 senderProvider.provide(context, testProfileConnector).voidMethod(); in voidMethodWithNoArguments_callsMethod()
184 senderProvider.provide(context, testProfileConnector).voidMethod("argument"); in voidMethodWithArguments_callsMethod()
191 assertThat(senderProvider.provide(context, testProfileConnector).identityStringMethod(STRING)) in stringReturnTypeAndArgument_bothWork()
197 assertThat(senderProvider.provide(context, testProfileConnector).identityByteMethod(BYTE)) in byteReturnTypeAndArgument_bothWork()
203 assertThat(senderProvider.provide(context, testProfileConnector).identityByteMethod(BYTE_BOXED)) in boxedByteReturnTypeAndArgument_bothWork()
209 assertThat(senderProvider.provide(context, testProfileConnector).identityShortMethod(SHORT)) in shortReturnTypeAndArgument_bothWork()
216 senderProvider.provide(context, testProfileConnector).identityShortMethod(SHORT_BOXED)) in boxedShortReturnTypeAndArgument_bothWork()
222 assertThat(senderProvider.provide(context, testProfileConnector).identityIntMethod(INT)) in intReturnTypeAndArgument_bothWork()
228 assertThat(senderProvider.provide(context, testProfileConnector).identityIntegerMethod(INTEGER)) in integerReturnTypeAndArgument_bothWork()
[all …]
/external/llvm-project/clang/test/Analysis/Checkers/WebKit/
Dcall-args.cpp5 RefCountable* provide() { return nullptr; } in provide() function
10 consume_refcntbl(provide()); in foo()
18 consume_refcntbl(42, provide(), true); in foo()
42 c.consume_ptr(provide()); in foo()
44 c.consume_ref(*provide()); in foo()
52 consume(provide()); in foo2()
62 this->consume(provide()); in foo3()
73 consume_refcntbl(provide()); in foo()
76 consume_refcntbl(static_cast<RefCountable*>(provide())); in foo()
79 consume_refcntbl(dynamic_cast<RefCountable*>(provide())); in foo()
[all …]
/external/protobuf/js/binary/
Dconstants.js38 goog.provide('jspb.AnyFieldType');
39 goog.provide('jspb.BinaryConstants');
40 goog.provide('jspb.BinaryMessage');
41 goog.provide('jspb.BuilderFunction');
42 goog.provide('jspb.ByteSource');
43 goog.provide('jspb.ClonerFunction');
44 goog.provide('jspb.ComparerFunction');
45 goog.provide('jspb.ConstBinaryMessage');
46 goog.provide('jspb.PrunerFunction');
47 goog.provide('jspb.ReaderFunction');
[all …]
/external/clang/test/SemaObjC/
Dbuiltin_objc_lib_functions.m4 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob…
8 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob…
11 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob…
14 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob…
18 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob…
23 …// expected-note {{include the header <objc/objc-auto.h> or explicitly provide a declaration for '…
28 …// expected-note {{include the header <objc/objc-exception.h> or explicitly provide a declaration …
Dbuiltin_objc_nslog.m7 …// expected-note {{include the header <Foundation/NSObjCRuntime.h> or explicitly provide a declara…
12 …// expected-note {{include the header <Foundation/NSObjCRuntime.h> or explicitly provide a declara…
/external/llvm-project/clang/test/SemaObjC/
Dbuiltin_objc_lib_functions.m4 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob…
8 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob…
11 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob…
14 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob…
18 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob…
23 …// expected-note {{include the header <objc/objc-auto.h> or explicitly provide a declaration for '…
28 …// expected-note {{include the header <objc/objc-exception.h> or explicitly provide a declaration …
Dbuiltin_objc_nslog.m7 …// expected-note {{include the header <Foundation/NSObjCRuntime.h> or explicitly provide a declara…
12 …// expected-note {{include the header <Foundation/NSObjCRuntime.h> or explicitly provide a declara…
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DVendorString.h48 Please modify include/VendorString.h to provide a specific \
68 Please modify include/VendorString.h to provide a vendor-specific string.
84 Please modify include/VendorString.h to provide a vendor-specific firmware \
/external/ms-tpm-20-ref/Samples/ARM32-FirmwareTPM/optee_ta/fTPM/reference/include/
DVendorString.h48 Please modify include\VendorString.h to provide a specific \
68 Please modify include\VendorString.h to provide a vendor specific \
89 Please modify include\VendorString.h to provide a vendor-specific firmware \
/external/python/cryptography/docs/hazmat/bindings/
Dindex.rst8 ``cryptography`` aims to provide low-level CFFI based bindings to multiple
9 native C libraries. These provide no automatic initialization of the library
10 and may not provide complete wrappers for its API.
/external/capstone/bindings/python/pyx/
Dccapstone.pyx97 # Diet engine cannot provide @mnemonic & @op_str
106 # Diet engine cannot provide @mnemonic & @op_str
118 # Diet engine cannot provide @regs_read
134 # Diet engine cannot provide @regs_write
150 # Diet engine cannot provide @groups
169 # Diet engine cannot provide register's name
177 # Diet engine cannot provide instruction's name
185 # Diet engine cannot provide group's name
196 # Diet engine cannot provide @groups
207 # Diet engine cannot provide @regs_read
[all …]
/external/llvm-project/clang/test/SemaCXX/
Dfriend3.cpp17 struct provide { struct
23 provide<void> p; in g()
/external/python/cpython3/Doc/library/
Dcollections.abc.rst102 ABC for classes that provide the :meth:`__contains__` method.
106 ABC for classes that provide the :meth:`__hash__` method.
110 ABC for classes that provide the :meth:`__len__` method.
114 ABC for classes that provide the :meth:`__call__` method.
118 ABC for classes that provide the :meth:`__iter__` method.
134 ABC for classes that provide the :meth:`~iterator.__iter__` and
140 ABC for iterable classes that also provide the :meth:`__reversed__`
193 expressions. Custom implementations must provide the :meth:`__await__`
228 ABC for classes that provide ``__aiter__`` method. See also the
235 ABC for classes that provide ``__aiter__`` and ``__anext__``
[all …]
/external/libcxx/docs/DesignDocs/
DThreadingSupportAPI.rst13 These different models provide entirely different interfaces from each
30 It is expected that the ``<__external_threading>`` header provide the exact
39 expected to provide the implementation of the libc++ internal threading API.
62 header to provide the internal threading API. This macro overrides
76 ``<__threading_support>`` will only provide the forward declarations and
/external/llvm-project/libcxx/docs/DesignDocs/
DThreadingSupportAPI.rst13 These different models provide entirely different interfaces from each
30 It is expected that the ``<__external_threading>`` header provide the exact
39 expected to provide the implementation of the libc++ internal threading API.
62 header to provide the internal threading API. This macro overrides
76 ``<__threading_support>`` will only provide the forward declarations and
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/user/
DUserAccount.groovy26 * If you want to provide a custom comparison, for instance using encrypted passwords, you can
27 * override the <code>comparePassword()</code> method to provide your own custom implementation.
42 * This implementation uses standard (case-sensitive) String comparison. Subclasses can provide
66 * This implementation uses standard (case-sensitive) String comparison. Subclasses can provide
/external/libjpeg-turbo/
DREADME.chromium54 - Refactor tjunittest.c to provide test interface
56 - Refactor tjbench.c to provide test interface
59 - Refactor cjpeg.c to provide test interface
60 - Refactor jpegtran.c to provide test interface
62 - Refactor djpeg.c to provide test interface
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DTextElementIteratorsFactory.java32 Iterator<E> provide(); in provide() method
53 next = nextProvider.provide(); in hasNext()
66 next = nextProvider.provide(); in next()
/external/mesa3d/src/gallium/drivers/etnaviv/
DREADME9 For the kms device case we provide a renderonly based driver like
13 For X/xf86-video-armada we need to provide etnaviv_dri.so.
/external/protobuf/js/
DREADME.md75 (`myproto_libs.js` in this example). The generated file will `goog.provide()`
77 tests the generated files contain many `goog.provide` statements like:
79 goog.provide('proto.google.protobuf.DescriptorProto');
80 goog.provide('proto.google.protobuf.DescriptorProto.ExtensionRange');
81 goog.provide('proto.google.protobuf.DescriptorProto.ReservedRange');
82 goog.provide('proto.google.protobuf.EnumDescriptorProto');
83 goog.provide('proto.google.protobuf.EnumOptions');
87 that your `goog.provide()` / `goog.require()` setup can find all of your
/external/libusb/
DPORTING11 Implementation-wise, the basic idea is that you provide an interface to
17 layers, based on the async interface). Your backend must also provide
20 Your backend must also provide an event handling function to "reap" ongoing
23 The backend must also provide standard functions for other USB operations,
31 at various points in time. Your backend must provide a set of file descriptors
/external/python/pyfakefs/.github/ISSUE_TEMPLATE/
Dbug_report.md12 Please provide a stack trace if available.
15 Please provide a unit test or a minimal code snippet that reproduces the
/external/libxml2/result/errors/
D759398.xml.ent5 and provide access to their content and structure.</termdef> <termdef
8 data and the information it must provide to the application.</p>
D759398.xml.err5 and provide access to their content and structure.</termdef> <termdef
8 data and the information it must provide to the application.</p>
/external/pigweed/pw_sys_io/
Ddocs.rst13 ``OkStatus()`` if the operation succeeds. Backends may provide useful error
16 does NOT provide tests. Backends are expected to provide their own testing to

12345678910>>...122