Home
last modified time | relevance | path

Searched refs:UTF8String (Results 1 – 25 of 44) sorted by relevance

12

/third_party/node/test/fixtures/x509-escaping/
Dcreate-certs.js51 const UTF8String = utilType('UTF8String', 'utf8str'); constant
91 value: UTF8String.encode('Hannover', 'der')
111 value: UTF8String.encode('München', 'der')
131 value: UTF8String.encode('Berlin, DNS:good.example.com', 'der')
151 value: UTF8String.encode('Berlin, DNS:good.example.com\0evil.example.com', 'der')
171 value: UTF8String.encode(
192 value: UTF8String.encode('Berlin\r\n', 'der')
212 value: UTF8String.encode('Berlin/CN=good.example.com', 'der')
230 value: UTF8String.encode('abc123', 'der')
237 value: UTF8String.encode('abc123, DNS:good.example.com', 'der')
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_coreimage.m108 av_log(ctx, AV_LOG_INFO, "Filter: %s\n", [filter_name UTF8String]);
124 [input UTF8String],
125 [input_class UTF8String],
126 [[value_min stringValue] UTF8String],
127 [[value_max stringValue] UTF8String],
128 [[value_default stringValue] UTF8String]);
131 [input UTF8String],
132 [input_class UTF8String]);
190 … av_log(ctx, AV_LOG_ERROR, "An error occurred: %s.", [exception.reason UTF8String]);
256 av_log(ctx, AV_LOG_ERROR, "An error occurred: %s.", [exception.reason UTF8String]);
[all …]
Dvf_yadif_videotoolbox.m218 av_log(ctx, AV_LOG_INFO, "Using Metal device: %s\n", s->mtlDevice.name.UTF8String);
229 av_log(ctx, AV_LOG_ERROR, "Failed to load Metal library: %s\n", err.description.UTF8String);
249 …og(ctx, AV_LOG_ERROR, "Failed to create Metal compute pipeline: %s\n", err.description.UTF8String);
/third_party/ffmpeg/libavdevice/
Davfoundation.m457 [[error localizedDescription] UTF8String]);
483 av_log (s, AV_LOG_ERROR, "An error occurred: %s", [exception.reason UTF8String]);
594 [[error localizedDescription] UTF8String]);
790 const char *name = [[device localizedName] UTF8String];
795 const char *name = [[device localizedName] UTF8String];
812 const char *name = [[device localizedName] UTF8String];
878 …if (!strncmp(ctx->video_filename, [[device localizedName] UTF8String], strlen(ctx->video_filename)…
885 …if (!strncmp(ctx->video_filename, [[device localizedName] UTF8String], strlen(ctx->video_filename)…
950 …if (!strncmp(ctx->audio_filename, [[device localizedName] UTF8String], strlen(ctx->audio_filename)…
971 av_log(s, AV_LOG_DEBUG, "'%s' opened\n", [[video_device localizedName] UTF8String]);
[all …]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dmethod_dump.sh85 printf("\t%s,\n", item.UTF8String);
87 printf("\t\"%s\",\n", item.UTF8String);
/third_party/skia/tools/
Dios_utils.m17 chdir([dir.path UTF8String]);
/third_party/skia/tools/sk_app/
DMetalWindowContext.mm71 error.debugDescription.UTF8String);
183 error.debugDescription.UTF8String);
/third_party/gn/src/base/mac/
Dmac_logging.mm22 return error.description.UTF8String;
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils_ios.mm29 std::string result([executableString UTF8String]);
/third_party/skia/third_party/externals/tint/src/val/
Dmsl_metal.mm51 result.output = [output UTF8String];
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dmsl_metal.mm49 result.output = [output UTF8String];
/third_party/vk-gl-cts/framework/platform/ios/
DtcuIOSApp.mm267 const char* utf8Str = [dataPath UTF8String];
276 const char* utf8Str = [docPath UTF8String];
/third_party/skia/experimental/graphite/src/mtl/
DMtlUtils.mm82 SkDebugf("Errors:\n%s", error.debugDescription.UTF8String);
DMtlCommandBuffer.mm60 const char* errorString = [description UTF8String];
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DComputePipelineMTL.mm46 std::string([error.localizedDescription UTF8String]));
DShaderModuleMTL.mm229 [error.localizedDescription UTF8String]);
245 [error.localizedDescription UTF8String]);
DQuerySetMTL.mm57 [error.localizedDescription UTF8String]);
DBackendMTL.mm58 const char* deviceName = [device.name UTF8String];
246 mPCIInfo.name = std::string([[*mDevice name] UTF8String]);
270 "Metal driver on " + std::string(systemName) + [osVersion UTF8String];
/third_party/openssl/doc/man1/
Dopenssl-asn1parse.pod.in179 Generate a simple UTF8String:
183 Generate and write out a UTF8String, don't print parsed output:
/third_party/python/Mac/PythonLauncher/
DMyDocument.m76 cmdline = [[settings commandLineForScript: script] UTF8String];
/third_party/openssl/doc/man3/
DASN1_generate_nconf.pod105 B<UTF8String>, B<BMP>, B<BMPSTRING>, B<VISIBLESTRING>,
192 SEQUENCE consisting of a BOOL an OID and a UTF8String:
DX509_NAME_get_index_by_NID.pod60 like a BMPString or a UTF8String.
DASN1_STRING_length.pod75 character in big endian format, and for a UTF8String it will be in UTF8 format.
/third_party/openssl/doc/man5/
Dx509v3_config.pod270 address should be provided as UTF8String. To enforce the valid representation in
275 otherName = 1.3.6.1.5.5.7.8.9;FORMAT:UTF8,UTF8String:nonasciiname.example.com
557 1.2.3.4 = critical, ASN1:UTF8String:Some random data
/third_party/skia/src/gpu/mtl/
DGrMtlCommandBuffer.mm191 const char* errorString = [description UTF8String];

12