Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 65) sorted by relevance

123

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DUnixStream.cpp57 const char* user = getenv("USER"); in make_unix_path() local
58 if (user != NULL) { in make_unix_path()
60 snprintf(tmp, sizeof(tmp), "/tmp/android-%s", user); in make_unix_path()
71 user = NULL; // will fall-back to /tmp in make_unix_path()
75 user = NULL; // will fallback to /tmp in make_unix_path()
79 if (user == NULL) { // fallback to /tmp in case of error in make_unix_path()
/sdk/ddms/libs/ddmuilib/
DREADME8 the .classpath file references a user library called ANDROID_SWT.
10 In order to compile the project, make a user library called ANDROID_SWT containing the jar files
13 You also need a user library called ANDROID_JFREECHART containing the jar files
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion17.txt5 android:versionName : The text shown to the user to indicate the version they have. [string]
6 android:sharedUserId : Specify the name of a user ID that will be shared between multiple packages…
7 android:sharedUserLabel : Specify a label for the shared user UID of this package. [reference]
/sdk/traceview/
DREADME8 the .classpath file references a user library called ANDROID_SWT.
10 In order to compile the project, make a user library called ANDROID_SWT containing the jar
/sdk/sdkstats/
DREADME8 the .classpath file references a user library called ANDROID_SWT.
10 In order to compile the project, make a user library called ANDROID_SWT containing the jar
/sdk/find_lock/
D.gitignore3 *.user
/sdk/find_java/
D.gitignore4 *.user
/sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/
Dproguard.properties2 proguard.config=${sdk.dir}/foo.cfg:${user.home}/bar.pro;myfile.txt
/sdk/ddms/app/
DREADME30 the project directory, the .classpath file references a user library
37 - Create a new user library named ANDROID_SWT
45 - Create a new user library named ANDROID_OSGI
/sdk/sdkmanager/libs/sdkuilib/
DREADME9 the .classpath file references a user library called ANDROID_SWT.
13 - Create a new user library named ANDROID_SWT
/sdk/templates/activities/FullscreenActivity/root/src/app_package/
DFullscreenActivity.java.ftl19 * status bar and navigation/system bar) with user interaction.
32 * user interaction before hiding the system UI.
105 // Set up the user interaction to manually show or hide the system UI.
128 // created, to briefly hint to the user that UI controls
/sdk/emulator/qemud/
Dqemud.c304 typedef void (*EventFunc)( void* user, int events );
408 looper_add( Looper* l, int fd, EventFunc func, void* user ) in looper_add() argument
419 hook->ev_user = user; in looper_add()
698 typedef void (*PostFunc) ( void* user, Packet* p );
699 typedef void (*CloseFunc)( void* user );
704 void* user; member
714 r->post( r->user, p ); in receiver_post()
727 r->close( r->user ); in receiver_close()
1190 recv.user = s; in serial_init()
1398 recv.user = c; in client_new()
[all …]
/sdk/apps/SdkController/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/customPropAnimTest/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/apps/NotificationStudio/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/legacyTest/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/userLibTest/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/libsTest/appTest/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/libsAndJarTest/app/
Dproject.properties14 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/javaProjectTest/lib1/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/buildConfigTest/app/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/testProjectTest/testapp/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/aidlTest/mainProject/
Dproject.properties14 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/buildConfigTest/lib1/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
/sdk/testapps/gridlayoutTest/v7-gridlayout/
Dproject.properties10 …Guard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):

123