/kernel/linux/linux-6.6/fs/pstore/ |
H A D | ram_internal.h | 63 char *label; member
|
/kernel/linux/linux-6.6/include/linux/gpio/ |
H A D | regmap.h | 68 const char *label; member
|
/kernel/linux/linux-6.6/drivers/soc/pxa/ |
H A D | ssp.c | 38 struct ssp_device *pxa_ssp_request(int port, const char *label) in pxa_ssp_request() argument 61 pxa_ssp_request_of(const struct device_node *of_node, const char *label) pxa_ssp_request_of() argument
|
/kernel/linux/linux-6.6/drivers/phy/samsung/ |
H A D | phy-samsung-usb2.c | 221 char *label = drv->cfg->phys[i].label; in samsung_usb2_phy_probe() local
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | karma.c | 32 } __packed *label; in karma_partition() local
|
/kernel/linux/linux-6.6/tools/perf/ui/gtk/ |
H A D | browser.c | 49 GtkWidget *label; in perf_gtk__setup_info_bar() local 59 gtk_container_add(GTK_CONTAINER(content_area), label); in perf_gtk__setup_info_bar() local
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | capability.c | 152 int aa_capable(const struct cred *subj_cred, struct aa_label *label, in aa_capable() argument
|
H A D | secid.c | 47 void aa_secid_update(u32 secid, struct aa_label *label) in aa_secid_update() argument 67 struct aa_label *label = aa_secid_to_label(secid); apparmor_secid_to_secctx() local 95 struct aa_label *label; apparmor_secctx_to_secid() local 119 aa_alloc_secid(struct aa_label *label, gfp_t gfp) aa_alloc_secid() argument [all...] |
H A D | procattr.c | 30 int aa_getprocattr(struct aa_label *label, cha argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/cache_shape/ |
H A D | cache_shape.c | 31 static void print_size(const char *label, uint32_t val) in print_size() argument 36 static void print_geo(const char *label, uint32_t val) in print_geo() argument
|
/third_party/eudev/src/shared/ |
H A D | smack-util.c | 48 int mac_smack_apply(const char *path, const char *label) { in mac_smack_apply() argument 68 int mac_smack_apply_fd(int fd, const char *label) { in mac_smack_apply_fd() argument 88 int mac_smack_apply_ip_out_fd(int fd, const char *label) { in mac_smack_apply_ip_out_fd() argument 108 mac_smack_apply_ip_in_fd(int fd, const char *label) mac_smack_apply_ip_in_fd() argument 128 mac_smack_apply_pid(pid_t pid, const char *label) mac_smack_apply_pid() argument 171 const char *label; mac_smack_fix() local [all...] |
/third_party/curl/lib/vtls/ |
H A D | keylog.c | 123 Curl_tls_keylog_write(const char *label, in Curl_tls_keylog_write() argument
|
/third_party/gn/src/gn/ |
H A D | bundle_file_rule.cc | 21 std::string label = bundle_file_rule->target()->label().GetUserVisibleName( in ErrMissingPropertyForExpansion() local
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | InfoDialog.java | 40 InfoDialog(Frame parent, String title, String label, String message) { in InfoDialog() argument
|
/third_party/musl/src/misc/ |
H A D | fmtmsg.c | 24 int fmtmsg(long classification, const char *label, int severity, in fmtmsg() argument
|
/third_party/mesa3d/src/panfrost/lib/tests/ |
H A D | test-blend.c | 28 const char *label; member
|
/third_party/rust/crates/codespan/codespan-reporting/src/term/ |
H A D | config.rs | 146 pub fn label(&self, severity: Severity, label_style: LabelStyle) -> &ColorSpec { in label() functions [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | TextureStorage.h | 43 TextureStorage(const std::string &label) : mTextureLabel(label) {} in TextureStorage() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCSection.cpp | 88 void MCSection::addPendingLabel(MCSymbol* label, unsigned Subsection) { in addPendingLabel() argument
|
/third_party/skia/samplecode/ |
H A D | SampleXfermodesBlur.cpp | 130 const char* label = SkBlendMode_Name(gModes[i]); variable
|
/third_party/skia/third_party/externals/imgui/misc/cpp/ |
H A D | imgui_stdlib.cpp | 42 bool ImGui::InputText(const char* label, std::string* str, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputText() argument 54 bool ImGui::InputTextMultiline(const char* label, std::string* str, const ImVec2& size, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputTextMultiline() argument 66 bool ImGui::InputTextWithHint(const char* label, const char* hint, std::string* str, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback, void* user_data) in InputTextWithHint() argument
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_reader_inl_utils.h | 107 VP8GetBit(VP8BitReader* WEBP_RESTRICT const br, int prob, const char label[]) VP8GetBit() argument 140 VP8GetSigned(VP8BitReader* WEBP_RESTRICT const br, int v, const char label[]) VP8GetSigned() argument 159 VP8GetBitAlt(VP8BitReader* WEBP_RESTRICT const br, int prob, const char label[]) VP8GetBitAlt() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ObjectBase.cpp | 40 ApiObjectBase::ApiObjectBase(DeviceBase* device, const char* label) : ObjectBase(device) { in ApiObjectBase() argument 57 void ApiObjectBase::APISetLabel(const char* label) { in APISetLabel() argument
|
/third_party/typescript/tests/baselines/reference/ |
H A D | reactReduxLikeDeferredInferenceAllowsAssignment.js | |
H A D | asyncFunctionWithForStatementNoInitializer.js | |