Searched
full:pass (Results
1151 -
1175 of
12602) sorted by null
<<41424344454647484950>>
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/ |
KeyManagerFactorySpiTests.java | 60 char[] pass = { 'a', 'b', 'c' }; local 68 kmfSpi.engineInit(kStore, pass); 87 kmfSpi.engineInit(kStore, pass); 95 mfp = new MyKeyManagerFactorySpi.Parameters(kStore, pass);
|
/external/bison/m4/ |
config-h.m4 | 11 # so there's no need to pass -DHAVE_CONFIG_H to the compiler.
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
__init__.py | 14 pass
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
test_profilemiddleware.py | 15 pass
|
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/ |
mocha.css | 71 #mocha .test.pass.medium .duration { 75 #mocha .test.pass.slow .duration { 79 #mocha .test.pass::before { 88 #mocha .test.pass .duration { 103 #mocha .test.pass.fast .duration { 193 #mocha-report.pass .test.fail { 197 #mocha-report.fail .test.pass { 201 #mocha-report.pending .test.pass, 205 #mocha-report.pending .test.pass.pending {
|
/external/clang/test/CodeGen/ |
2008-07-17-no-emit-on-error.c | 11 #ifndef PASS
|
/external/clang/test/Driver/ |
fcomment-block-commands.c | 1 // Check that we pass -fcomment-block-commands to frontend.
|
retain-comments-from-system-headers.c | 1 // Check that we pass -fretain-comments-from-system-headers to frontend.
|
/external/clang/test/SemaObjCXX/ |
vararg-non-pod.mm | 20 [d g:10, c]; // expected-warning{{cannot pass object of non-POD type 'C' through variadic method; call will abort at runtime}}
|
/external/compiler-rt/test/tsan/ |
static_init1.cc | 24 printf("PASS\n");
|
/external/eigen/doc/examples/ |
TutorialLinAlgRankRevealing.cpp | 19 << lu_decomp.image(A) << endl; // yes, have to pass the original A
|
/external/eigen/scripts/ |
buildtests.in | 7 echo " The EIGEN_MAKE_ARGS environment variable allows to pass args to 'make'."
|
/external/libpng/contrib/libtests/ |
readpng.c | 74 int pass; local 78 for (pass = 0; pass < passes; ++pass)
|
/external/libxml2/test/c14n/1-1-without-comments/ |
xmlbase-prop-7.xpath | 4 Check that implementations of [XML-C14N1.1] do not pass the xml:base
|
/external/llvm/include/llvm/Transforms/ |
IPO.h | 23 class Pass; 44 // These pass removes llvm.dbg.declare intrinsics. 49 // These pass removes unused symbols' debug info. 53 /// createConstantMergePass - This function returns a new pass that merges 62 /// createGlobalOptimizerPass - This function returns a new pass that optimizes 74 /// createGVExtractionPass - If deleteFn is true, this pass deletes 82 /// createFunctionInliningPass - Return a new pass object that uses a heuristic 90 Pass *createFunctionInliningPass(); 91 Pass *createFunctionInliningPass(int Threshold); 92 Pass *createFunctionInliningPass(unsigned OptLevel, unsigned SizeOptLevel) [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
UnifyFunctionExitNodes.h | 10 // This pass is used to ensure that functions have at most one return and one 21 #include "llvm/Pass.h" 29 static char ID; // Pass identification, replacement for typeid 48 Pass *createUnifyFunctionExitNodesPass();
|
/external/llvm/lib/CodeGen/ |
MachinePassRegistry.cpp | 10 // This file contains the machine function pass registry for register allocators 30 assert(Ctor && "Unregistered pass name"); 34 /// Add - Adds a function pass to the registration list. 45 /// Remove - Removes a function pass from the registration list.
|
/external/llvm/test/ExecutionEngine/ |
lit.local.cfg | 15 # ExecutionEngine tests are not expected to pass in a cross-compilation setup.
|
/external/llvm/test/Transforms/Inline/ |
inline_dce.ll | 1 ; This checks to ensure that the inline pass deletes functions if they get
|
/external/llvm/test/Transforms/InstCombine/ |
2009-02-11-NotInitialized.ll | 3 ; Check that nocapture attributes are added when run after an SCC pass.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
branch-fold-test.ll | 1 ; This test ensures that the simplifycfg pass continues to constant fold
|
invoke_unwind.ll | 5 ; This testcase checks to see if the simplifycfg pass is converting invoke
|
/external/llvm/tools/opt/ |
NewPMDriver.h | 15 /// old pass manager headers and the new pass manager headers into the same 45 /// \brief Driver function to run the new pass manager over a module. 48 /// inclusion of the new pass manager headers and the old headers into the same
|
/external/llvm/utils/lit/examples/many-tests/ |
lit.cfg | 21 return Test.PASS,''
|
/external/llvm/utils/lit/tests/ |
test-data.py | 8 # CHECK: PASS: test-data :: metrics.ini
|
Completed in 727 milliseconds
<<41424344454647484950>>