OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NamePart
(Results
1 - 7
of
7
) sorted by null
/external/tensorflow/tensorflow/core/util/
device_name_utils_test.cc
37
enum
NamePart
{ kJob = 0x01, kReplica = 0x02, kTask = 0x04, kDevice = 0x08 };
/external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
194
const char *
NamePart
= nullptr;
196
NamePart
= "_exchange";
198
NamePart
= "_fetch_add";
200
NamePart
= "_fetch_sub";
202
NamePart
= "_fetch_and";
204
NamePart
= "_fetch_or";
206
NamePart
= "_fetch_xor";
208
NamePart
= "_fetch_nand";
211
SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) +
NamePart
);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
207
const char *
NamePart
= nullptr;
209
NamePart
= "_exchange";
211
NamePart
= "_fetch_add";
213
NamePart
= "_fetch_sub";
215
NamePart
= "_fetch_and";
217
NamePart
= "_fetch_or";
219
NamePart
= "_fetch_xor";
221
NamePart
= "_fetch_nand";
224
SmallString<32> RMWName("__tsan_atomic" + itostr(BitSize) +
NamePart
);
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs
161
new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption), global::Google.Protobuf.Reflection.UninterpretedOption.Parser, new[]{ "Name", "IdentifierValue", "PositiveIntValue", "NegativeIntValue", "DoubleValue", "StringValue", "AggregateValue" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.UninterpretedOption.Types.
NamePart
), global::Google.Protobuf.Reflection.UninterpretedOption.Types.
NamePart
.Parser, new[]{ "NamePart_", "IsExtension" }, null, null, null)}),
[
all
...]
/external/protobuf/src/google/protobuf/
descriptor.pb.h
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.h
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.h
[
all
...]
Completed in 502 milliseconds