Home
last modified time | relevance | path

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

1234

/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]);
233 … av_log(ctx, AV_LOG_ERROR, "An error occurred: %s.", [exception.reason UTF8String]);
299 av_log(ctx, AV_LOG_ERROR, "An error occurred: %s.", [exception.reason UTF8String]);
[all …]
/third_party/openh264/codec/build/iOS/enc/encDemo/encDemo/
DViewController.m66 [encCfg UTF8String],
68 [yuvFile UTF8String],
70 [bsfile UTF8String],
75 [dlayerCfg UTF8String],
Dmain.m136 [welscfg UTF8String],
138 [yuvFileName UTF8String],
140 [bitFileName UTF8String],
145 [layercfg UTF8String]
/third_party/grpc/src/objective-c/tests/MacTests/
DStressTests.m140 UTF8String]);
145 UTF8String]);
187 UTF8String]);
193 UTF8String]);
232 UTF8String]);
237 UTF8String]);
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterEngine.mm271 settings.assets_path = entrypoint.UTF8String;
273 settings.assets_path = entrypoint.UTF8String;
279 FML_DLOG(INFO) << "Creating threadHost for " << threadLabel.UTF8String;
284 _threadHost = {threadLabel.UTF8String, // label
310 flutter::TaskRunners task_runners(threadLabel.UTF8String, // label
323 flutter::TaskRunners task_runners(threadLabel.UTF8String, // label
339 << entrypoint.UTF8String;
465 (message == nil) ? fml::MakeRefCounted<flutter::PlatformMessage>(channel.UTF8String, response)
467 channel.UTF8String, flutter::GetVectorFromNSData(message), response);
476 self.iosPlatformView->GetPlatformMessageRouter().SetMessageHandler(channel.UTF8String, handler);
DFlutterDartProject.mm64 settings.icu_data_path = icuDataPath.UTF8String;
80 settings.assets_path = assetsPath.UTF8String;
DFlutterObservatoryPublisher.mm107 auto path = std::string{[[_url path] UTF8String]};
125 int err = DNSServiceRegister(&_dnsServiceRef, flags, interfaceIndex, [serviceName UTF8String],
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DChannelArgsUtil.m70 arg->key = gpr_strdup([keys[i] UTF8String]);
73 if ([value respondsToSelector:@selector(UTF8String)]) {
75 arg->value.string = gpr_strdup([value UTF8String]);
DNSDictionary+GRPC.m62 metadata->value = grpc_slice_from_copied_string(self.UTF8String);
101 current->key = grpc_slice_from_copied_string(key.UTF8String);
DGRPCInsecureChannelFactory.m38 grpc_insecure_channel_create(host.UTF8String, coreChannelArgs, NULL);
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dplatform_mac.mm32 return [FONT_CLASS systemFontOfSize:14].familyName.UTF8String;
41 return [FONT_CLASS systemFontOfSize:14].familyName.UTF8String;
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfdeviceprovider.m68 unique_id = g_strdup ([[device uniqueID] UTF8String]);
69 model_id = g_strdup ([[device modelID] UTF8String]);
80 char *manufacturer = g_strdup ([[device manufacturer] UTF8String]);
104 const gchar *deviceName = [[device localizedName] UTF8String];
/third_party/ffmpeg/libavdevice/
Davfoundation.m452 [[error localizedDescription] UTF8String]);
478 av_log (s, AV_LOG_ERROR, "An error occurred: %s", [exception.reason UTF8String]);
589 [[error localizedDescription] UTF8String]);
783 const char *name = [[device localizedName] UTF8String];
788 const char *name = [[device localizedName] UTF8String];
805 const char *name = [[device localizedName] UTF8String];
869 …if (!strncmp(ctx->video_filename, [[device localizedName] UTF8String], strlen(ctx->video_filename)…
876 …if (!strncmp(ctx->video_filename, [[device localizedName] UTF8String], strlen(ctx->video_filename)…
941 …if (!strncmp(ctx->audio_filename, [[device localizedName] UTF8String], strlen(ctx->audio_filename)…
962 av_log(s, AV_LOG_DEBUG, "'%s' opened\n", [[video_device localizedName] UTF8String]);
[all …]
/third_party/skia/tools/
Dios_utils.m17 chdir([dir.path UTF8String]);
/third_party/flutter/skia/tools/
Dios_utils.m17 chdir([dir.path UTF8String]);
/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/flutter/engine/flutter/shell/platform/darwin/common/
Dcommand_line.mm15 args_vector.emplace_back(arg.UTF8String);
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterEngine.mm186 flutterArguments.assets_path = _project.assetsPath.UTF8String;
187 flutterArguments.icu_data_path = _project.ICUDataPath.UTF8String;
192 flutterArguments.custom_dart_entrypoint = entrypoint.UTF8String;
369 .channel = [channel UTF8String],
/third_party/flutter/engine/flutter/fml/platform/darwin/
Dpaths_darwin.mm16 return {true, GetDirectoryName([NSBundle mainBundle].executablePath.UTF8String)};
/third_party/skia/tools/sk_app/
DMetalWindowContext.mm71 error.debugDescription.UTF8String);
183 error.debugDescription.UTF8String);
/third_party/openh264/codec/build/iOS/dec/demo/demo/
Dmain.m99 [bitstream UTF8String],
100 [yuvFileName 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/grpc/third_party/objective_c/google_toolbox_for_mac/UnitTesting/
DGTMGoogleTestRunner.mm135 argv[index] = const_cast<char *> ([arguments[index] UTF8String]);
174 SEL selector = sel_registerName([selectorTestName UTF8String]);
215 ::testing::GTEST_FLAG(filter) = [testName_ UTF8String];

1234