/external/grpc-grpc/ |
D | Makefile | 10435 # You can't build secure targets if you don't have OpenSSL. 10467 # You can't build secure targets if you don't have OpenSSL. 10499 # You can't build secure targets if you don't have OpenSSL. 10531 # You can't build secure targets if you don't have OpenSSL. 10563 # You can't build secure targets if you don't have OpenSSL. 10595 # You can't build secure targets if you don't have OpenSSL. 10627 # You can't build secure targets if you don't have OpenSSL. 10659 # You can't build secure targets if you don't have OpenSSL. 10691 # You can't build secure targets if you don't have OpenSSL. 10723 # You can't build secure targets if you don't have OpenSSL. [all …]
|
/external/libwebm/webm_parser/tests/ |
D | targets_parser_test.cc | 28 const Targets targets = parser_.value(); in TEST_F() local 30 EXPECT_FALSE(targets.type_value.is_present()); in TEST_F() 31 EXPECT_EQ(static_cast<std::uint64_t>(50), targets.type_value.value()); in TEST_F() 33 EXPECT_FALSE(targets.type.is_present()); in TEST_F() 34 EXPECT_EQ("", targets.type.value()); in TEST_F() 36 EXPECT_EQ(static_cast<std::size_t>(0), targets.track_uids.size()); in TEST_F() 53 const Targets targets = parser_.value(); in TEST_F() local 55 EXPECT_TRUE(targets.type_value.is_present()); in TEST_F() 56 EXPECT_EQ(static_cast<std::uint64_t>(50), targets.type_value.value()); in TEST_F() 58 EXPECT_TRUE(targets.type.is_present()); in TEST_F() [all …]
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_1D.cpp | 53 GLenum targets[] = { GL_TEXTURE_1D }; in test_images_read_1D() local 54 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_read_1D() 61 nformats, targets, ntargets, sizes, nsizes); in test_images_read_1D() 67 GLenum targets[] = { GL_TEXTURE_1D }; in test_images_write_1D() local 68 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_write_1D() 76 nformats, targets, ntargets, sizes, nsizes ); in test_images_write_1D() 84 GLenum targets[] = { GL_TEXTURE_1D }; in test_images_1D_getinfo() local 85 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_1D_getinfo() 92 nformats, targets, ntargets, sizes, nsizes); in test_images_1D_getinfo() 100 GLenum targets[] = { GL_TEXTURE_BUFFER }; in test_images_read_texturebuffer() local [all …]
|
D | test_images_2D.cpp | 71 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_read_2D() local 72 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_read_2D() 81 nformats, targets, ntargets, sizes, nsizes); in test_images_read_2D() 87 GLenum targets[] = { in test_images_read_cube() local 95 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_read_cube() 103 nformats, targets, ntargets, sizes, nsizes); in test_images_read_cube() 114 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_write() local 115 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_write() 123 nformats, targets, ntargets, sizes, nsizes ); in test_images_write() 131 GLenum targets[] = { in test_images_write_cube() local [all …]
|
D | test_images_depth.cpp | 82 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_read_2D_depth() local 83 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_read_2D_depth() 92 nformats, targets, ntargets, sizes, nsizes); in test_images_read_2D_depth() 107 GLenum targets[] = { GL_TEXTURE_2D, GL_TEXTURE_RECTANGLE_EXT }; in test_images_write_2D_depth() local 108 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_write_2D_depth() 116 nformats, targets, ntargets, sizes, nsizes ); in test_images_write_2D_depth() 128 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_read_2Darray_depth() local 129 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_read_2Darray_depth() 136 nformats, targets, ntargets, sizes, nsizes); in test_images_read_2Darray_depth() 149 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_write_2Darray_depth() local [all …]
|
D | test_images_1Darray.cpp | 50 GLenum targets[] = { GL_TEXTURE_1D_ARRAY }; in test_images_read_1Darray() local 51 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_read_1Darray() 58 nformats, targets, ntargets, sizes, nsizes); in test_images_read_1Darray() 64 GLenum targets[] = { GL_TEXTURE_1D_ARRAY }; in test_images_write_1Darray() local 65 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_write_1Darray() 73 nformats, targets, ntargets, sizes, nsizes ); in test_images_write_1Darray() 81 GLenum targets[] = { GL_TEXTURE_1D_ARRAY }; in test_images_1Darray_getinfo() local 82 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_1Darray_getinfo() 89 nformats, targets, ntargets, sizes, nsizes); in test_images_1Darray_getinfo()
|
D | test_images_2Darray.cpp | 51 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_read_2Darray() local 52 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_read_2Darray() 59 nformats, targets, ntargets, sizes, nsizes); in test_images_read_2Darray() 67 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_write_2Darray() local 68 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_write_2Darray() 76 nformats, targets, ntargets, sizes, nsizes ); in test_images_write_2Darray() 84 GLenum targets[] = { GL_TEXTURE_2D_ARRAY }; in test_images_2Darray_getinfo() local 85 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_2Darray_getinfo() 92 nformats, targets, ntargets, sizes, nsizes); in test_images_2Darray_getinfo()
|
D | test_images_multisample.cpp | 79 GLenum targets[] = { GL_TEXTURE_2D_MULTISAMPLE }; in test_images_read_2D_multisample() local 80 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_read_2D_multisample() 83 …est_images_read_common(device, context, queue, common_formats, nformats, targets, ntargets, sizes,… in test_images_read_2D_multisample() 86 …int ret_depth = test_images_read_common(device, context, queue, depth_formats, nformats, targets, … in test_images_read_2D_multisample() 107 GLenum targets[] = { GL_TEXTURE_2D_MULTISAMPLE_ARRAY }; in test_images_read_2Darray_multisample() local 108 size_t ntargets = sizeof(targets) / sizeof(targets[0]); in test_images_read_2Darray_multisample() 111 …est_images_read_common(device, context, queue, common_formats, nformats, targets, ntargets, sizes,… in test_images_read_2Darray_multisample() 114 …int ret_depth = test_images_read_common(device, context, queue, depth_formats, nformats, targets, … in test_images_read_2Darray_multisample()
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_xent_test.py | 40 def _SigmoidCrossEntropyWithLogits(self, logits, targets): argument 41 assert len(logits) == len(targets) 45 return [-z * log(y) - (1 - z) * log(1 - y) for y, z in zip(pred, targets)] 53 targets = constant_op.constant(y, shape=sizes, dtype=dtype, name="targets") 55 return logits, targets, losses 60 logits, targets, _ = self._Inputs() 62 labels=targets, logits=logits, name="mylogistic") 69 logits, targets, losses = self._Inputs(dtype=dtype) 71 labels=targets, logits=logits) 80 logits, targets, losses = self._Inputs(dtype=dtype, sizes=[2, 2, 2]) [all …]
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | SWITCH.java | 30 private InstructionHandle[] targets; field in SWITCH 50 …public SWITCH(final int[] match, final InstructionHandle[] targets, final InstructionHandle target… in SWITCH() argument 52 this.targets = targets.clone(); in SWITCH() 54 instruction = new TABLESWITCH(match, targets, target); in SWITCH() 59 instruction = new TABLESWITCH(this.match, this.targets, target); in SWITCH() 61 instruction = new LOOKUPSWITCH(this.match, this.targets, target); in SWITCH() 67 …public SWITCH(final int[] match, final InstructionHandle[] targets, final InstructionHandle target… in SWITCH() argument 68 this(match, targets, target, 1); in SWITCH() 78 t_vec[0] = targets[0]; in fillup() 88 t_vec[count] = targets[i]; in fillup() [all …]
|
D | Select.java | 54 …protected InstructionHandle[] targets; // target objects in instruction list TODO could be package… field in Select 91 …Select(final short opcode, final int[] match, final InstructionHandle[] targets, final Instruction… in Select() argument 95 this.targets = targets; in Select() 98 for (final InstructionHandle target2 : targets) { in Select() 101 if ((match_length = match.length) != targets.length) { in Select() 103 match.length + " Target length: " + targets.length); in Select() 172 if (targets[i] != null) { in toString() 173 s = targets[i].getInstruction().toString(); in toString() 189 notifyTarget(targets[i], target, this); in setTarget() 190 targets[i] = target; in setTarget() [all …]
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_eager_v1.py | 36 def _eager_loss_fn(outputs, targets, loss_fn, output_name): argument 38 loss = loss_fn(targets, outputs) 42 def _eager_metrics_fn(model, outputs, targets, sample_weights=None, masks=None): argument 56 targets = nest.flatten(targets) 59 if targets: 62 if len(model._targets) != len(targets): 64 None if t is None else targets.pop(0) for t in model._targets 66 targets = new_targets 70 targets=targets, 87 targets, argument [all …]
|
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | timeseries_test.py | 33 targets = data * 2 35 data, targets, sequence_length=9, batch_size=5) 39 inputs, targets = batch 46 self.assertAllClose(targets, inputs[:, 0] * 2) 55 targets = data[offset:] 57 data, targets, sequence_length=offset, batch_size=1) 61 inputs, targets = batch 64 self.assertAllClose(targets[0], data[offset + i]) 88 targets = data * 2 90 data, targets, sequence_length=5, batch_size=1, shuffle=True, seed=123) [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_xformfb.c | 55 struct pipe_stream_output_target *targets[PIPE_MAX_SO_BUFFERS]; member 97 pipe_so_target_reference(&sobj->targets[i], NULL); in st_delete_transform_feedback() 117 ARRAY_SIZE(sobj->targets)); in st_begin_transform_feedback() 128 if (!sobj->targets[i] || in st_begin_transform_feedback() 129 sobj->targets[i] == sobj->draw_count[stream] || in st_begin_transform_feedback() 130 sobj->targets[i]->buffer != bo->buffer || in st_begin_transform_feedback() 131 sobj->targets[i]->buffer_offset != sobj->base.Offset[i] || in st_begin_transform_feedback() 132 sobj->targets[i]->buffer_size != sobj->base.Size[i]) { in st_begin_transform_feedback() 139 pipe_so_target_reference(&sobj->targets[i], NULL); in st_begin_transform_feedback() 140 sobj->targets[i] = so_target; in st_begin_transform_feedback() [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/ |
D | task_runner.py | 30 _TARGETS += artifact_targets.targets() 31 _TARGETS += distribtest_targets.targets() 32 _TARGETS += package_targets.targets() 80 targets = [] variable 82 targets += _BUILD_MAP[label] 85 targets = [t for t in targets if all(f in t.labels for f in args.filter)] variable 86 targets = sorted(set(targets), key=lambda target: target.name) variable 90 for target in targets: 101 for target in targets:
|
/external/grpc-grpc/tools/run_tests/ |
D | task_runner.py | 30 _TARGETS += artifact_targets.targets() 31 _TARGETS += distribtest_targets.targets() 32 _TARGETS += package_targets.targets() 79 targets = [] variable 81 targets += _BUILD_MAP[label] 84 targets = [t for t in targets if all(f in t.labels for f in args.filter)] variable 85 targets = sorted(set(targets)) variable 89 for target in targets: 99 for target in targets:
|
/external/llvm/lib/Support/ |
D | TargetRegistry.cpp | 21 iterator_range<TargetRegistry::iterator> TargetRegistry::targets() { in targets() function in TargetRegistry 34 std::find_if(targets().begin(), targets().end(), in lookupTarget() 37 if (I == targets().end()) { in lookupTarget() 67 if (targets().begin() == targets().end()) { in lookupTarget() 73 auto I = std::find_if(targets().begin(), targets().end(), ArchMatch); in lookupTarget() 75 if (I == targets().end()) { in lookupTarget() 80 auto J = std::find_if(std::next(I), targets().end(), ArchMatch); in lookupTarget() 81 if (J != targets().end()) { in lookupTarget() 121 for (const auto &T : TargetRegistry::targets()) { in printRegisteredTargetsForVersion()
|
/external/tensorflow/tensorflow/python/keras/distribute/ |
D | custom_training_loop_models_test.py | 78 images, targets = inputs 81 loss = keras.losses.mean_squared_error(targets, outputs) 103 images, targets = inputs 106 loss = keras.losses.mean_squared_error(targets, outputs) 141 images, targets = inputs 144 loss = keras.losses.mean_squared_error(targets, outputs) 166 images, targets = inputs 169 loss = keras.losses.mean_squared_error(targets, outputs) 181 targets = np.zeros((10, 4), dtype=np.float32) 182 dataset = dataset_ops.Dataset.from_tensor_slices((inputs, targets)) [all …]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | lit.local.cfg | 2 targets = root.targets 3 if ('X86' in targets) | ('AArch64' in targets) | ('ARM' in targets) | \ 4 ('Mips' in targets) | ('PowerPC' in targets) | ('SystemZ' in targets):
|
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 2 targets = root.targets 3 if ('X86' in targets) | ('AArch64' in targets) | ('ARM' in targets) | \ 4 ('Mips' in targets) | ('PowerPC' in targets) | ('SystemZ' in targets):
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | lit.local.cfg | 2 targets = root.targets 3 if ('X86' in targets) | ('AArch64' in targets) | ('ARM' in targets) | \ 4 ('Mips' in targets) | ('PowerPC' in targets) | ('SystemZ' in targets):
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderMultisampleInterpolationTests.cpp | 1688 } targets[] = in init() local 1730 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(targets); ++targetNdx) in init() 1731 …eQualifierRenderCase(m_context, targets[targetNdx].name, targets[targetNdx].desc, targets[targetNd… in init() 1744 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(targets); ++targetNdx) in init() 1745 …teAtSampleRenderCase(m_context, targets[targetNdx].name, targets[targetNdx].desc, targets[targetNd… in init() 1753 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(targets); ++targetNdx) in init() 1754 …teAtSampleRenderCase(m_context, targets[targetNdx].name, targets[targetNdx].desc, targets[targetNd… in init() 1762 for (int targetNdx = 0; targetNdx < DE_LENGTH_OF_ARRAY(targets); ++targetNdx) in init() 1763 if (targets[targetNdx].numSamples == 0) in init() 1764 …:string("sample_0_").append(targets[targetNdx].name).c_str(), targets[targetNdx].desc, targets[tar… in init() [all …]
|
/external/llvm-project/llvm/test/Object/Inputs/ |
D | tapi-v4.tbd | 3 targets: [ i386-ios-simulator, x86_64-ios-simulator ] 12 - targets: [ i386-ios-simulator, x86_64-ios-simulator ] 15 - targets: [ i386-ios-simulator ] 18 - targets: [ x86_64-ios-simulator, i386-ios-simulator ] 22 targets: [ i386-ios-simulator, x86_64-ios-simulator ] 31 - targets: [ i386-ios-simulator, x86_64-ios-simulator ] 34 - targets: [ x86_64-ios-simulator ] 36 - targets: [ x86_64-ios-simulator, i386-ios-simulator ]
|
/external/libbrillo/brillo/blkdev_utils/ |
D | device_mapper_fake.cc | 31 dm_target_map_.insert(std::make_pair(dev_name, task->targets)); in StubDmRunTask() 43 task->targets = dm_target_map_[dev_name]; in StubDmRunTask() 50 dm_target_map_.insert(std::make_pair(dev_name, task->targets)); in StubDmRunTask() 82 task_->targets.push_back(dmt); in AddTarget() 90 if (task_->targets.empty()) in GetNextTarget() 93 DmTarget dmt = task_->targets[0]; in GetNextTarget() 98 task_->targets.erase(task_->targets.begin()); in GetNextTarget() 100 return !task_->targets.empty(); in GetNextTarget()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TargetRegistry.cpp | 20 iterator_range<TargetRegistry::iterator> TargetRegistry::targets() { in targets() function in TargetRegistry 32 auto I = find_if(targets(), in lookupTarget() 35 if (I == targets().end()) { in lookupTarget() 65 if (targets().begin() == targets().end()) { in lookupTarget() 71 auto I = find_if(targets(), ArchMatch); in lookupTarget() 73 if (I == targets().end()) { in lookupTarget() 78 auto J = std::find_if(std::next(I), targets().end(), ArchMatch); in lookupTarget() 79 if (J != targets().end()) { in lookupTarget() 120 for (const auto &T : TargetRegistry::targets()) { in printRegisteredTargetsForVersion()
|