HomeSort by relevance Sort by last modified time
    Searched full:program (Results 2601 - 2625 of 23867) sorted by null

<<101102103104105106107108109110>>

  /external/chromium_org/base/
command_line_unittest.cc 29 FILE_PATH_LITERAL("program"),
52 EXPECT_FALSE(cl.HasSwitch("program"));
59 EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(),
106 L"program --foo= -bAr /Spaetzel=pierogi /Baz flim "
117 EXPECT_FALSE(cl.HasSwitch("program"));
124 EXPECT_EQ(FilePath(FILE_PATH_LITERAL("program")).value(),
253 CommandLine cl(FilePath(FILE_PATH_LITERAL("Program")));
272 EXPECT_EQ(L"Program "
304 // Tests that when AppendArguments is called that the program is set correctly
308 CommandLine cl1(FilePath(FILE_PATH_LITERAL("Program")));
    [all...]
  /external/chromium_org/third_party/libevent/
missing 10 # This program is free software; you can redistribute it and/or modify
15 # This program is distributed in the hope that it will be useful,
21 # along with this program; if not, write to the Free Software
26 # distribute this file as part of a program that contains a
28 # the same distribution terms that you use for the rest of that program.
49 # Try to run requested program, and just exit if it succeeds.
56 # we should proceed has if the program had been absent, or
71 $0 [OPTION]... PROGRAM [ARGUMENT]...
73 Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return a
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/doc/
heapprofile.html 22 <li> Figuring out what is in the program heap at any given time
95 bytes has been allocated by the program.
156 <p>If heap-profiling is turned on in a program, the program will
169 written to the program's working directory.</p>
214 of a program so you can find gradual memory leaks. One simple way to
215 do this is to compare two profiles -- both collected after the program
300 program.
310 program.
334 <li> If the program linked in a library that was not compile
    [all...]
  /external/llvm/docs/
HowToSubmitABug.rst 15 compiler is `miscompiling`_ the program (i.e., the
145 particular, check to see if the program `valgrind
148 being bugs in the program being compiled, not LLVM.
150 Once you determine that the program itself is not buggy, you should choose
151 which code generator you wish to compile the program with (e.g. LLC or the JIT)
156 bugpoint -run-llc [... optzn passes ...] file-to-test.bc --args -- [program arguments]
170 method, but since for correctness, the entire program must be run,
180 --args -- [program arguments]
188 --args -- [program arguments]
193 will pass the program options specified in the Makefiles
    [all...]
  /external/llvm/lib/Support/Windows/
Program.inc 1 //===- Win32/Program.cpp - Win32 Program Implementation ------- -*- C++ -*-===//
10 // This file provides the Win32 specific implementation of the Program class.
37 // This function just uses the PATH environment variable to find the program.
40 if (progName.length() == 0) // no program
175 StringRef Program,
181 if (!sys::fs::can_execute(Program)) {
183 *ErrMsg = "program not executable";
301 std::string ProgramStr = Program;
315 MakeErrMsg(ErrMsg, std::string("Couldn't execute program '")
    [all...]
  /external/qemu/android/
main-emulator.c 7 ** This program is distributed in the hope that it will be useful,
13 /* This is the source code to the tiny "emulator" launcher program
17 * This program will be replaced in the future by what is currently
96 * see the debug messages from this launcher program.
152 /* Find the architecture-specific program in the same directory */
188 /* We could not launch the program ! */
219 * the directory of the current program.
238 /* Get program's directory name in progDir */
289 /* Otherwise, the program is missing */
290 APANIC("Missing arch-specific emulator program: %s\n", path)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man7/
gpl.7 154 to share and change all versions of a program\*(--to make sure it remains
173 For example, if you distribute copies of such a program, whether
201 Finally, every program is threatened constantly by software patents.
204 to avoid the special danger that patents applied to a free program
206 assures that patents cannot be used to render the program non-free.
219 \&\*(L"The Program\*(R" refers to any copyrightable work licensed under this
228 A \*(L"covered work\*(R" means either the unmodified Program or a work based
229 on the Program.
294 copyright on the Program, and are irrevocable provided the stated
296 permission to run the unmodified Program. The output from running
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man7/
gpl.7 154 to share and change all versions of a program\*(--to make sure it remains
173 For example, if you distribute copies of such a program, whether
201 Finally, every program is threatened constantly by software patents.
204 to avoid the special danger that patents applied to a free program
206 assures that patents cannot be used to render the program non-free.
219 \&\*(L"The Program\*(R" refers to any copyrightable work licensed under this
228 A \*(L"covered work\*(R" means either the unmodified Program or a work based
229 on the Program.
294 copyright on the Program, and are irrevocable provided the stated
296 permission to run the unmodified Program. The output from running
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man7/
gpl.7 154 to share and change all versions of a program\*(--to make sure it remains
173 For example, if you distribute copies of such a program, whether
201 Finally, every program is threatened constantly by software patents.
204 to avoid the special danger that patents applied to a free program
206 assures that patents cannot be used to render the program non-free.
219 \&\*(L"The Program\*(R" refers to any copyrightable work licensed under this
228 A \*(L"covered work\*(R" means either the unmodified Program or a work based
229 on the Program.
294 copyright on the Program, and are irrevocable provided the stated
296 permission to run the unmodified Program. The output from running
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man7/
gpl.7 154 to share and change all versions of a program\*(--to make sure it remains
173 For example, if you distribute copies of such a program, whether
201 Finally, every program is threatened constantly by software patents.
204 to avoid the special danger that patents applied to a free program
206 assures that patents cannot be used to render the program non-free.
219 \&\*(L"The Program\*(R" refers to any copyrightable work licensed under this
228 A \*(L"covered work\*(R" means either the unmodified Program or a work based
229 on the Program.
294 copyright on the Program, and are irrevocable provided the stated
296 permission to run the unmodified Program. The output from running
    [all...]
  /external/chromium/testing/gtest/test/
gtest_output_test.py 89 """Removes all file location info from a Google Test program's output.
92 test_output: the output of a Google Test program.
105 """Removes all stack traces from a Google Test program's output."""
113 """Removes all traces of stack traces from a Google Test program's output."""
120 """Removes all time information from a Google Test program's output."""
126 """Removes compiler-specific type info from Google Test program's output.
129 test_output: the output of a Google Test program.
154 """Removes test counts from a Google Test program's output."""
168 """Removes output of specified tests from a Google Test program's output.
  /external/chromium_org/testing/gtest/test/
gtest_output_test.py 89 """Removes all file location info from a Google Test program's output.
92 test_output: the output of a Google Test program.
105 """Removes all stack traces from a Google Test program's output."""
113 """Removes all traces of stack traces from a Google Test program's output."""
120 """Removes all time information from a Google Test program's output."""
126 """Removes compiler-specific type info from Google Test program's output.
129 test_output: the output of a Google Test program.
154 """Removes test counts from a Google Test program's output."""
168 """Removes output of specified tests from a Google Test program's output.
  /external/clang/lib/StaticAnalyzer/
README.txt 21 traces out possible paths of execution. The state of the program
23 (ProgramState). A location in the program is called a program point
24 (ProgramPoint), and the combination of state and program point is a
29 ExplodedGraph. We start at a root node, which has the entry program
33 updated program point and an updated state. A bug is found by hitting
41 constraints on the values of the program, and those constraints are
47 a new node with the same state and program point as an existing node
55 the behavior of the analyzed program from the entry point. To
  /external/gtest/test/
gtest_output_test.py 89 """Removes all file location info from a Google Test program's output.
92 test_output: the output of a Google Test program.
105 """Removes all stack traces from a Google Test program's output."""
113 """Removes all traces of stack traces from a Google Test program's output."""
120 """Removes all time information from a Google Test program's output."""
126 """Removes compiler-specific type info from Google Test program's output.
129 test_output: the output of a Google Test program.
154 """Removes test counts from a Google Test program's output."""
168 """Removes output of specified tests from a Google Test program's output.
  /external/libmtp/
INSTALL 48 program "ldconfig" to scan in the shared libraries at
54 you run your program, for example:
94 By default, libmtp will add the program-prefix "mtp-" to all the
95 example programs prior to installation. The program-prefix option
97 sox' "play" program. If the default prefix for some reason fail,
98 try to tag on "--program-prefix=mtp-" to the "configure" command.
141 you have the program "resmgr" installed (currently used only by SuSE to
142 our knowledge) that program will be used for enabling desktop user
203 function in your program, see the Autoconf texinfo documentation.
  /external/llvm/docs/CommandGuide/
llvm-bcanalyzer.rst 7 :program:`llvm-bcanalyzer` [*options*] [*filename*]
12 The :program:`llvm-bcanalyzer` command is a small utility for analyzing bitcode
14 :program:`llvm-as` tool) and produces a statistical report on the contents of
20 If *filename* is omitted or is ``-``, then :program:`llvm-bcanalyzer` reads its
27 .. program:: llvm-bcanalyzer
31 Causes :program:`llvm-bcanalyzer` to abbreviate its output by writing out only
37 Causes :program:`llvm-bcanalyzer` to dump the bitcode in a human readable
43 Causes :program:`llvm-bcanalyzer` to verify the module produced by reading the
54 If :program:`llvm-bcanalyzer` succeeds, it will exit with 0. Otherwise, if an
  /external/proguard/src/proguard/
ProGuard.java 7 * This program is free software; you can redistribute it and/or modify it
12 * This program is distributed in the hope that it will be useful, but WITHOUT
18 * with this program; if not, write to the Free Software Foundation, Inc.,
194 // Fill the program class pool and the library class pool.
215 * Sets that target versions of the program classes.
249 // the program elements that are preserved against shrinking,
372 * Sorts the elements of all program classes.
390 // Write out the program class pool.
396 * Prints out the contents of the program classes.
  /external/qemu/
Makefile.android 178 # program instead. Use with end-emulator-program
179 start-emulator-program = \
184 end-emulator-program = \
268 $(call start-emulator-program, emulator)
277 $(call end-emulator-program)
282 ### emulator-ui: UI FRONT-END PROGRAM
285 $(call start-emulator-program, emulator-ui)
321 $(call end-emulator-program)
  /frameworks/base/graphics/java/android/renderscript/
ProgramStore.java 228 * Returns a pre-defined program store object with the following
236 * @param rs Context to which the program will belong.
250 * Returns a pre-defined program store object with the following
257 * @param rs Context to which the program will belong.
271 * Returns a pre-defined program store object with the following
281 * @param rs Context to which the program will belong.
295 * Returns a pre-defined program store object with the following
303 * @param rs Context to which the program will belong.
420 * Creates a program store from the current state of the builder
  /ndk/sources/third_party/googletest/googletest/test/
gtest_output_test.py 89 """Removes all file location info from a Google Test program's output.
92 test_output: the output of a Google Test program.
105 """Removes all stack traces from a Google Test program's output."""
113 """Removes all traces of stack traces from a Google Test program's output."""
120 """Removes all time information from a Google Test program's output."""
126 """Removes compiler-specific type info from Google Test program's output.
129 test_output: the output of a Google Test program.
154 """Removes test counts from a Google Test program's output."""
168 """Removes output of specified tests from a Google Test program's output.
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererOneColorBufferTest.java 155 // Create the program object
168 // Link the program
176 Log.e(TAG, "Error linking program:");
182 // Store the program object
193 // Use the program object
  /external/chromium_org/base/third_party/symbolize/
symbolize.h 32 // This library provides Symbolize() function that symbolizes program
40 // containing the program counter.
44 // containing the program counter. If such a symbol is found,
111 // "fd" is a file descriptor of the object file containing the program
125 // Symbolizes a program counter. On success, returns true and write the
  /external/chromium_org/chrome/installer/mini_installer/
configuration_test.cc 38 TEST(MiniInstallerConfigurationTest, Program) {
39 EXPECT_TRUE(NULL == mini_installer::Configuration().program());
41 TestConfiguration(L"spam.exe").program());
43 TestConfiguration(L"spam.exe --with args").program());
45 TestConfiguration(L"c:\\blaz\\spam.exe --with args").program());
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1.cc 244 Program* program = GetProgram(client_program_id_); local
245 ASSERT_TRUE(program != NULL);
254 program->Link(NULL, NULL, NULL, Program::kCountOnlyStaticallyUsed,
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2.h 467 // Note: If your program is written in C++ you can define
469 // code for your program. The advantage is a program compiled with high
640 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
641 GL_APICALL void GL_APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar* name);
669 GL_APICALL void GL_APIENTRY glDeleteProgram (GLuint program);
676 GL_APICALL void GL_APIENTRY glDetachShader (GLuint program, GLuint shader);
693 GL_APICALL void GL_APIENTRY glGetActiveAttrib (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);
694 GL_APICALL void GL_APIENTRY glGetActiveUniform (GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);
695 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders)
    [all...]

Completed in 2141 milliseconds

<<101102103104105106107108109110>>