Searched refs:provide (Results 1 – 25 of 2334) sorted by relevance
12345678910>>...94
/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/u-boot/arch/arm/mach-rockchip/rk3288/ |
D | Kconfig | 9 WiFi. It includes a Chrome OS EC (Cortex-M3) to provide access to 29 EC (Cortex-M3) to provide access to the keyboard and battery 40 provide access to display pins, I2C, SPI, UART and GPIOs. 49 provide access to display pins, I2C, SPI, UART and GPIOs. 58 provide access to display pins, I2C, SPI, UART and GPIOs. 66 has 1 or 2 GiB SDRAM. Expansion connectors provide access to 84 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART, 110 provide access to display pins, I2C, SPI, UART and GPIOs. 127 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
|
/external/capstone/bindings/python/pyx/ |
D | ccapstone.pyx | 95 # Diet engine cannot provide @mnemonic & @op_str 104 # Diet engine cannot provide @mnemonic & @op_str 116 # Diet engine cannot provide @regs_read 132 # Diet engine cannot provide @regs_write 148 # Diet engine cannot provide @groups 167 # Diet engine cannot provide register's name 175 # Diet engine cannot provide instruction's name 183 # Diet engine cannot provide group's name 194 # Diet engine cannot provide @groups 205 # Diet engine cannot provide @regs_read [all …]
|
/external/protobuf/js/ |
D | README.md | 73 (`myproto_libs.js` in this example). The generated file will `goog.provide()` 75 tests the generated files contain many `goog.provide` statements like: 77 goog.provide('proto.google.protobuf.DescriptorProto'); 78 goog.provide('proto.google.protobuf.DescriptorProto.ExtensionRange'); 79 goog.provide('proto.google.protobuf.DescriptorProto.ReservedRange'); 80 goog.provide('proto.google.protobuf.EnumDescriptorProto'); 81 goog.provide('proto.google.protobuf.EnumOptions'); 85 that your `goog.provide()` / `goog.require()` setup can find all of your
|
/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/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/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/u-boot/drivers/serial/ |
D | Kconfig | 155 - Enable the CONFIG for your UART to tell it to provide this interface 173 prompt "Select which UART will provide the debug UART" 181 You will need to provide parameters to make this work. The driver will 188 You will need to provide parameters to make this work. The driver will 196 You will need to provide parameters to make this work. The 205 You will need to provide parameters to make this work. The 213 will need to provide parameters to make this work. The driver will 221 will need to provide parameters to make this work. The driver will 228 will need to provide parameters to make this work. The driver will 244 will need to provide parameters to make this work. The driver will [all …]
|
/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/syzkaller/docs/ |
D | issue_template.txt | 5 Please provide syzkaller revision, Go version (output of go version), relevant information about ho… 7 If syz-manager is not working overall, please provide output of syz-manager with -debug flag.
|
/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/python/cpython3/Doc/library/ |
D | collections.abc.rst | 105 ABCs for classes that provide respectively the methods :meth:`__contains__`, 110 ABC for classes that provide the :meth:`__iter__` method. 126 ABC for classes that provide the :meth:`~iterator.__iter__` and 132 ABC for iterable classes that also provide the :meth:`__reversed__` 185 expressions. Custom implementations must provide the :meth:`__await__` 220 ABC for classes that provide ``__aiter__`` method. See also the 227 ABC for classes that provide ``__aiter__`` and ``__anext__`` 240 These ABCs allow us to ask classes or instances if they provide
|
/external/libxml2/result/errors/ |
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/toybox/toys/example/ |
D | README | 5 The hello.c and skeleton.c commands provide templates for new commands: 8 command, copying hello.c or skeleton.c to the new name may provide a good
|
/external/pdfium/docs/ |
D | getting-started.md | 35 library you provide the `FPDF_LIBRARY_CONFIG` parameters to 60 javascript engine. In the first case, you can provide an isolate through 96 provide a `FPDF_BYTESTRING` which is the password needed to unlock the PDF, if 100 from file, you'll provide the name of the file to open, including extension. For 101 loading from memory you'll provide a data buffer containing the PDF and its
|
/external/catch2/docs/ |
D | tostring.md | 15 …roviding string conversions in C++ - and the chances are you may already provide this for your own… 29 …u don't want to provide an ```operator <<``` overload, or you want to convert your type differentl…
|
/external/tensorflow/tensorflow/tools/test/ |
D | performance.bzl | 14 fail("Must provide a name") 16 fail("Must provide a target")
|
/external/llvm/docs/ |
D | MarkedUpDisassembly.rst | 20 To provide this functionality the assembly text is marked up with annotations. 46 independent, so clients can effectively provide good display without any target 84 API function for the disassembler will be added to provide an option to produce
|
/external/python/cpython2/Doc/library/ |
D | intro.rst | 24 source form. Some modules provide interfaces that are highly specific to 25 Python, like printing a stack trace; some provide interfaces that are specific 27 provide interfaces that are specific to a particular application domain, like
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | MarkedUpDisassembly.rst | 20 To provide this functionality the assembly text is marked up with annotations. 46 independent, so clients can effectively provide good display without any target 84 API function for the disassembler will be added to provide an option to produce
|
D | Docker.rst | 12 We currently provide Dockerfiles with ``debian8`` and ``nvidia-cuda`` base images. 13 We also provide an ``example`` image, which contains placeholders that one would need 18 Docker images provide a way to produce binary distributions of 30 It uses linux kernel namespaces and cgroups to provide a lightweight isolation 71 checkout from svn and provide a list of CMake arguments to use during when 133 We currently provide two images: debian8-based and nvidia-cuda-based. They
|
/external/u-boot/arch/x86/cpu/ivybridge/ |
D | Kconfig | 50 provide various facilities for allowing a host OS to provide an
|
/external/eigen/unsupported/Eigen/ |
D | NumericalDiff | 38 * This is why we will not provide wrappers for every great numerical 43 * provide full features compatibility with the original (c)minpack
|
12345678910>>...94