Home
last modified time | relevance | path

Searched refs:output (Results 1 – 11 of 11) sorted by relevance

/NW4C-1.3.3/demos/snd/
DOMakefile35 …DMAKER_PROJECT_FILES) $(SOUNDPROJECT_CONVERTER) :effects: $(PROJECT_DIR)/output/$(projectDir).bcsar
38 cp $(PROJECT_DIR)/output/$(projectDir).csid $(outdir)/../sources
39 cp $(PROJECT_DIR)/output/$(projectDir).bcsar $@
47 …DMAKER_PROJECT_FILES) $(SOUNDPROJECT_CONVERTER) :effects: $(PROJECT_DIR)/output/$(projectDir).bcsar
50 cp $(PROJECT_DIR)/output/$(projectDir).csid $(outdir)/../sources
51 cp $(PROJECT_DIR)/output/$(projectDir).bcsar $@
60 …DMAKER_PROJECT_FILES) $(SOUNDPROJECT_CONVERTER) :effects: $(PROJECT_DIR)/output/$(projectDir).bcsar
63 cp $(PROJECT_DIR)/output/$(projectDir).csid $(outdir)/../sources
64 cp $(PROJECT_DIR)/output/$(projectDir).bcsar $@
65 cp $(PROJECT_DIR)/output/stream/*.bcstm $(dirname $@)/stream
[all …]
/NW4C-1.3.3/sources/libraries/dev/
Ddev_Profile.cpp215 char output[256]; in DumpReports() local
216 output[0] = '\0'; in DumpReports()
226 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
234 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
241 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
248 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
252 ut::strncat(output, MAX_LENGTH, it->name, std::strlen(it->name) + 1); in DumpReports()
254 ut::strncat(output, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
258 std::replace(output, output + std::strlen(output), '|', ','); in DumpReports()
261 NW_DEV_LOG(output); in DumpReports()
/NW4C-1.3.3/tools/CsdrUpdater/
DCsdrUpdater.py76 output = open(shaderName, 'wb')
77 output.write(csdrString)
Dreadme.txt38 If not specified by option, the output file name is created by removing the file extension from the…
42 -o, --output= : Specifies the output filename.
44 In order to use the output intermediate file with NWCS, it must be edited according to the user sha…
/NW4C-1.3.3/build/omake/
Dcommondefs.om167 public.Font(output, options) =
170 $(output): $(DEPS)
172 $(FONT_CONVERTER) -of $(output) $(options)
173 return $(output)
/NW4C-1.3.3/demos/Nw4cDemo/resource/
Dreadme.txt1 This is the output folder for layout data after conversion.
/NW4C-1.3.3/SampleData/Graphics/Shader/JShader/
DReadMe.txt18 Note: The vertex color is output if there is no hemispherical light.
/NW4C-1.3.3/documents/License/IronRuby/
DLICENSE.Ruby.txt49 output from the software do not automatically fall under the
/NW4C-1.3.3/tools/DccPlugin/Maya/scripts/
DNW4C_CreateMenu.mel139 -ann "Set output frame extension list for texture pattern animation"
DNW4C_ExpDialog.mel479 // output
745 // output options
770 // output file selection
1007 // output
1861 // output
2323 // output
2823 remove no output child (both argments must be long path)
3503 // output options
DNW4C_SetAnimRange.mel2770 string $node[] = `listConnections -p false ($src + ".output")`;
2775 string $plug[] = `listConnections -p true ($src + ".output")`;