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

<<121122123124125126127128129130>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py 4 specific functions for launching another program in a sub-process.
18 """Run another program, specified as a command list 'cmd', in a new process.
21 cmd[0] is the program to run and cmd[1:] are the rest of its arguments.
22 There is no way to run a program with a name different from that of its
26 search path will be used to find the program; otherwise, cmd[0]
30 Raise DistutilsExecError if running the program fails in any way; just
  /external/valgrind/main/callgrind/docs/
cl-manual.xml 18 functions in a program's run as a call-graph.
27 <para>The profile data is written out to a file at program
49 the status of a program currently running under Callgrind's control,
50 without stopping the program. You can get statistics information as
69 <function>foo</function>'s costs. When applied to the program as a whole,
76 of the total program cost. Because of costs arising before
80 is not exactly 100 percent of the total program cost.</para>
85 program's costs occur. Caller/callee cost attribution is also useful
110 <para>To start a profile run for a program, execute:
111 <screen>valgrind --tool=callgrind [callgrind options] your-program [program options]</screen
    [all...]
  /bionic/libc/kernel/tools/
update_all.py 11 this program is used to update all the auto-generated clean headers
15 relative to the program's directory
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 19 program
136 parser.program
  /external/bzip2/
README.XML.STUFF 2 This file is part of bzip2/libbzip2, a program and library for
11 This program is released under the terms of the license contained
format.pl 4 # This file is part of bzip2/libbzip2, a program and library for
13 # This program is released under the terms of the license contained
spewG.c 13 This file is part of bzip2/libbzip2, a program and library for
22 This program is released under the terms of the license contained
  /external/chromium/build/internal/
README.chromium 6 Included by ..\release.vsprops. Its settings are overriden by release_impl$(CHROME_BUILD_TYPE).vsprops. Uses the default VS setting which is "Maximize Speed". Results in relatively fast build with reasonable optimization level but without whole program optimization to reduce build time.
15 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops. Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more optimized build. Uses "Full Optimization" and "Flavor small code".
  /external/chromium/chrome/browser/policy/
policy_path_parser.h 36 // ${program_files} - The "Program Files" folder for the current process.
38 // (example : "C:\Program Files (x86)")
  /external/chromium/testing/gtest/test/
gtest_no_test_unittest.cc 30 // Tests that a Google Test program that has no test defined can run
48 // program to fail.
gtest_throw_on_failure_test_.cc 34 // This program must be compiled with exceptions disabled. It will be
50 // assertion will cause the program to exit with a non-zero code.
  /external/chromium_org/build/internal/
README.chromium 6 Included by ..\release.vsprops. Its settings are overriden by release_impl$(CHROME_BUILD_TYPE).vsprops. Uses the default VS setting which is "Maximize Speed". Results in relatively fast build with reasonable optimization level but without whole program optimization to reduce build time.
15 Included by ..\release.vsprops when CHROME_BUILD_TYPE=_official. Includes release_defaults.vsprops. Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more optimized build. Uses "Full Optimization" and "Flavor small code".
  /external/chromium_org/chrome/browser/profile_resetter/
automatic_profile_resetter.h 127 void SetProgramForTesting(const std::string& program);
186 // program on the worker thread.
191 // |program| that will evaluate whether the conditions are met for showing the
192 // reset prompt. The program will make this decision based on the state
194 // program will only see hashed keys and values that are produced using
198 const std::string& program,
207 // the program with |results|. Finishes the evaluation flow, and, based on the
238 // Writes the memento values returned by the evaluation program to disk, and
  /external/chromium_org/chromeos/system/
name_value_pairs_parser.h 33 // The program name (argv[0]) should be an absolute path. The function
34 // checks if the program exists before executing it as some programs
  /external/chromium_org/courgette/
disassembler.h 39 // parameter 'program'.
40 virtual bool Disassemble(AssemblyProgram* program) = 0;
types_elf.h 13 typedef uint32 Elf32_Addr; // Unsigned program address
105 // Values for the segment type field in a program segment header
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test.cc 63 base::FilePath program(test_path.Append(FILE_PATH_LITERAL(
66 CommandLine cmdline(program);
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
manifest.h 41 // Gets the full program URL for the current sandbox ISA from the
42 // manifest file. Fills in |pnacl_options| if the program requires
  /external/chromium_org/sandbox/linux/seccomp-bpf/
instruction.h 44 // While assembling the BPF program, we use pointers for branch targets.
52 // While assembling the BPF program, non-jumping instructions are linked
  /external/chromium_org/testing/gtest/test/
gtest_no_test_unittest.cc 30 // Tests that a Google Test program that has no test defined can run
47 // program to fail.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
CustomFilterOperation.cpp 37 CustomFilterOperation::CustomFilterOperation(PassRefPtr<CustomFilterProgram> program, const CustomFilterParameterList& sortedParameters, unsigned meshRows, unsigned meshColumns, CustomFilterMeshType meshType)
39 , m_program(program)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
postprocess.h 61 struct program *p;
74 struct program *pp_init_prog(struct pp_queue_t *, struct pipe_screen *);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_init.h 29 /* Use UTIL_INIT(f) to have f called at program initialization.
31 .c file it is in sis referenced by the program.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_emulate_branches.c 237 DBG("Program after ENDIF handling:\n");
238 rc_print_program(&s->C->Program);
267 * the program.
288 for(struct rc_instruction * inst = s->C->Program.Instructions.Next;
289 inst != &s->C->Program.Instructions;
294 inst_mov = rc_insert_new_instruction(s->C, s->C->Program.Instructions.Prev);
318 ptr = c->Program.Instructions.Next;
319 while(ptr != &c->Program.Instructions) {
radeon_rename_regs.c 56 for(inst = c->Program.Instructions.Next;
57 inst != &c->Program.Instructions;

Completed in 1121 milliseconds

<<121122123124125126127128129130>>