Home
last modified time | relevance | path

Searched defs:title (Results 376 - 400 of 492) sorted by relevance

1...<<11121314151617181920

/third_party/backends/backend/
H A Dgt68xx_high.c2054 char title[50]; in gt68xx_sheetfed_scanner_calibrate() local
/third_party/cups-filters/filter/
H A Dimagetopdf.c116 static const char *title; variable
/third_party/libuv/src/unix/
H A Daix.c941 int uv_set_process_title(const char* title) { in uv_set_process_title() argument
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp829 bool MyBrowseForFolder(HWND owner, LPCWSTR title, LPCWSTR path, UString &resultPath) in MyBrowseForFolder() argument
/third_party/mbedtls/programs/test/
H A Dbenchmark.c521 char title[TITLE_LEN]; in main() local
[all...]
/third_party/lame/frontend/
H A Dgtkanal.c255 char *title; in plot_frame() local
333 gtk_text_insert(GTK_TEXT(headerbox), NULL, &oncolor, NULL, title, -1); in plot_frame() local
[all...]
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
H A DLzmaSpec.cpp598 void PrintUInt64(const char *title, UInt64 v) in PrintUInt64() argument
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
H A DDemo.java574 static Transliterator title = Transliterator.getInstance("title"); field in Demo
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.cc312 std::ostringstream label, title, properties; in PrintNode() local
/third_party/node/deps/v8/src/inspector/
H A Dv8-console.cc317 String16 title = helper.firstArgToString(String16("default"), false); in Count() local
337 String16 title in CountReset() local
291 identifierFromTitleOrStackTrace( const String16& title, const ConsoleHelper& helper, const v8::debug::ConsoleContext& consoleContext, V8InspectorImpl* inspector) identifierFromTitleOrStackTrace() argument
371 String16 title = helper.firstArgToString(String16()); Profile() local
385 String16 title = helper.firstArgToString(String16()); ProfileEnd() local
428 String16 title = protocolTitle + "@" + timeEndFunction() local
469 String16 title = helper.firstArgToString(String16()); TimeStamp() local
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.cc659 CpuProfile* CpuProfiler::StopProfiling(const char* title) { in StopProfiling() argument
684 CpuProfile* CpuProfiler::StopProfiling(String title) { in StopProfiling() argument
608 StartProfiling( const char* title, CpuProfilingOptions options, std::unique_ptr<DiscardedSamplesDelegate> delegate) StartProfiling() argument
626 StartProfiling( String title, CpuProfilingOptions options, std::unique_ptr<DiscardedSamplesDelegate> delegate) StartProfiling() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_debug.c1003 static void si_dump_command(const char *title, const char *command, FILE *f) in si_dump_command() argument
/third_party/node/deps/uv/src/unix/
H A Daix.c925 int uv_set_process_title(const char* title) { in uv_set_process_title() argument
/third_party/python/Lib/collections/
H A D__init__.py1564 def title(self): member in UserString
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp124 QString title; in ItemType() local
1598 QString title = Peers::ItemType(type); properties() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c46 static void _wpa_hexdump_link(int level, u8 link_id, const char *title, in _wpa_hexdump_link() argument
71 static void wpa_hexdump_link(int level, u8 link_id, const char *title, in wpa_hexdump_link() argument
78 static void wpa_hexdump_link_key(int level, u8 link_id, const char *title, in wpa_hexdump_link_key() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dwpa_debug.c336 static void _wpa_hexdump(int level, const char *title, const u8 *buf, in _wpa_hexdump() argument
762 wpa_hexdump(int level, const char *title, const void *buf, size_t len) wpa_hexdump() argument
768 wpa_hexdump_key(int level, const char *title, const void *buf, size_t len) wpa_hexdump_key() argument
774 _wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len, int show) _wpa_hexdump_ascii() argument
891 wpa_hexdump_ascii(int level, const char *title, const void *buf, size_t len) wpa_hexdump_ascii() argument
898 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_standard/wpa_supplicant/wpa_gui-qt4/
H A Dpeers.cpp124 QString title; in ItemType() local
1600 QString title = Peers::ItemType(type); properties() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp130 void CreateTitleNode(const std::string& title, RefPtr<FrameNode>& column) in CreateTitleNode() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_pattern.cpp88 auto title = host->GetChildAtIndex(TITLE_NODE_INDEX); in UpdateCalendarLayout() local
116 auto title = host->GetChildAtIndex(TITLE_NODE_INDEX); in UpdateTitleArrowsColor() local
148 auto title = host->GetChildAtIndex(TITLE_NODE_INDEX); in UpdateTitleArrowsImage() local
971 auto title = host->GetChildAtIndex(TITLE_NODE_INDEX); InitTitleArrowsEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp440 void ContainerModalPattern::SetAppTitle(const std::string& title) in SetAppTitle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp237 void WebClientImpl::OnPageTitle(const std::string &title) in OnPageTitle() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_model_ng.cpp457 void NavigationModelNG::SetTitle(const std::string& title, bool hasSubTitle) {} in SetTitle() argument
374 ParseCommonTitle( bool hasSubTitle, bool hasMainTitle, const std::string& subtitle, const std::string& title, bool ignoreMainTitle) ParseCommonTitle() argument
[all...]
H A Dtitle_bar_pattern.cpp859 auto title = AceType::DynamicCast<FrameNode>(titleNode); in UpdateScaleByDragOverDragOffset() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.h85 NativeOptionCallBack title; member

Completed in 41 milliseconds

1...<<11121314151617181920