HomeSort by relevance Sort by last modified time
    Searched defs:OUTPUT (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu4c/extra/uconv/
makedata.mak 76 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).dll"
78 OUTPUT = "$(DLL_OUTPUT)\$(RESNAME).lib"
81 ALL : $(OUTPUT)
  /external/zlib/src/nintendods/
Makefile 12 # TARGET is the name of the output
53 export OUTPUT := $(CURDIR)/lib/libz.a
113 $(OUTPUT) : $(OFILES)
  /packages/apps/Mms/tests/src/com/android/mms/ui/
SmsStressTest.java 35 private final static String OUTPUT = "result.txt";
53 Environment.getExternalStorageDirectory(), OUTPUT), true));
  /frameworks/base/drm/java/android/drm/
DrmStore.java 181 * The rights-protected content can be set as output.
183 public static final int OUTPUT = 0x04;
205 case OUTPUT:
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_common.h 53 #define OUTPUT stdout
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 40 #define OUTPUT 0x1
  /external/chromium/third_party/libevent/
evrpc.h 434 * Hooks for changing the input and output of RPCs; this can be used to
440 EVRPC_OUTPUT /**< apply the function to an output hook */
449 #define OUTPUT EVRPC_OUTPUT
459 * @param hook_type either INPUT or OUTPUT
473 * @param hook_type either INPUT or OUTPUT
  /frameworks/base/graphics/java/android/renderscript/
Program.java 58 OUTPUT (1),
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
FilterStack.java 56 private static final int OUTPUT = 10;
79 case OUTPUT:
88 private void output(PhotoOutputCallback callback, Photo target) {
93 mainHandler.sendMessage(mainHandler.obtainMessage(OUTPUT, obj));
99 mainHandler.removeMessages(OUTPUT);
151 output((PhotoOutputCallback) msg.obj, source);
155 output((PhotoOutputCallback) msg.obj, buffers[getOutBufferIndex()]);
188 output((PhotoOutputCallback) msg.obj, buffers[getOutBufferIndex()]);
198 output((PhotoOutputCallback) msg.obj, buffers[getOutBufferIndex()]);
205 output((PhotoOutputCallback) msg.obj, buffers[out])
    [all...]
  /frameworks/av/include/drm/
drm_framework_common.h 174 * Constant field signifies that the content can be set as output
176 static const int OUTPUT = 0x04;
  /external/linux-tools-perf/
Makefile 2 OUTPUT := $(O)/
10 ifneq ($(OUTPUT),)
11 # check that the output directory actually exists
12 OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
13 $(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
34 $(OUTPUT)PERF-VERSION-FILE: .FORCE-PERF-VERSION-FILE
35 @$(SHELL_PATH) util/PERF-VERSION-GEN $(OUTPUT)
36 -include $(OUTPUT)PERF-VERSION-FILE
182 $(OUTPUT)python/perf.so: $(PYRF_OBJS
    [all...]
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/validation/
ValidationManager.java 150 OUTPUT("output"), //$NON-NLS-1$
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.h 28 Bison output files to be licensed under the GNU General Public
153 OUTPUT = 370,
glsl_parser.cpp 28 Bison output files to be licensed under the GNU General Public
44 /* Identify Bison output. */
255 OUTPUT = 370,
865 "EXTENSION", "LINE", "COLON", "EOL", "INTERFACE", "OUTPUT",
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 405 milliseconds

1 2