Home
last modified time | relevance | path

Searched refs:CLASS_NAME (Results 1 – 9 of 9) sorted by relevance

/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DBuildMetadataProtoFromXml.java48 private static final String CLASS_NAME = BuildMetadataProtoFromXml.class.getSimpleName(); field in BuildMetadataProtoFromXml
64 "Usage: " + CLASS_NAME + " [OPTION]...\n" +
86 CLASS_NAME + " \\\n" +
96 "/* This file is automatically generated by {@link " + CLASS_NAME + "}.\n" +
102 return CLASS_NAME; in getCommandName()
/third_party/jsframework/runtime/main/model/
Ddirective.ts346 const CLASS_NAME = '@originalRootEl'; constant
347 css['.' + CLASS_NAME] = subVm._rootEl.classStyle;
357 addClassName(v, CLASS_NAME);
360 addClassName(value, CLASS_NAME);
363 addClassName(target, CLASS_NAME);
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJExample.java47 static final String CLASS_NAME = field in TJExample
77 System.out.println("\nUSAGE: java [Java options] " + CLASS_NAME + in usage()
DTJUnitTest.java45 static final String CLASS_NAME = field in TJUnitTest
49 System.out.println("\nUSAGE: java " + CLASS_NAME + " [options]\n"); in usage()
/third_party/libjpeg-turbo/java/
DTJExample.java47 static final String CLASS_NAME = field in TJExample
77 System.out.println("\nUSAGE: java [Java options] " + CLASS_NAME + in usage()
DTJUnitTest.java45 static final String CLASS_NAME = field in TJUnitTest
49 System.out.println("\nUSAGE: java " + CLASS_NAME + " [options]\n"); in usage()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp37 static const wchar_t * const CLASS_NAME = L"D3D12MemAllocSample"; variable
1466 wndClass.lpszClassName = CLASS_NAME; in main()
1478 CLASS_NAME, in main()
/third_party/mindspore/patches/
D0008-add-js-api.patch1148 +const std::string CLASS_NAME = "MSLiteModel";
1197 + napi_status status = napi_define_class(env, CLASS_NAME.c_str(), NAPI_AUTO_LENGTH, Constructor, n…
1210 + status = napi_set_named_property(env, exports, CLASS_NAME.c_str(), constructor);
2176 +const std::string CLASS_NAME = "MSTensor";
2291 + napi_status status = napi_define_class(env, CLASS_NAME.c_str(), NAPI_AUTO_LENGTH, Constructor, n…
D0020-add-ohos-js-callback-api-and-bugfix.patch920 -const std::string CLASS_NAME = "MSLiteModel";
922 +const std::string CLASS_NAME = "Model";