Home
last modified time | relevance | path

Searched defs:labels (Results 1 - 25 of 90) sorted by relevance

1234

/third_party/skia/docs/examples/
H A DPath_Convexity.cpp10 const char* labels[] = { "unknown", "convex", "concave" }; in REG_FIDDLE() local
H A DRegion_Op.cpp9 const char* labels[] = {"difference", "intersect", "union", "xor", "reverse diff", "replace"}; in REG_FIDDLE() local
H A DMatrix_ScaleToFit.cpp8 const char* labels[] = { "Fill", "Start", "Center", "End" }; in REG_FIDDLE() local
H A DPath_addRRect_2.cpp26 auto labels = SkTextBlob::MakeFromRSXform(&"01234567"[start], 1, &rsxForm, font); in REG_FIDDLE() local
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_authenticator_stub.cpp44 CheckAccountLabels( const std::string &name, const std::vector<std::string> &labels, const sptr<IRemoteObject> &callback) CheckAccountLabels() argument
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_authenticator_stub.cpp163 std::vector<std::string> labels; in ProcCheckAccountLabels() local
/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_proxy.cpp187 CheckAccountLabels( const std::string &name, const std::vector<std::string> &labels, const sptr<IRemoteObject> &callback) CheckAccountLabels() argument
/base/account/os_account/interfaces/kits/napi/appaccount/include/
H A Dnapi_app_account_authenticator.h50 std::vector<std::string> labels; member
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_command_buffer.h121 struct util_dynarray labels; member
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_stub_test.cpp687 std::vector<std::string> labels; in HWTEST_F() local
/base/account/os_account/services/accountmgr/test/moduletest/app_account/
H A Dapp_account_manager_service_module_not_mock_test.cpp224 std::vector<std::string> labels; in HWTEST_F() local
H A Dapp_account_authenticate_test.cpp325 std::vector<std::string> labels; in HWTEST_F() local
685 std::vector<std::string> labels; in HWTEST_F() local
92 CheckAccountLabels( const std::string &name, const std::vector<std::string> &labels, const sptr<IRemoteObject> &callback) CheckAccountLabels() argument
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dunified_data.cpp119 std::set<std::string> labels; in GetEntriesTypes() local
/third_party/mesa3d/src/freedreno/afuc/
H A Dasm.c48 static struct asm_label labels[0x512]; variable
/third_party/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_latency.c82 char *labels[] = { "scatter plot x-axis", variable
/arkcompiler/runtime_core/assembler/tests/
H A Dparser_test.cpp2478 ss << "Test " << labels[i] << " does not exists"; in TEST() local
2685 ss << "Test " << labels[i] << " does not exists"; TEST() local
[all...]
/arkcompiler/runtime_core/static_core/assembler/tests/
H A Dparser_test.cpp2509 ss << "Test " << labels[i] << " does not exists"; in TEST() local
2756 ss << "Test " << labels[i] << " does not exists"; TEST() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_collator_stub_builder.cpp164 Label labels[SENSITIVITY_OPTION_CASES_NUM] = {Label(env), Label(env), Label(env), Label(env), undefined}; in SensitivityOptionsToEcmaString() local
165 Switch(ZExtInt32ToInt64(sensitivity), &fatal, SensitivityOptionCases, labels, SENSITIVITY_OPTION_CASES_NUM); in SensitivityOptionsToEcmaString() local
198 Label labels[CASE_FIRST_OPTION_NUM] = {Label(env), Label(env), Label(env), Label(env)}; in CaseFirstOptionsToEcmaString() local
199 Switch(ZExtInt32ToInt64(sensitivity), &fatal, CaseFirstOptionCases, labels, CASE_FIRST_OPTION_NUM); in CaseFirstOptionsToEcmaString() local
/base/account/os_account/frameworks/test/unittest/
H A Daccount_appaccount_proxy_mock_test.cpp566 std::vector<std::string> labels; in HWTEST_F() local
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_ffi.cpp259 FfiAppAccountAppAccountManagerCheckAccountLabels( int id, char *name, char *owner, CArrString labels, void (*callback)(RetDataBool infoRef)) FfiAppAccountAppAccountManagerCheckAccountLabels() argument
/base/account/os_account/frameworks/appaccount/cj/include/
H A Dappaccount_common.h55 std::vector<std::string> labels; member
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dutils.cpp201 std::vector<string> labels; in AnalysisResults() local
210 LOG(INFO) << confidence << ": " << index << " " << labels[index]; in AnalysisResults() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_linker.cpp469 void CommunicatorLinker::UpdateOnlineLabels(const std::string &device, const std::map<LabelType, bool> &labels) in UpdateOnlineLabels() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_dnn_classify.c43 char **labels; member
/third_party/alsa-lib/test/
H A Duser-ctl-element-set.c169 static const char *const labels[] = { variable

Completed in 26 milliseconds

1234