Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/snd/
DOMakefile37 …DMAKER_PROJECT_FILES) $(SOUNDPROJECT_CONVERTER) :effects: $(PROJECT_DIR)/output/$(projectDir).bcsar
40 cp $(PROJECT_DIR)/output/$(projectDir).csid $(outdir)/../sources
41 cp $(PROJECT_DIR)/output/$(projectDir).bcsar $@
49 …DMAKER_PROJECT_FILES) $(SOUNDPROJECT_CONVERTER) :effects: $(PROJECT_DIR)/output/$(projectDir).bcsar
52 cp $(PROJECT_DIR)/output/$(projectDir).csid $(outdir)/../sources
53 cp $(PROJECT_DIR)/output/$(projectDir).bcsar $@
62 …DMAKER_PROJECT_FILES) $(SOUNDPROJECT_CONVERTER) :effects: $(PROJECT_DIR)/output/$(projectDir).bcsar
65 cp $(PROJECT_DIR)/output/$(projectDir).csid $(outdir)/../sources
66 cp $(PROJECT_DIR)/output/$(projectDir).bcsar $@
67 cp $(PROJECT_DIR)/output/stream/*.bcstm $(dirname $@)/stream
[all …]
/NW4C-2.0.3/sources/libraries/dev/
Ddev_Profile.cpp217 char output[256]; in DumpReports() local
218 output[0] = '\0'; in DumpReports()
228 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
236 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
243 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
250 ut::strncat(output, MAX_LENGTH, formatString, std::strlen(formatString) + 1); in DumpReports()
254 ut::strncat(output, MAX_LENGTH, it->name, std::strlen(it->name) + 1); in DumpReports()
256 ut::strncat(output, MAX_LENGTH, str, std::strlen(str) + 1); in DumpReports()
260 std::replace(output, output + std::strlen(output), '|', ','); in DumpReports()
263 NW_DEV_LOG(output); in DumpReports()
/NW4C-2.0.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-2.0.3/build/omake/
Dcommondefs.om169 public.Font(output, options) =
172 $(output): $(DEPS)
174 $(FONT_CONVERTER) -of $(output) $(options)
175 return $(output)
/NW4C-2.0.3/demos/Nw4cDemo/resource/
Dreadme.txt1 This is the output folder for layout data after conversion.
/NW4C-2.0.3/SampleData/Graphics/Shader/MultiplyShader/
DReadMe.txt18 Note: The vertex color is output if there is no hemispherical light.
/NW4C-2.0.3/SampleData/Graphics/Shader/DemoShader/
DUserRenderCommandShader.vsh61 // output
/NW4C-2.0.3/documents/License/IronRuby/
DLICENSE.Ruby.txt49 output from the software do not automatically fall under the
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_CreateMenu.mel138 -ann "Set output frame extension list for texture pattern animation"
DNW4C_ExpDialog.mel499 // output
765 // output options
790 // output file selection
1043 // output
1934 // output
2392 // output
2885 remove no output child (both argments must be long path)
3571 // output options
DNW4C_SetAnimRange.mel2769 string $node[] = `listConnections -p false ($src + ".output")`;
2774 string $plug[] = `listConnections -p true ($src + ".output")`;