/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.td | 470 bit hasOptions = 0b0; 475 // hasOptions. 507 let hasOptions = 0b1; 562 let hasOptions = 1; 610 let hasOptions = 1; 642 let hasOptions = 1; 679 let hasOptions = 1; 699 let hasOptions = 1; 729 let hasOptions = 1; 780 let hasOptions = 1; [all …]
|
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | OneofDescriptorProto.php | 97 public function hasOptions() function in Google\\Protobuf\\Internal\\OneofDescriptorProto
|
D | EnumValueDescriptorProto.php | 131 public function hasOptions() function in Google\\Protobuf\\Internal\\EnumValueDescriptorProto
|
D | ServiceDescriptorProto.php | 131 public function hasOptions() function in Google\\Protobuf\\Internal\\ServiceDescriptorProto
|
D | EnumDescriptorProto.php | 155 public function hasOptions() function in Google\\Protobuf\\Internal\\EnumDescriptorProto
|
D | MethodDescriptorProto.php | 194 public function hasOptions() function in Google\\Protobuf\\Internal\\MethodDescriptorProto
|
D | FieldDescriptorProto.php | 467 public function hasOptions() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
|
D | DescriptorProto.php | 318 public function hasOptions() function in Google\\Protobuf\\Internal\\DescriptorProto
|
D | FileDescriptorProto.php | 441 public function hasOptions() function in Google\\Protobuf\\Internal\\FileDescriptorProto
|
/external/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
D | ExtensionRange.php | 143 public function hasOptions() function in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 237 bool hasOptions(const SubCommand &Sub) const { in hasOptions() function in __anon92194b6c0111::CommandLineParser 242 bool hasOptions() const { in hasOptions() function in __anon92194b6c0111::CommandLineParser 244 if (hasOptions(*S)) in hasOptions() 1011 assert(hasOptions() && "No options specified!"); in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 251 bool hasOptions(const SubCommand &Sub) const { in hasOptions() function in __anon7f0a984f0111::CommandLineParser 256 bool hasOptions() const { in hasOptions() function in __anon7f0a984f0111::CommandLineParser 258 if (hasOptions(*S)) in hasOptions() 1038 assert(hasOptions() && "No options specified!"); in ParseCommandLineOptions()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 315 bool hasOptions(const SubCommand &Sub) const { in hasOptions() function in __anon52a1001a0111::CommandLineParser 320 bool hasOptions() const { in hasOptions() function in __anon52a1001a0111::CommandLineParser 322 if (hasOptions(*S)) in hasOptions() 1330 assert(hasOptions() && "No options specified!"); in ParseCommandLineOptions()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 315 bool hasOptions(const SubCommand &Sub) const { in hasOptions() function in __anonbd45570e0111::CommandLineParser 320 bool hasOptions() const { in hasOptions() function in __anonbd45570e0111::CommandLineParser 322 if (hasOptions(*S)) in hasOptions() 1313 assert(hasOptions() && "No options specified!"); in ParseCommandLineOptions()
|
/external/jcommander/src/main/java/com/beust/jcommander/ |
D | JCommander.java | 1160 boolean hasOptions = !descriptions.isEmpty(); in usage() 1172 if (hasOptions) mainLine.append(" [options]"); in usage()
|
/external/llvm-project/mlir/docs/Tutorials/ |
D | QuickstartRewrites.md | 64 let hasOptions = 1;
|