OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:welcome
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/none/tests/
pth_once.c
15
* execute the routine
welcome
() using the once call. Only
17
* execute
welcome
().
35
void
welcome
(void)
function
37
printf("
welcome
:
Welcome
\n");
45
welcome
)) != 0) {
/external/valgrind/main/helgrind/tests/
tc21_pthonce.c
26
* execute the routine
welcome
() using the once call. Only
28
* execute
welcome
().
64
void
welcome
(void) {
function
65
printf("
welcome
:
Welcome
\n");
72
r= pthread_once(&welcome_once_block,
welcome
); assert(!r);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
AdtStartup.java
17
package com.android.ide.eclipse.adt.internal.
welcome
;
46
* <li> See if the user has ever run the
welcome
wizard, and if not, run it
78
// the
welcome
wizard each time if we can simply use the existing SDK install.
96
// pester the user with the
welcome
wizard. (This also implies that the user
WelcomeWizard.java
17
package com.android.ide.eclipse.adt.internal.
welcome
;
55
setWindowTitle("
Welcome
to Android Development");
121
AdtPlugin.logAndPrintError(e, "ADT
Welcome
Wizard", "Installation failed");
142
AdtPlugin.logAndPrintError(null, "ADT
Welcome
Wizard",
UsagePermissionPage.java
17
package com.android.ide.eclipse.adt.internal.
welcome
;
WelcomeWizardPage.java
16
package com.android.ide.eclipse.adt.internal.
welcome
;
54
setTitle("
Welcome
to Android Development");
/external/dbus/bus/
driver.c
331
DBusMessage *
welcome
;
local
339
welcome
= dbus_message_new_method_return (hello_message);
340
if (
welcome
== NULL)
346
if (!dbus_message_append_args (
welcome
,
350
dbus_message_unref (
welcome
);
355
_dbus_assert (dbus_message_has_signature (
welcome
, DBUS_TYPE_STRING_AS_STRING));
357
if (!bus_transaction_send_from_driver (transaction, connection,
welcome
))
359
dbus_message_unref (
welcome
);
365
dbus_message_unref (
welcome
);
[
all
...]
Completed in 233 milliseconds