HomeSort by relevance Sort by last modified time
    Searched full:pass (Results 1026 - 1050 of 12602) sorted by null

<<41424344454647484950>>

  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 38 MigrationPass &Pass;
46 RetainReleaseDeallocRemover(MigrationPass &pass)
47 : Body(nullptr), Pass(pass) {
49 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("delegate"));
51 Pass.Ctx.Selectors.getNullarySelector(&Pass.Ctx.Idents.get("finalize"));
74 Pass.TA.reportError("it is not safe to remove an unused 'autorelease' "
80 // Pass through
    [all...]
TransProperties.cpp 48 MigrationPass &Pass;
75 : MigrateCtx(MigrateCtx), Pass(MigrateCtx.Pass) { }
137 Transaction Trans(Pass.TA);
150 Transaction Trans(Pass.TA);
212 (Pass.isGCMigration() && !hasGCWeak(props, atLoc)))
226 Pass.TA.clearDiagnostic(diag::err_arc_strong_property_ownership,
234 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props),
235 /*AllowOnUnknownClass=*/Pass.isGCMigration());
237 (Pass.isGCMigration() && !hasGCWeak(props, atLoc)) ? "strong"
    [all...]
TransAutoreleasePool.cpp 72 AutoreleasePoolRewriter(MigrationPass &pass)
73 : Body(nullptr), Pass(pass) {
74 PoolII = &pass.Ctx.Idents.get("NSAutoreleasePool");
75 DrainSel = pass.Ctx.Selectors.getNullarySelector(
76 &pass.Ctx.Idents.get("drain"));
113 Transaction Trans(Pass.TA);
116 Pass.TA.removeStmt(info.Dcl);
127 Pass.TA.replaceStmt(*scope.Begin, "@autoreleasepool {");
128 Pass.TA.removeStmt(*scope.End)
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 55 char[] pass = { 'a', 'b', 'c' }; local
56 KeyStore.PasswordProtection ksPWP = new KeyStore.PasswordProtection(pass);
59 assertEquals("Incorrect password length", pass.length, rPass.length);
60 for (int i = 0; i < pass.length; i++) {
62 .concat(")"), pass[i], rPass[i]);
  /external/e2fsprogs/tests/f_filetype/
expect.1 0 Pass 1: Checking inodes, blocks, and sizes
14 Pass 2: Checking directory structure
37 Pass 3: Checking directory connectivity
38 Pass 4: Checking reference counts
39 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/m_dasd_bs/
expect.1 21 Pass 1: Checking inodes, blocks, and sizes
22 Pass 2: Checking directory structure
23 Pass 3: Checking directory connectivity
24 Pass 4: Checking reference counts
25 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/m_large_file/
expect.1 19 Pass 1: Checking inodes, blocks, and sizes
20 Pass 2: Checking directory structure
21 Pass 3: Checking directory connectivity
22 Pass 4: Checking reference counts
23 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/m_mmp/
expect.1 22 Pass 1: Checking inodes, blocks, and sizes
23 Pass 2: Checking directory structure
24 Pass 3: Checking directory connectivity
25 Pass 4: Checking reference counts
26 Pass 5: Checking group summary information
  /external/e2fsprogs/tests/m_root_owner/
expect.1 20 Pass 1: Checking inodes, blocks, and sizes
21 Pass 2: Checking directory structure
22 Pass 3: Checking directory connectivity
23 Pass 4: Checking reference counts
24 Pass 5: Checking group summary information
  /external/lldb/utils/vim-lldb/python-vim-lldb/
import_lldb.py 20 pass
34 pass
41 pass
44 pass
55 pass
  /external/llvm/include/llvm/CodeGen/
MachineFunctionPass.h 1 //===-- MachineFunctionPass.h - Pass for MachineFunctions --------*-C++ -*-===//
22 #include "llvm/Pass.h"
45 /// the pass does not modify the MachineBasicBlock CFG.
50 /// createPrinterPass - Get a machine function printer pass.
51 Pass *createPrinterPass(raw_ostream &O,
  /external/v8/test/webkit/
webkit.status 32 'dfg-inline-arguments-become-double': [PASS, FAIL],
33 'dfg-inline-arguments-become-int32': [PASS, FAIL],
34 'dfg-inline-arguments-reset': [PASS, FAIL],
35 'dfg-inline-arguments-reset-changetype': [PASS, FAIL],
37 'fast/js/deep-recursion-test': [PASS, NO_VARIANTS],
  /external/vboot_reference/tests/futility/
run_test_scripts.sh 57 pass=0
79 : $(( pass++ ))
90 if [ "$pass" -eq "$progs" ]; then
91 green "Success: $pass / $progs passed"
95 red "FAIL: $pass / $progs passed"
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContentResolver.java 86 // pass
94 // pass
102 // pass
110 // pass
118 // pass
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ATResponseParserTest.java 35 //test pass
57 //test pass
71 //test pass
82 //test pass
107 //test pass
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KSPasswordProtectionTest.java 48 char [] pass = {'a', 'b', 'c'}; local
49 KeyStore.PasswordProtection ksPWP = new KeyStore.PasswordProtection(pass);
52 assertEquals("Incorrect password length", pass.length, rPass.length);
53 for (int i = 0; i < pass.length; i++) {
55 .concat(")"), pass[i], rPass[i]);
  /external/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 10 // This file implements the StackMap Liveness analysis pass. The pass calculates
34 cl::desc("Enable PatchPoint Liveness Analysis Pass"));
43 /// \brief This pass calculates the liveness information for each basic block in
47 /// This pass can be disabled via the -enable-patchpoint-liveness=false flag.
48 /// The pass skips functions that don't have any patchpoint intrinsics. The
49 /// information provided by this pass is optional and not required by the
59 /// \brief Default construct and initialize the pass.
62 /// \brief Tell the pass manager which passes we depend on and what
87 /// Default construct and initialize the pass
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 73 #define LVREV_ALLPASS_TC 1000 /* All-pass filter time constant */
74 #define LVREV_ALLPASS_TAP_TC 10000 /* All-pass filter dely tap change */
82 #define LVREV_MIN_LPF_CORNER 50 /* Low pass filter limits */
84 #define LVREV_MIN_HPF_CORNER 20 /* High pass filrer limits */
102 Biquad_1I_Order1_Taps_t HPTaps; /* High pass filter taps */
103 Biquad_1I_Order1_Taps_t LPTaps; /* Low pass filter taps */
104 Biquad_1I_Order1_Taps_t RevLPTaps[4]; /* Reverb low pass filters taps */
113 Biquad_Instance_t HPCoefs; /* High pass filter coefficients */
114 Biquad_Instance_t LPCoefs; /* Low pass filter coefficients */
115 Biquad_Instance_t RevLPCoefs[4]; /* Reverb low pass filters coefficients *
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 122 *(2)=One Pass - Best Quality. The encoder places priority on the
127 *(3)=Two Pass - First Pass. The encoder generates a file of
128 * statistics for use in the second encoding pass. ( speed
130 *(4)=Two Pass - Second Pass. The encoder uses the statistics that
131 * were generated in the first encoding pass to create the
133 *(5)=Two Pass - Second Pass Best. The encoder uses the statistics
134 * that were generated in the first encoding pass to create th
    [all...]
  /cts/tests/tests/text/src/android/text/style/cts/
ImageSpanTest.java 43 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
58 new ImageSpan(mContext, R.drawable.pass);
59 new ImageSpan(mContext, R.drawable.pass, DynamicDrawableSpan.ALIGN_BOTTOM);
60 new ImageSpan(mContext, R.drawable.pass, DynamicDrawableSpan.ALIGN_BASELINE);
73 Drawable d = mContext.getResources().getDrawable(R.drawable.pass);
88 Drawable drawable = mContext.getResources().getDrawable(R.drawable.pass);
94 imageSpan = new ImageSpan(mContext, R.drawable.pass);
  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 34 /// \brief Actual inliner pass implementation.
37 /// inliner pass and the always inliner pass. The two passes use different cost
52 static char ID; // Pass identification, replacement for typeid
85 Pass *llvm::createFunctionInliningPass() { return new SimpleInliner(); }
87 Pass *llvm::createFunctionInliningPass(int Threshold) {
91 Pass *llvm::createFunctionInliningPass(unsigned OptLevel,
  /external/llvm/tools/bugpoint-passes/
TestPasses.cpp 20 #include "llvm/Pass.h"
25 /// CrashOnCalls - This pass is used to test bugpoint. It intentionally
29 static char ID; // Pass ID, replacement for typeid
49 "BugPoint Test Pass - Intentionally crash on CallInsts");
52 /// DeleteCalls - This pass is used to test bugpoint. It intentionally
56 static char ID; // Pass ID, replacement for typeid
75 "BugPoint Test Pass - Intentionally 'misoptimize' CallInsts");
  /external/llvm/tools/opt/
AnalysisWrappers.cpp 1 //===- AnalysisWrappers.cpp - Wrappers around non-pass analyses -----------===//
10 // This file defines pass wrappers around LLVM analyses that don't make sense to
11 // be passes. It provides a nice standard pass interface to these classes so
23 #include "llvm/Pass.h"
28 /// ExternalFunctionsPassedConstants - This pass prints out call sites to
33 static char ID; // Pass ID, replacement for typeid
77 static char ID; // Pass ID, replacement for typeid
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_resource.py 21 pass
35 pass
84 pass
89 pass
93 pass
104 pass
111 pass
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_resource.py 21 pass
35 pass
84 pass
89 pass
93 pass
104 pass
111 pass

Completed in 1214 milliseconds

<<41424344454647484950>>