Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 42) sorted by relevance

12

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DSignatureAlgorithm.java34 Pair.create(
41 Pair.create(
48 Pair.create(
51 …RSA_PKCS1_V1_5_WITH_SHA256(0x104, "RSA", ContentDigestAlgorithm.SHA256, Pair.create("SHA256withRSA…
52 …RSA_PKCS1_V1_5_WITH_SHA384(0x105, "RSA", ContentDigestAlgorithm.SHA256, Pair.create("SHA384withRSA…
53 …RSA_PKCS1_V1_5_WITH_SHA512(0x106, "RSA", ContentDigestAlgorithm.SHA512, Pair.create("SHA512withRSA…
54 …ECDSA_WITH_SHA256(0x201, "EC", ContentDigestAlgorithm.SHA256, Pair.create("SHA256withECDSA", null)…
55 …ECDSA_WITH_SHA384(0x202, "EC", ContentDigestAlgorithm.SHA384, Pair.create("SHA384withECDSA", null)…
56 …ECDSA_WITH_SHA512(0x203, "EC", ContentDigestAlgorithm.SHA512, Pair.create("SHA512withECDSA", null)…
57 … DSA_WITH_SHA256(0x301, "DSA", ContentDigestAlgorithm.SHA256, Pair.create("SHA256withDSA", null)),
[all …]
/developtools/ace_ets2bundle/compiler/
DREADME.md40 The way to create a new project
45 $ npm run create [projectName]
48 **Note**: If `projectName` is empty, create the `HelloAce` project by default.
50 For example, use the following line to create a project named `foo`:
52 $ npm run create foo
63 For example, create a file `bar.ets` in the `page` directory. And then add the following lines to `…
/developtools/ace_ets2bundle/compiler/src/
Dcreate.ts40 "NOTE: To create the template project, run 'npm run create' in the root directory.\n" +
41 "NOTE: To customize the project name, run 'npm run create <projectName>'.");
89 return console.error('ERROR: Failed to create project directory.');
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/cfg/
Dconfig_parser.py40 def create(self, json_node, parent = None, fileId = None): member in ItemParser
70 def create(self, json_node, parent = None, fileId = None): member in CmdParser
100 def create(self, json_node, parent = None, fileId = None): member in JobParser
206 def create(self, json_node, parent = None, fileId = None): member in ServiceParser
243 self.create(json_node, parent, fileId)
257 def create(self, json_node, parent = None, file_id = None): member in ServiceSocketParser
282 def create(self, json_node, parent = None, file_id = None): member in ServiceFileParser
375 parser.create(item, service, file_id)
380 parser.create(item, job, file_id)
388 parser.create(item, None, file_id)
[all …]
/developtools/ace_ets2bundle/
DREADME.md50 npm run create [projectName]
54 For example, use the following line to create a project named `foo`:
56 $ npm run create foo
67 For example, create a file `bar.ets` in the `pages` directory. And then add the following lines to …
DREADME_zh.md51 npm run create [projectName]
57 $ npm run create foo
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/floatwindow/
DFloatWindowFun.ts34 …wm.create(globalThis.abilityContext, 'sp_floatingWindow', wm.WindowType.TYPE_FLOAT).then((floatWin…
74 …wm.create(globalThis.abilityContext, 'sp_TitleWindow', wm.WindowType.TYPE_FLOAT).then((floatWin) =…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DLineScatterCandleRadarRenderer.ets62 // create vertical path
72 // create horizontal path
/developtools/hdc/src/daemon/
Ddaemon_uart.h32 virtual HSession GetSession(const uint32_t sessionId, bool create) override;
Ddaemon_uart.cpp179 HSession HdcDaemonUART::GetSession(const uint32_t sessionId, bool create = false) in GetSession() argument
182 if (hSession == nullptr and create) { in GetSession()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/entity/
DPair.java42 public static <A, B> Pair<A, B> create(A first, B second) { in create() method in Pair
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DMPPointF.ets20 …private static pool: ObjectPool<MPPointF> =ObjectPool.create(32, new MPPointF(0, 0)).setReplenishP…
25 pool = ObjectPool.create(32, new MPPointF(0,0));
DMPPointD.ets26 …private static pool: ObjectPool<MPPointD> =ObjectPool.create(64, new MPPointD(0, 0)).setReplenishP…
DFSize.ets27 …public static pool: ObjectPool<FSize> =ObjectPool.create(256, new FSize(0,0)).setReplenishPercenta…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DJsonUtils.ets18 var obj = Object.create(null);
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DFileUtils.java63 public static final Gson GSON = (new GsonBuilder()).disableHtmlEscaping().create();
68 …al Gson GSON_PRETTY_PRINT = (new GsonBuilder()).disableHtmlEscaping().setPrettyPrinting().create();
/developtools/smartperf_host/trace_streamer/src/protos/services/
Dprofiler_service.proto27 // create tracing sesion and pass tracing config to plugins.
/developtools/profiler/host/smartperf/trace_streamer/src/protos/services/
Dprofiler_service.proto27 // create tracing sesion and pass tracing config to plugins.
/developtools/profiler/host/smartperf/ide/src/trace/proto/
Dprofiler_service.proto30 // create tracing sesion and pass tracing config to plugins.
/developtools/smartperf_host/ide/src/trace/proto/
Dprofiler_service.proto30 // create tracing sesion and pass tracing config to plugins.
/developtools/profiler/protos/services/
Dprofiler_service.proto27 // create tracing sesion and pass tracing config to plugins.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/formatter/
DIValueFormatter.ets20 * being drawn to the screen. Simply create your own formatting class and let
/developtools/hdc/src/host/
Dhost_uart.h50 virtual HSession GetSession(const uint32_t sessionId, bool create) override;
/developtools/ace_ets2bundle/compiler/test/
DREADME.md24 First, create a new test file or directory in `compiler/test`.
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DHapUtils.java181 return Pair.create(ownerID, profileType); in parseAppIdentifier()

12