HomeSort by relevance Sort by last modified time
    Searched refs:say (Results 1 - 25 of 187) sorted by null

1 2 3 4 5 6 7 8

  /external/skia/tools/
git-skia-verify 24 function say() {
47 say "Checking sanity..."
61 say "Preparing Directories..."
67 say "Running GM for current revision..."
77 say "Running GM for revision $REVISION..."
85 say "Back to original revision..."
91 say "Back to original revision..."
94 say "Comparing..."
  /external/elfutils/tests/
run-readelf-loc.sh 21 # int say (const char *prefix);
32 # return say (subject (argv[0], argc));
49 # say (const char *prefix)
68 [ 46] 0x00000000004004b2 <say+0x12>..0x00000000004004ba <say+0x1a> [ 0] breg5 0
73 [ 30] 0x00000000004004ad <say+0xd>..0x00000000004004af <say+0xf>
74 0x00000000004004b2 <say+0x12>..0x00000000004004ba <say+0x1a>
run-readelf-gdb_index.sh 27 # int say (struct foo *prefix);
40 # return say(&baz);
54 # say (struct foo *prefix)
87 [ 1] 0x00000000004004d4 <hello>..0x000000000040050b <say+0x1c>, CU index: 1
95 [ 746] symbol: say, CUs: 1
118 [ 1] 0x00000000004004d4 <hello>..0x000000000040050b <say+0x1c>, CU index: 1
126 [ 746] symbol: say, CUs: 1 (func:G)
  /external/shflags/examples/
debug_output.sh 21 speak: say something
48 debug "I'm getting ready to say something..."
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue3945.go 12 // void say() {
21 C.say()
  /prebuilts/go/linux-x86/misc/cgo/test/
issue3945.go 12 // void say() {
21 C.say()
  /external/valgrind/none/tests/s390x/
test.h 13 #define SAY(x) say(x"\n", sizeof x)
15 /* Test COND and if it happens to be true, say so */
16 #define TEST(cond) do { if (cond) SAY(#cond); } while (0)
21 int say(const char *text, unsigned long num_chars) function
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue8311.go 8 // error for x++ should say x++ not x += 1
bug484.go 7 // The liveness code used to say that, in func g, s was live
  /prebuilts/go/linux-x86/test/fixedbugs/
issue8311.go 8 // error for x++ should say x++ not x += 1
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
runrc.cmd 24 say 'RC file name is missing'
29 say 'Too many parameters'
ant.cmd 49 say 'Ant environment is not set properly'
antenv.cmd 44 say 'Option' param 'ignored'
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 65 @init { say('init') }
66 @after { say('after') }
70 say('catch')
73 finally { say('finally') }
80 say('action')
81 say('\%p \%p \%p \%p \%p \%p \%p \%p' \% [$text, $type, $line, $pos, $index, $channel, $start, $stop])
82 say(@foobar)
  /external/antlr/antlr-3.4/runtime/Perl5/tools/
port.pl 15 sub say { subroutine
97 say << 'EOH';
100 say "Available subcommands:";
102 say " $cmd";
149 say "M $filename";
162 say "Unknown command: '$cmd'";
163 say "Type 'port help' for usage.";
168 say "Type 'port help' for usage.";
  /prebuilts/go/darwin-x86/src/runtime/
os2_darwin.go 9 _SI_USER = 0 /* empirically true, but not what headers say */
  /prebuilts/go/darwin-x86/test/
func6.go 12 if func() bool { return true }() {} // gc used to say this was a syntax error
alias.go 7 // Test that error messages say what the source file says
  /prebuilts/go/linux-x86/src/runtime/
os2_darwin.go 9 _SI_USER = 0 /* empirically true, but not what headers say */
  /prebuilts/go/linux-x86/test/
func6.go 12 if func() bool { return true }() {} // gc used to say this was a syntax error
alias.go 7 // Test that error messages say what the source file says
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
objdump_test.go 50 // word F57FF04F. we say 'dsb #15', libopcodes says 'dsb sy'.
54 // word F57FF06F. we say 'isb #15', libopcodes says 'isb sy'.
58 // word F57FF053. we say 'dmb #3', libopcodes says 'dmb osh'.
64 // we say 'stmdbls sp!, {}', libopcodes says 'pushls {}'.
70 // we say 'ldmcs sp!, {}', libopcodes says 'popcs {}'.
81 // word 91EF90F0. we say 'strdls r9, [pc, #0]!' but libopcodes says 'strdls r9, [pc]'.
82 // word D16F60F0. we say 'strdle r6, [pc, #0]!' but libopcodes says 'strdle r6, [pc, #-0]'.
87 // word 510F4000. we say apsr, libopcodes says CPSR.
93 // for ssat and usat, libopcodes decodes asr #0 as asr #0 but the manual seems to say it should be asr #32.
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
objdump_test.go 50 // word F57FF04F. we say 'dsb #15', libopcodes says 'dsb sy'.
54 // word F57FF06F. we say 'isb #15', libopcodes says 'isb sy'.
58 // word F57FF053. we say 'dmb #3', libopcodes says 'dmb osh'.
64 // we say 'stmdbls sp!, {}', libopcodes says 'pushls {}'.
70 // we say 'ldmcs sp!, {}', libopcodes says 'popcs {}'.
81 // word 91EF90F0. we say 'strdls r9, [pc, #0]!' but libopcodes says 'strdls r9, [pc]'.
82 // word D16F60F0. we say 'strdle r6, [pc, #0]!' but libopcodes says 'strdle r6, [pc, #-0]'.
87 // word 510F4000. we say apsr, libopcodes says CPSR.
93 // for ssat and usat, libopcodes decodes asr #0 as asr #0 but the manual seems to say it should be asr #32.
  /external/dbus/test/name-test/
tmp-session-like-system.conf 76 <!-- the memory limits are 1G instead of say 4G because they can't exceed 32-bit signed int max -->
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
xed_test.go 93 // 0F C7 30: xed says vmptrld qword ptr [eax]; we say rdrand eax.
99 // F3 0F AE 00: we say 'rdfsbase dword ptr [eax]' but RDFSBASE needs a register.
106 // 0F 01 F8: we say swapgs but that's only valid in 64-bit mode.
119 // but the Intel manuals say that the only NOP there is 0F 1F /0.

Completed in 1849 milliseconds

1 2 3 4 5 6 7 8