| /external/stg/ |
| D | naming.cc | 107 Name Describe::operator()(Id id) { in operator ()() 118 Name Describe::operator()(const Special& x) { in operator ()() 129 Name Describe::operator()(const PointerReference& x) { in operator ()() 146 Name Describe::operator()(const PointerToMember& x) { in operator ()() 153 Name Describe::operator()(const Typedef& x) { in operator ()() 157 Name Describe::operator()(const Qualified& x) { in operator ()() 161 Name Describe::operator()(const Primitive& x) { in operator ()() 165 Name Describe::operator()(const Array& x) { in operator ()() 172 Name Describe::operator()(const BaseClass& x) { in operator ()() 176 Name Describe::operator()(const Method& x) { in operator ()() [all …]
|
| /external/cronet/third_party/protobuf/js/experimental/runtime/kernel/ |
| D | reader_test.js | 45 describe('Read bool does', () => { 59 describe('readBytes does', () => { 73 describe('readDouble does', () => { 87 describe('readFixed32 does', () => { 101 describe('readFloat does', () => { 115 describe('readInt32 does', () => { 133 describe('readSfixed32 does', () => { 147 describe('readSfixed64 does', () => { 161 describe('readSint32 does', () => { 179 describe('readInt64 does', () => { [all …]
|
| D | buffer_decoder_test.js | 20 describe('setCursor does', () => { 30 describe('skip does', () => { 40 describe('Skip varint does', () => { 71 describe('readVarint64 does', () => { 100 describe('readUnsignedVarint32 does', () => { 150 describe('readUnsignedVarint32At does', () => { 160 describe('getFloat32 does', () => { 170 describe('getFloat64 does', () => { 180 describe('getInt32 does', () => { 198 describe('getUint32 does', () => { [all …]
|
| D | writer_test.js | 53 describe('Writer does', () => { 145 describe('Writer.writeBufferDecoder does', () => { 211 describe('Writer.writeBytes does', () => { 246 describe('Writer.writeDouble does', () => { 281 describe('Writer.writeFixed32 does', () => { 300 describe('Writer.writeFloat does', () => { 334 describe('Writer.writeInt32 does', () => { 355 describe('Writer.writeSfixed32 does', () => { 379 describe('Writer.writeSfixed64 does', () => { 398 describe('Writer.writeSint32 does', () => { [all …]
|
| /external/aws-sdk-java-v2/services/ec2/src/main/resources/codegen-resources/ |
| D | examples-1.json | 1637 "id": "ec2-describe-account-attributes-1", 1638 "title": "To describe a single attribute for your AWS account" 1703 "id": "ec2-describe-account-attributes-2", 1704 "title": "To describe all attributes for your AWS account" 1735 "id": "ec2-describe-addresses-1", 1736 "title": "To describe your Elastic IP addresses" 1770 "id": "ec2-describe-addresses-2", 1771 "title": "To describe your Elastic IP addresses for EC2-VPC" 1800 "id": "ec2-describe-addresses-3", 1801 "title": "To describe your Elastic IP addresses for EC2-Classic" [all …]
|
| /external/aws-sdk-java-v2/services/autoscaling/src/main/resources/codegen-resources/ |
| D | examples-1.json | 354 "id": "autoscaling-describe-account-limits-1", 355 "title": "To describe your Auto Scaling account limits" 380 "id": "autoscaling-describe-adjustment-types-1", 381 "title": "To describe the Auto Scaling adjustment types" 444 "id": "autoscaling-describe-auto-scaling-groups-1", 445 "title": "To describe an Auto Scaling group" 475 "id": "autoscaling-describe-auto-scaling-instances-1", 476 "title": "To describe one or more Auto Scaling instances" 497 "id": "autoscaling-describe-auto-scaling-notification-types-1", 498 "title": "To describe the Auto Scaling notification types" [all …]
|
| /external/grpc-grpc/src/ruby/spec/ |
| D | call_spec.rb | 19 describe GRPC::Core::WriteFlags do 27 describe GRPC::Core::RpcErrors do 62 describe GRPC::Core::CallOps do 83 describe GRPC::Core::Call do 91 describe '#status' do 111 describe '#metadata' do 131 describe '#set_credentials!' do 140 describe '#cancel' do 153 describe '#cancel_with_status' do
|
| D | server_spec.rb | 26 describe Server do 31 describe '#start' do 45 describe '#shutdown_and_notify and #destroy' do 72 describe '#shutdown_and_notify and #close' do 99 describe '#add_http_port' do 100 describe 'for insecure servers' do 122 describe 'for secure servers' do 143 describe 'for xds servers' do 217 describe '#new with an insecure channel' do
|
| D | channel_spec.rb | 24 describe GRPC::Core::Channel do 85 describe '#new for secure channels' do 93 describe '#new for insecure channels' do 103 describe '#new for XDS channels' do 114 describe '#create_call' do 143 describe '#destroy' do 158 describe '#connectivity_state' do 187 describe '::SSL_TARGET' do 193 describe '#close' do
|
| D | compression_options_spec.rb | 17 describe GRPC::Core::CompressionOptions do 39 describe 'creating, reading, and converting to channel args hash' do 103 describe '#new with bad parameters' do 115 describe '#default_algorithm' do 122 describe '#default_level' do 129 describe '#disabled_algorithms' do 136 describe '#algorithm_enabled?' do
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/ |
| D | GenericsResolutionTest.java | 63 … assertEquals("java.lang.String", type.asReferenceType().typeParametersValues().get(0).describe()); in resolveFieldWithGenericTypeToString() 80 …ymbolsolver.javaparser.Generics", type.asReferenceType().typeParametersValues().get(0).describe()); in resolveFieldWithGenericTypeToDeclaredClass() 97 …assertEquals("java.lang.Integer", type.asReferenceType().typeParametersValues().get(0).describe()); in resolveFieldWithGenericTypeToInteger() 114 assertEquals("A", type.describe()); in resolveFieldOfVariableType() 131 assertEquals("java.util.List<A>", type.describe()); in resolveFieldOfGenericReferringToVariableType() 135 assertEquals("A", typeParam.describe()); in resolveFieldOfGenericReferringToVariableType() 150 assertEquals("java.lang.String", type.describe()); in resolveUsageOfGenericFieldSimpleCase() 164 assertEquals("java.util.List<A>", type.describe()); in resolveUsageOfGenericFieldIntermediateCase() 167 assertEquals("A", type.asReferenceType().typeParametersValues().get(0).describe()); in resolveUsageOfGenericFieldIntermediateCase() 182 assertEquals("java.util.List<java.lang.String>", type.describe()); in resolveUsageOfGenericFieldAdvancedCase() [all …]
|
| D | LambdaResolutionTest.java | 46 …va.util.function.Function<? super java.lang.String, ? extends java.lang.String>", type.describe()); in lambdaMapParameter() 60 assertEquals("java.util.stream.Stream<java.lang.String>", type.describe()); in personsStream() 77 assertEquals("java.util.stream.Stream<java.lang.String>", type1.describe()); in lambdaMap() 78 assertEquals("java.util.stream.Stream<java.util.stream.IntStream>", type2.describe()); in lambdaMap() 91 assertEquals("java.util.Optional<java.lang.Integer>", type1.describe()); in lambdaReduce() 104 assertEquals("void", type1.describe()); in lambdaPrint() 117 assertEquals("double", type1.describe()); in lambdaBifunc() 132 …s("java.util.stream.Collector<T, ? extends java.lang.Object, java.util.List<T>>", type.describe()); in lambdaCollectParam() 145 assertEquals("java.util.List<java.lang.String>", type.describe()); in lambdaCollect() 158 assertEquals("java.lang.String", type.describe()); in lambdaBlockExplicitReturn() [all …]
|
| /external/aws-sdk-java-v2/services/databasemigration/src/main/resources/codegen-resources/ |
| D | examples-1.json | 426 "id": "describe-acount-attributes-1481753085663", 427 "title": "Describe acount attributes" 458 "id": "describe-certificates-1481753186244", 459 "title": "Describe certificates" 496 "id": "describe-connections-1481754477953", 497 "title": "Describe connections" 528 "id": "describe-endpoint-types-1481754742591", 529 "title": "Describe endpoint types" 560 "id": "describe-endpoints-1481754926060", 561 "title": "Describe endpoints" [all …]
|
| /external/AFLplusplus/include/ |
| D | common.h | 99 /* Describe integer. The buf should be 105 /* Describe float. Similar as int. */ 109 /* Describe integer as memory size. */ 113 /* Describe time delta as string. 118 /* Unsafe describe time delta as simple string. 123 /* Unsafe Describe integer. The buf sizes are not checked. 129 /* Unsafe describe float. Similar as unsafe int. */ 133 /* Unsafe describe integer as memory size. */ 137 /* Unsafe describe time delta as string.
|
| /external/googletest/googlemock/test/ |
| D | gmock-matchers-arithmetic_test.cc | 62 EXPECT_EQ("are an equal pair", Describe(m)); in TEST() 77 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST() 92 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST() 107 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST() 122 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST() 137 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST() 233 // Tests that IsNan() can describe itself. 236 EXPECT_EQ("is NaN", Describe(mf)); in TEST() 239 EXPECT_EQ("is NaN", Describe(md)); in TEST() 242 EXPECT_EQ("is NaN", Describe(mld)); in TEST() [all …]
|
| /external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/ |
| D | gmock-matchers-arithmetic_test.cc | 62 EXPECT_EQ("are an equal pair", Describe(m)); in TEST() 77 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST() 92 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST() 107 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST() 122 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST() 137 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST() 233 // Tests that IsNan() can describe itself. 236 EXPECT_EQ("is NaN", Describe(mf)); in TEST() 239 EXPECT_EQ("is NaN", Describe(md)); in TEST() 242 EXPECT_EQ("is NaN", Describe(mld)); in TEST() [all …]
|
| /external/cronet/third_party/googletest/src/googlemock/test/ |
| D | gmock-matchers-arithmetic_test.cc | 61 EXPECT_EQ("are an equal pair", Describe(m)); in TEST() 76 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST() 91 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST() 106 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST() 121 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST() 136 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST() 232 // Tests that IsNan() can describe itself. 235 EXPECT_EQ("is NaN", Describe(mf)); in TEST() 238 EXPECT_EQ("is NaN", Describe(md)); in TEST() 241 EXPECT_EQ("is NaN", Describe(mld)); in TEST() [all …]
|
| /external/aws-sdk-java-v2/services/efs/src/main/resources/codegen-resources/ |
| D | examples-1.json | 140 "id": "to-describe-an-efs-file-system-1481848448460", 141 "title": "To describe an EFS file system" 157 "id": "to-describe-the-security-groups-for-a-mount-target-1481849317823", 158 "title": "To describe the security groups for a mount target" 182 "id": "to-describe-the-mount-targets-for-a-file-system-1481849958584", 183 "title": "To describe the mount targets for a file system" 202 "id": "to-describe-the-tags-for-a-file-system-1481850497090", 203 "title": "To describe the tags for a file system"
|
| /external/llvm/docs/ |
| D | MIRLangRef.rst | 267 .. TODO: Describe the way the reference to an unnamed LLVM IR block can be 373 .. TODO: Describe the CIMM (Rare) and FPIMM immediate operands. 475 .. TODO: Describe the parsers default behaviour when optional YAML attributes 477 .. TODO: Describe the syntax for the bundled instructions. 478 .. TODO: Describe the syntax for virtual register YAML definitions. 479 .. TODO: Describe the machine function's YAML flag attributes. 480 .. TODO: Describe the syntax for the external symbol and register 482 .. TODO: Describe the frame information YAML mapping. 483 .. TODO: Describe the syntax of the stack object machine operands and their 485 .. TODO: Describe the syntax of the constant pool machine operands and their [all …]
|
| /external/python/apitools/apitools/base/protorpclite/ |
| D | descriptor.py | 49 # Describe Pixel class using message descriptor. 89 describe_enum_value: Describe an individual enum-value. 90 describe_enum: Describe an Enum class. 91 describe_field: Describe a Field definition. 92 describe_file: Describe a 'file' unit from a Python module or object. 93 describe_file_set: Describe a file set from a list of modules or objects. 94 describe_message: Describe a Message definition. 120 'describe', 390 module: Python module to describe. 429 modules: Iterable of Python module to describe. [all …]
|
| /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-model/ |
| D | com_github_javaparser_symbolsolver_model_typesystem_TypeVariable.txt | 20 Line 113) describe().equals(other.describe()) ==> java.lang.String.equals(java.lang.Object) 21 …Line 113) describe() ==> com.github.javaparser.symbolsolver.model.typesystem.TypeVariable.describe… 22 Line 113) other.describe() ==> com.github.javaparser.symbolsolver.model.typesystem.Type.describe()
|
| /external/grpc-grpc/src/ruby/spec/generic/ |
| D | rpc_server_pool_spec.rb | 19 describe GRPC::Pool do 22 describe '#new' do 34 describe '#ready_for_work?' do 68 describe '#schedule' do 87 describe '#stop' do 114 describe '#start' do
|
| /external/perfetto/ui/src/base/ |
| D | bigint_math_unittest.ts | 17 describe('BigIntMath', () => { 18 describe('bitCeil', () => { 41 describe('bitFloor', () => { 64 describe('log2', () => { 87 describe('quant', () => { 110 describe('quantFloor', () => { 136 describe('quantCeil', () => { 162 describe('quantRound', () => { 185 describe('max', () => { 194 describe('min', () => { [all …]
|
| /external/junit/src/main/java/org/junit/runner/manipulation/ |
| D | Filter.java | 28 public String describe() { 65 public String describe() { in matchMethodDescription() method 83 public abstract String describe(); 117 public String describe() { 118 return first.describe() + " and " + second.describe();
|
| /external/aws-sdk-java-v2/services/storagegateway/src/main/resources/codegen-resources/ |
| D | examples-1.json | 459 "id": "to-describe-the-bandwidth-rate-limits-of-a-gateway-1471384826404", 460 "title": "To describe the bandwidth rate limits of a gateway" 487 "id": "to-describe-cache-information-1471385756036", 488 "title": "To describe cache information" 523 "id": "to-describe-gateway-cached-iscsi-volumes-1471458094649", 524 "title": "To describe gateway cached iSCSI volumes" 549 "id": "to-describe-chap-credetnitals-for-an-iscsi-1471467462967", 550 "title": "To describe CHAP credetnitals for an iSCSI" 580 "id": "to-describe-metadata-about-the-gateway-1471467849079", 581 "title": "To describe metadata about the gateway" [all …]
|