HomeSort by relevance Sort by last modified time
    Searched refs:OUTPUT_PATH (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/remoting/host/installer/linux/
build-deb.sh 50 OUTPUT_PATH="$(readlink -f "$OPTARG")"
130 if [[ "$OUTPUT_PATH" ]]; then
131 mv ../${PACKAGE_NAME}_*.deb "$OUTPUT_PATH"/
132 mv ../${PACKAGE_NAME}_*.changes "$OUTPUT_PATH"/
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/egl-static/
Makefile 183 OUTPUT_PATH := $(TOP)/$(LIB_DIR)/egl
184 OUTPUTS := $(addprefix $(OUTPUT_PATH)/, $(addsuffix .so, $(OUTPUTS)))
188 $(OUTPUT_PATH)/egl_gallium.so: $(egl_OBJECTS) $(egl_LIBS)
191 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
195 $(OUTPUT_PATH)/st_GL.so: st_GL.o $(st_GL_LIBS)
198 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
  /external/mesa3d/src/gallium/targets/egl-static/
Makefile 183 OUTPUT_PATH := $(TOP)/$(LIB_DIR)/egl
184 OUTPUTS := $(addprefix $(OUTPUT_PATH)/, $(addsuffix .so, $(OUTPUTS)))
188 $(OUTPUT_PATH)/egl_gallium.so: $(egl_OBJECTS) $(egl_LIBS)
191 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
195 $(OUTPUT_PATH)/st_GL.so: st_GL.o $(st_GL_LIBS)
198 -cplusplus -install $(OUTPUT_PATH) $(MKLIB_OPTIONS) \
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 44 private final String OUTPUT_PATH;
76 OUTPUT_PATH = new File(Environment.getExternalStorageDirectory(),
106 mOutFile = new File(OUTPUT_PATH);
112 mMediaRecorder.setOutputFile(OUTPUT_PATH);
190 recordVideoUsingCamera(mCamera, OUTPUT_PATH, durMs, timelapse);
193 assertTrue(checkLocationInFile(OUTPUT_PATH));
330 mMediaRecorder.setOutputFile(OUTPUT_PATH);
354 mMediaRecorder.setOutputFile(OUTPUT_PATH);
402 long actualFileDurationMs = getRecordedFileDurationMs(OUTPUT_PATH);
441 checkOutputFileSize(OUTPUT_PATH, fileSize, tolerance)
    [all...]

Completed in 1034 milliseconds