Home
last modified time | relevance | path

Searched defs:title (Results 401 - 425 of 596) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/ffmpeg/libavformat/
H A Dsdp.c839 AVDictionaryEntry *title = av_dict_get(ac[0]->metadata, "title", NULL, 0); in av_sdp_create() local
/third_party/glfw/src/
H A Dnull_window.c181 void _glfwSetWindowTitleNull(_GLFWwindow* window, const char* title) in _glfwSetWindowTitleNull() argument
H A Dwindow.c532 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 Dp5_device.c1425 char title[40]; in sheetfed_calibration() local
/third_party/backends/include/sane/
H A Dsane.h146 SANE_String_Const title; /* title of this option (single-line) */ member
/third_party/backends/japi/
H A DJscanimage.java210 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 Dibmi.c529 int uv_set_process_title(const char* title) { in uv_set_process_title() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h278 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 Dv8-inspector.h263 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 Dv8-profiler-agent-impl.cc164 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 Dibmi.c524 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 Dtls_openssl_ocsp.c332 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 Dwpa_debug.c334 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 Dctrl_iface_unix.c76 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 Dtls_openssl_ocsp.c332 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 Dctrl_iface_unix.c76 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 Dnavigation_group_node.cpp302 std::string title = NavigationTitleUtil::GetTitleString(titleBarNode, in ToJsonValue() local
H A Dnavigation_declaration.h158 std::string title; member
H A Dnavigation_title_util.cpp618 auto title = AceType::DynamicCast<FrameNode>(titleBarNode->GetTitle()); in GetTitleString() local
[all...]
H A Dtitle_bar_layout_algorithm.cpp719 auto title = AceType::DynamicCast<FrameNode>(titleNode); LayoutTitle() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_model_ng.cpp375 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 Ddialog_component.h57 void SetTitle(const RefPtr<TextComponent>& title) in SetTitle() argument
H A Ddialog_properties.h168 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 Djs_navigation.cpp141 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 Dsubwindow_manager.cpp856 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

Completed in 28 milliseconds

1...<<11121314151617181920>>...24