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

<<41424344454647484950>>

  /external/valgrind/none/tests/ppc32/
test_isa_2_06_part3.stdout.exp 2 #0: xvredp 1/x(3fd8000000000000) ==> PASS); 1/x(404f000000000000) ==> PASS)
3 #1: xvredp 1/x(0018000000b77501) ==> PASS); 1/x(7fe800000000051b) ==> PASS)
4 #2: xvredp 1/x(0123214569900000) ==> PASS); 1/x(0000000000000000) ==> PASS)
5 #3: xvredp 1/x(8000000000000000) ==> PASS); 1/x(7ff0000000000000) ==> PASS)
6 #4: xvredp 1/x(fff0000000000000) ==> PASS); 1/x(7ff7ffffffffffff) ==> PASS)
    [all...]
  /external/valgrind/none/tests/ppc64/
test_isa_2_06_part3.stdout.exp 2 #0: xvredp 1/x(3fd8000000000000) ==> PASS); 1/x(404f000000000000) ==> PASS)
3 #1: xvredp 1/x(0018000000b77501) ==> PASS); 1/x(7fe800000000051b) ==> PASS)
4 #2: xvredp 1/x(0123214569900000) ==> PASS); 1/x(0000000000000000) ==> PASS)
5 #3: xvredp 1/x(8000000000000000) ==> PASS); 1/x(7ff0000000000000) ==> PASS)
6 #4: xvredp 1/x(fff0000000000000) ==> PASS); 1/x(7ff7ffffffffffff) ==> PASS)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_descr.py 86 if meth == '__divmod__': pass
253 pass
259 pass
498 pass
595 pass
623 class C(object): pass
626 except TypeError: pass
636 pass
643 pass
672 pass
    [all...]
test_with.py 112 with foo: pass
118 pass
122 with foo: pass
128 pass
132 with foo: pass
141 self.assertRaisesSyntaxError('with mock as None:\n pass')
144 ' pass')
149 ' pass')
152 self.assertRaisesSyntaxError('with mock as None,:\n pass')
155 ' pass')
    [all...]
test_sys_setprofile.py 20 pass
80 pass
106 pass
123 except: pass
132 except: pass
157 except: pass
243 pass
266 pass
288 pass
305 except: pass
    [all...]
test_xpickle.py 123 pass
126 pass
129 pass
155 pass
159 pass
181 pass
189 # Disable these tests for Python 2.4. Making them pass would require
192 pass
195 pass
206 pass
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_descr.py 86 if meth == '__divmod__': pass
253 pass
259 pass
498 pass
595 pass
623 class C(object): pass
626 except TypeError: pass
636 pass
643 pass
672 pass
    [all...]
test_with.py 112 with foo: pass
118 pass
122 with foo: pass
128 pass
132 with foo: pass
141 self.assertRaisesSyntaxError('with mock as None:\n pass')
144 ' pass')
149 ' pass')
152 self.assertRaisesSyntaxError('with mock as None,:\n pass')
155 ' pass')
    [all...]
test_sys_setprofile.py 20 pass
80 pass
106 pass
123 except: pass
132 except: pass
157 except: pass
243 pass
266 pass
288 pass
305 except: pass
    [all...]
