/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/ |
D | TypesTest.java | 129 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/ |
D | call-args.cpp | 5 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/ |
D | constants.js | 38 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/ |
D | builtin_objc_lib_functions.m | 4 …// 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 …
|
D | builtin_objc_nslog.m | 7 …// 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/ |
D | builtin_objc_lib_functions.m | 4 …// 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 …
|
D | builtin_objc_nslog.m | 7 …// 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/ |
D | VendorString.h | 48 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/ |
D | VendorString.h | 48 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/ |
D | index.rst | 8 ``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/ |
D | ccapstone.pyx | 97 # 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/ |
D | friend3.cpp | 17 struct provide { struct 23 provide<void> p; in g()
|
/external/python/cpython3/Doc/library/ |
D | collections.abc.rst | 102 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/ |
D | ThreadingSupportAPI.rst | 13 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/ |
D | ThreadingSupportAPI.rst | 13 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/ |
D | UserAccount.groovy | 26 * 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/ |
D | README.chromium | 54 - 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/ |
D | TextElementIteratorsFactory.java | 32 Iterator<E> provide(); in provide() method 53 next = nextProvider.provide(); in hasNext() 66 next = nextProvider.provide(); in next()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | README | 9 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/ |
D | README.md | 75 (`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/ |
D | PORTING | 11 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/ |
D | bug_report.md | 12 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/ |
D | 759398.xml.ent | 5 and provide access to their content and structure.</termdef> <termdef 8 data and the information it must provide to the application.</p>
|
D | 759398.xml.err | 5 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/ |
D | docs.rst | 13 ``OkStatus()`` if the operation succeeds. Backends may provide useful error 16 does NOT provide tests. Backends are expected to provide their own testing to
|