Searched full:see (Results 1 – 25 of 19703) sorted by relevance
12345678910>>...789
/external/curl/docs/libcurl/ |
D | curl_easy_setopt.3 | 64 Display verbose information. See \fICURLOPT_VERBOSE(3)\fP 66 Include the header in the body output. See \fICURLOPT_HEADER(3)\fP 68 Shut off the progress meter. See \fICURLOPT_NOPROGRESS(3)\fP 70 Do not install signal handlers. See \fICURLOPT_NOSIGNAL(3)\fP 72 Transfer multiple files according to a file name pattern. See \fICURLOPT_WILDCARDMATCH(3)\fP 75 Callback for writing data. See \fICURLOPT_WRITEFUNCTION(3)\fP 77 Data pointer to pass to the write callback. See \fICURLOPT_WRITEDATA(3)\fP 79 Callback for reading data. See \fICURLOPT_READFUNCTION(3)\fP 81 Data pointer to pass to the read callback. See \fICURLOPT_READDATA(3)\fP 83 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/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 | 88 * @see umeas_getPrefixBase 89 * @see umeas_getPrefixPower 476 * Compute the complexity of the unit. See UMeasureUnitComplexity for more information. 492 * occur. For more information, see UMeasureUnitComplexity. 507 * occur. For more information, see UMeasureUnitComplexity. 511 * @see umeas_getPrefixBase 512 * @see umeas_getPrefixPower 523 * occur. For more information, see UMeasureUnitComplexity. 539 * occur. For more information, see UMeasureUnitComplexity. 555 * occur. For more information, see UMeasureUnitComplexity. [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | measunit.h | 88 * @see umeas_getPrefixBase 89 * @see umeas_getPrefixPower 476 * Compute the complexity of the unit. See UMeasureUnitComplexity for more information. 492 * occur. For more information, see UMeasureUnitComplexity. 507 * occur. For more information, see UMeasureUnitComplexity. 511 * @see umeas_getPrefixBase 512 * @see umeas_getPrefixPower 523 * occur. For more information, see UMeasureUnitComplexity. 539 * occur. For more information, see UMeasureUnitComplexity. 555 * occur. For more information, see UMeasureUnitComplexity. [all …]
|
D | utf_old.h | 27 * If you are looking for a new equivalent to an old macro, please see the 75 * See Jitterbug 2150 and its discussion on the ICU mailing list 100 * the definition of UChar. For details see the documentation for UChar32 itself.</p> 156 * For reasons for the deprecation see the utf_old.h file comments. 179 …nicode string code unit - ICU uses 16-bit Unicode. @deprecated ICU 2.4. Obsolete, see utf_old.h. */ 186 * @deprecated ICU 2.4. Obsolete, see utf_old.h. 189 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ 191 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ 206 * @deprecated ICU 2.4. Obsolete, see utf_old.h. 211 * See documentation on UTF8_ERROR_VALUE_1 for details. [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/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/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 …]
|
D | type_vec.hpp | 131 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 132 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 138 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 139 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 145 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 146 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 152 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 153 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 159 …/// @see <a href="http://www.opengl.org/registry/doc/GLSLangSpec.4.20.8.pdf">GLSL 4.20.8 specifica… 160 …/// @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/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 …]
|
/external/armnn/src/armnnTfParser/ |
D | TensorFlowSupport.md | 11 See the TensorFlow [avg_pool documentation](https://www.tensorflow.org/api_docs/python/tf/nn/avg_po… 15 See the TensorFlow [bias_add documentation](https://www.tensorflow.org/api_docs/python/tf/nn/bias_a… 19 See the TensorFlow [conv2d documentation](https://www.tensorflow.org/api_docs/python/tf/nn/conv2d) … 23 See the TensorFlow [expand_dims documentation](https://www.tensorflow.org/api_docs/python/tf/expand… 27 See the TensorFlow [gather documentation](https://www.tensorflow.org/api_docs/python/tf/gather) for… 31 See the TensorFlow [identity documentation](https://www.tensorflow.org/api_docs/python/tf/identity)… 35 See the TensorFlow [local_response_normalization documentation](https://www.tensorflow.org/api_docs… 39 See the TensorFlow [max_pool documentation](https://www.tensorflow.org/api_docs/python/tf/nn/max_po… 43 See the TensorFlow [placeholder documentation](https://www.tensorflow.org/api_docs/python/tf/placeh… 47 See the TensorFlow [reduce_mean documentation](https://www.tensorflow.org/api_docs/python/tf/reduce… [all …]
|
/external/icu/icu4c/source/common/unicode/ |
D | utf_old.h | 27 * If you are looking for a new equivalent to an old macro, please see the 75 * See Jitterbug 2150 and its discussion on the ICU mailing list 100 * the definition of UChar. For details see the documentation for UChar32 itself.</p> 156 * For reasons for the deprecation see the utf_old.h file comments. 179 …nicode string code unit - ICU uses 16-bit Unicode. @deprecated ICU 2.4. Obsolete, see utf_old.h. */ 186 * @deprecated ICU 2.4. Obsolete, see utf_old.h. 189 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ 191 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ 206 * @deprecated ICU 2.4. Obsolete, see utf_old.h. 211 * See documentation on UTF8_ERROR_VALUE_1 for details. [all …]
|
/external/icu/libandroidicu/include/unicode/ |
D | utf_old.h | 27 * If you are looking for a new equivalent to an old macro, please see the 75 * See Jitterbug 2150 and its discussion on the ICU mailing list 100 * the definition of UChar. For details see the documentation for UChar32 itself.</p> 156 * For reasons for the deprecation see the utf_old.h file comments. 179 …nicode string code unit - ICU uses 16-bit Unicode. @deprecated ICU 2.4. Obsolete, see utf_old.h. */ 186 * @deprecated ICU 2.4. Obsolete, see utf_old.h. 189 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ 191 /** @deprecated ICU 2.4. Obsolete, see utf_old.h. */ 206 * @deprecated ICU 2.4. Obsolete, see utf_old.h. 211 * See documentation on UTF8_ERROR_VALUE_1 for details. [all …]
|
12345678910>>...789