/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MapField.java | 31 package com.google.protobuf; 33 import com.google.protobuf.MapFieldLite.MutatabilityAwareMap; 78 private volatile StorageMode mode; field in MapField 85 void convertMessageToKeyAndValue(Message message, Map<K, V> map); in convertMessageToKeyAndValue() argument 102 public void convertMessageToKeyAndValue(Message message, Map<K, V> map) { in convertMessageToKeyAndValue() argument 104 map.put(entry.getKey(), entry.getValue()); in convertMessageToKeyAndValue() 118 StorageMode mode, in MapField() argument 122 this.mode = mode; in MapField() 129 StorageMode mode, in MapField() argument 131 this(new ImmutableMessageConverter<K, V>(defaultEntry), mode, mapData); in MapField() [all …]
|
/external/kotlinc/lib/ |
D | kotlin-imports-dumper-compiler-plugin.jar | ... .config.CompilerConfiguration $receiver
java.util.Map map
java.util.Collection pluginOptions
}
org/ ... |
D | kotlin-reflect.jar | ... kotlin.reflect.KCallable, java.util.Map, kotlin.coroutines.Continuation)
kotlin.reflect ... |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |
/external/tensorflow/tensorflow/core/util/ |
D | test_log.proto | 4 import "google/protobuf/any.proto"; 44 // Generic map from result key to value. 45 map<string, EntryValue> extras = 6; 53 string mode = 1; // opt, dbg, etc field 88 map<string, int64> cache_size = 6; 132 repeated google.protobuf.Any device_info = 4;
|
/external/protobuf/ |
D | CHANGES.txt | 64 * Added DiscardUnknownFields API for python protobuf message. 145 - Duplicate map keys in JSON are now rejected (i.e., translation will 147 - Fixed wire-format for google.protobuf.Value/ListValue. 148 - Fixed precision loss when converting google.protobuf.Timestamp. 173 support true map operations. 200 * This is the first beta release of protobuf v3.0.0. Not all languages 226 * Introduced new utility functions/classes in the google/protobuf/util 230 - JsonUtil: support converting protobuf binary format to/from JSON. 284 - Added *Count for repeated and map<> fields to avoid auto-create when 346 field support(single, repeated, map, oneof), proto2 and proto3 syntax [all …]
|
D | Makefile.am | 49 pkgconfig_DATA = protobuf.pc protobuf-lite.pc 194 java/core/src/main/java/com/google/protobuf/AbstractMessage.java \ 195 java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java \ 196 java/core/src/main/java/com/google/protobuf/AbstractParser.java \ 197 java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java \ 198 java/core/src/main/java/com/google/protobuf/BlockingRpcChannel.java \ 199 java/core/src/main/java/com/google/protobuf/BlockingService.java \ 200 java/core/src/main/java/com/google/protobuf/BooleanArrayList.java \ 201 java/core/src/main/java/com/google/protobuf/ByteBufferWriter.java \ 202 java/core/src/main/java/com/google/protobuf/ByteOutput.java \ [all …]
|
/external/v8/src/inspector/build/closure-compiler/ |
D | closure-compiler.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/tensorflow/tensorflow/core/profiler/ |
D | profiler_service.proto | 5 import "tensorflow/core/protobuf/config.proto"; 51 map<string, ToolRequestOptions> tool_options = 8; 117 // Level 1: An ultra lightweight mode that captures only some utilization
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | eager_service.proto | 9 import "tensorflow/core/protobuf/tensorflow_server.proto"; 36 map<string, AttrValue> attrs = 5; 174 // (in async mode) or executes (in sync mode) them on the remote server.
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 87 namespace protobuf { namespace 91 #define mkdir(name, mode) mkdir(name) argument 375 map<string, string*> files_; 407 google::protobuf::scoped_ptr<io::StringOutputStream> inner_; 432 for (map<string, string*>::const_iterator iter = files_.begin(); in WriteAllToDisk() 520 for (map<string, string*>::const_iterator iter = files_.begin(); in WriteAllToZip() 550 for (map<string, string*>::iterator iter = files_.begin(); in GetOutputFilenames() 1200 << protobuf::internal::VersionString(GOOGLE_PROTOBUF_VERSION) in InterpretArgument() 1578 google::protobuf::scoped_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput() 1627 google::protobuf::scoped_ptr<Message> message(dynamic_factory.GetPrototype(type)->New()); in EncodeOrDecode()
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_estimator.py | 36 from tensorflow.core.protobuf import config_pb2 37 from tensorflow.core.protobuf.tpu import compilation_result_pb2 as tpu_compilation_result 303 mode, argument 333 mode=mode, 368 mode=self.mode, 787 if ctx.mode == model_fn_lib.ModeKeys.PREDICT: 865 if ctx.mode == model_fn_lib.ModeKeys.PREDICT: 958 if ctx.mode == model_fn_lib.ModeKeys.PREDICT: 1279 if self._ctx.mode != model_fn_lib.ModeKeys.PREDICT else 1319 if self._ctx.mode != model_fn_lib.ModeKeys.PREDICT else [all …]
|
/external/nanopb-c/ |
D | CHANGELOG.txt | 13 Add test/example of using 'map' type. (#289) 34 Multiple fixes related to proto3 mode (#242, #245, #247, #249) 41 Allow overriding proto3 mode (#228) 172 Move descriptor.proto to google/protobuf subdirectory (issue 104) 257 Remove "skip" mode from pb_istream_t callbacks. Example implementation had a bug. (issue 37)
|
/external/grpc-grpc/third_party/nanopb/generator/proto/google/protobuf/ |
D | descriptor.proto | 42 package google.protobuf; 43 option java_package = "com.google.protobuf"; 252 // independent entities, e-mail protobuf-global-extension-registry@google.com 331 // early versions of google.protobuf. 392 // Whether the message is an automatically generated map entry type for the 396 // map<KeyType, ValueType> map_field = 1; 406 // use a native map in the target language to hold the keys and values. 429 // Default mode.
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 42 package google.protobuf; 43 option go_package = "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor"; 44 option java_package = "com.google.protobuf"; 275 // independent entities, e-mail protobuf-global-extension-registry@google.com 345 // early versions of google.protobuf. 424 // Whether the message is an automatically generated map entry type for the 428 // map<KeyType, ValueType> map_field = 1; 438 // use a native map in the target language to hold the keys and values. 464 // Default mode.
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 42 package google.protobuf; 43 option go_package = "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor"; 44 option java_package = "com.google.protobuf"; 306 // independent entities, e-mail protobuf-global-extension-registry@google.com 376 // early versions of google.protobuf. 463 // Whether the message is an automatically generated map entry type for the 467 // map<KeyType, ValueType> map_field = 1; 477 // use a native map in the target language to hold the keys and values. 503 // Default mode.
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 42 package google.protobuf; 43 option go_package = "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor"; 44 option java_package = "com.google.protobuf"; 306 // independent entities, e-mail protobuf-global-extension-registry@google.com 376 // early versions of google.protobuf. 463 // Whether the message is an automatically generated map entry type for the 467 // map<KeyType, ValueType> map_field = 1; 477 // use a native map in the target language to hold the keys and values. 503 // Default mode.
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 42 package google.protobuf; 44 option java_package = "com.google.protobuf"; 271 // independent entities, e-mail protobuf-global-extension-registry@google.com 352 // early versions of google.protobuf. 421 // Whether the message is an automatically generated map entry type for the 425 // map<KeyType, ValueType> map_field = 1; 435 // use a native map in the target language to hold the keys and values. 458 // Default mode.
|
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.proto | 42 package google.protobuf; 43 option go_package = "github.com/golang/protobuf/protoc-gen-go/descriptor;descriptor"; 44 option java_package = "com.google.protobuf"; 306 // independent entities, e-mail protobuf-global-extension-registry@google.com 376 // early versions of google.protobuf. 474 // Whether the message is an automatically generated map entry type for the 478 // map<KeyType, ValueType> map_field = 1; 488 // use a native map in the target language to hold the keys and values. 514 // Default mode.
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_processing_unittest.cc | 56 const google::protobuf::int32 kChannels[] = {1, 2}; 225 const ::google::protobuf::MessageLite& msg) { in OpenFileAndWriteMessage() 255 std::map<std::string, std::string> temp_filenames; 300 ::google::protobuf::MessageLite* msg) { in OpenFileAndReadMessage() 1061 EchoControlMobile::RoutingMode mode[] = { in TEST_F() local 1068 for (size_t i = 0; i < arraysize(mode); i++) { in TEST_F() 1070 apm_->echo_control_mobile()->set_routing_mode(mode[i])); in TEST_F() 1071 EXPECT_EQ(mode[i], in TEST_F() 1126 apm_->gain_control()->mode())); in TEST_F() 1128 GainControl::Mode mode[] = { in TEST_F() local [all …]
|
/external/tensorflow/ |
D | RELEASE.md | 18 * Update the doc with the details about the rounding mode used in quantize_and_dequantize_v2. 55 …unified backend between CPU and GPU mode, since the CuDNN kernel is using sigmoid, we change the d… 79 * Support parallel map in `map_and_filter_fusion`. 86 … `num_parallel_calls` of `tf.data.Dataset.interleave` and `tf.data.Dataset.map` work in Eager mode. 230 and `tf.keras.layers.LocallyConnected1D`. The new mode 284 * boosted trees: adding pruning mode 539 * Eager mode is moving out of contrib, try `tf.enable_eager_execution()`. 1226 protobuf enum. 1252 * Remove estimator_spec(mode) argument. 1347 * Android demo: read MultiBox priors from txt file rather than protobuf. [all …]
|
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples.py | 53 from google.protobuf import text_format 194 fp.write("shape," + ",".join(map(str, x.shape)) + "\n") 223 fp.write(" input: \"" + ",".join(map(str, t.shape)) + "\"\n") 4162 input_tensor, paddings=padding_matrix, mode=parameters["mode"])
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend.py | 33 from tensorflow.core.protobuf import config_pb2 3289 return map(array_ops.stop_gradient, variables) 5368 mode=dc.CoordinatorMode.INDEPENDENT_WORKER)
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | README.md | 64 GraphDef files, usually in a binary protobuf format. This is the low-level 999 SetNodeAttr("mode", "REFLECT", &fused_conv); 1054 Here's what the std::map of strings looks like in the params member:
|