/external/libxkbcommon/test/ |
D | utf8.c | 35 #define VALID(lit) assert(is_valid_utf8(lit, sizeof(lit)-1)) macro 46 VALID("ascii"); in test_is_valid_utf8() 47 VALID("\xCE\xBA\xE1\xBD\xB9\xCF\x83\xCE\xBC\xCE\xB5"); in test_is_valid_utf8() 49 VALID(""); in test_is_valid_utf8() 50 VALID("\x00"); in test_is_valid_utf8() 51 VALID("\x00\x00"); in test_is_valid_utf8() 53 VALID("\x50"); in test_is_valid_utf8() 54 VALID("\xC2\x80"); in test_is_valid_utf8() 55 VALID("\xE0\xA0\x80"); in test_is_valid_utf8() 56 VALID("\xF0\x90\x80\x80"); in test_is_valid_utf8() [all …]
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/draft/ |
D | idnaTestCases.txt | 4 VALID 7 VALID 42 VALID 55 VALID 74 VALID 86 VALID 98 VALID 109 VALID 120 VALID 131 VALID [all …]
|
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | test_manifest.txt | 26 avg_pool/avg_pool_data_format='NHWC',input_shape=[1,1,1,1],ksize=[1,1,1,1],padding='VALID',strides=… 27 avg_pool/avg_pool_data_format='NHWC',input_shape=[1,1,1,1],ksize=[1,1,1,1],padding='VALID',strides=… 28 avg_pool/avg_pool_data_format='NHWC',input_shape=[1,1,1,1],ksize=[1,1,1,1],padding='VALID',strides=… 29 avg_pool/avg_pool_data_format='NHWC',input_shape=[1,15,14,1],ksize=[1,1,1,1],padding='VALID',stride… 30 avg_pool/avg_pool_data_format='NHWC',input_shape=[1,15,14,1],ksize=[1,1,1,1],padding='VALID',stride… 31 avg_pool/avg_pool_data_format='NHWC',input_shape=[1,15,14,1],ksize=[1,1,1,1],padding='VALID',stride… 32 avg_pool/avg_pool_data_format='NHWC',input_shape=[3,15,14,3],ksize=[1,1,1,1],padding='VALID',stride… 33 avg_pool/avg_pool_data_format='NHWC',input_shape=[3,15,14,3],ksize=[1,1,1,1],padding='VALID',stride… 34 avg_pool/avg_pool_data_format='NHWC',input_shape=[3,15,14,3],ksize=[1,1,1,1],padding='VALID',stride… 44 avg_pool/avg_pool_data_format='NHWC',input_shape=[1,15,14,1],ksize=[1,1,2,1],padding='VALID',stride… [all …]
|
/external/libxml2/ |
D | trio.c | 114 #define VALID(x) (NULL != (x)) macro 2201 assert(VALID(self)); 2202 assert(VALID(self->OutStream)); 2445 assert(VALID(self)); 2446 assert(VALID(self->OutStream)); 2551 assert(VALID(self)); 2552 assert(VALID(self->OutStream)); 2659 assert(VALID(self)); 2660 assert(VALID(self->OutStream)); 3435 assert(VALID(OutStream)); [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | nn_ops_test.cc | 189 .Attr("padding", padding == VALID ? "VALID" : "SAME") in BM_ConvFloat() 198 .Attr("padding", padding == VALID ? "VALID" : "SAME") in BM_ConvFloat() 207 .Attr("padding", padding == VALID ? "VALID" : "SAME") in BM_ConvFloat() 218 .Attr("padding", padding == VALID ? "VALID" : "SAME") in BM_ConvFloat() 301 BM_ConvFloatFwd(32, 17, 17, 192, 192, 3, 3, 2, VALID, conv12); 304 BM_ConvFloatFwd(32, 17, 17, 128, 320, 3, 3, 2, VALID, conv15); 330 BM_ConvFloatFwd(32, 35, 35, 96, 96, 3, 3, 2, VALID, conv41); 331 BM_ConvFloatFwd(32, 35, 35, 288, 384, 3, 3, 2, VALID, conv42); 341 BM_ConvFloatFwd(32, 73, 73, 64, 192, 3, 3, 1, VALID, conv52); 342 BM_ConvFloatFwd(32, 73, 73, 64, 64, 1, 1, 1, VALID, conv53); [all …]
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/ |
D | hlo-legalize-shape-ops-to-standard.mlir | 36 …// CHECK: %[[VALID:.*]]:3 = shape.reduce(%[[IT0]], %[[C1]], %[[C0]], %[[C0]]) : tensor<2xindex> ->… 48 // CHECK: %[[IS_ZERO_ELS:.*]] = arith.cmpi eq, %[[VALID]]#0, %[[C0]] : index 49 // CHECK: %[[DIV:.*]] = arith.select %[[IS_ZERO_ELS]], %[[C1]], %[[VALID]]#0 : index 52 // CHECK: %[[NOT_TOO_DYNAMIC:.*]] = arith.cmpi ule, %[[VALID]]#1, %[[C1]] : index 53 // CHECK: %[[ALL_VALID_DIMS:.*]] = arith.cmpi eq, %[[VALID]]#2, %[[C0]] : index 54 // CHECK: %[[ONE_DYNAMIC:.*]] = arith.cmpi eq, %[[VALID]]#1, %[[C1]] : index 55 // CHECK: %[[IS_ALL_EQUAL:.*]] = arith.cmpi eq, %[[NUM_ELS]], %[[VALID]]#0 : index
|
/external/deqp/external/vulkancts/modules/vulkan/sc/ |
D | vktApplicationParametersTests.cpp | 52 VALID enumerator 108 case VALID: in getDefaultTestData() 114 if (testParams.createType == DEVICE && testParams.testType != VALID) in getDefaultTestData() 156 { INSTANCE, VALID }, in getTestDataList() 172 { DEVICE, VALID }, in getTestDataList() 182 if (testParams.testType != INVALID_PARAM_VALUE && testParams.testType != VALID) in getTestDataList() 380 { VALID, "valid" } in createApplicationParametersTests()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | layout_optimization_layout_assignment_gpu_cc_70.mlir | 15 padding = "VALID", 31 padding = "VALID", 42 padding = "VALID", 58 padding = "VALID", 78 padding = "VALID", 98 padding = "VALID", 118 padding = "VALID", 138 padding = "VALID",
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | DepthwiseConv2dNativeBackpropFilter.pbtxt | 39 s: "VALID" 82 s: "VALID" 139 s: "VALID" 209 s: "VALID" 279 s: "VALID"
|
D | DepthwiseConv2dNativeBackpropInput.pbtxt | 39 s: "VALID" 82 s: "VALID" 139 s: "VALID" 209 s: "VALID" 279 s: "VALID"
|
D | MaxPool3D.pbtxt | 29 s: "VALID" 71 s: "VALID" 126 s: "VALID" 182 s: "VALID"
|
D | AvgPool3D.pbtxt | 29 s: "VALID" 72 s: "VALID" 128 s: "VALID" 185 s: "VALID"
|
D | MaxPoolWithArgmax.pbtxt | 46 s: "VALID" 109 s: "VALID" 176 s: "VALID" 245 s: "VALID" 315 s: "VALID" 385 s: "VALID"
|
D | DepthwiseConv2dNative.pbtxt | 35 s: "VALID" 74 s: "VALID" 128 s: "VALID" 194 s: "VALID"
|
D | AvgPool.pbtxt | 29 s: "VALID" 86 s: "VALID" 143 s: "VALID" 200 s: "VALID"
|
D | MaxPoolGradWithArgmax.pbtxt | 37 s: "VALID" 101 s: "VALID" 169 s: "VALID" 239 s: "VALID" 310 s: "VALID" 381 s: "VALID"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | DepthwiseConv2dNativeBackpropInput.pbtxt | 39 s: "VALID" 82 s: "VALID" 139 s: "VALID" 209 s: "VALID" 279 s: "VALID"
|
D | DepthwiseConv2dNativeBackpropFilter.pbtxt | 39 s: "VALID" 82 s: "VALID" 139 s: "VALID" 209 s: "VALID" 279 s: "VALID"
|
D | MaxPool3D.pbtxt | 29 s: "VALID" 71 s: "VALID" 126 s: "VALID" 182 s: "VALID"
|
D | AvgPool3D.pbtxt | 29 s: "VALID" 72 s: "VALID" 128 s: "VALID" 185 s: "VALID"
|
D | MaxPoolWithArgmax.pbtxt | 46 s: "VALID" 109 s: "VALID" 176 s: "VALID" 245 s: "VALID" 315 s: "VALID" 385 s: "VALID"
|
D | AvgPool.pbtxt | 29 s: "VALID" 86 s: "VALID" 143 s: "VALID" 200 s: "VALID"
|
D | DepthwiseConv2dNative.pbtxt | 35 s: "VALID" 74 s: "VALID" 128 s: "VALID" 194 s: "VALID"
|
D | MaxPoolGrad.pbtxt | 37 s: "VALID" 104 s: "VALID" 178 s: "VALID" 254 s: "VALID" 331 s: "VALID" 408 s: "VALID"
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | dilated-conv.mlir | 7 …%1 = "tf.Conv2D"(%0, %arg1) {padding = "VALID", strides = [1, 1, 1, 1]} : (tensor<4x68x68x3xf32>, … 13 … "tf.Conv2D"([[INPUT]], [[FILTER]]) {dilations = [1, 2, 2, 1], padding = "VALID", strides = [1, 1,… 21 …%1 = "tf.Conv2D"(%0, %arg1) {padding = "VALID", strides = [1, 1, 1, 1]} : (tensor<4x64x64x3xf32>, … 27 … "tf.Conv2D"([[INPUT]], [[FILTER]]) {dilations = [1, 2, 2, 1], padding = "VALID", strides = [1, 1,… 36 …%1 = "tf.Conv2D"(%0, %arg1) {padding = "VALID", strides = [1, 1, 1, 1]} : (tensor<4x68x68x3xf32>, … 51 …%1 = "tf.Conv2D"(%0, %arg1) {padding = "VALID", dilations = [1, 2, 2, 1], strides = [1, 1, 1, 1]} … 67 …%1 = "tf.DepthwiseConv2dNative"(%0, %arg1) {padding = "VALID", strides = [1, 1, 1, 1]} : (tensor<4… 83 …%1 = "tf.Conv2D"(%0, %arg1) {padding = "VALID", strides = [1, 1, 1, 1]} : (tensor<4x68x68x3xf32>, … 102 …%1 = "tf.DepthwiseConv2dNative"(%0, %arg1) {padding = "VALID", strides = [1, 1, 1, 1]} : (tensor<4… 120 …%1 = "tf.Conv2D"(%0, %arg1) {padding = "VALID", strides = [1, 1, 1, 1]} : (tensor<4x68x68x3xf32>, … [all …]
|