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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_abc.py 17 def foo(self): pass
19 def bar(self): pass
24 def foo(self): pass
26 def bar(self): pass
43 def foo(self): pass # abstract
44 def bar(self): pass # concrete
49 def bar(self): pass # concrete override of concrete
54 def foo(self): pass
60 def bar(self): pass # abstract override of concrete
69 pass
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_abc.py 17 def foo(self): pass
19 def bar(self): pass
24 def foo(self): pass
26 def bar(self): pass
43 def foo(self): pass # abstract
44 def bar(self): pass # concrete
49 def bar(self): pass # concrete override of concrete
54 def foo(self): pass
60 def bar(self): pass # abstract override of concrete
69 pass
    [all...]
  /art/compiler/dex/
pass_manager.h 27 class Pass;
71 * @brief Used to set a string that contains the overridden pass options.
72 * @details An overridden pass option means that the pass uses this option
107 /** @brief Whether or not we print all the passes when we create the pass manager */
110 /** @brief Whether or not we print all the pass options when we create the pass manager */
123 void AddPass(const Pass* pass) {
124 passes_.push_back(pass);
    [all...]
  /art/test/076-boolean-put/
info.txt 2 boolean field. The code as generated should not pass the verifier, so the
  /art/test/466-get-live-vreg/
info.txt 2 also pass for non-debuggable, as we need to know live DEX registers
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t057autoAST15.g 3 a : 'void' (({pass}ID|INT) ID | 'null' ) ';' ;
t057autoAST16.g 4 type : {pass}'int' | 'float' ;
t057autoAST17.g 4 type : {pass}'int' | 'float' ;
  /external/chromium-trace/trace-viewer/perf_insights/bin/
map_traces.py 6 pass
wr.py 6 pass
  /external/clang/test/CXX/expr/expr.post/expr.call/
p7-0x.cpp 27 vararg(x2); // expected-error{{cannot pass object of non-trivial type 'X2' through variadic function; call will abort at runtime}}
29 vararg(x4); // expected-error{{cannot pass object of non-trivial type 'X4' through variadic function; call will abort at runtime}}
31 vararg(g()); // expected-error{{cannot pass expression of type 'void' to variadic function}}
32 vararg({1, 2, 3}); // expected-error{{cannot pass initializer list to variadic function}}
  /external/libvpx/libvpx/
vpxstats.h 23 * first pass statistics
27 int pass; member in struct:__anon13946
33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
34 int stats_open_mem(stats_io_t *stats, int pass);
  /external/libxml2/result/
tstblanks.xml.sax2 3 SAX.startElementNs(a, NULL, NULL, 0, 1, 0, test='pass...', 6)
  /external/llvm/include/llvm/IR/
LegacyPassManager.h 12 // that analysis results are available before a pass runs, and that Pass's are
20 #include "llvm/Pass.h"
25 class Pass;
34 /// a pass manager without having to hard-code what kind of pass manager
40 /// Add a pass to the queue of passes to run. This passes ownership of
41 /// the Pass to the PassManager. When the PassManager is destroyed, the pass
42 /// will be destroyed as well, so there is no need to delete the pass. Thi
    [all...]
  /external/llvm/include/llvm/
Pass.h 1 //===- llvm/Pass.h - Base class for Passes ----------------------*- C++ -*-===//
11 // transformation pass implementation.
49 // AnalysisID - Use the PassInfo to identify a pass...
52 /// Different types of internal pass managers. External pass managers
54 /// Ordering of pass manager types is important here.
78 /// Pass interface - Implemented by all 'passes'. Subclass this if you are an
82 class Pass {
86 void operator=(const Pass&) = delete;
87 Pass(const Pass &) = delete
    [all...]
PassInfo.h 1 //===- llvm/PassInfo.h - Pass Info class ------------------------*- C++ -*-===//
21 class Pass;
25 /// PassInfo class - An instance of this class exists for every pass known by
26 /// the system, and can be obtained from a live Pass by calling its
32 typedef Pass* (*NormalCtor_t)();
33 typedef Pass *(*TargetMachineCtor_t)(TargetMachine *);
36 const char *const PassName; // Nice name for Pass
37 const char *const PassArgument; // Command Line argument to run this pass
39 const bool IsCFGOnlyPass; // Pass only looks at the CFG.
40 const bool IsAnalysis; // True if an analysis pass
    [all...]
  /external/llvm/test/Feature/
optnone-llc.ll 36 ; LLC-O0-NOT: Skipping pass
39 ; LLC-Ox-DAG: Skipping pass 'Branch Probability Basic Block Placement'
40 ; LLC-Ox-DAG: Skipping pass 'CodeGen Prepare'
41 ; LLC-Ox-DAG: Skipping pass 'Control Flow Optimizer'
42 ; LLC-Ox-DAG: Skipping pass 'Machine code sinking'
43 ; LLC-Ox-DAG: Skipping pass 'Machine Common Subexpression Elimination'
44 ; LLC-Ox-DAG: Skipping pass 'Machine Copy Propagation Pass'
45 ; LLC-Ox-DAG: Skipping pass 'Machine Loop Invariant Code Motion'
46 ; LLC-Ox-DAG: Skipping pass 'Merge disjoint stack slots
    [all...]
  /external/llvm/test/Transforms/InstCombine/
README.txt 3 for features that the this pass should be capable of performing.
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
unit_test.c 14 printf("Test %s (%d/%d) pass\n", tests[i].name,
15 tests[i].result.pass, tests[i].result.test_count);
28 result->pass++;
29 printf("Pass");
  /external/selinux/policycoreutils/sandbox/
start 7 pass
  /external/valgrind/gdbserver_tests/
mcsignopass.stderr.exp 6 PASS
7 Test 2: PASS
8 Test 3: PASS
9 Test 4: PASS
mcsigpass.stderr.exp 6 PASS
7 Test 2: PASS
8 Test 3: PASS
9 Test 4: PASS
  /external/valgrind/memcheck/tests/
atomic_incs.stdout.exp-32bit 6 PASS
atomic_incs.stdout.exp-64bit 6 PASS
  /frameworks/compile/slang/tests/F_kernel_16/
stderr.txt.expect 1 kernel_16.rs:5:16: error: Compute kernel root() targeting SDK levels 11-16 may not use pass-by-value with __attribute__((kernel))

Completed in 411 milliseconds

<<21222324252627282930>>