OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:skins
(Results
1 - 8
of
8
) sorted by null
/device/sample/products/
sample_addon.mk
19
$(call find-copy-subdir-files,*,device/sample/
skins
/WVGAMedDpi,
skins
/WVGAMedDpi)
24
#$(call find-copy-subdir-files,*,device/sample/
skins
/WVGAMedDpi,
skins
/WVGAMedDpi)
/development/build/
sdk.atree
74
# emulator
skins
from sdk.git
75
development/tools/emulator/
skins
/QVGA platforms/${PLATFORM_NAME}/
skins
/QVGA
76
development/tools/emulator/
skins
/WQVGA432 platforms/${PLATFORM_NAME}/
skins
/WQVGA432
77
development/tools/emulator/
skins
/WQVGA400 platforms/${PLATFORM_NAME}/
skins
/WQVGA400
78
development/tools/emulator/
skins
/HVGA platforms/${PLATFORM_NAME}/
skins
/HVGA
79
development/tools/emulator/
skins
/WVGA800 platforms/${PLATFORM_NAME}/skins/WVGA80
[
all
...]
/external/quake/quake/src/QW/client/
skin.c
28
skin_t
skins
[MAX_CACHED_SKINS];
variable
64
if (!strcmp (name,
skins
[i].name))
66
sc->skin = &
skins
[i];
78
skin = &
skins
[numskins];
107
if (noskins.value==1) // JACK: So NOSKINS > 1 will show
skins
, but
120
sprintf (name, "
skins
/%s.pcx", skin->name);
125
sprintf (name, "
skins
/%s.pcx", baseskin.string);
225
Con_Printf ("Checking
skins
...\n");
238
if (!CL_CheckOrDownloadFile(va("
skins
/%s.pcx", sc->skin->name)))
270
Refind all
skins
, downloading if needed
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java
356
// need to parse the
skins
.
357
String[]
skins
= parseSkinFolder(target.getPath(IAndroidTarget.
SKINS
));
local
358
target.setSkins(
skins
);
521
// need to parse the
skins
.
522
String[]
skins
= parseSkinFolder(target.getPath(IAndroidTarget.
SKINS
));
local
527
if (
skins
.length == 1) {
528
defaultSkin =
skins
[0];
540
target.setSkins(
skins
, defaultSkin)
[
all
...]
AddOnTarget.java
165
case
SKINS
:
325
void setSkins(String[]
skins
, String defaultSkin) {
328
// we mix the add-on and base platform
skins
330
skinSet.addAll(Arrays.asList(
skins
));
PlatformTarget.java
69
mPaths.put(
SKINS
, mLocation + SdkConstants.OS_SKINS_FOLDER);
290
void setSkins(String[]
skins
) {
291
mSkins =
skins
;
/external/quake/quake/src/QW/
Makefile.Linux
845
-mkdirhier $(DESTDIR)/qw/
skins
864
cp $(MAINDIR)/fixskins.sh $(DESTDIR)/qw/
skins
/.
865
chmod 755 $(DESTDIR)/qw/
skins
/fixskins.sh
896
-mkdirhier $(DESTDIR)/qw/
skins
904
chmod 755 $(DESTDIR)/qw/
skins
905
cp $(MAINDIR)/fixskins.sh $(DESTDIR)/qw/
skins
/.
906
chmod 755 $(DESTDIR)/qw/
skins
/fixskins.sh
/sdk/sdkmanager/app/src/com/android/sdkmanager/
Main.java
748
// get the target
skins
749
displaySkinList(target, "
Skins
: ");
761
* Displays the
skins
valid for the given target.
764
String[]
skins
= target.getSkins();
local
767
if (
skins
!= null) {
769
for (String skin :
skins
) {
783
mSdkLog.printf("no
skins
.\n");
[
all
...]
Completed in 187 milliseconds