/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t047treeparser.g | 16 program
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleC.g | 16 program
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t047treeparser.g | 16 program
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
basic.rb | 173 program 263 parser.program 271 parser.program 278 parser.program
|
/external/bison/m4/ |
pathmax.m4 | 14 # Expands to a piece of C program that defines PATH_MAX in the same way as
|
/external/bzip2/ |
bzdiff.1 | 22 program on bzip2 compressed files. All options specified are passed
|
unzcrash.c | 2 /* A test program written to test robustness to decompression of 5 and the program will read the specified file, compress it (in memory), 17 This file is part of bzip2/libbzip2, a program and library for 26 This program is released under the terms of the license contained
|
/external/ceres-solver/internal/ceres/ |
block_jacobian_writer.h | 49 class Program; 55 Program* program); 75 Program* program_;
|
problem_impl.cc | 49 #include "ceres/program.h" 139 // sync with the position of the parameter in the program's parameter vector. 190 ProblemImpl::ProblemImpl() : program_(new internal::Program) {} 193 program_(new internal::Program) {} 548 // take the residual blocks from the underlying program. 549 Program program; local 550 *program.mutable_residual_blocks() = 559 *program.mutable_parameter_blocks(); 564 // the underlying program object [all...] |
/external/chromium/base/ |
base_paths_win.h | 20 DIR_PROGRAM_FILES, // Usually c:\program files
|
process_util_unittest_mac.mm | 14 // "psychotically big" and in fact a 64-bit program is expected to be able to
|
/external/chromium/base/memory/ |
memory_debug.h | 6 // All methods are effectively no-ops unless this program is being run through
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility_state.h | 16 // for screen reader users. The way we detect a screen reader program is
|
/external/chromium/chrome/browser/chromeos/ |
external_protocol_dialog.h | 20 // ChromeOS does not support launching external program, therefore,
|
/external/chromium/net/url_request/ |
url_request_job_tracker.cc | 23 "program was terminated while a request was active (normal).";
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
README | 23 any C++ or python program you've written using the gflags library.
|
/external/chromium_org/base/process/ |
memory_unittest_mac.mm | 14 // "psychotically big" and in fact a 64-bit program is expected to be able to
|
/external/chromium_org/cc/output/ |
gl_renderer_draw_cache.h | 38 // Information about the program binding that is required to draw.
|
/external/chromium_org/cc/test/ |
fake_web_graphics_context_3d.h | 83 virtual void attachShader(blink::WebGLId program, blink::WebGLId shader); 85 blink::WebGLId program, 185 virtual void detachShader(blink::WebGLId program, blink::WebGLId shader) {} 217 blink::WebGLId program, 220 blink::WebGLId program, 224 blink::WebGLId program, 229 blink::WebGLId program, 254 blink::WebGLId program, 258 virtual blink::WebString getProgramInfoLog(blink::WebGLId program); 286 blink::WebGLId program, [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
external_protocol_dialog.h | 25 // ChromeOS does not support launching external program, therefore,
|
/external/chromium_org/chrome/browser/profile_resetter/ |
automatic_profile_resetter.cc | 43 const char kAutomaticProfileResetStudyProgramParameterName[] = "program"; 50 // Keys used in the input dictionary of the program. 61 // Keys used in the output dictionary of the program. 67 // Keys used in both the input and output dictionary of the program. 99 // If the currently active experiment group prescribes a |program| and 102 bool GetProgramAndHashSeedOverridesFromExperiment(std::string* program, 104 DCHECK(program); 112 program->swap(params[kAutomaticProfileResetStudyProgramParameterName]); 160 // Collects all the information that is required by the evaluator program to 187 // Assembles the data required by the evaluator program into a dictionar [all...] |
/external/chromium_org/cloud_print/common/win/ |
install_utils.h | 41 // Returns true if path is part of program files.
|
/external/chromium_org/content/shell/geolocation/ |
shell_access_token_store.cc | 44 // Since content_shell is a test executable, rather than an end user program,
|
/external/chromium_org/gpu/command_buffer/common/ |
constants.h | 53 // The size to set for the program cache.
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_depth_texture_unittest.cc | 89 GLuint program = GLTestHelper::LoadProgram(v_shader_str, f_shader_str); local 91 GLint position_loc = glGetAttribLocation(program, "v_position"); 92 GLint resolution_loc = glGetUniformLocation(program, "u_resolution"); 129 glUseProgram(program);
|