/external/chromium/net/url_request/ |
url_request_filter.h | 15 // If URLRequestFilter::Factory can't find a handle for the request, it passes
|
/external/clang/test/Sema/ |
128bitint.c | 26 // Ensure we don't crash when user passes 128-bit values to type safety
|
/external/e2fsprogs/tests/f_bbfile/ |
expect.1 | 8 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/e2fsprogs/tests/f_dup2/ |
expect.1 | 5 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/e2fsprogs/tests/f_dupfsblks/ |
expect.1 | 9 Running additional passes to resolve blocks claimed by more than one inode...
|
/external/hamcrest/src/org/hamcrest/ |
BaseDescription.java | 88 * The default implementation passes every character to {@link #append(char)}.
|
/external/icu4c/i18n/ |
funcrepl.cpp | 29 * replacer, passes it through the given transliterator, and emits
|
/external/icu4c/test/perf/collperf/ |
CollPerf_r.pl | 20 "passes"=>"1",
|
/external/icu4c/test/perf/ubrkperf/ |
UBrkPerf_r.pl | 20 "passes"=>"10",
|
/external/icu4c/test/perf/ustrperf/ |
StringPerf.pl | 22 "passes"=>"5",
|
StringPerf_r.pl | 20 "passes"=>"10",
|
/external/jmonkeyengine/engine/src/core/com/jme3/post/ |
Filter.java | 79 * Some filters will need multiple passes before the final render
257 * It should contain Material initializations and extra passes initialization
300 * Also it can be the place to render pre passes
406 * returns the list of the postRender passes
|
/external/jpeg/ |
jdapistd.c | 81 /* Perform any dummy output passes, and set up for the final pass */ 107 /* Perform any dummy output passes, and set up for the final pass */ 129 /* Loop over any required dummy passes */ 362 /* Perform any dummy output passes, and set up for the real pass */
|
/external/junit/src/org/junit/rules/ |
TemporaryFolder.java | 10 * guaranteed to be deleted when the test method finishes (whether it passes or
|
/external/llvm/docs/CommandGuide/ |
llvm-diff.rst | 36 passes and frontends. It does not have a stable output format.
|
llvm-prof.rst | 50 **--time-passes**
|
/external/llvm/docs/tutorial/ |
LangImpl4.rst | 92 use, in the form of "passes". 94 LLVM Optimization Passes 97 LLVM provides many optimization passes, which do many different sorts of 104 As a concrete example, LLVM supports both "whole module" passes, which 107 program). It also supports and includes "per-function" passes which just 109 functions. For more information on passes and how they are run, see the 111 `List of LLVM Passes <../Passes.html>`_. 156 a series of "add" calls to add a bunch of LLVM passes. The first pass is 162 In this case, we choose to add 4 optimization passes. The passes w [all...] |
/external/llvm/include/llvm/Assembly/ |
PrintModulePass.h | 10 // This file defines two passes to print out a module. The PrintModulePass pass
|
/external/llvm/include/llvm/ |
PassAnalysisSupport.h | 10 // This file defines stuff that is used to define and "use" Analysis Passes. 162 // AnalysisImpls - This keeps track of which passes implements the interfaces 208 // PI *must* appear in AnalysisImpls. Because the number of passes used 238 // PI *must* appear in AnalysisImpls. Because the number of passes used
|
/external/llvm/include/llvm/Transforms/Utils/ |
SimplifyLibCalls.h | 11 // optimization passes that need to call the various functions.
|
/external/llvm/lib/Analysis/ |
Analysis.cpp | 18 /// initializeAnalysis - Initialize all passes linked into the Analysis library.
|
BlockFrequencyInfo.cpp | 18 #include "llvm/Analysis/Passes.h"
|
/external/llvm/lib/CodeGen/ |
CMakeLists.txt | 71 Passes.cpp
|
CodeGen.cpp | 20 /// initializeCodeGen - Initialize all passes linked into the CodeGen library.
|
MachineBlockFrequencyInfo.cpp | 17 #include "llvm/CodeGen/Passes.h"
|