Home
last modified time | relevance | path

Searched defs:format (Results 551 - 575 of 4095) sorted by relevance

1...<<21222324252627282930>>...164

/third_party/weex-loader/deps/weex-scripter/lib/
H A Dfix.js151 function format(code, needCodegen) { function
/third_party/gn/misc/emacs/
H A Dgn-mode.el
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDataDrivenNumberFormatTestUtility.java49 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 DDataDrivenNumberFormatTestUtility.java52 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 Dans_image_util_unit_test.cpp83 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 Dnapi_pub_key.cpp53 const char *format = this->GetPubKey()->base.getFormat(&(this->GetPubKey()->base)); in ConvertToJsPubKey() local
H A Dnapi_key.cpp65 const char *format = key->getFormat(key); in JsGetFormat() local
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_ecc_key_util.cpp136 std::string format; in JsGetEncodedPoint() local
H A Dnapi_key.cpp83 const char *format = key->getFormat(key); in JsGetFormat() local
/base/security/crypto_framework/frameworks/key/
H A Decc_key_util.c120 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 Dcrypto_sm2_asy_key_generator_by_spec_test.cpp611 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 Dsplitmessage_fuzzer.cpp100 std::u16string format; in GetImsShortMessageFormat() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_image_decoder_adapter_wrapper.cpp32 std::string format = ArkWebStringStructToClass(str); in GetEncodedFormat() local
/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dnn_tensor_test.cpp364 OH_NN_Format format = OH_NN_FORMAT_NHWC; in HWTEST_F() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dtensor_desc.cpp82 OH_NN_ReturnCode TensorDesc::SetFormat(OH_NN_Format format) in SetFormat() argument
/foundation/ability/idl_tool/util/
H A Dstring_builder.cpp87 StringBuilder& StringBuilder::AppendFormat(const char* format, ...) in AppendFormat() argument
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dnn_tensor_test.cpp364 OH_NN_Format format = OH_NN_FORMAT_NHWC; in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_source_encoder.cpp34 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 Dace_trace.cpp27 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 Dtext_timer_model_impl.cpp43 void TextTimerModelImpl::SetFormat(const std::string& format) in SetFormat() argument
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_ace_trace.cpp47 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 Dace_log.cpp40 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 Ddate_time_module_tdd_test.cpp58 jerry_value_t format = jerryx_get_property_str(dateTime, "format"); in FormatDate() local
[all...]
H A Dnumber_format_module_tdd_test.cpp61 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 Dtext_timer_builder_test_ng.cpp47 std::optional<std::string> format = std::make_optional(TEXT_TIMER_FORMAT);; member

Completed in 16 milliseconds

1...<<21222324252627282930>>...164