Home
last modified time | relevance | path

Searched refs:OUTPUT (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata3 open(OUTPUT, "> fsdata.c");
57 print(OUTPUT "\t/* $file */\n\t");
59 printf(OUTPUT "%#02x, ", unpack("C", substr($file, $j, 1)));
61 printf(OUTPUT "0,\n");
67 print(OUTPUT "\t");
69 printf(OUTPUT "%#02x, ", unpack("C", $data));
72 print(OUTPUT "\n");
76 print(OUTPUT "};\n\n");
92 print(OUTPUT "data$fvar + ". (length($file) + 1) .", ");
96 print(OUTPUT "#define FS_ROOT file$fvars[$i - 1]\n\n");
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dgenout.cmake.in38 get_filename_component(OUTPUTEXT "${OUTPUT}" EXT)
40 get_filename_component(OUTPUTBASE "${OUTPUT}" NAME_WE)
42 get_filename_component(OUTPUTDIR "${OUTPUT}" PATH)
45 get_filename_component(GENDIR "${OUTPUT}" PATH)
48 file(REMOVE "${OUTPUT}.tf1" "${OUTPUT}.tf2")
74 OUTPUT_FILE "${OUTPUT}.tf1"
78 message(FATAL_ERROR "Failed to generate ${OUTPUT}.tf1")
82 "out=${OUTPUT}.tf2" "${OUTPUT}.tf1"
86 message(FATAL_ERROR "Failed to generate ${OUTPUT}.tf2")
89 file(REMOVE "${OUTPUT}.tf1")
[all …]
A Dgensrc.cmake.in20 if("${OUTPUT}" STREQUAL "scripts/pnglibconf.c")
48 elseif ("${OUTPUT}" STREQUAL "pnglibconf.c")
75 elseif ("${OUTPUT}" STREQUAL "pnglibconf.h")
78 file(REMOVE "${BINDIR}/${OUTPUT}")
94 file(RENAME "pnglibconf.tf8" "${BINDIR}/${OUTPUT}")
97 "${BINDIR}/${OUTPUT}"
104 elseif ("${OUTPUT}" STREQUAL "pngprefix.h")
107 file(REMOVE "${BINDIR}/${OUTPUT}")
121 file(RENAME "pngprefix.tf1" "${BINDIR}/${OUTPUT}")
126 elseif("${OUTPUT}" STREQUAL "scripts/pnglibconf.h.prebuilt")
[all …]
A Dgenchk.cmake.in17 get_filename_component(OUTPUTEXT "${OUTPUT}" EXT)
19 get_filename_component(OUTPUTBASE "${OUTPUT}" NAME_WE)
21 get_filename_component(OUTPUTDIR "${OUTPUT}" PATH)
25 file(REMOVE "${OUTPUT}" "${OUTPUTDIR}/${OUTPUTBASE}.new")
34 file(RENAME "${OUTPUTDIR}/${OUTPUTBASE}.new" "${OUTPUT}")
A Dlibtool.m41575 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
5590 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6661 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure.com28 $WRITE SYS$OUTPUT " "
80 $DEAS SYS$OUTPUT
91 $DEAS SYS$OUTPUT
109 $DEAS SYS$OUTPUT
134 $DEAS SYS$OUTPUT
145 $DEAS SYS$OUTPUT
177 $DEAS SYS$OUTPUT
189 $DEAS SYS$OUTPUT
225 $DEAS SYS$OUTPUT
237 $DEAS SYS$OUTPUT
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dmkrules.cmake42 OUTPUT MICROPY_FORCE_BUILD
50 OUTPUT ${MICROPY_MPVERSION}
59 OUTPUT ${MICROPY_MODULEDEFS}
71 OUTPUT ${MICROPY_QSTRDEFS_LAST}
80 OUTPUT ${MICROPY_QSTRDEFS_SPLIT}
89 OUTPUT ${MICROPY_QSTRDEFS_COLLECTED}
97 OUTPUT ${MICROPY_QSTRDEFS_PREPROCESSED}
107 OUTPUT ${MICROPY_QSTRDEFS_GENERATED}
142 OUTPUT ${MICROPY_MPYCROSS_DEPENDENCY}
148 OUTPUT ${MICROPY_FROZEN_CONTENT}
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_rtc.h297 #define IS_RTC_OUTPUT(OUTPUT) (((OUTPUT) == RTC_Output_Disable) || \ argument
298 ((OUTPUT) == RTC_Output_Alarm) || \
299 ((OUTPUT) == RTC_Output_clkspre) || \
300 ((OUTPUT) == RTC_Output_clkapre))
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCMakeLists.txt286 set(oneValueArgs INPUT OUTPUT)
296 add_custom_command(OUTPUT "${_GC_OUTPUT}"
309 set(oneValueArgs INPUT OUTPUT)
319 add_custom_command(OUTPUT "${_GO_OUTPUT}"
329 # generate_source(OUTPUT outputfile [DEPENDS dep1 [dep2...]])
332 set(oneValueArgs OUTPUT)
349 add_custom_command(OUTPUT "${destination}"
357 generate_source(OUTPUT "scripts/pnglibconf.c"
363 generate_source(OUTPUT "pnglibconf.c"
380 generate_source(OUTPUT "pnglibconf.h"
[all …]
/AliOS-Things-master/components/SDL2/src/image/Xcode-iOS/SDL_image.xcodeproj/
A Dproject.pbxproj305OUTPUT\"\nlipo -create \"${TARGET_BUILD_DIR}/../Debug-iphoneos/$OUTPUT\" \"${TARGET_BUILD_DIR}/../…
320OUTPUT\"\nlipo -create \"${TARGET_BUILD_DIR}/../Debug-appletvos/$OUTPUT\" \"${TARGET_BUILD_DIR}/..…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A Dmake.sh23 OUTPUT='*NONE' # Compilation output option.
27 export TGTCCSID DEBUG OPTIMIZE OUTPUT TGTRLS
94 CMD="${CMD} OUTPUT(${OUTPUT})"
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME.mux26 Usage: webpmux -get GET_OPTIONS INPUT -o OUTPUT
27 webpmux -set SET_OPTIONS INPUT -o OUTPUT
29 INPUT -o OUTPUT
30 webpmux -strip STRIP_OPTIONS INPUT -o OUTPUT
32 [-bgcolor BACKGROUND_COLOR] -o OUTPUT
91 INPUT & OUTPUT are in WebP format.
A Dmakefile.unix346 OUTPUT = $(OUT_LIBS) $(OUT_EXAMPLES)
348 OUTPUT += $(EXTRA_EXAMPLES) $(OTHER_EXAMPLES)
349 OUTPUT += src/demux/libwebpdemux.a src/mux/libwebpmux.a $(EXTRA_LIB)
350 OUTPUT += examples/libgifdec.a examples/libanim_util.a
483 $(RM) $(OUTPUT) *~ \
/AliOS-Things-master/components/SDL2/src/hidapi/linux/
A DREADME.txt47 Out endpoint if one exists. This is fixed in 2.6.35. In 2.6.35, OUTPUT
49 exists; If it does not exist, OUTPUT reports will be sent on the CONTROL
54 contain an INTERRPUT OUT endpoint for OUTPUT transfers. For example, if
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/
A Drobot.resource.txt9 Set Test Message UART OUTPUT:\n\n${UART_LOGS}
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.swig109 %apply int* OUTPUT { int* width, int* height }
262 %apply int* OUTPUT { int* output_size }
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DCMakeLists.txt176 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/zlib1rc.obj
A Dmake_vms.com728 $ SAY := "WRITE_ SYS$OUTPUT"
/AliOS-Things-master/components/SDL2/src/image/
A Dlibtool1976 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
2056 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
2062 -lNAME OUTPUT-FILE requires the installed library libNAME
2067 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
2093 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
A Dltmain.sh1483 -o OUTPUT-FILE set the output file name to OUTPUT-FILE
1563 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
1569 -lNAME OUTPUT-FILE requires the installed library libNAME
1574 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
1600 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
/AliOS-Things-master/components/SDL2/acinclude/
A Dlibtool.m41504 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
5164 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6161 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m41575 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
5608 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6680 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dlibtool.m41575 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
5590 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6661 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Daclocal.m41513 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
5166 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6159 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
/AliOS-Things-master/components/SDL2/src/gfx/
A Daclocal.m41513 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
5166 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6159 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~

Completed in 86 milliseconds

12