/external/libxml2/os400/libxmlrpg/ |
D | xmlTypesC.rpgle | 10 d xmlCchar s 3i 0 based(######typedef######) 11 d xmlCuchar s 3u 0 based(######typedef######) 12 d xmlCshort s 5i 0 based(######typedef######) 13 d xmlCushort s 5u 0 based(######typedef######) 14 d xmlCint s 10i 0 based(######typedef######) 15 d xmlCuInt s 10u 0 based(######typedef######) 16 d xmlClong s 10i 0 based(######typedef######) 17 d xmlCulong s 10u 0 based(######typedef######) 18 d xmlClonglong s 20i 0 based(######typedef######) 19 d xmlCulonglong s 20u 0 based(######typedef######) [all …]
|
D | xlink.rpgle | 27 d xlinkRef s * based(######typedef######) xmlChar * 28 d xlinkRole s * based(######typedef######) xmlChar * 29 d xlinkTitle s * based(######typedef######) xmlChar * 31 d xlinkType s based(######typedef######) 42 d xlinkShow s based(######typedef######) 53 d xlinkActuate s based(######typedef######) 70 d s * based(######typedef######) 86 d s * based(######typedef######) 107 d s * based(######typedef######) 123 d s * based(######typedef######) [all …]
|
D | xpath.rpgle | 33 d s * based(######typedef######) 36 d s * based(######typedef######) 40 d xmlXPathError s based(######typedef######) 95 d xmlNodeSetPtr s * based(######typedef######) 97 d xmlNodeSet ds based(xmlNodeSetPtr) 113 d s based(######typedef######) 130 d s * based(######typedef######) 132 d xmlXPathObject ds based(xmlXPathObjectPtr) 154 d s * based(######typedef######) 160 d s * based(######typedef######) [all …]
|
D | parser.rpgle | 43 d s * based(######typedef######) 48 d xmlParserInput ds based(xmlParserInputPtr) 78 d s * based(######typedef######) 81 d ds based(xmlParserNodeInfoPtr) 91 d s * based(######typedef######) 94 d ds based(xmlParserNodeInfoSeqPtr) 102 * The parser is now working also as a state based parser. 106 d s based(######typedef######) 172 d xmlParserMode s based(######typedef######) 196 * to a state based parser for progressive parsing shouldn't be too [all …]
|
D | schemasInternals.rpgle | 25 d s based(######typedef######) 125 d s based(######typedef######) 209 d s based(######typedef######) 229 d s * based(######typedef######) 232 d s * based(######typedef######) 235 d s * based(######typedef######) 240 d s * based(######typedef######) 242 d xmlSchemaAnnot ds based(xmlSchemaAnnotPtr) 349 d s * based(######typedef######) 352 d ds based(xmlSchemaAttributePtr) [all …]
|
D | tree.rpgle | 23 d s * based(######typedef######) 26 d s * based(######typedef######) 31 d s * based(######typedef######) 34 d s * based(######typedef######) 37 d s * based(######typedef######) 40 d s * based(######typedef######) 44 d xmlEntityPtr s * based(######typedef######) 70 d s based(######typedef######) 88 d xmlBufferPtr s * based(######typedef######) 90 d xmlBuffer ds based(xmlBufferPtr) [all …]
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-loop-convert-basic.cpp | 20 …// CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop instead [modernize-loop-conve… in f() 29 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop instead in f() 38 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop instead in f() 47 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop instead in f() 55 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop instead in f() 63 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop instead in f() 71 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop instead in f() 78 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop instead in f() 86 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop instead in f() 95 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop instead in f() [all …]
|
D | modernize-loop-convert-const.cpp | 45 …// CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop instead [modernize-loop-conve… in memberFunctionsAndOperators() 53 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop in memberFunctionsAndOperators() 60 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop in memberFunctionsAndOperators() 68 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop in memberFunctionsAndOperators() 75 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop in memberFunctionsAndOperators() 82 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop in memberFunctionsAndOperators() 92 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop in usedAsParameterToFunctionOrOperator() 99 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop in usedAsParameterToFunctionOrOperator() 107 // CHECK-MESSAGES: :[[@LINE-3]]:3: warning: use range-based for loop in usedAsParameterToFunctionOrOperator() 115 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop in usedAsParameterToFunctionOrOperator() [all …]
|
D | modernize-loop-convert-extra.cpp | 16 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop instead in f() 42 // converted range-based loop as the temporary variable's name. in aliasing() 53 // CHECK-MESSAGES: :[[@LINE-5]]:3: warning: use range-based for loop instead in aliasing() 66 // CHECK-MESSAGES: :[[@LINE-5]]:3: warning: use range-based for loop instead in aliasing() 77 // CHECK-MESSAGES: :[[@LINE-5]]:3: warning: use range-based for loop instead in aliasing() 90 // CHECK-MESSAGES: :[[@LINE-5]]:3: warning: use range-based for loop instead in aliasing() 101 // CHECK-MESSAGES: :[[@LINE-5]]:3: warning: use range-based for loop instead in aliasing() 110 // CHECK-MESSAGES: :[[@LINE-4]]:3: warning: use range-based for loop instead in aliasing() 121 // CHECK-MESSAGES: :[[@LINE-5]]:3: warning: use range-based for loop instead in aliasing() 130 // CHECK-MESSAGES: :[[@LINE-5]]:3: warning: use range-based for loop instead in aliasing() [all …]
|
/external/libcups/data/ |
D | raster.defs | 70 #define CUPS_CSPACE_ICC1 32 /* ICC-based, 1 color */ 71 #define CUPS_CSPACE_ICC2 33 /* ICC-based, 2 colors */ 72 #define CUPS_CSPACE_ICC3 34 /* ICC-based, 3 colors */ 73 #define CUPS_CSPACE_ICC4 35 /* ICC-based, 4 colors */ 74 #define CUPS_CSPACE_ICC5 36 /* ICC-based, 5 colors */ 75 #define CUPS_CSPACE_ICC6 37 /* ICC-based, 6 colors */ 76 #define CUPS_CSPACE_ICC7 38 /* ICC-based, 7 colors */ 77 #define CUPS_CSPACE_ICC8 39 /* ICC-based, 8 colors */ 78 #define CUPS_CSPACE_ICC9 40 /* ICC-based, 9 colors */ 79 #define CUPS_CSPACE_ICCA 41 /* ICC-based, 10 colors */ [all …]
|
/external/python/google-api-python-client/docs/dyn/ |
D | fusiontables_v1.style.html | 123 … "gradient": { # Gradient function that interpolates a range of colors based on column value. 134 … "buckets": [ # Bucket function that assigns a style based on the range a column value falls into. 144 …of the row is to be based on applying the gradient function on the column value; or "fusiontables#… 152 … "gradient": { # Gradient function that interpolates a range of colors based on column value. 163 … "buckets": [ # Bucket function that assigns a style based on the range a column value falls into. 173 …of the row is to be based on applying the gradient function on the column value; or "fusiontables#… 178 … "gradient": { # Gradient function that interpolates a range of colors based on column value. 189 … "buckets": [ # Bucket function that assigns a style based on the range a column value falls into. 199 …of the row is to be based on applying the gradient function on the column value; or "fusiontables#… 202 … "gradient": { # Gradient function that interpolates a range of colors based on column value. [all …]
|
D | fusiontables_v2.style.html | 123 … "gradient": { # Gradient function that interpolates a range of colors based on column value. 134 … "buckets": [ # Bucket function that assigns a style based on the range a column value falls into. 144 … of the row is to be based on applying the gradient function on the column value; or fusiontables#… 152 … "gradient": { # Gradient function that interpolates a range of colors based on column value. 163 … "buckets": [ # Bucket function that assigns a style based on the range a column value falls into. 173 … of the row is to be based on applying the gradient function on the column value; or fusiontables#… 178 … "gradient": { # Gradient function that interpolates a range of colors based on column value. 189 … "buckets": [ # Bucket function that assigns a style based on the range a column value falls into. 199 … of the row is to be based on applying the gradient function on the column value; or fusiontables#… 202 … "gradient": { # Gradient function that interpolates a range of colors based on column value. [all …]
|
/external/javasqlite/src/main/java/SQLite/ |
D | Stmt.java | 92 * @param pos parameter index, 1-based 100 * @param pos parameter index, 1-based 108 * @param pos parameter index, 1-based 116 * @param pos parameter index, 1-based 124 * @param pos parameter index, 1-based 132 * @param pos parameter index, 1-based 139 * @param pos parameter index, 1-based 155 * @param pos parameter index, 1-based 164 * @return int index of parameter, 1-based 173 * @param col column number, 0-based [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | std_based_type.hpp | 10 /// @brief Adds vector types based on STL value types. 28 /// Vector type based of one std::size_t component. 32 /// Vector type based of two std::size_t components. 36 /// Vector type based of three std::size_t components. 40 /// Vector type based of four std::size_t components. 44 /// Vector type based of one std::size_t component. 48 /// Vector type based of two std::size_t components. 52 /// Vector type based of three std::size_t components. 56 /// Vector type based of four std::size_t components.
|
/external/catch2/projects/SelfTest/UsageTests/ |
D | Class.tests.cpp | 75 METHOD_AS_TEST_CASE( TestClass::succeedingCase, "A METHOD_AS_TEST_CASE based test run that succeeds… 76 METHOD_AS_TEST_CASE( TestClass::failingCase, "A METHOD_AS_TEST_CASE based test run that fails", "[.… 78 TEST_CASE_METHOD( Fixture, "A TEST_CASE_METHOD based test run that succeeds", "[class]" ) 83 TEMPLATE_TEST_CASE_METHOD(Template_Fixture, "A TEMPLATE_TEST_CASE_METHOD based test run that succee… 87 TEMPLATE_TEST_CASE_METHOD_SIG(Nttp_Fixture, "A TEMPLATE_TEST_CASE_METHOD_SIG based test run that su… 91 TEMPLATE_PRODUCT_TEST_CASE_METHOD(Template_Fixture_2, "A TEMPLATE_PRODUCT_TEST_CASE_METHOD based te… 96 …E_METHOD_SIG(Template_Fixture_2, "A TEMPLATE_PRODUCT_TEST_CASE_METHOD_SIG based test run that succ… 110 … TEST_CASE_METHOD( Fixture, "A TEST_CASE_METHOD based test run that fails", "[.][class][failing]" ) 115 …TEMPLATE_TEST_CASE_METHOD(Template_Fixture,"A TEMPLATE_TEST_CASE_METHOD based test run that fails"… 120 …TEMPLATE_TEST_CASE_METHOD_SIG(Nttp_Fixture, "A TEMPLATE_TEST_CASE_METHOD_SIG based test run that f… [all …]
|
/external/libvpx/libvpx/ |
D | usage_dx.dox | 11 \ref usage_postproc based on the amount of free CPU time. For more 19 \section usage_cb Callback Based Decoding 21 codecs support asynchronous (callback-based) decoding \ref usage_features 26 frame-based and slice-based variants. Frame based callbacks conform to the 28 frame has been decoded. Slice based callbacks conform to the signature of 37 slice based decoding callbacks provide substantial speed gains to the 41 \section usage_frame_iter Frame Iterator Based Decoding 42 If the codec does not support callback based decoding, or the application
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | HeaderFactoryImpl.java | 79 * Creates a new AcceptEncodingHeader based on the newly supplied encoding 97 * Creates a new AcceptHeader based on the newly supplied contentType and 120 * Creates a new AcceptLanguageHeader based on the newly supplied 136 * Creates a new AlertInfoHeader based on the newly supplied alertInfo value. 151 * Creates a new AllowEventsHeader based on the newly supplied event type 170 * Creates a new AllowHeader based on the newly supplied method value. 187 * Creates a new AuthenticationInfoHeader based on the newly supplied 207 * Creates a new AuthorizationHeader based on the newly supplied 226 * Creates a new CSeqHeader based on the newly supplied sequence number and 260 * Creates a new CallIdHeader based on the newly supplied callId value. [all …]
|
/external/perfetto/docs/ |
D | README.md | 6 library for analyzing traces using SQL and a web-based UI to visualize and 14 [tracing protocol](/docs/design-docs/api-and-abi.md#tracing-protocol-abi) based 21 through an extensible protobuf-based capability advertisement and data source 49 memory to call-stacks, based on out-of-process unwinding, configurable 60 the chromium-based systrace. 61 [ATrace-based instrumentation](/docs/data-sources/atrace.md) remains fully 77 processes. It is based on [ProtoZero](/docs/design-docs/protozero.md), a library 85 The SDK is based on portable C++11 code [tested](/docs/contributing/testing.md) 93 internals are based on Perfetto's codebase on all major platforms (Android, 95 The same [service-based architecture](/docs/concepts/service-model.md) of [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 19 // This header file provides Container-based versions of algorithmic functions 138 // Container-based version of absl::linear_search() for performing a linear 153 // Container-based version of the <iterator> `std::distance()` function to 168 // Container-based version of the <algorithm> `std::all_of()` function to 179 // Container-based version of the <algorithm> `std::any_of()` function to 190 // Container-based version of the <algorithm> `std::none_of()` function to 201 // Container-based version of the <algorithm> `std::for_each()` function to 212 // Container-based version of the <algorithm> `std::find()` function to find 223 // Container-based version of the <algorithm> `std::find_if()` function to find 234 // Container-based version of the <algorithm> `std::find_if_not()` function to [all …]
|
/external/abseil-cpp/absl/algorithm/ |
D | container.h | 19 // This header file provides Container-based versions of algorithmic functions 138 // Container-based version of absl::linear_search() for performing a linear 153 // Container-based version of the <iterator> `std::distance()` function to 168 // Container-based version of the <algorithm> `std::all_of()` function to 179 // Container-based version of the <algorithm> `std::any_of()` function to 190 // Container-based version of the <algorithm> `std::none_of()` function to 201 // Container-based version of the <algorithm> `std::for_each()` function to 212 // Container-based version of the <algorithm> `std::find()` function to find 223 // Container-based version of the <algorithm> `std::find_if()` function to find 234 // Container-based version of the <algorithm> `std::find_if_not()` function to [all …]
|
/external/libtextclassifier/abseil-cpp/absl/algorithm/ |
D | container.h | 19 // This header file provides Container-based versions of algorithmic functions 138 // Container-based version of absl::linear_search() for performing a linear 153 // Container-based version of the <iterator> `std::distance()` function to 168 // Container-based version of the <algorithm> `std::all_of()` function to 179 // Container-based version of the <algorithm> `std::any_of()` function to 190 // Container-based version of the <algorithm> `std::none_of()` function to 201 // Container-based version of the <algorithm> `std::for_each()` function to 212 // Container-based version of the <algorithm> `std::find()` function to find 223 // Container-based version of the <algorithm> `std::find_if()` function to find 234 // Container-based version of the <algorithm> `std::find_if_not()` function to [all …]
|
/external/openscreen/third_party/abseil/src/absl/algorithm/ |
D | container.h | 19 // This header file provides Container-based versions of algorithmic functions 138 // Container-based version of absl::linear_search() for performing a linear 153 // Container-based version of the <iterator> `std::distance()` function to 168 // Container-based version of the <algorithm> `std::all_of()` function to 179 // Container-based version of the <algorithm> `std::any_of()` function to 190 // Container-based version of the <algorithm> `std::none_of()` function to 201 // Container-based version of the <algorithm> `std::for_each()` function to 212 // Container-based version of the <algorithm> `std::find()` function to find 223 // Container-based version of the <algorithm> `std::find_if()` function to find 234 // Container-based version of the <algorithm> `std::find_if_not()` function to [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/algorithm/ |
D | container.h | 19 // This header file provides Container-based versions of algorithmic functions 138 // Container-based version of absl::linear_search() for performing a linear 153 // Container-based version of the <iterator> `std::distance()` function to 168 // Container-based version of the <algorithm> `std::all_of()` function to 179 // Container-based version of the <algorithm> `std::any_of()` function to 190 // Container-based version of the <algorithm> `std::none_of()` function to 201 // Container-based version of the <algorithm> `std::for_each()` function to 212 // Container-based version of the <algorithm> `std::find()` function to find 223 // Container-based version of the <algorithm> `std::find_if()` function to find 234 // Container-based version of the <algorithm> `std::find_if_not()` function to [all …]
|
/external/libaom/libaom/av1/encoder/ |
D | speed_features.h | 126 // Allow recode for all frames based on bitrate constraints. 151 // Estimate the level based on quantizer and frame type 161 CDEF_PICK_FROM_Q, // Estimate filter strength based on quantizer. 166 // Terminate search early based on distortion so far compared to 192 // More aggressive pruning based on tx type score and allowed tx count 208 // Threshold used by the ML based method to predict TX block split decisions. 221 // inter blocks. It enables further tx type mode pruning based on ML model for 294 // Skip motion estimation based on the precision of center MVs and the 362 // Sets min and max square partition levels for this superblock based on 373 // Sets level of adjustmet of variace-based partitioning during [all …]
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 410 d curl_socket_t s 10i 0 based(######ptr######) 412 d curl_off_t s 20i 0 based(######ptr######) 414 d CURLcode s 10i 0 based(######ptr######) Enum 673 d curlioerr s 10i 0 based(######ptr######) Enum 680 d curlfiletype s 10i 0 based(######ptr######) Enum 698 d curliocmd s 10i 0 based(######ptr######) Enum 703 d curl_infotype s 10i 0 based(######ptr######) Enum 721 d curl_proxytype s 10i 0 based(######ptr######) Enum 737 d curl_khstat s 10i 0 based(######ptr######) Enum 749 d curl_khmatch s 10i 0 based(######ptr######) Enum [all …]
|