Home
last modified time | relevance | path

Searched refs:program (Results 1 – 17 of 17) sorted by relevance

/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/src/
Dts_check_plugin.ts44 const program: ts.Program = ts.createProgram({ constant
49 program.getTypeChecker();
50 const programSourceFiles: readonly ts.SourceFile[] = program.getSourceFiles();
52 const diagnostics: ts.Diagnostic[] = ts.runArkTSLinter(program, host);
56 program,
78 program: ts.Program,
92 … const result: readonly ts.Diagnostic[] = program.getSemanticDiagnostics(programSourceFile);
/interface/sdk_c/third_party/openGLES/GLES3/
Dgl31.h365 typedef void (GL_APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader);
366 typedef void (GL_APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar…
394 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program);
401 typedef void (GL_APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader);
418 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize…
419 typedef void (GL_APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSiz…
420 typedef void (GL_APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei …
421 typedef GLint (GL_APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name);
428 typedef void (GL_APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params);
429 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *l…
[all …]
Dgl32.h365 typedef void (GL_APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader);
366 typedef void (GL_APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar…
394 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program);
401 typedef void (GL_APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader);
418 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize…
419 typedef void (GL_APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSiz…
420 typedef void (GL_APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei …
421 typedef GLint (GL_APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name);
428 typedef void (GL_APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params);
429 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *l…
[all …]
Dgl3.h365 typedef void (GL_APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader);
366 typedef void (GL_APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar…
394 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program);
401 typedef void (GL_APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader);
418 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize…
419 typedef void (GL_APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSiz…
420 typedef void (GL_APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei …
421 typedef GLint (GL_APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name);
428 typedef void (GL_APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params);
429 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *l…
[all …]
/interface/sdk-js/build-tools/collect_application_api/src/entry/
Dmain.js19 program = new commander.Command(); field in ToolBoxCommander
27 const pluginCommand = this.program.name(pluginOption.name)
44 this.program.parse();
/interface/sdk-js/build-tools/api_diff/src/entry/
Dmain.js19 program = new commander.Command(); field in ToolBoxCommander
26 const pluginCommand = this.program.name(pluginOption.name)
42 this.program.parse();
/interface/sdk-js/build-tools/dts_parser/src/
Dmain.ts24 program: commander.Command = new commander.Command(); property in ToolBoxCommander
31 const pluginCommand: commander.Command = this.program
49 this.program.parse();
77 this.program.help({ error: true });
/interface/sdk_c/third_party/openGLES/GLES2/
Dgl2.h365 typedef void (GL_APIENTRYP PFNGLATTACHSHADERPROC) (GLuint program, GLuint shader);
366 typedef void (GL_APIENTRYP PFNGLBINDATTRIBLOCATIONPROC) (GLuint program, GLuint index, const GLchar…
394 typedef void (GL_APIENTRYP PFNGLDELETEPROGRAMPROC) (GLuint program);
401 typedef void (GL_APIENTRYP PFNGLDETACHSHADERPROC) (GLuint program, GLuint shader);
418 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize…
419 typedef void (GL_APIENTRYP PFNGLGETACTIVEUNIFORMPROC) (GLuint program, GLuint index, GLsizei bufSiz…
420 typedef void (GL_APIENTRYP PFNGLGETATTACHEDSHADERSPROC) (GLuint program, GLsizei maxCount, GLsizei …
421 typedef GLint (GL_APIENTRYP PFNGLGETATTRIBLOCATIONPROC) (GLuint program, const GLchar *name);
428 typedef void (GL_APIENTRYP PFNGLGETPROGRAMIVPROC) (GLuint program, GLenum pname, GLint *params);
429 typedef void (GL_APIENTRYP PFNGLGETPROGRAMINFOLOGPROC) (GLuint program, GLsizei bufSize, GLsizei *l…
[all …]
Dgl2ext.h169 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVKHRPROC) (GLuint program, GLint location, GLsizei bufS…
170 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMIVKHRPROC) (GLuint program, GLint location, GLsizei bufS…
171 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMUIVKHRPROC) (GLuint program, GLint location, GLsizei buf…
175 GL_APICALL void GL_APIENTRY glGetnUniformfvKHR (GLuint program, GLint location, GLsizei bufSize, GL…
176 GL_APICALL void GL_APIENTRY glGetnUniformivKHR (GLuint program, GLint location, GLsizei bufSize, GL…
177 GL_APICALL void GL_APIENTRY glGetnUniformuivKHR (GLuint program, GLint location, GLsizei bufSize, G…
405 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei …
406 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const v…
408 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length…
409 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const void *bi…
[all …]
/interface/sdk-js/build-tools/collect_application_api/src/
Dapi_collector.js154 let program = programFactory.createProgram(appSourceSet, apiLibs, componentLibs, eslibs);
157 program.getSourceFiles().forEach((sf) => {
163 systemApiRecognizer.setTypeChecker(program.getTypeChecker());
167 const sourceFile = program.getSourceFileByPath(canonicalFileName);
182 program = undefined;
/interface/sdk-js/build-tools/jsdoc_format_plugin/src/core/
DcoreImpls.ts815 const program = new Command(); constant
816 program
828 program.parse();
829 const options = program.opts();
/interface/sdk_c/third_party/node/
DLICENSE352 # The program was produced on an experimental basis in the course of the
355 # program is provided without any warranty whatsoever, whether express,
359 # the program and the nonexistence of any infringement or violation of
362 # Each user of the program will agree and understand, and be deemed to
364 # the program and, accordingly, the entire risk arising from or
365 # otherwise connected with the program is assumed by the user.
369 # development of the program and their respective officials, directors,
373 # with the use or inability to use the program or any product, material
374 # or result produced or otherwise obtained by using the program,
378 # foregoing by his or her commencement of use of the program. The term
[all …]
/interface/sdk-js/build-tools/dts_parser/
Dtsconfig.json40 … /* Allow JavaScript files to be a part of your program. Use the `checkJS…
/interface/sdk-js/build-tools/jsdoc_format_plugin/
Dtsconfig.json40 … /* Allow JavaScript files to be a part of your program. Use the `checkJS…
/interface/sdk_c/third_party/zlib/
DREADME16 To compile all files and run the test program, follow the instructions given at
/interface/sdk-js/build-tools/api_check_plugin/plugin/
Ddictionaries.txt48807 program
/interface/sdk-js/build-tools/dts_parser/src/coreImpl/checker/config/
Ddictionaries.txt48805 program