/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
far-hc12.s | 5 ;;; 'far_no_tramp' does not have any trampoline generated. 75 jmp 0,y ; We have a 'call/rtc' stack layout now
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/opsworks/ |
layer1.py | 116 have a Manage permissions level for the stack or an attached 144 have a Manage permissions level for the stack, or an attached 170 have a Manage permissions level for the stack, or an attached 203 have a Manage permissions level for the stack, or an attached 240 have an attached policy that explicitly grants permissions. 264 If the VPC ID corresponds to a default VPC and you have specified 487 have a Manage permissions level for the stack, or an attached 538 This parameter is supported only by Chef 11.10 stacks. If you have 572 have a Deploy or Manage permissions level for the stack, or an 629 have a Manage permissions level for the stack, or an attache [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/main/ |
main-scripts.rb | 55 out_lines.should have( 3 ).things 75 lines.should have( 3 ).things 95 lines.should have( 4 ).things 226 # broken!("Non-ASCII encodings have not been implemented yet") 242 # lines.should have(3).things
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/ |
chai.js | 480 * have a type of `arguments` (not `array`/`object`). 970 * have been overwritten by a plugin. 981 * - have 992 , 'is', 'and', 'has', 'have' 1007 * expect({ foo: 'baz' }).to.have.property('foo') 1026 * .to.have.deep.property('foo.bar.baz', 'quux'); 1437 * expect('foo').to.have.length.above(2); 1438 * expect([ 1, 2, 3 ]).to.have.length.above(2); [all...] |
/external/skia/tools/ |
compare_codereview.py | 83 quotes in the value have been removed, and character and 84 entity references have been replaced. 202 quotes in the value have been removed, and character and 203 entity references have been replaced. 212 # <li> tags can be nested. So we have to count the 331 'Error: control %s and roll %s have no common trybots.'
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
method.go | 31 // if they have the wrong signature: instead the dynamic check would 35 // A few of the canonical methods have very common names. 39 // To do that, the arguments that have a = prefix are treated as 41 // method doesn't have a fmt.ScanState as its first argument, 42 // we let it go. But if it does have a fmt.ScanState, then the 116 f.Badf(id.Pos(), "method %s should have signature %s", actual, expectFmt) 133 // Have to handle f(int, bool) and f(x, y, z int)
|
/prebuilts/go/darwin-x86/src/debug/macho/ |
file_test.go | 130 have := &s.SegmentHeader 132 if !reflect.DeepEqual(have, want) { 133 t.Errorf("open %s, segment %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want) 146 have := &sh.SectionHeader 148 if !reflect.DeepEqual(have, want) { 149 t.Errorf("open %s, section %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
method.go | 31 // if they have the wrong signature: instead the dynamic check would 35 // A few of the canonical methods have very common names. 39 // To do that, the arguments that have a = prefix are treated as 41 // method doesn't have a fmt.ScanState as its first argument, 42 // we let it go. But if it does have a fmt.ScanState, then the 116 f.Badf(id.Pos(), "method %s should have signature %s", actual, expectFmt) 133 // Have to handle f(int, bool) and f(x, y, z int)
|
/prebuilts/go/linux-x86/src/debug/macho/ |
file_test.go | 130 have := &s.SegmentHeader 132 if !reflect.DeepEqual(have, want) { 133 t.Errorf("open %s, segment %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want) 146 have := &sh.SectionHeader 148 if !reflect.DeepEqual(have, want) { 149 t.Errorf("open %s, section %d:\n\thave %#v\n\twant %#v\n", tt.file, i, have, want)
|
/external/libmicrohttpd/src/testcurl/ |
test_put_chunked.c | 15 You should have received a copy of the GNU General Public License 94 int have; local 100 have = *upload_data_size; 101 if (have + *done > 8) 106 if (0 == memcmp (upload_data, &"Hello123"[*done], have)) 108 *done += have;
|
/external/opencv3/3rdparty/zlib/ |
zlib.h | 51 but other algorithms will be added later and will have the same stream 150 returned by zalloc for objects of exactly 65536 bytes *must* have their 456 operation to complete. (The size of the uncompressed data may have been 553 compressed data instead of a zlib wrapper. The gzip header will have no 1671 unsigned have; member in struct:gzFile_s [all...] |
/external/zlib/src/ |
zlib.h | 51 but other algorithms will be added later and will have the same stream 150 returned by zalloc for objects of exactly 65536 bytes *must* have their 456 operation to complete. (The size of the uncompressed data may have been 553 compressed data instead of a zlib wrapper. The gzip header will have no 1671 unsigned have; member in struct:gzFile_s [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/ |
layer1.py | 356 use; that is, it should have a consistent structure, and [all...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
gobencdec_test.go | 161 X int // guarantee we have something in common with GobTest* 166 X int // guarantee we have something in common with GobTest* 171 X int // guarantee we have something in common with GobTest* 176 X int // guarantee we have something in common with GobTest* 183 X int // guarantee we have something in common with GobTest* 190 X int // guarantee we have something in common with GobTest* 197 X int // guarantee we have something in common with GobTest* 207 X int // guarantee we have something in common with GobTest* 217 X int // guarantee we have something in common with GobTest* 221 X int // guarantee we have something in common with GobTest [all...] |
/prebuilts/go/darwin-x86/src/regexp/ |
exec_test.go | 122 t.Fatalf("%s:%d: out of sync: have %d strings left before %#q", file, lineno, len(input), q) 165 t.Fatalf("%s:%d: have %d test results, want %d", file, lineno, len(res), len(run)) 168 have, suffix := run[i](re, refull, text) 170 if !same(have, want) { 171 t.Errorf("%s:%d: %#q%s.FindSubmatchIndex(%#q) = %v, want %v", file, lineno, re, suffix, text, have, want) 195 t.Fatalf("%s:%d: out of sync: have %d strings left at EOF", file, lineno, len(input)) 546 have := re.FindStringSubmatchIndex(text) 547 if (len(have) > 0) != match { 548 t.Errorf("%s:%d: %#q.Match(%#q) = %v, but %#q.FindSubmatchIndex(%#q) = %v", file, lineno, pattern, text, match, pattern, text, have) 551 if len(have) > len(pos) [all...] |
/prebuilts/go/linux-x86/src/encoding/gob/ |
gobencdec_test.go | 161 X int // guarantee we have something in common with GobTest* 166 X int // guarantee we have something in common with GobTest* 171 X int // guarantee we have something in common with GobTest* 176 X int // guarantee we have something in common with GobTest* 183 X int // guarantee we have something in common with GobTest* 190 X int // guarantee we have something in common with GobTest* 197 X int // guarantee we have something in common with GobTest* 207 X int // guarantee we have something in common with GobTest* 217 X int // guarantee we have something in common with GobTest* 221 X int // guarantee we have something in common with GobTest [all...] |
/prebuilts/go/linux-x86/src/regexp/ |
exec_test.go | 122 t.Fatalf("%s:%d: out of sync: have %d strings left before %#q", file, lineno, len(input), q) 165 t.Fatalf("%s:%d: have %d test results, want %d", file, lineno, len(res), len(run)) 168 have, suffix := run[i](re, refull, text) 170 if !same(have, want) { 171 t.Errorf("%s:%d: %#q%s.FindSubmatchIndex(%#q) = %v, want %v", file, lineno, re, suffix, text, have, want) 195 t.Fatalf("%s:%d: out of sync: have %d strings left at EOF", file, lineno, len(input)) 546 have := re.FindStringSubmatchIndex(text) 547 if (len(have) > 0) != match { 548 t.Errorf("%s:%d: %#q.Match(%#q) = %v, but %#q.FindSubmatchIndex(%#q) = %v", file, lineno, pattern, text, match, pattern, text, have) 551 if len(have) > len(pos) [all...] |
/prebuilts/go/darwin-x86/src/bufio/ |
scan.go | 25 // large to fit in the buffer. When a scan stops, the reader may have 115 // Loop until we have a token. 117 // See if we can get a token with what we already have. 118 // If we've run out of data but have an error, give the split function 262 // We know it's an error: we have width==1 and implicitly r==utf8.RuneError. 270 // We have a real UTF-8 encoding error. Return a properly encoded error rune 295 // We have a full newline-terminated line. 298 // If we're at EOF, we have a final, non-terminated line. Return it. 353 // If we're at EOF, we have a final, non-empty, non-terminated word. Return it.
|
/prebuilts/go/linux-x86/src/bufio/ |
scan.go | 25 // large to fit in the buffer. When a scan stops, the reader may have 115 // Loop until we have a token. 117 // See if we can get a token with what we already have. 118 // If we've run out of data but have an error, give the split function 262 // We know it's an error: we have width==1 and implicitly r==utf8.RuneError. 270 // We have a real UTF-8 encoding error. Return a properly encoded error rune 295 // We have a full newline-terminated line. 298 // If we're at EOF, we have a final, non-terminated line. Return it. 353 // If we're at EOF, we have a final, non-empty, non-terminated word. Return it.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
BaseRecognizer.as | 21 * have one grammar import others and share same error variables 29 if ( state == null ) { // don't ever let us have a null state 58 * recovery, override mismatchRecover() and have it call 94 // we have no information about the follow; we can only consume 155 // if we've already reported an error and have not matched a token 181 * handling because the exception classes do not have to have pointers back 184 * would have to subclassing exception, but then somehow get ANTLR 279 * recognizer tracks its own number. So parser and lexer each have 296 * want to have a lot of information spit out. Override in that cas [all...] |
/external/libmicrohttpd/src/microspdy/ |
compression.c | 15 You should have received a copy of the GNU General Public License 259 unsigned int have; local 295 have = SPDYF_ZLIB_CHUNK - strm->avail_out; 298 *dest_size += have; 306 memcpy((*dest) + ((*dest_size) - have), out, have); 310 * have been used. */ 357 uint32_t have; local 424 have = SPDYF_ZLIB_CHUNK - strm->avail_out; 425 *dest_size += have; [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
testflag.go | 26 multiOK bool // OK to have multiple instances 79 // to have "test" before them, and reading the command line for the 6.out. 114 // make non-nil: we have seen the empty package list 220 // Booleans are special because they have modes -x, -x=true, -x=false. 228 } else { // Non-booleans must have a value.
|
/prebuilts/go/darwin-x86/src/encoding/pem/ |
pem.go | 143 // the -1 is because we might have only matched pemEnd without the 151 // If we get here then we have rejected a likely looking, but 153 // position. We have consumed the preamble line and will have consumed 155 // line is not a valid header line, therefore we cannot have consumed
|
/prebuilts/go/darwin-x86/src/html/template/ |
doc.go | 40 err = t.ExecuteTemplate(out, "T", "<script>alert('you have been pwned')</script>") 44 Hello, <script>alert('you have been pwned')</script>! 51 err = t.ExecuteTemplate(out, "T", "<script>alert('you have been pwned')</script>") 55 Hello, <script>alert('you have been pwned')</script>! 164 that would have been produced if {{.}} was a regular string.
|
/prebuilts/go/linux-x86/src/cmd/go/ |
testflag.go | 26 multiOK bool // OK to have multiple instances 79 // to have "test" before them, and reading the command line for the 6.out. 114 // make non-nil: we have seen the empty package list 220 // Booleans are special because they have modes -x, -x=true, -x=false. 228 } else { // Non-booleans must have a value.
|