/aosp_15_r20/external/grpc-grpc/src/ruby/spec/ |
H A D | compression_options_spec.rb | 48 expect(options.default_algorithm).to be nil 55 default_algorithm: :identity, 65 expect(options.default_algorithm).to be(:identity) 72 default_algorithm: :gzip, 81 expect(options.default_algorithm).to be(:gzip) 88 default_algorithm: :identity, 97 expect(options.default_algorithm).to be(:identity) 118 expect(options.default_algorithm).to be(nil)
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/ |
H A D | rb_compression_options.c | 221 &options->default_algorithm.algorithm, algorithm_name); in grpc_rb_compression_options_set_default_algorithm() 222 options->default_algorithm.is_set = 1; in grpc_rb_compression_options_set_default_algorithm() 259 if (compression_options->default_algorithm.is_set) { in grpc_rb_compression_options_to_hash() 261 value = INT2NUM((int)compression_options->default_algorithm.algorithm); in grpc_rb_compression_options_to_hash() 317 if (wrapper->wrapped->default_algorithm.is_set) { in grpc_rb_compression_options_get_default_algorithm() 318 internal_value = wrapper->wrapped->default_algorithm.algorithm; in grpc_rb_compression_options_get_default_algorithm() 380 VALUE default_algorithm = Qnil; in grpc_rb_compression_options_init() local 401 default_algorithm = in grpc_rb_compression_options_init() 403 if (default_algorithm != Qnil) { in grpc_rb_compression_options_init() 405 default_algorithm); in grpc_rb_compression_options_init()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/compression/ |
H A D | compression_internal.cc | 256 auto default_algorithm = in CompressionOptionsFromChannelArgs() local 258 if (default_algorithm.has_value()) { in CompressionOptionsFromChannelArgs() 259 compression_options.default_algorithm.is_set = true; in CompressionOptionsFromChannelArgs() 260 compression_options.default_algorithm.algorithm = in CompressionOptionsFromChannelArgs() 261 Clamp(static_cast<grpc_compression_algorithm>(*default_algorithm), in CompressionOptionsFromChannelArgs()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | channel.cc | 136 auto default_algorithm = in CreateWithBuilder() local 138 if (default_algorithm.has_value()) { in CreateWithBuilder() 139 compression_options.default_algorithm.is_set = true; in CreateWithBuilder() 140 compression_options.default_algorithm.algorithm = in CreateWithBuilder() 141 Clamp(static_cast<grpc_compression_algorithm>(*default_algorithm), in CreateWithBuilder()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | rng_bit_generator_expander.h | 31 explicit RngBitGeneratorExpander(RandomAlgorithm default_algorithm) in RngBitGeneratorExpander() argument 32 : default_algorithm_(default_algorithm) { in RngBitGeneratorExpander()
|
/aosp_15_r20/external/grpc-grpc/include/grpc/impl/ |
H A D | compression_types.h | 102 } default_algorithm; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/ |
D | compression_types.h | 102 } default_algorithm; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/impl/ |
D | compression_types.h | 102 } default_algorithm; member
|
/aosp_15_r20/external/grpc-grpc/src/ruby/pb/test/ |
H A D | client.rb | 105 GRPC::Core::CompressionOptions.new(default_algorithm: :gzip)
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | grpc-bindings.rs | 188 pub default_algorithm: grpc_compression_options_grpc_compression_options_default_algorithm, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/ |
D | bindings.rs | 207 pub default_algorithm: grpc_compression_options_grpc_compression_options_default_algorithm, field
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/ |
D | android-dir.patch | 409 + pub default_algorithm: grpc_compression_options_grpc_compression_options_default_algorithm, 411 …SION_CHANNEL_DEFAULT_LEVEL. If present,\n takes precedence over \\a default_algorithm.\n TODO(dgq)…
|
/aosp_15_r20/prebuilts/sdk/30/test/api/ |
H A D | android.txt | 3219 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
/aosp_15_r20/prebuilts/sdk/28/system/api/ |
H A D | android.txt | 4418 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
/aosp_15_r20/prebuilts/sdk/29/system/api/ |
H A D | android.txt | 6281 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
/aosp_15_r20/prebuilts/sdk/30/system/api/ |
H A D | android-non-updatable.txt | 8416 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
H A D | android.txt | 9534 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
/aosp_15_r20/prebuilts/sdk/31/system/api/ |
H A D | android-non-updatable.txt | 9684 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
H A D | android.txt | 11856 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
/aosp_15_r20/prebuilts/sdk/32/system/api/ |
H A D | android-non-updatable.txt | 9732 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
H A D | android.txt | 11904 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
/aosp_15_r20/prebuilts/sdk/33/system/api/ |
H A D | android-non-updatable.txt | 10986 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
/aosp_15_r20/prebuilts/sdk/34/system/api/ |
H A D | android-non-updatable.txt | 11420 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/android-non-updatable.api.system.latest/gen/ |
D | android-non-updatable.api.system.latest | 12230 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|
/aosp_15_r20/prebuilts/sdk/36/system/api/ |
H A D | android-non-updatable.txt | 12230 …ERVICE_META_DATA_KEY_DEFAULT_ALGORITHM = "android.autofill.field_classification.default_algorithm";
|