Home
last modified time | relevance | path

Searched defs:labels (Results 1 - 25 of 77) 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
H A Dvk_queue.h146 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
/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
/third_party/notofonts/scripts/
H A Dissue-stats.py164 labels = [1, 2, 3, 4, 5] variable
/third_party/node/deps/cares/src/lib/
H A Dares_dns_name.c136 static void ares_dns_labels_free(ares_dns_labels_t *labels) in ares_dns_labels_free() argument
153 static ares__buf_t *ares_dns_labels_add(ares_dns_labels_t *labels) in ares_dns_labels_add() argument
179 ares_dns_labels_get_last(const ares_dns_labels_t *labels) ares_dns_labels_get_last() argument
188 ares_dns_name_labels_del_last(ares_dns_labels_t *labels) ares_dns_name_labels_del_last() argument
251 ares_split_dns_name(ares_dns_labels_t *labels, ares_bool_t validate_hostname, const char *name) ares_split_dns_name() argument
366 ares_dns_labels_t labels; ares__dns_name_write() local
[all...]

Completed in 14 milliseconds

1234