Searched defs:OUT (Results 1 - 19 of 19) sorted by relevance

/external/rootdev/
H A DMakefile10 OUT = $(CURDIR) macro
11 $(shell mkdir -p $(OUT))
13 all: $(OUT)/rootdev $(OUT)/librootdev.so.1.0
15 $(OUT)/rootdev: main.c $(OUT)/librootdev.so.1.0
18 $(OUT)/librootdev.so.1.0: rootdev.c
21 ln -s $(@F) $(OUT)/librootdev.so.1
22 ln -s $(@F) $(OUT)/librootdev.so
25 rm -f $(OUT)/rootde
[all...]
/external/autotest/client/deps/nvmap_compactor/src/
H A DMakefile8 OUT = $(OUTDIR)/$(TARGET) macro
13 $(GCC) -lEGL -lGLESv2 $(CFLAGS) $(SOURCE_FILES) -o $(OUT)
17 rm -rf $(OUT)
/external/deqp/framework/randomshaders/
H A DrsgVariable.cpp52 case STORAGE_PARAMETER_OUT: str << Token::OUT; break; member in class:rsg::Token
96 str << Token::OUT << Token::MEDIUM_PRECISION;
H A DrsgToken.hpp114 OUT, enumerator in enum:rsg::Token::Type
/external/vogar/test/vogar/testing/
H A DInterceptOutputStreams.java40 OUT { enum constant in enum:InterceptOutputStreams.Stream
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
H A DHolidayBorderPanel.java44 public final static int OUT = 4; field in class:HolidayBorderPanel
145 case OUT: thickness = DEFAULT_OUT_THICKNESS; break;
173 if (style == IN || style == OUT) {
274 if (style == SOLID || style == IN || style == OUT)
297 if (style == IN || style == OUT) {
322 if (style == IN || style == OUT) {
346 if (style == IN || style == OUT) {
409 case OUT:
509 case OUT: str.append("OUT"); brea
[all...]
/external/libvncserver/libvncserver/
H A Dtranslate.c66 #undef OUT macro
69 #define OUT 8 macro
81 #undef OUT macro
83 #define OUT 16 macro
95 #undef OUT macro
97 #define OUT 32 macro
109 #undef OUT macro
/external/vboot_reference/utility/include/
H A Deficompress.h16 #define OUT /**/ macro
65 IN OUT UINT32 *DstSize
73 OUT UINT32 *DstSize,
74 OUT UINT32 *ScratchSize
82 IN OUT VOID *Destination,
84 IN OUT VOID *Scratch,
/external/llvm/lib/Support/
H A Dregex2.h32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
159 #define OUT (CHAR_MAX+1) /* a non-character value */ macro
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DJDWPConstants.java645 public static final byte OUT = 2; field in class:JDWPConstants.StepDepth
660 case OUT:
661 return "OUT";
/external/minijail/
H A Dcommon.mk78 # - OUT=/path/to/builddir puts all output in given path (default: $PWD)
110 # make -C $SRCDIR OUT=$PWD
112 OUT ?= $(PWD)/ macro
114 # Make OUT now so we can use realpath.
115 $(shell mkdir -p "$(OUT)")
118 # Ensure a command-line supplied OUT has a slash
119 override OUT := $(realpath $(OUT))/
132 # Re-start in the $(OUT) directory if we're not there.
134 # is consistent so we check both PWD vs OUT an
[all...]
/external/modp_b64/
H A Dcommon.mk78 # - OUT=/path/to/builddir puts all output in given path (default: $PWD)
110 # make -C $SRCDIR OUT=$PWD
112 OUT ?= $(PWD)/ macro
114 # Make OUT now so we can use realpath.
115 $(shell mkdir -p "$(OUT)")
118 # Ensure a command-line supplied OUT has a slash
119 override OUT := $(realpath $(OUT))/
132 # Re-start in the $(OUT) directory if we're not there.
134 # is consistent so we check both PWD vs OUT an
[all...]
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp199 #define OUT 1 macro
2225 numChPerGrp[OUT][chGrp] = (outChMode >> (chGrp*4)) & 0xF;
2227 if (numChPerGrp[IN][chGrp] > numChPerGrp[OUT][chGrp]) {
2246 && !(numChPerGrp[OUT][CH_GROUP_REAR]%2) ) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 686 milliseconds