HomeSort by relevance Sort by last modified time
    Searched full:passes (Results 1 - 25 of 1913) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/083-jit-regressions/
expected.txt 1 b2296099 passes
2 b2302318 passes
3 b2487514 passes
4 b5884080 passes
5 longDivTest passes
6 longModTest passes
  /external/webkit/LayoutTests/fast/dom/HTMLLinkElement/
prefetch-detached-expected.txt 1 This test passes if it doesn't crash.
  /external/webkit/LayoutTests/fast/encoding/
charset-koi8-u-expected.txt 3 The test passes if these two letters look inverted along the vertical axis: "??"
meta-in-script-expected.txt 3 This test passes if the charset is parsed from the meta tag outside the script.
namespace-tolerance-expected.txt 5 If this test passes, the UTF-8 character below should exactly match the character the character in namespace-tolerance-expected.txt. ?
  /external/webkit/LayoutTests/platform/android-v8/fast/encoding/
meta-in-script-expected.txt 3 This test passes if the charset is parsed from the meta tag outside the script.
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
test_expectations_unittest.py 70 self._test_file = port_obj._filesystem.join(port_obj.layout_tests_dir(), 'passes/text.html')
87 ["BUGCR1234 MAC : passes/text.html = PASS FAIL"],
90 ["SKIP BUGCR1234 : passes/text.html = TIMEOUT PASS"],
93 ["BUGCR1234 DEBUG : passes/text.html = TIMEOUT PASS"],
96 ["BUGCR1234 DEBUG SKIP : passes/text.html = TIMEOUT PASS"],
99 ["BUGCR1234 MAC DEBUG SKIP : passes/text.html = TIMEOUT PASS"],
102 ["BUGCR1234 DEBUG MAC : passes/text.html = TIMEOUT PASS"],
105 ["SLOW BUGCR1234 : passes/text.html = PASS"],
108 ["WONTFIX SKIP : passes/text.html = TIMEOUT"],
113 ["BUG1234 : passes/text.html = FAIL"]
    [all...]
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.bat 14 %PERF% CheckFCD -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
15 rem %PERF% CheckFCDAlwaysGet -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
16 rem %PERF% CheckFCDUTF8 -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
17 %PERF% ToNFC -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
18 %PERF% GetBiDiClass -f \temp\udhr\%%f -v -e UTF-8 --passes 3 --iterations 30000
utrie2perf.sh 20 $PERF CheckFCD -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
21 # $PERF CheckFCDAlwaysGet -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
22 # $PERF CheckFCDUTF8 -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
23 $PERF ToNFC -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
24 $PERF GetBiDiClass -f ~/udhr/$file -v -e UTF-8 --passes 3 --iterations 30000
  /external/llvm/include/llvm/
PassManager.h 1 //===- llvm/PassManager.h - Container for Passes ----------------*- C++ -*-===//
11 // maintain, and optimize execution of Passes. The PassManager class ensures
30 /// PassManagerBase - An abstract interface to allow code to add passes to
37 /// add - Add a pass to the queue of passes to run. This passes ownership of
40 /// implies that all passes MUST be allocated with 'new'.
51 /// add - Add a pass to the queue of passes to run. This passes ownership of
54 /// implies that all passes MUST be allocated with 'new'.
57 /// run - Execute all of the passes scheduled for execution. Keep track o
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPU.h 1 //===-- AMDGPU.h - MachineFunction passes hw codegen --------------*- C++ -*-=//
23 // R600 Passes
27 // SI Passes
33 // Passes common to R600 and SI
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/
implementation-identity-expected.txt 3 If the test passes, you should see a few OK lines below.
  /external/webkit/LayoutTests/fast/leaks/
