Searched refs:indicator (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/gtk/
H A Dtr-icon.c16 #include <libappindicator/app-indicator.h>
142 AppIndicator * indicator = app_indicator_new( ICON_NAME, icon_name, APP_INDICATOR_CATEGORY_SYSTEM_SERVICES ); local
143 app_indicator_set_status( indicator, APP_INDICATOR_STATUS_ACTIVE );
145 app_indicator_set_menu( indicator, GTK_MENU ( w ) );
146 app_indicator_set_title( indicator, g_get_application_name( ) );
147 g_object_set_qdata( G_OBJECT( indicator ), get_core_quark( ), core );
148 return indicator;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Drtas.h184 extern int rtas_set_indicator(int indicator, int index, int new_value);
185 extern int rtas_set_indicator_fast(int indicator, int index, int new_value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Drelocate_kernel.S72 tml %r5,0x4 # is it the done indicator?
73 je .source_test # NO! Well, then it should be the source indicator...
76 tml %r5,0x8 # it should be a source indicator...
H A Drelocate_kernel64.S74 tml %r5,0x4 # is it the done indicator?
75 je .source_test # NO! Well, then it should be the source indicator...
78 tml %r5,0x8 # it should be a source indicator...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddataviewcolumn.tex128 visual hint in the column (such as a sort order indicator). It
H A Ddataviewctrl.tex117 Appends a column for rendering a progress indicator.
H A Dfunction.tex2864 \true if the key is toggled such that its LED indicator is lit. There is
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Drtas.c234 set_indicator = rtas_token("set-indicator");
511 case -3: /* Bad indicator/domain/etc */
611 int rtas_set_indicator(int indicator, int index, int new_value) argument
613 int token = rtas_token("set-indicator");
620 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value);
632 int rtas_set_indicator_fast(int indicator, int index, int new_value) argument
635 int token = rtas_token("set-indicator");
640 rc = rtas_call(token, 3, 1, NULL, indicator, index, new_value);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhub.c80 u8 indicator[USB_MAXCHILDREN]; member in struct:usb_hub
234 "port %d indicator %s status %d\n",
265 switch (hub->indicator[i]) {
305 hub->indicator[i] = mode;
311 hub->indicator[cursor] = INDICATOR_CYCLE;
1074 /* probe() zeroes hub->indicator[] */
1172 hub->indicator [0] = INDICATOR_CYCLE;
2904 hub->indicator[port1-1] = INDICATOR_GREEN_BLINK;
2976 hub->indicator[port1-1] = INDICATOR_AUTO;
3126 hub->indicator[port
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas79 indicator when you are writing a large chunk of data to the compression
113 This is useful for updating a progress indicator when you are reading a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas79 indicator when you are writing a large chunk of data to the compression
113 This is useful for updating a progress indicator when you are reading a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas79 indicator when you are writing a large chunk of data to the compression
113 This is useful for updating a progress indicator when you are reading a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas79 indicator when you are writing a large chunk of data to the compression
113 This is useful for updating a progress indicator when you are reading a
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/docs/
H A Dtex2rtf.tex478 \subsection{Mode indicator}\label{modeindicator}

Completed in 114 milliseconds