| /third_party/weex-loader/deps/weex-scripter/lib/ |
| H A D | fix.js | 151 function format(code, needCodegen) { function
|
| /third_party/gn/misc/emacs/ |
| H A D | gn-mode.el | |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | DataDrivenNumberFormatTestUtility.java | 49 public String format(DataDrivenNumberFormatTestData tuple) { in format() method in DataDrivenNumberFormatTestUtility.CodeUnderTest [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DataDrivenNumberFormatTestUtility.java | 52 public String format(DataDrivenNumberFormatTestData tuple) { in format() method in DataDrivenNumberFormatTestUtility.CodeUnderTest [all...] |
| /base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_image_util_test/ |
| H A D | ans_image_util_unit_test.cpp | 83 std::string format = ":";
in HWTEST_F() local 102 std::string format = ":";
in HWTEST_F() local 142 std::string format = ":";
in HWTEST_F() local 284 std::string format = "testFormat";
in HWTEST_F() local 305 std::string format = "testFormat";
in HWTEST_F() local 326 std::string format = "testFormat"; HWTEST_F() local 347 std::string format = ""; HWTEST_F() local 368 std::string format = "testFormat"; HWTEST_F() local 390 std::string format = "testFormat"; HWTEST_F() local 413 std::string format = "testFormat"; HWTEST_F() local 436 std::string format = ""; HWTEST_F() local 483 std::string format = "testFormat"; HWTEST_F() local 506 std::string format = "testFormat"; HWTEST_F() local 528 std::string format = "testFormat"; HWTEST_F() local 551 std::string format = "testFormat"; HWTEST_F() local [all...] |
| /base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
| H A D | napi_pub_key.cpp | 53 const char *format = this->GetPubKey()->base.getFormat(&(this->GetPubKey()->base));
in ConvertToJsPubKey() local
|
| H A D | napi_key.cpp | 65 const char *format = key->getFormat(key);
in JsGetFormat() local
|
| /base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
| H A D | napi_ecc_key_util.cpp | 136 std::string format; in JsGetEncodedPoint() local
|
| H A D | napi_key.cpp | 83 const char *format = key->getFormat(key); in JsGetFormat() local
|
| /base/security/crypto_framework/frameworks/key/ |
| H A D | ecc_key_util.c | 120 HcfResult HcfGetEncodedPoint(const char *curveName, HcfPoint *point, const char *format, HcfBlob *returnBlob) in HcfGetEncodedPoint() argument
|
| /base/security/crypto_framework/test/unittest/src/sm2/ |
| H A D | crypto_sm2_asy_key_generator_by_spec_test.cpp | 611 const char *format = keyPair->pubKey->base.getFormat(&(keyPair->pubKey->base)); in HWTEST_F() local 639 const char *format = keyPair->pubKey->base.getFormat(nullptr); in HWTEST_F() local 668 const char *format = keyPair->pubKey->base.getFormat((HcfKey *)&g_obj); in HWTEST_F() local 1092 const char *format = keyPair->priKey->base.getFormat(&(keyPair->priKey->base)); in HWTEST_F() local 1120 const char *format = keyPair->priKey->base.getFormat(nullptr); in HWTEST_F() local 1149 const char *format = keyPair->priKey->base.getFormat((HcfKey *)&g_obj); HWTEST_F() local 1584 const char *format = pubKey->base.getFormat(&(pubKey->base)); HWTEST_F() local 1612 const char *format = pubKey->base.getFormat(nullptr); HWTEST_F() local 1640 const char *format = pubKey->base.getFormat((HcfKey *)&g_obj); HWTEST_F() local [all...] |
| /base/telephony/sms_mms/test/fuzztest/splitmessage_fuzzer/ |
| H A D | splitmessage_fuzzer.cpp | 100 std::u16string format; in GetImsShortMessageFormat() local
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_ohos_image_decoder_adapter_wrapper.cpp | 32 std::string format = ArkWebStringStructToClass(str); in GetEncodedFormat() local
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/ |
| H A D | nn_tensor_test.cpp | 364 OH_NN_Format format = OH_NN_FORMAT_NHWC; in HWTEST_F() local
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
| H A D | tensor_desc.cpp | 82 OH_NN_ReturnCode TensorDesc::SetFormat(OH_NN_Format format) in SetFormat() argument
|
| /foundation/ability/idl_tool/util/ |
| H A D | string_builder.cpp | 87 StringBuilder& StringBuilder::AppendFormat(const char* format, ...) in AppendFormat() argument
|
| /foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/ |
| H A D | nn_tensor_test.cpp | 364 OH_NN_Format format = OH_NN_FORMAT_NHWC; in HWTEST_F() local
|
| /foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
| H A D | video_source_encoder.cpp | 34 void VideoSourceEncoder::VideoEncodeCallback::OnOutputFormatChanged(const MediaAVCodec::Format &format) in OnOutputFormatChanged() argument 292 void VideoSourceEncoder::OnOutputFormatChanged(const MediaAVCodec::Format &format) in OnOutputFormatChanged() argument
|
| /foundation/arkui/ace_engine/frameworks/base/log/ |
| H A D | ace_trace.cpp | 27 bool AceTraceBeginWithArgv(const char* format, va_list args) in AceTraceBeginWithArgv() argument 37 bool AceTraceBeginWithArgvCommercial(const char* format, va_list args) in AceTraceBeginWithArgvCommercial() argument 47 bool AceTraceBeginWithArgs(const char* format, ...) in AceTraceBeginWithArgs() argument 56 void AceCountTraceWidthArgs(int32_t count, const char* format, ...) in AceCountTraceWidthArgs() argument 68 AceScopedTrace(const char* format, ...) AceScopedTrace() argument 83 AceScopedTraceCommercial(const char* format, ...) AceScopedTraceCommercial() argument 98 AceScopedTraceFlag(bool flag, const char* format, ...) AceScopedTraceFlag() argument 115 AceAsyncTraceBeginWithArgv(int32_t taskId, const char* format, va_list args) AceAsyncTraceBeginWithArgv() argument 125 AceAsyncTraceBeginWithArgs(int32_t taskId, char* format, ...) AceAsyncTraceBeginWithArgs() argument 136 AceAsyncScopedTrace(const char* format, ...) AceAsyncScopedTrace() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
| H A D | text_timer_model_impl.cpp | 43 void TextTimerModelImpl::SetFormat(const std::string& format) in SetFormat() argument
|
| /foundation/arkui/ace_engine/test/mock/base/ |
| H A D | mock_ace_trace.cpp | 47 void AceCountTraceWidthArgs(int32_t count, const char* format, ...) {} in AceCountTraceWidthArgs() argument 53 AceScopedTraceCommercial::AceScopedTraceCommercial(const char* format, ...) {} in AceScopedTraceCommercial() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/common/log/ |
| H A D | ace_log.cpp | 40 void PrintInfo(const char *format, va_list args) in PrintInfo() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/test/unittest/common/ |
| H A D | date_time_module_tdd_test.cpp | 58 jerry_value_t format = jerryx_get_property_str(dateTime, "format"); in FormatDate() local [all...] |
| H A D | number_format_module_tdd_test.cpp | 61 jerry_value_t format = jerryx_get_property_str(numberFormat, "format"); in FormatNumber() local [all...] |
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/ |
| H A D | text_timer_builder_test_ng.cpp | 47 std::optional<std::string> format = std::make_optional(TEXT_TIMER_FORMAT);; member
|