| /third_party/ffmpeg/libavformat/ |
| H A D | sdp.c | 839 AVDictionaryEntry *title = av_dict_get(ac[0]->metadata, "title", NULL, 0); in av_sdp_create() local
|
| /third_party/glfw/src/ |
| H A D | null_window.c | 181 void _glfwSetWindowTitleNull(_GLFWwindow* window, const char* title) in _glfwSetWindowTitleNull() argument
|
| H A D | window.c | 532 GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) in glfwSetWindowTitle() argument 180 glfwCreateWindow(int width, int height, const char* title, GLFWmonitor* monitor, GLFWwindow* share) glfwCreateWindow() argument [all...] |
| /third_party/backends/backend/ |
| H A D | p5_device.c | 1425 char title[40]; in sheetfed_calibration() local
|
| /third_party/backends/include/sane/ |
| H A D | sane.h | 146 SANE_String_Const title; /* title of this option (single-line) */ member
|
| /third_party/backends/japi/ |
| H A D | Jscanimage.java | 210 private void addLabeledOption(JPanel group, String title, Component opt, in addLabeledOption() argument 719 SaneCheckBox(String title, Jscanimage dlg, int opt, String tip) SaneCheckBox() argument 893 SaneButton(String title, Jscanimage dlg, int opt, String tip) SaneButton() argument [all...] |
| /third_party/libuv/src/unix/ |
| H A D | ibmi.c | 529 int uv_set_process_title(const char* title) { in uv_set_process_title() argument
|
| /third_party/node/deps/v8/include/v8-include/ |
| H A D | v8-inspector.h | 278 virtual void consoleTime(const StringView& title) {} in consoleTime() argument 279 virtual void consoleTimeEnd(const StringView& title) {} in consoleTimeEnd() argument 280 virtual void consoleTimeStamp(const StringView& title) {} in consoleTimeStamp() argument
|
| /third_party/node/deps/v8/include/ |
| H A D | v8-inspector.h | 263 virtual void consoleTime(const StringView& title) {} in consoleTime() argument 264 virtual void consoleTimeEnd(const StringView& title) {} in consoleTimeEnd() argument 265 virtual void consoleTimeStamp(const StringView& title) {} in consoleTimeStamp() argument
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-profiler-agent-impl.cc | 164 ProfileDescriptor(const String16& id, const String16& title) in ProfileDescriptor() argument 182 void V8ProfilerAgentImpl::consoleProfile(const String16& title) { in consoleProfile() argument 191 void V8ProfilerAgentImpl::consoleProfileEnd(const String16& title) { in consoleProfileEnd() argument 532 startProfiling(const String16& title) startProfiling() argument 545 stopProfiling( const String16& title, bool serialize) stopProfiling() argument [all...] |
| /third_party/node/deps/uv/src/unix/ |
| H A D | ibmi.c | 524 int uv_set_process_title(const char* title) { in uv_set_process_title() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | tls_openssl_ocsp.c | 332 static char * extensions_str(const char *title, STACK_OF(X509_EXTENSION) *ext) in extensions_str() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | wpa_debug.c | 334 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump() argument 500 void wpa_hexdump(int level, const char *title, const void *buf, size_t len) in wpa_hexdump() argument 506 void wpa_hexdump_key(int level, const char *title, cons argument 512 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) _wpa_hexdump_ascii() argument 630 wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len) wpa_hexdump_ascii() argument 637 wpa_hexdump_ascii_key(int level, const char *title, const void *buf, size_t len) wpa_hexdump_ascii_key() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | ctrl_iface_unix.c | 76 static void wpas_ctrl_sock_debug(const char *title, int sock, const char *buf, in wpas_ctrl_sock_debug() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | tls_openssl_ocsp.c | 332 static char * extensions_str(const char *title, STACK_OF(X509_EXTENSION) *ext) in extensions_str() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ctrl_iface_unix.c | 76 static void wpas_ctrl_sock_debug(const char *title, int sock, const char *buf, in wpas_ctrl_sock_debug() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | navigation_group_node.cpp | 302 std::string title = NavigationTitleUtil::GetTitleString(titleBarNode, in ToJsonValue() local
|
| H A D | navigation_declaration.h | 158 std::string title; member
|
| H A D | navigation_title_util.cpp | 618 auto title = AceType::DynamicCast<FrameNode>(titleBarNode->GetTitle()); in GetTitleString() local [all...] |
| H A D | title_bar_layout_algorithm.cpp | 719 auto title = AceType::DynamicCast<FrameNode>(titleNode); LayoutTitle() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
| H A D | navdestination_model_ng.cpp | 375 void NavDestinationModelNG::SetTitle(const std::string& title, boo argument 33 ParseCommonTitle( bool hasSubTitle, bool hasMainTitle, const std::string& subtitle, const std::string& title) ParseCommonTitle() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
| H A D | dialog_component.h | 57 void SetTitle(const RefPtr<TextComponent>& title) in SetTitle() argument
|
| H A D | dialog_properties.h | 168 std::string title; // title of ActionSheet, necessary. member 212 std::string title; // title of dialog. member 282 std::string title; member
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_navigation.cpp | 141 JSRef<JSVal> title = jsObj->GetProperty("main"); in ParseCommonTitle() local 288 std::string title; in SetTitle() local
|
| /foundation/arkui/ace_engine/frameworks/base/subwindow/ |
| H A D | subwindow_manager.cpp | 856 void SubwindowManager::ShowDialog(const std::string& title, const std::string& message, in ShowDialog() argument 913 ShowActionMenu( const std::string& title, const std::vector<ButtonInfo>& button, std::function<void(int32_t, int32_t)>&& callback) ShowActionMenu() argument
|