Searched refs:Include (Results 76 - 100 of 136) sorted by relevance

123456

/external/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-rn-rm-q-t32.cc82 harness_scratch.Include(ip);
427 // Include all registers from r0 ro r12.
428 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-rm-sel-a32.cc82 harness_scratch.Include(ip);
420 // Include all registers from r0 ro r12.
421 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-rm-sel-t32.cc82 harness_scratch.Include(ip);
420 // Include all registers from r0 ro r12.
421 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rdlow-operand-imm8-t32.cc82 harness_scratch.Include(ip);
1596 // Include all registers from r0 ro r12.
1597 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc82 harness_scratch.Include(ip);
1418 // Include all registers from r0 ro r12.
1419 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc82 harness_scratch.Include(ip);
1418 // Include all registers from r0 ro r12.
1419 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-operand-imm12-t32.cc82 harness_scratch.Include(ip);
931 // Include all registers from r0 ro r12.
932 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-operand-rm-a32.cc82 harness_scratch.Include(ip);
1124 // Include all registers from r0 ro r12.
1125 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-operand-rm-t32.cc82 harness_scratch.Include(ip);
1124 // Include all registers from r0 ro r12.
1125 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rdlow-rnlow-rmlow-t32.cc82 harness_scratch.Include(ip);
908 // Include all registers from r0 ro r12.
909 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-operand-rn-shift-rs-a32.cc82 harness_scratch.Include(ip);
1091 // Include all registers from r0 ro r12.
1092 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-operand-rn-shift-rs-t32.cc82 harness_scratch.Include(ip);
1079 // Include all registers from r0 ro r12.
1080 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-a32.cc82 harness_scratch.Include(ip);
876 // Include all registers from r0 ro r12.
877 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-operand-const-a32.cc82 harness_scratch.Include(ip);
1124 // Include all registers from r0 ro r12.
1125 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-operand-const-t32.cc82 harness_scratch.Include(ip);
1148 // Include all registers from r0 ro r12.
1149 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-operand-rm-ror-amount-a32.cc82 harness_scratch.Include(ip);
1123 // Include all registers from r0 ro r12.
1124 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-operand-rm-ror-amount-t32.cc82 harness_scratch.Include(ip);
1123 // Include all registers from r0 ro r12.
1124 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-a32.cc82 harness_scratch.Include(ip);
1441 // Include all registers from r0 ro r12.
1442 scratch_registers.Include(RegisterList(0x1fff));
H A Dtest-simulator-cond-rd-rn-operand-rm-shift-amount-1to31-t32.cc82 harness_scratch.Include(ip);
1441 // Include all registers from r0 ro r12.
1442 scratch_registers.Include(RegisterList(0x1fff));
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dast.py154 class Include(Node): class in inherits:Node
830 return Include(token.start, token.end, filename, system)
/external/googletest/googlemock/scripts/generator/cpp/
H A Dast.py155 class Include(Node): class in inherits:Node
831 return Include(token.start, token.end, filename, system)
/external/v8/testing/gmock/scripts/generator/cpp/
H A Dast.py155 class Include(Node): class in inherits:Node
831 return Include(token.start, token.end, filename, system)
/external/python/cpython2/RISCOS/
H A DMakefile27 HEADERS = @,$(TCPIPLIB),@.^.Include,@.^.Modules,@.^.Objects,@.^.Python,$(CLIB),$(OSLIB),$(DLKLIB)
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl6645 my $Include = path_format($1, $OSgroup);
6646 if($Include=~/\<(built\-in|internal|command(\-|\s)line)\>|\A\./) {
6649 if($Include eq $AbsPath) {
6652 $RecursiveIncludes{$LibVersion}{$AbsPath}{$Include} = 1;
6691 foreach my $Include (keys(%{$Inc}))
6693 $Header_Includes{$LibVersion}{$Path}{$Include} = $Inc->{$Include};
6697 if(my $HPath = identifyHeader($Include, $LibVersion))
6783 foreach my $Include (keys(%{$Header_Includes{$LibVersion}{$AbsPath}}))
6785 my $IncType = $Header_Includes{$LibVersion}{$AbsPath}{$Include};
[all...]
/external/freetype/
H A Dvms_make.com1085 ! 4.) Include file used to verify library location

Completed in 441 milliseconds

123456