HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/skia/src/xml/
xml_files.mk 0 SOURCE := \
  /libcore/luni/src/main/java/java/lang/annotation/
RetentionPolicy.java 29 * Annotation is only available in the source code.
31 SOURCE,
33 * Annotation is available in the source code and in the class file, but not
38 * Annotation is available in the source code, the class file and is
  /external/clang/test/PCH/
cxx-member-init.cpp 18 #ifdef SOURCE
25 #define SOURCE
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
Nullable.java 2 * Copyright (C) 2010 The Android Open Source Project
33 @Retention(RetentionPolicy.SOURCE)
VisibleForTesting.java 2 * Copyright (C) 2010 The Android Open Source Project
30 @Retention(RetentionPolicy.SOURCE)
  /external/libvorbis/symbian/
vorbis.mmp 5 Redistribution and use in source and binary forms, with or without
9 - Redistributions of source code must retain the above copyright
38 SOURCE analysis.c barkmel.c bitrate.c block.c codebook.c envelope.c floor0.c floor1.c info.c
39 SOURCE lookup.c lpc.c lsp.c mapping0.c mdct.c psy.c registry.c res0.c sharedbook.c
40 SOURCE smallft.c synthesis.c vorbisfile.c window.c
  /frameworks/base/core/java/android/annotation/
Widget.java 2 * Copyright (C) 2008 The Android Open Source Project
35 @Retention(RetentionPolicy.SOURCE)
SdkConstant.java 2 * Copyright (C) 2008 The Android Open Source Project
29 @Retention(RetentionPolicy.SOURCE)
  /libcore/luni/src/main/java/java/lang/
Override.java 32 @Retention(RetentionPolicy.SOURCE)
SuppressWarnings.java 38 @Retention(RetentionPolicy.SOURCE)
  /sdk/common/src/com/android/annotations/
VisibleForTesting.java 2 * Copyright (C) 2011 The Android Open Source Project
30 @Retention(RetentionPolicy.SOURCE)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/annotation/
UiThread.java 2 * Copyright (C) 2008 The Android Open Source Project
26 * This annotation's sole purpose is to help reading the source code. It has no additional effect.
29 @Retention(RetentionPolicy.SOURCE)
WorkerThread.java 2 * Copyright (C) 2008 The Android Open Source Project
26 * This annotation's sole purpose is to help reading the source code. It has no additional effect.
29 @Retention(RetentionPolicy.SOURCE)
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
WorkerThread.java 2 * Copyright (C) 2008 The Android Open Source Project
27 * reading the source code. It has no additional effect.
30 @Retention(RetentionPolicy.SOURCE)
  /external/quake/quake/src/QW/client/
qwcl.mak     [all...]
  /external/quake/quake/src/QW/server/
qwsv.mak 327 # Begin Source File
329 SOURCE=.\model.c
364 "$(INTDIR)\model.obj" : $(SOURCE) $(DEP_CPP_MODEL) "$(INTDIR)"
400 "$(INTDIR)\model.obj" : $(SOURCE) $(DEP_CPP_MODEL) "$(INTDIR)"
402 "$(INTDIR)\model.sbr" : $(SOURCE) $(DEP_CPP_MODEL) "$(INTDIR)"
407 # End Source File
409 # Begin Source File
411 SOURCE=.\pr_cmds.c
446 "$(INTDIR)\pr_cmds.obj" : $(SOURCE) $(DEP_CPP_PR_CM) "$(INTDIR)"
482 "$(INTDIR)\pr_cmds.obj" : $(SOURCE) $(DEP_CPP_PR_CM) "$(INTDIR)"
    [all...]
  /external/libvorbis/lib/
lookups.pl 5 * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
6 * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
7 * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
10 * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
  /external/skia/android_sample/SampleApp/
Android.mk 63 LOCAL_SRC_FILES += $(addprefix ../../src/views/, $(SOURCE))
66 LOCAL_SRC_FILES += $(addprefix ../../src/xml/, $(SOURCE))
69 LOCAL_SRC_FILES += $(addprefix ../../samplecode/, $(SOURCE))
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSource.java 2 * Copyright (C) 2009 The Android Open Source Project
27 * {@code JavaSource} represents an in-memory java source.
35 Kind.SOURCE);
  /external/skia/src/views/
views_files.mk 0 SOURCE := \
  /external/apache-harmony/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
RetentionPolicyTest.java 39 assertSame(RetentionPolicy.SOURCE, RetentionPolicy
40 .valueOf("SOURCE"));
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
RetentionPolicyTest.java 29 assertSame(RetentionPolicy.SOURCE, RetentionPolicy.valueOf("SOURCE"));
  /frameworks/ex/common/java/com/android/common/
Search.java 2 * Copyright (C) 2010 The Android Open Source Project
34 * Key for the source identifier set by the application that launched a search intent.
35 * The identifier is search-source specific string. It can be used
38 * The source identifier is stored in the {@link android.app.SearchManager#APP_DATA}
42 public final static String SOURCE = "source";
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
CompilingClassLoader.java 40 * This is a Java ClassLoader that will attempt to load a class from a string of source code.
54 * // Load class from source.
64 * Only one chunk of source can be compiled per instance of CompilingClassLoader. If you need to
106 * @param sourceCode Java source for class. e.g. "package com.foo; class MyClass { ... }".
196 super(makeUri(className), Kind.SOURCE);
202 return new URI(className.replaceAll("\\.", "/") + Kind.SOURCE.extension);
  /external/skia/samplecode/
samplecode_files.mk 0 SOURCE := \

Completed in 637 milliseconds

1 2 3