/external/curl/docs/libcurl/ |
D | curl_easy_setopt.3 | 63 Display verbose information. See \fICURLOPT_VERBOSE(3)\fP 65 Include the header in the body output. See \fICURLOPT_HEADER(3)\fP 67 Shut off the progress meter. See \fICURLOPT_NOPROGRESS(3)\fP 69 Do not install signal handlers. See \fICURLOPT_NOSIGNAL(3)\fP 71 Transfer multiple files according to a file name pattern. See \fICURLOPT_WILDCARDMATCH(3)\fP 74 Callback for writing data. See \fICURLOPT_WRITEFUNCTION(3)\fP 76 Data pointer to pass to the write callback. See \fICURLOPT_WRITEDATA(3)\fP 78 Callback for reading data. See \fICURLOPT_READFUNCTION(3)\fP 80 Data pointer to pass to the read callback. See \fICURLOPT_READDATA(3)\fP 82 Callback for I/O operations. See \fICURLOPT_IOCTLFUNCTION(3)\fP [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/ |
D | fwd.hpp | 19 /// @see gtc_quaternion 24 /// @see gtc_quaternion 29 /// @see gtc_quaternion 45 /// @see gtc_quaternion 50 /// @see gtc_quaternion 55 /// @see gtc_quaternion 60 /// @see gtc_quaternion 66 /// @see gtc_quaternion 71 /// @see gtc_quaternion 76 /// @see gtc_quaternion [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | type_precision.hpp | 4 /// @see core (dependence) 5 /// @see gtc_half_float (dependence) 6 /// @see gtc_quaternion (dependence) 49 /// @see gtc_type_precision 53 /// @see gtc_type_precision 57 /// @see gtc_type_precision 61 /// @see gtc_type_precision 65 /// @see gtc_type_precision 69 /// @see gtc_type_precision 73 /// @see gtc_type_precision [all …]
|
D | matrix_integer.hpp | 4 /// @see core (dependence) 35 /// @see gtc_matrix_integer 39 /// @see gtc_matrix_integer 43 /// @see gtc_matrix_integer 47 /// @see gtc_matrix_integer 51 /// @see gtc_matrix_integer 55 /// @see gtc_matrix_integer 59 /// @see gtc_matrix_integer 63 /// @see gtc_matrix_integer 67 /// @see gtc_matrix_integer [all …]
|
D | packing.hpp | 4 /// @see core (dependence) 34 /// @see gtc_packing 35 /// @see uint16 packUnorm2x8(vec2 const & v) 36 /// @see uint32 packUnorm4x8(vec4 const & v) 37 …/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/packUnorm4x8.xml">GLSL packUnorm4x8… 38 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 46 /// @see gtc_packing 47 /// @see vec2 unpackUnorm2x8(uint16 p) 48 /// @see vec4 unpackUnorm4x8(uint32 p) 49 …/// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/unpackUnorm4x8.xml">GLSL unpackUnor… [all …]
|
D | constants.hpp | 4 /// @see core (dependence) 5 /// @see gtc_half_float (dependence) 29 /// @see gtc_constants 34 /// @see gtc_constants 39 /// @see gtc_constants 44 /// @see gtc_constants 49 /// @see gtc_constants 54 /// @see gtc_constants 59 /// @see gtc_constants 64 /// @see gtc_constants [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | type_aligned.hpp | 4 /// @see core (dependence) 5 /// @see gtc_quaternion (dependence) 34 /// @see gtx_type_aligned 38 /// @see gtx_type_aligned 42 /// @see gtx_type_aligned 46 /// @see gtx_type_aligned 51 /// @see gtx_type_aligned 55 /// @see gtx_type_aligned 59 /// @see gtx_type_aligned 63 /// @see gtx_type_aligned [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/Transforms/ |
D | Scalar.h | 5 |* See https://llvm.org/LICENSE.txt for license information. *| 34 /** See llvm::createAggressiveDCEPass function. */ 37 /** See llvm::createDeadCodeEliminationPass function. */ 40 /** See llvm::createBitTrackingDCEPass function. */ 43 /** See llvm::createAlignmentFromAssumptionsPass function. */ 46 /** See llvm::createCFGSimplificationPass function. */ 49 /** See llvm::createDeadStoreEliminationPass function. */ 52 /** See llvm::createScalarizerPass function. */ 55 /** See llvm::createMergedLoadStoreMotionPass function. */ 58 /** See llvm::createGVNPass function. */ [all …]
|
/external/llvm-project/llvm/include/llvm-c/Transforms/ |
D | Scalar.h | 5 |* See https://llvm.org/LICENSE.txt for license information. *| 34 /** See llvm::createAggressiveDCEPass function. */ 37 /** See llvm::createDeadCodeEliminationPass function. */ 40 /** See llvm::createBitTrackingDCEPass function. */ 43 /** See llvm::createAlignmentFromAssumptionsPass function. */ 46 /** See llvm::createCFGSimplificationPass function. */ 49 /** See llvm::createDeadStoreEliminationPass function. */ 52 /** See llvm::createScalarizerPass function. */ 55 /** See llvm::createMergedLoadStoreMotionPass function. */ 58 /** See llvm::createGVNPass function. */ [all …]
|
/external/flac/include/FLAC++/ |
D | encoder.h | 49 * See the detailed documentation in the 99 * tell_callback(); see FLAC__stream_encoder_init_stream() as to 125 inline operator bool() const { return is_valid(); } ///< See is_valid() 128 …virtual bool set_ogg_serial_number(long value); ///< See FLAC__stream_encoder_set_… 129 …virtual bool set_verify(bool value); ///< See FLAC__stream_encoder_set_… 130 …virtual bool set_streamable_subset(bool value); ///< See FLAC__stream_encoder_set_… 131 …virtual bool set_channels(uint32_t value); ///< See FLAC__stream_encoder_set_… 132 …virtual bool set_bits_per_sample(uint32_t value); ///< See FLAC__stream_encoder_set_… 133 …virtual bool set_sample_rate(uint32_t value); ///< See FLAC__stream_encoder_set_… 134 …virtual bool set_compression_level(uint32_t value); ///< See FLAC__stream_encoder_set_… [all …]
|
D | decoder.h | 48 * See the detailed documentation in the 122 inline operator bool() const { return is_valid(); } ///< See is_valid() 125 …virtual bool set_ogg_serial_number(long value); ///< See FLAC__stream_decod… 126 …virtual bool set_md5_checking(bool value); ///< See FLAC__stream_decod… 127 …virtual bool set_metadata_respond(::FLAC__MetadataType type); ///< See FLAC__stream_decod… 128 …virtual bool set_metadata_respond_application(const FLAC__byte id[4]); ///< See FLAC__stream_decod… 129 …virtual bool set_metadata_respond_all(); ///< See FLAC__stream_decod… 130 …virtual bool set_metadata_ignore(::FLAC__MetadataType type); ///< See FLAC__stream_decod… 131 …virtual bool set_metadata_ignore_application(const FLAC__byte id[4]); ///< See FLAC__stream_decod… 132 …virtual bool set_metadata_ignore_all(); ///< See FLAC__stream_decod… [all …]
|
/external/llvm/include/llvm-c/Transforms/ |
D | Scalar.h | 6 |* License. See LICENSE.TXT for details. *| 35 /** See llvm::createAggressiveDCEPass function. */ 38 /** See llvm::createBitTrackingDCEPass function. */ 41 /** See llvm::createAlignmentFromAssumptionsPass function. */ 44 /** See llvm::createCFGSimplificationPass function. */ 47 /** See llvm::createDeadStoreEliminationPass function. */ 50 /** See llvm::createScalarizerPass function. */ 53 /** See llvm::createMergedLoadStoreMotionPass function. */ 56 /** See llvm::createGVNPass function. */ 59 /** See llvm::createIndVarSimplifyPass function. */ [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | FieldMatrix.java | 3 * contributor license agreements. See the NOTICE file distributed with 14 * See the License for the specific language governing permissions and 485 * @see #walkInRowOrder(FieldMatrixPreservingVisitor) 486 * @see #walkInRowOrder(FieldMatrixChangingVisitor, int, int, int, int) 487 * @see #walkInRowOrder(FieldMatrixPreservingVisitor, int, int, int, int) 488 * @see #walkInColumnOrder(FieldMatrixChangingVisitor) 489 * @see #walkInColumnOrder(FieldMatrixPreservingVisitor) 490 * @see #walkInColumnOrder(FieldMatrixChangingVisitor, int, int, int, int) 491 * @see #walkInColumnOrder(FieldMatrixPreservingVisitor, int, int, int, int) 492 * @see #walkInOptimizedOrder(FieldMatrixChangingVisitor) [all …]
|
D | RealMatrix.java | 3 * contributor license agreements. See the NOTICE file distributed with 14 * See the License for the specific language governing permissions and 530 * @see #walkInRowOrder(RealMatrixPreservingVisitor) 531 * @see #walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int) 532 * @see #walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int) 533 * @see #walkInColumnOrder(RealMatrixChangingVisitor) 534 * @see #walkInColumnOrder(RealMatrixPreservingVisitor) 535 * @see #walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int) 536 * @see #walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int) 537 * @see #walkInOptimizedOrder(RealMatrixChangingVisitor) [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | measunit.h | 346 * Compute the complexity of the unit. See UMeasureUnitComplexity for more information. 361 * occur. For more information, see UMeasureUnitComplexity. 375 * occur. For more information, see UMeasureUnitComplexity. 388 * occur. For more information, see UMeasureUnitComplexity. 404 * occur. For more information, see UMeasureUnitComplexity. 420 * occur. For more information, see UMeasureUnitComplexity. 438 * MIXED unit, an error will occur. For more information, see UMeasureUnitComplexity. 557 * Also see {@link #getGForce()}. 565 * Also see {@link #createGForce()}. 573 * Also see {@link #getMeterPerSecondSquared()}. [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | measunit.h | 346 * Compute the complexity of the unit. See UMeasureUnitComplexity for more information. 361 * occur. For more information, see UMeasureUnitComplexity. 375 * occur. For more information, see UMeasureUnitComplexity. 388 * occur. For more information, see UMeasureUnitComplexity. 404 * occur. For more information, see UMeasureUnitComplexity. 420 * occur. For more information, see UMeasureUnitComplexity. 438 * MIXED unit, an error will occur. For more information, see UMeasureUnitComplexity. 557 * Also see {@link #getGForce()}. 565 * Also see {@link #createGForce()}. 573 * Also see {@link #getMeterPerSecondSquared()}. [all …]
|
/external/llvm-project/llvm/bindings/ocaml/transforms/scalar_opts/ |
D | llvm_scalar_opts.mli | 4 * See https://llvm.org/LICENSE.txt for license information. 14 (** See the [llvm::createAggressiveDCEPass] function. *) 19 (** See the [llvm::createDCEPass] function. *) 24 (** See the [llvm::createAlignmentFromAssumptionsPass] function. *) 29 (** See the [llvm::createCFGSimplificationPass] function. *) 34 (** See [llvm::createDeadStoreEliminationPass] function. *) 39 (** See [llvm::createScalarizerPass] function. *) 44 (** See [llvm::createMergedLoadStoreMotionPass] function. *) 49 (** See the [llvm::createGVNPass] function. *) 54 (** See the [llvm::createIndVarSimplifyPass] function. *) [all …]
|
/external/llvm-project/libcxx/include/ |
D | concepts | 5 // See https://llvm.org/LICENSE.txt for license information. 19 concept same_as = see below; 23 concept derived_from = see below; 27 concept convertible_to = see below; 31 concept common_reference_with = see below; 35 concept common_with = see below; 39 concept integral = see below; 41 concept signed_integral = see below; 43 concept unsigned_integral = see below; 45 concept floating_point = see below; [all …]
|
/external/llvm-project/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 4 * See https://llvm.org/LICENSE.txt for license information. 19 (** The top-level container for all LLVM global data. See the 24 objects. See the [llvm::Module] class. *) 27 (** Each value in the LLVM IR has a type, an instance of [lltype]. See the 32 constants, and much more are all [llvalues]. See the [llvm::Value] class. 36 (** Used to store users and usees of values. See the [llvm::Use] class. *) 39 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *) 42 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder] 49 (** An attribute in LLVM IR. See the [llvm::Attribute] class. *) 53 See the [llvm::MemoryBuffer] class. *) [all …]
|
/external/llvm/bindings/ocaml/transforms/scalar_opts/ |
D | llvm_scalar_opts.mli | 6 * License. See LICENSE.TXT for details. 15 (** See the [llvm::createAggressiveDCEPass] function. *) 20 (** See the [llvm::createAlignmentFromAssumptionsPass] function. *) 25 (** See the [llvm::createCFGSimplificationPass] function. *) 30 (** See [llvm::createDeadStoreEliminationPass] function. *) 35 (** See [llvm::createScalarizerPass] function. *) 40 (** See [llvm::createMergedLoadStoreMotionPass] function. *) 45 (** See the [llvm::createGVNPass] function. *) 50 (** See the [llvm::createIndVarSimplifyPass] function. *) 55 (** See the [llvm::createInstructionCombiningPass] function. *) [all …]
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.mli | 6 * License. See LICENSE.TXT for details. 20 (** The top-level container for all LLVM global data. See the 25 objects. See the [llvm::Module] class. *) 28 (** Each value in the LLVM IR has a type, an instance of [lltype]. See the 33 constants, and much more are all [llvalues]. See the [llvm::Value] class. 37 (** Used to store users and usees of values. See the [llvm::Use] class. *) 40 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *) 43 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder] 48 See the [llvm::MemoryBuffer] class. *) 54 (** The kind of an [lltype], the result of [classify_type ty]. See the [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_mat.hpp | 37 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 38 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 44 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 45 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 51 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 52 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 58 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 59 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 65 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 66 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… [all …]
|
/external/google-breakpad/src/common/android/include/asm-mips/ |
D | asm.h | 29 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 34 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 39 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 44 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 49 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 54 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 59 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 64 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 69 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 74 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | manufacturers_v1.accounts.products.html | 109 `product_id` - The ID of the product. For more information, see 153 `product_id` - The ID of the product. For more information, see 179 …"attributes": { # Attributes of the product. For more information, see # Attributes of the product… 183 # information, see 186 # see https://support.google.com/manufacturers/answer/6124116#price. 190 "color": "A String", # The color of the product. For more information, see 192 "releaseDate": "A String", # The release date of the product. For more information, see 194 "itemGroupId": "A String", # The item group id of the product. For more information, see 197 # see https://support.google.com/manufacturers/answer/6124116#gtin. 203 "flavor": "A String", # The flavor of the product. For more information, see [all …]
|
/external/mockito/src/main/java/org/mockito/ |
D | ArgumentMatchers.java | 32 * Allow flexible verification or stubbing. See also {@link AdditionalMatchers}. 73 * Scroll down to see all methods - full list of matchers. 109 …* Please read on in the javadoc for {@link ArgumentMatcher} to learn about approaches and see the … 112 * @see AdditionalMatchers 121 * See examples in javadoc for {@link ArgumentMatchers} class 136 * @see #any(Class) 137 * @see #anyObject() 138 * @see #anyVararg() 139 * @see #anyChar() 140 * @see #anyInt() [all …]
|