/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorContractionSycl.h | 32 * \tparam Scalar: determines the element type of the tensor/vector 34 * \tparam StorageIndex determines the Index type. 36 …* \tparam NCWindow: determines the number of non-contracting element to be process by each work-gr… 38 * \tparam CFactor: determines the number of contracting element to be process by each thread 40 * \tparam NCFactor: determines the number of non-contracting element to be process by each thread 44 // LocalThreadSizeC: determines total number of thread per workgroup for the contracting dimension 46 …// LocalThreadSizeNC: determines total number of thread per workgroup for the non-contracting dime… 48 // TileSizeDimNC: determines the tile size for the non-contracting dimension 50 // TileSizeDimC: determines the tile size for the contracting dimension 52 // WorkLoadPerThreadNC : determines workload per thread for loading the non-contracting dimension [all …]
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ |
H A D | SerializationFeature.java | 58 * Feature that determines what happens when no accessors are 75 * Feature that determines what happens when a direct self-reference 87 * Feature that determines whether Jackson code should catch 105 * Feature that determines what happens when an object which 119 * Feature that determines what happens when a direct self-reference is detected 138 * Feature that determines whether <code>close</code> method of 156 * Feature that determines whether <code>JsonGenerator.flush()</code> is 176 * Feature that determines whether Date (and date/time) values 202 * Feature that determines whether {@link java.util.Date}s 214 * Feature that determines whether date/date-time values should be serialized [all …]
|
H A D | DeserializationFeature.java | 29 * Feature that determines whether JSON floating point numbers 51 * Feature that determines whether JSON integral (non-floating-point) 69 * Feature that determines how "small" JSON integral (non-floating-point) 92 * Feature that determines whether JSON Array is mapped to 109 * Feature that determines whether encountering of unknown 125 * Feature that determines whether encountering of JSON null 136 * Feature that determines whether JSON integer numbers are valid 150 * Feature that determines what happens when type of a polymorphic 163 * Feature that determines what happens when reading JSON content into tree 180 * Feature that determines what happens when a property that has been explicitly [all …]
|
H A D | MapperFeature.java | 26 * Feature that determines whether annotation introspection 36 * Feature that determines whether otherwise regular "getter" 54 * Feature that determines how <code>transient</code> modifier for fields 73 * Feature that determines whether "creator" methods are 89 * Feature that determines whether non-static fields are recognized as 104 * Feature that determines whether regular "getter" methods are 123 * Feature that determines whether "is getter" methods are 139 * Feature that determines whether "setter" methods are 155 * Feature that determines whether getters (getter methods) 166 * Feature that determines whether member fields declared as 'final' may [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | analytics_v3.management.goals.html | 116 "active": True or False, # Determines whether this goal is active. 128 …"useEventValue": True or False, # Determines if the event value should be used as the va… 143 …"caseSensitive": True or False, # Determines if the goal URL must exactly match the capi… 144 …"firstStepRequired": True or False, # Determines if the first step in this goal is requi… 181 "active": True or False, # Determines whether this goal is active. 193 …"useEventValue": True or False, # Determines if the event value should be used as the va… 208 …"caseSensitive": True or False, # Determines if the goal URL must exactly match the capi… 209 …"firstStepRequired": True or False, # Determines if the first step in this goal is requi… 238 "active": True or False, # Determines whether this goal is active. 250 …"useEventValue": True or False, # Determines if the event value should be used as the va… [all …]
|
D | dfareporting_v3_5.reports.html | 159 …"matchType": "A String", # Determines how the 'value' field is match… 175 …"matchType": "A String", # Determines how the 'value' field is match… 193 …"matchType": "A String", # Determines how the 'value' field is match… 229 …"matchType": "A String", # Determines how the 'value' field is match… 262 …"matchType": "A String", # Determines how the 'value' field is match… 278 …"matchType": "A String", # Determines how the 'value' field is match… 294 …"matchType": "A String", # Determines how the 'value' field is match… 319 …"matchType": "A String", # Determines how the 'value' field is match… 339 …"matchType": "A String", # Determines how the 'value' field is match… 373 …"matchType": "A String", # Determines how the 'value' field is match… [all …]
|
D | dfareporting_v3_4.reports.html | 159 …"matchType": "A String", # Determines how the 'value' field is match… 175 …"matchType": "A String", # Determines how the 'value' field is match… 193 …"matchType": "A String", # Determines how the 'value' field is match… 229 …"matchType": "A String", # Determines how the 'value' field is match… 262 …"matchType": "A String", # Determines how the 'value' field is match… 278 …"matchType": "A String", # Determines how the 'value' field is match… 294 …"matchType": "A String", # Determines how the 'value' field is match… 319 …"matchType": "A String", # Determines how the 'value' field is match… 339 …"matchType": "A String", # Determines how the 'value' field is match… 373 …"matchType": "A String", # Determines how the 'value' field is match… [all …]
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/ |
H A D | VirtualMachine.java | 464 * Determines if the target VM supports watchpoints 473 * Determines if the target VM supports watchpoints 482 * Determines if the target VM supports the retrieval 491 * Determines if the target VM supports the query 500 * Determines if the target VM supports the retrieval 509 * Determines if the target VM supports the retrieval 518 * Determines if the target VM supports the retrieval 527 * Determines if the target VM supports filtering 537 * Determines if the target VM supports any level 549 * Determines if the target VM supports the addition [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/net/ftp/ |
H A D | FtpReplyCode.java | 103 * Determines if the code is a Positive Preliminary response. 114 * Determines if the code is a Positive Completion response. 125 * Determines if the code is a positive internediate response. 136 * Determines if the code is a transient negative response. 147 * Determines if the code is a permanent negative response. 158 * Determines if the code is a protected reply response. 169 * Determines if the code is a syntax related response. 180 * Determines if the code is an information related response. 191 * Determines if the code is a connection related response. 202 * Determines if the code is an authentication related response. [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/ |
H A D | ascii.h | 79 // Determines whether the given character is an alphabetic character. 86 // Determines whether the given character is an alphanumeric character. 93 // Determines whether the given character is a whitespace character (space, 101 // Determines whether the given character is a punctuation character. 108 // Determines whether the given character is a blank character (tab or space). 115 // Determines whether the given character is a control character. 122 // Determines whether the given character can be represented as a hexadecimal 130 // Determines whether the given character can be represented as a decimal 136 // Determines whether the given character is printable, including spaces. 141 // Determines whether the given character has a graphical representation. [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/strings/ |
H A D | ascii.h | 81 // Determines whether the given character is an alphabetic character. 88 // Determines whether the given character is an alphanumeric character. 95 // Determines whether the given character is a whitespace character (space, 103 // Determines whether the given character is a punctuation character. 110 // Determines whether the given character is a blank character (tab or space). 117 // Determines whether the given character is a control character. 124 // Determines whether the given character can be represented as a hexadecimal 132 // Determines whether the given character can be represented as a decimal 138 // Determines whether the given character is printable, including spaces. 143 // Determines whether the given character has a graphical representation. [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | ascii.h | 79 // Determines whether the given character is an alphabetic character. 86 // Determines whether the given character is an alphanumeric character. 93 // Determines whether the given character is a whitespace character (space, 101 // Determines whether the given character is a punctuation character. 108 // Determines whether the given character is a blank character (tab or space). 115 // Determines whether the given character is a control character. 122 // Determines whether the given character can be represented as a hexadecimal 130 // Determines whether the given character can be represented as a decimal 136 // Determines whether the given character is printable, including spaces. 141 // Determines whether the given character has a graphical representation. [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/ |
H A D | ascii.h | 79 // Determines whether the given character is an alphabetic character. 86 // Determines whether the given character is an alphanumeric character. 93 // Determines whether the given character is a whitespace character (space, 101 // Determines whether the given character is a punctuation character. 108 // Determines whether the given character is a blank character (tab or space). 115 // Determines whether the given character is a control character. 122 // Determines whether the given character can be represented as a hexadecimal 130 // Determines whether the given character can be represented as a decimal 136 // Determines whether the given character is printable, including whitespace. 141 // Determines whether the given character has a graphical representation. [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/ |
H A D | ascii.h | 81 // Determines whether the given character is an alphabetic character. 88 // Determines whether the given character is an alphanumeric character. 95 // Determines whether the given character is a whitespace character (space, 103 // Determines whether the given character is a punctuation character. 110 // Determines whether the given character is a blank character (tab or space). 117 // Determines whether the given character is a control character. 124 // Determines whether the given character can be represented as a hexadecimal 132 // Determines whether the given character can be represented as a decimal 138 // Determines whether the given character is printable, including spaces. 143 // Determines whether the given character has a graphical representation. [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/ |
H A D | ascii.h | 79 // Determines whether the given character is an alphabetic character. 86 // Determines whether the given character is an alphanumeric character. 93 // Determines whether the given character is a whitespace character (space, 101 // Determines whether the given character is a punctuation character. 108 // Determines whether the given character is a blank character (tab or space). 115 // Determines whether the given character is a control character. 122 // Determines whether the given character can be represented as a hexadecimal 130 // Determines whether the given character can be represented as a decimal 136 // Determines whether the given character is printable, including spaces. 141 // Determines whether the given character has a graphical representation. [all …]
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderErrors.cpp | 590 /** Determines what compilation result is anticipated for each of the pipeline stages. 616 /** Determines what linking result is anticipated for all program objects created by the test. 742 /** Determines what compilation result is anticipated for each of the pipeline stages. 762 /** Determines what linking result is anticipated for all program objects created by the test. 880 /** Determines what compilation result is anticipated for each of the pipeline stages. 900 /** Determines what linking result is anticipated for all program objects created by the test. 1000 /** Determines what compilation result is anticipated for each of the pipeline stages. 1020 /** Determines what linking result is anticipated for all program objects created by the test. 1117 /** Determines what compilation result is anticipated for each of the pipeline stages. 1137 /** Determines what linking result is anticipated for all program objects created by the test. [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/ |
H A D | ascii.h | 89 // Determines whether the given character is an alphabetic character. 96 // Determines whether the given character is an alphanumeric character. 103 // Determines whether the given character is a whitespace character (space, 111 // Determines whether the given character is a punctuation character. 118 // Determines whether the given character is a blank character (tab or space). 125 // Determines whether the given character is a control character. 132 // Determines whether the given character can be represented as a hexadecimal 140 // Determines whether the given character can be represented as a decimal 148 // Determines whether the given character is printable, including spaces. 155 // Determines whether the given character has a graphical representation. [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.9/com/fasterxml/jackson/databind/ |
H A D | MapperFeature.html | 153 <div class="block">Feature that determines if Enum deserialization should be case sensitive or not.… 163 <div class="block">Feature that determines whether coercions from secondary representations are all… 176 <div class="block">Feature that determines whether member fields declared as 'final' may 183 <div class="block">Feature that determines whether "creator" methods are 190 <div class="block">Feature that determines whether non-static fields are recognized as 196 <div class="block">Feature that determines whether regular "getter" methods are 203 <div class="block">Feature that determines whether "is getter" methods are 210 <div class="block">Feature that determines whether "setter" methods are 217 <div class="block">Feature that determines whether method and field access 224 <div class="block">Feature that determines whether properties that have no view [all …]
|
/aosp_15_r20/external/jackson-core/docs/javadoc/1.9/org/codehaus/jackson/map/ |
H A D | SerializationConfig.Feature.html | 136 <div class="block">Feature that determines whether non-static fields are recognized as 142 <div class="block">Feature that determines whether regualr "getter" methods are 149 <div class="block">Feature that determines whether "is getter" methods are 156 <div class="block">Feature that determines whether method and field access 163 <div class="block">Feature that determines whether <code>close</code> method of 172 <div class="block">Feature that determines whether properties that have no view 180 <div class="block">Feature that determines what happens when no accessors are 187 <div class="block">Feature that determines whether <code>JsonGenerator.flush()</code> is 203 <div class="block">Feature that determines whether getters (getter methods) 223 <div class="block">Feature that determines whether annotation introspection [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/1.9/org/codehaus/jackson/map/ |
H A D | SerializationConfig.Feature.html | 136 <div class="block">Feature that determines whether non-static fields are recognized as 142 <div class="block">Feature that determines whether regualr "getter" methods are 149 <div class="block">Feature that determines whether "is getter" methods are 156 <div class="block">Feature that determines whether method and field access 163 <div class="block">Feature that determines whether <code>close</code> method of 172 <div class="block">Feature that determines whether properties that have no view 180 <div class="block">Feature that determines what happens when no accessors are 187 <div class="block">Feature that determines whether <code>JsonGenerator.flush()</code> is 203 <div class="block">Feature that determines whether getters (getter methods) 223 <div class="block">Feature that determines whether annotation introspection [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.7/com/fasterxml/jackson/databind/ |
H A D | SerializationFeature.html | 140 <div class="block">Feature that determines whether <code>close</code> method of 149 <div class="block">Feature that determines whether <a href="../../../../com/fasterxml/jackson/datab… 156 <div class="block">Feature that determines what happens when no accessors are 163 <div class="block">Feature that determines what happens when a direct self-reference 171 <div class="block">Feature that determines what happens when an object which 178 <div class="block">Feature that determines whether <code>JsonGenerator.flush()</code> is 193 <div class="block">Feature that determines whether <a href="http://docs.oracle.com/javase/7/docs/ap… 201 <div class="block">Feature that determines whether Object Identity is compared using 207 <div class="block">Feature that determines whether Jackson code should catch 231 <div class="block">Feature that determines how type <code>char[]</code> is serialized: [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.6/com/fasterxml/jackson/databind/ |
H A D | SerializationFeature.html | 153 <div class="block">Feature that determines whether <code>close</code> method of 162 <div class="block">Feature that determines whether <a href="../../../../com/fasterxml/jackson/datab… 169 <div class="block">Feature that determines what happens when no accessors are 176 <div class="block">Feature that determines what happens when a direct self-reference 184 <div class="block">Feature that determines what happens when an object which 191 <div class="block">Feature that determines whether <code>JsonGenerator.flush()</code> is 206 <div class="block">Feature that determines whether <a href="http://docs.oracle.com/javase/6/docs/ap… 214 <div class="block">Feature that determines whether Object Identity is compared using 220 <div class="block">Feature that determines whether Jackson code should catch 244 <div class="block">Feature that determines how type <code>char[]</code> is serialized: [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.4/com/fasterxml/jackson/databind/ |
H A D | SerializationFeature.html | 140 <div class="block">Feature that determines whether <code>close</code> method of 149 <div class="block">Feature that determines whether <a href="../../../../com/fasterxml/jackson/datab… 156 <div class="block">Feature that determines what happens when no accessors are 163 <div class="block">Feature that determines what happens when a direct self-reference 171 <div class="block">Feature that determines what happens when an object which 178 <div class="block">Feature that determines whether <code>JsonGenerator.flush()</code> is 194 <div class="block">Feature that determines whether <a href="http://docs.oracle.com/javase/6/docs/ap… 202 <div class="block">Feature that determines whether Object Identity is compared using 208 <div class="block">Feature that determines whether Jackson code should catch 224 <div class="block">Feature that determines whether <a href="http://docs.oracle.com/javase/6/docs/ap… [all …]
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/compat/ |
D | CompatUtils.java | 91 * Determines if this version is compatible with multi-SIM and the phone account APIs. Can also 102 * Determines if this version is compatible with video calling. Can also force the version to be 113 * Determines if this version is capable of using presence checking for video calling. Support 124 * Determines if this version is compatible with call subject. Can also force the version to be 135 * Determines if this version is compatible with a default dialer. Can also force the version to 145 * Determines if this version is compatible with Lollipop Mr1-specific APIs. Can also force the 156 * Determines if this version is compatible with Marshmallow-specific APIs. Can also force the 167 * Determines if this version is compatible with N-specific APIs. 187 * Determines if the given class is available. Can be used to check if system apis exist at 211 * Determines if the given class's method is available to call. Can be used to check if system [all …]
|
/aosp_15_r20/external/jackson-databind/docs/javadoc/2.10/com/fasterxml/jackson/databind/ |
H A D | MapperFeature.html | 153 <div class="block">Feature that determines if Enum deserialization should be case sensitive or not.… 169 <div class="block">Feature that determines whether coercions from secondary representations are all… 182 <div class="block">Feature that determines whether member fields declared as 'final' may 189 <div class="block">Feature that determines whether "creator" methods are 196 <div class="block">Feature that determines whether non-static fields are recognized as 202 <div class="block">Feature that determines whether regular "getter" methods are 209 <div class="block">Feature that determines whether "is getter" methods are 216 <div class="block">Feature that determines whether "setter" methods are 223 <div class="block">Feature that determines whether method and field access 230 <div class="block">Feature that determines whether properties that have no view [all …]
|