HomeSort by relevance Sort by last modified time
    Searched refs:program (Results 251 - 275 of 446) sorted by null

<<1112131415161718

  /external/bison/data/
lalr1.cc 7 # This program is free software; you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful,
18 # along with this program; if not, write to the Free Software
  /external/v8/src/
prettyprinter.cc 425 const char* PrettyPrinter::PrintExpression(FunctionLiteral* program) {
428 program->body()->at(0)->AsExpressionStatement();
434 const char* PrettyPrinter::PrintProgram(FunctionLiteral* program) {
436 PrintStatements(program->body());
687 const char* AstPrinter::PrintProgram(FunctionLiteral* program) {
690 PrintLiteralIndented("NAME", program->name(), true);
691 PrintLiteralIndented("INFERRED NAME", program->inferred_name(), true);
692 PrintParameters(program->scope());
693 PrintDeclarations(program->scope()->declarations());
694 PrintStatements(program->body())
    [all...]
  /frameworks/base/libs/gui/tests/
SurfaceTexture_test.cpp 242 GLuint program = glCreateProgram(); local
244 if (program) {
245 glAttachShader(program, vertexShader);
247 glAttachShader(program, fragmentShader);
249 glLinkProgram(program);
251 glGetProgramiv(program, GL_LINK_STATUS, &linkStatus);
254 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength);
258 glGetProgramInfoLog(program, bufLength, NULL, buf);
259 printf("Program link log:\n%s\n", buf);
264 glDeleteProgram(program);
    [all...]
  /external/valgrind/main/
configure 45 # Prefer a ksh shell builtin over an external printf program on Solaris,
1081 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1082 | --program-pre | --program-pr | --program-p)
1084 -program-prefix=* | --program-prefix=* | --program-prefi=*
    [all...]
  /external/chromium/base/
command_line.h 45 // Construct a new command line with |program| as argv[0].
46 explicit CommandLine(const FilePath& program);
91 // Returns the program part of the command line string (the first item).
138 // If |include_program| is true, include |other|'s program as well.
148 // The program name is assumed to be the first item in the string.
153 // Disallow public default construction; a program name must be specified.
164 // The name of the program.
167 // The argv array, with the program name in argv_[0].
  /external/libffi/
ltconfig 13 # This program is distributed in the hope that it will be useful, but
19 # along with this program; if not, write to the Free Software
23 # distribute this file as part of a program that contains a
25 # the same distribution terms that you use for the rest of that program.
178 # The name of this program.
182 PROGRAM=ltconfig
339 LTMAIN is the \`ltmain.sh' shell script fragment or \`ltmain.c' program
375 --version) echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"; exit 0 ;;
611 # AIX sometimes has problems with the GCC collect2 program. For some
670 # Allow CC to be a program name with arguments
    [all...]
  /external/mesa3d/docs/
MESA_shader_debug.spec 43 a program object to enable debugging. Vertex and/or fragment shader,
48 be attached to a single program object.
159 to each debug object that is attached to the program object.
  /external/netperf/
netserver.c 675 strcpy(cmdline, program);
813 /* Save away the program name */
814 program = (char *)malloc(strlen(argv[0]) + 1);
815 if (program == NULL) {
819 strcpy(program, argv[0]);
  /external/sonivox/arm-fm-22k/host_src/
eas_types.h 224 /* external audio callback program change */
228 EAS_U8 program; member in struct:s_ext_audio_prg_chg_tag
  /external/sonivox/arm-hybrid-22k/host_src/
eas_types.h 224 /* external audio callback program change */
228 EAS_U8 program; member in struct:s_ext_audio_prg_chg_tag
  /external/sonivox/arm-wt-22k/host_src/
eas_types.h 229 /* external audio callback program change */
233 EAS_U8 program; member in struct:s_ext_audio_prg_chg_tag
  /external/valgrind/main/drd/tests/
annotate_rwlock.c 4 * @brief Multithreaded test program that triggers various access patterns
22 #error Sorry, but this test program can only be compiled by a compiler that\
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 2 /* This program is a marginally modified copy of
14 * @brief Multithreaded test program that triggers various access patterns
32 #error Sorry, but this test program can only be compiled by a compiler that\
  /frameworks/base/media/libstagefright/mpeg2ts/
ATSParser.cpp 46 struct ATSParser::Program : public RefBase {
47 Program(ATSParser *parser, unsigned programNumber, unsigned programMapPID);
82 DISALLOW_EVIL_CONSTRUCTORS(Program);
86 Stream(Program *program, unsigned elementaryPID, unsigned streamType);
107 Program *mProgram;
131 ATSParser::Program::Program(
138 LOGV("new program number %u", programNumber);
141 bool ATSParser::Program::parsePID
865 const sp<Program> &program = mPrograms.itemAt(index); local
965 const sp<Program> &program = mPrograms.editItemAt(i); local
    [all...]
  /external/grub/
configure 508 -program-prefix | --program-prefix | --program-prefi | --program-pref \
509 | --program-pre | --program-pr | --program-p)
511 -program-prefix=* | --program-prefix=* | --program-prefi=*
    [all...]
  /external/jpeg/
ltmain.sh 7 # This program is free software; you can redistribute it and/or modify
12 # This program is distributed in the hope that it will be useful, but
18 # along with this program; if not, write to the Free Software
22 # distribute this file as part of a program that contains a
24 # the same distribution terms that you use for the rest of that program.
26 # The name of this program.
31 PROGRAM=ltmain.sh
55 echo "$modename: ltconfig version \`$LTCONFIG_VERSION' does not match $PROGRAM version \`$VERSION'" 1>&2
110 echo "$PROGRAM (GNU $PACKAGE) $VERSION"
358 # accidentally link it into a program
    [all...]
  /external/icu4c/
configure 45 # Prefer a ksh shell builtin over an external printf program on Solaris,
1032 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1033 | --program-pre | --program-pr | --program-p)
1035 -program-prefix=* | --program-prefix=* | --program-prefi=*
    [all...]
configure.orig 45 # Prefer a ksh shell builtin over an external printf program on Solaris,
1032 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1033 | --program-pre | --program-pr | --program-p)
1035 -program-prefix=* | --program-prefix=* | --program-prefi=*
    [all...]
  /external/libpcap/
configure 933 -program-prefix | --program-prefix | --program-prefi | --program-pref \
934 | --program-pre | --program-pr | --program-p)
936 -program-prefix=* | --program-prefix=* | --program-prefi=*
    [all...]
  /external/srtp/
configure 506 -program-prefix | --program-prefix | --program-prefi | --program-pref \
507 | --program-pre | --program-pr | --program-p)
509 -program-prefix=* | --program-prefix=* | --program-prefi=*
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2ext.h 520 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
521 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
523 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
524 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
    [all...]
  /external/bison/build-aux/
ylwrap 11 # This program is free software; you can redistribute it and/or modify
16 # This program is distributed in the hope that it will be useful,
22 # along with this program; if not, write to the Free Software
27 # distribute this file as part of a program that contains a
29 # the same distribution terms that you use for the rest of that program.
46 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
53 PROGRAM is program to run
92 # The program to run.
  /external/chromium/testing/gtest/test/
gtest_xml_output_unittest.py 141 Runs a test program that generates a non-empty XML output, and
148 Runs a test program that generates an empty XML output, and
209 Asserts that the XML document generated by running the program
211 XML document. Furthermore, the program's exit code must be
  /external/dhcpcd/mk/
prog.mk 1 # rules to build a program
  /external/icu4c/samples/ufortune/resources/
fortune_resources.mak 6 # for for the ICU sample program "ufortune".

Completed in 1722 milliseconds

<<1112131415161718