test_xpickle.py 123 pass
126 pass
129 pass
155 pass
159 pass
181 pass
189 # Disable these tests for Python 2.4. Making them pass would require
192 pass
195 pass
206 pass
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 67 ARG_DEF(NULL, "pass", 1, "Pass to execute (1/2)");
69 ARG_DEF(NULL, "fpf", 1, "First pass statistics file name");
108 int pass; member in struct:__anon24059
130 int pass = 0; local
194 pass = arg_parse_uint(&arg);
195 if (pass < 1 || pass > 2) {
196 die("Error: Invalid pass selected (%d)\n", pass);
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 270 /* First-pass only */
277 /* Second-pass only */
309 /* First-pass only */
316 /* Second-pass only */
347 /* First-pass only */
354 /* Second-pass only */
449 /* First-pass only */
458 /* Second-pass only */
465 /* ssse3 second-pass only function couldn't handle (xoffset==0 &&
505 /* Second-pass only *
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
vp8_asm_stubs.c 270 /* First-pass only */
277 /* Second-pass only */
309 /* First-pass only */
316 /* Second-pass only */
347 /* First-pass only */
354 /* Second-pass only */
449 /* First-pass only */
458 /* Second-pass only */
465 /* ssse3 second-pass only function couldn't handle (xoffset==0 &&
505 /* Second-pass only *
    [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 132 *(2)=One Pass - Best Quality. The encoder places priority on the
137 *(3)=Two Pass - First Pass. The encoder generates a file of
138 * statistics for use in the second encoding pass. ( speed
140 *(4)=Two Pass - Second Pass. The encoder uses the statistics that
141 * were generated in the first encoding pass to create the
143 *(5)=Two Pass - Second Pass Best. The encoder uses the statistics
144 * that were generated in the first encoding pass to create th
    [all...]
  /external/skia/src/core/
SkRecordOpts.cpp 17 // This might be useful as a first pass in the future if we want to weed
33 // It looks for spans which match Pass::Pattern, and when found calls onMatch() with the pattern,
35 template <typename Pass>
36 static bool apply(Pass* pass, SkRecord* record) {
37 typename Pass::Pattern pattern;
42 changed |= pass->onMatch(record, &pattern, begin, end);
180 SaveLayerDrawRestoreNooper pass; local
181 apply(&pass, record);
230 SvgOpacityAndFilterLayerMergePass pass; local
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.h 83 one filtertype per scanline, in order. The values match pass 6 and 7 of the
90 Get the filtertypes of each scanline in every interlace pass this PNG file.
97 Adam7 pass. The amount of values per pass can be calculated as follows, where
99 pass 1: (h + 7) / 8
100 pass 2: w <= 4 ? 0 : (h + 7) / 8
101 pass 3: h <= 4 ? 0 : (h + 7) / 8
102 pass 4: w <= 2 ? 0 : (h + 3) / 4
103 pass 5: h <= 2 ? 0 : (h + 3) / 4
104 pass 6: w <= 1 ? 0 : (h + 1) /
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/
how-android-draws.jd 37 Drawing the layout is a two pass process: a measure pass and a layout pass.
38 The measuring pass is implemented in {@link android.view.View#measure(int, int)}
41 during the recursion. At the end of the measure pass, every
43 its measurements. The second pass happens in
45 this pass each parent is responsible for positioning all of its children
46 using the sizes computed in the measure pass.
58 that at the end of the measure pass, all parents accept all of their
68 the rules on the second pass)
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 286 move $a0, rSELF # pass Thread::Current
389 move $a1, rSELF # pass Thread::Current
400 move $a0, rSELF # pass Thread::Current
411 move $a0, rSELF # pass Thread::Current
422 move $a2, rSELF # pass Thread::Current
433 move $a0, rSELF # pass Thread::Current
444 move $a1, rSELF # pass Thread::Current
467 lw $a2, FRAME_SIZE_REFS_AND_ARGS_CALLEE_SAVE+ARG_SLOT_SIZE($sp) # pass caller Method*
469 move $a3, rSELF # pass Thread::Current
471 sw $t0, 16($sp) # pass $s
    [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 329 move $a0, rSELF # pass Thread::Current
451 move $a1, rSELF # pass Thread::Current
463 move $a0, rSELF # pass Thread::Current
474 move $a0, rSELF # pass Thread::Current
487 move $a2, rSELF # pass Thread::Current
498 move $a0, rSELF # pass Thread::Current
509 move $a1, rSELF # pass Thread::Current
532 ld $a2, FRAME_SIZE_REFS_AND_ARGS_CALLEE_SAVE($sp) # pass caller Method*
533 move $a3, rSELF # pass Thread::Current
535 move $a4, $sp # pass $s
    [all...]
  /external/llvm/docs/
AliasAnalysis.rst 81 In this case, the ``basicaa`` pass will disambiguate the stores to ``C[0]`` and
84 (LICM) pass can use store motion to remove the stores from the loop. In
203 Different Pass styles
206 The first step to determining what type of :doc:`LLVM pass <WritingAnLLVMPass>`
211 #. If you require interprocedural analysis, it should be a ``Pass``.
215 In addition to the pass that you subclass, you should also inherit from the
227 any pass dependencies your pass has. Thus you should have something like this:
237 analysis run method (``run`` for a ``Pass``, ``runOnFunction`` for a
239 (as part of a ``Pass``)
    [all...]
  /art/compiler/dex/
compiler_ir.h 42 * Structure abstracting pass option values, which can be of type string or integer.
196 bool print_pass; // Do we want to print a pass or not?
199 * @brief Holds pass options for current pass being applied to compilation unit.
200 * @details This is updated for every pass to contain the overridden pass options
201 * that were specified by user. The pass itself will check this to see if the
203 * the pass name.
pass_driver_me_post_opt.cc 27 * Create the pass list. These passes are immutable and are shared across the threads.
31 * - This is not yet an issue: no current pass would require it.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsTestStatus.java 22 PASS("pass"),
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerClient.java 28 * is implemented, pass in a TransformState reference to the
35 * Pass in a reference to a TransformState object, which
  /external/clang/test/SemaTemplate/
temp_arg_type.cpp 14 // Pass an overloaded function template:
18 // Pass a qualified name:

Completed in 482 milliseconds

<<41424344454647484950>>