003-expected.txt 1 This test verifies that garbage collection successfully cleans up after the destruction of a frame containing a JavaScript interpreter. If the test passes, you'll see a PASS message below.
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 81 args.extend(['passes',
134 extra_args = ['passes', 'failures'] + extra_args
210 ['--print', 'config', '--worker-model', 'threads', '--child-processes', '2', 'passes'],
305 tests_to_run = ['passes/error.html', 'passes/image.html', 'passes/platform_image.html', 'passes/text.html']
307 self.assertEquals(['passes/text.html', 'passes/error.html', 'passes/image.html'], chunk_tests_run
    [all...]
  /external/clang/test/Preprocessor/
stringize_misc.c 11 M( <, [ ) /* Passes the arguments < and [ */
14 M( (,), (...) ) /* Passes the arguments (,) and (...) */
  /external/webkit/Source/WebCore/manual-tests/
window-close-during-parsing.html 8 <p>If this test passes, you should see 'PASS: same script tag after close,'
14 <p>If this test passes, you should see a window open and then close.
find-count-matches-after-text-control.html 12 The test passes if the Find banner says &ldquo;3 matches&rdquo;.
  /external/skia/src/gpu/
GrDefaultPathRenderer.cpp 83 // When there are no separate faces we do two passes to setup the winding rule
86 // decrementing passes.
119 // Color passes are the same whether we use the two-sided stencil or two passes
358 const GrStencilSettings* passes[3]; local
366 passes[0] = &gDirectToStencil;
368 passes[0] = NULL;
376 passes[0] = &gDirectToStencil;
378 passes[0] = NULL;
388 passes[0] = &gEOStencilPass
    [all...]
  /external/llvm/test/BugPoint/
crash-narrowfunctiontest.ll 3 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
  /external/webkit/LayoutTests/fast/dom/NodeList/
invalidate-node-lists-when-parsing-expected.txt 3 If the test passes, you should see "before: not found", "after: found" and "onload: found".
  /external/webkit/Source/WebCore/manual-tests/wml/
access-target.wml 7 <p>If the test passes, this deck will jump to "targetdeck.wml" after 3 second</p>
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 35 /// In addition to setting up the basic passes, PassManagerBuilder allows
58 /// EP_EarlyAsPossible - This extension point allows adding passes before
63 /// EP_ModuleOptimizerEarly - This extension point allows adding passes
64 /// just before the main module-level optimization passes.
67 /// EP_LoopOptimizerEnd - This extension point allows adding loop passes to
72 /// passes after most of the main optimizations, but before the last
76 /// EP_OptimizerLast -- This extension point allows adding passes that
80 /// EP_EnabledOnOptLevel0 - This extension point allows adding passes that
81 /// should not be disabled by O0 optimization level. The passes will be
100 /// added to the per-module passes
    [all...]
  /external/llvm/utils/release/
findRegressions-simple.py 66 passes = {}
71 passes[x] = ''
90 passes[x] += t + "\n"
104 passes[x] += t + "\n"
110 passes[x] += t + "\n"
138 if len(passes['compile state']) != 0:
139 print 'NEW PASSES: Compilation'
140 print passes['compile state']
142 if len(passes['exec state']) != 0:
143 print 'NEW PASSES: Execution
    [all...]
  /external/llvm/include/llvm/CodeGen/
Passes.h 1 //===-- Passes.h - Target independent code generation passes ----*- C++ -*-===//
11 // passes provided by the LLVM backend.
41 /// to the internals of other CodeGen passes.
67 bool Initialized; // Flagged after all passes are configured.
100 /// setStartStopPasses - Set the StartAfter and StopAfter passes to allow
103 /// otherwise, clear the Started flag to indicate that passes should not be
118 /// pipeline. When passes are added to the standard pipeline at the
138 /// Add common target configurable passes that perform LLVM IR to IR
142 /// Add passes to lower exception handling for the code generator
    [all...]
  /external/llvm/unittests/IR/
PassManagerTest.cpp 298 PassManager Passes;
299 Passes.add(new DataLayout(&M));
300 Passes.add(mNDM2);
301 Passes.add(mNDM);
302 Passes.add(mNDNM);
303 Passes.add(mDNM);
305 Passes.run(M);
322 PassManager Passes;
323 Passes.add(new DataLayout(&M));
324 Passes.add(mNDM)
    [all...]

Completed in 1348 milliseconds

1 2 3 4 5 6 7 8 91011>>