/prebuilts/go/linux-x86/src/net/http/httptest/ |
recorder_test.go | 269 for _, tt := range tests { 270 h := http.HandlerFunc(tt.h) 273 for _, check := range tt.checks { 275 t.Errorf("%s: %v", tt.name, err)
|
/prebuilts/go/darwin-x86/src/net/http/ |
serve_test.go | 364 for _, tt := range serveMuxTests { 366 Method: tt.method, 367 Host: tt.host, 369 Path: tt.path, 375 if pattern != tt.pattern || rr.Code != tt.code { 376 t.Errorf("%s %s %s = %d, %q, want %d, %q", tt.method, tt.host, tt.path, rr.Code, pattern, tt.code, tt.pattern [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
serve_test.go | 364 for _, tt := range serveMuxTests { 366 Method: tt.method, 367 Host: tt.host, 369 Path: tt.path, 375 if pattern != tt.pattern || rr.Code != tt.code { 376 t.Errorf("%s %s %s = %d, %q, want %d, %q", tt.method, tt.host, tt.path, rr.Code, pattern, tt.code, tt.pattern [all...] |
/external/pcre/dist2/ |
RunTest | 280 tt=`expr "$1" : '.*-\([0-9]*\)'` 281 if [ "$tt" = "" ] ; then tt=$maxtest; fi 282 if expr \( "$tt" ">" "$maxtest" \) >/dev/null; then 285 while expr "$tf" "<=" "$tt" >/dev/null; do
|
/external/tcpdump/ |
print-ip.c | 100 int tt; local 103 tt = *cp; 104 if (tt == IPOPT_EOL) 106 else if (tt == IPOPT_NOP) 115 switch (tt) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lgc.c | 139 lua_assert(gch(o)->tt != LUA_TTABLE); 157 lua_assert(isblack(o) && !isdead(g, o) && gch(o)->tt == LUA_TTABLE); 212 GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, GCObject **list, 215 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz)); 220 gch(o)->tt = (lu_byte)tt; 246 switch (gch(o)->tt) { 526 switch (gch(o)->tt) { 664 switch (gch(o)->tt) { 744 if (gch(curr)->tt == LUA_TTHREAD [all...] |
/external/skia/third_party/lua/src/ |
lgc.c | 139 lua_assert(gch(o)->tt != LUA_TTABLE); 157 lua_assert(isblack(o) && !isdead(g, o) && gch(o)->tt == LUA_TTABLE); 212 GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, GCObject **list, 215 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz)); 220 gch(o)->tt = tt; 246 switch (gch(o)->tt) { 519 switch (gch(o)->tt) { 657 switch (gch(o)->tt) { 737 if (gch(curr)->tt == LUA_TTHREAD [all...] |
/external/syslinux/com32/lua/src/ |
lgc.c | 139 lua_assert(gch(o)->tt != LUA_TTABLE); 157 lua_assert(isblack(o) && !isdead(g, o) && gch(o)->tt == LUA_TTABLE); 212 GCObject *luaC_newobj (lua_State *L, int tt, size_t sz, GCObject **list, 215 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz)); 220 gch(o)->tt = tt; 246 switch (gch(o)->tt) { 526 switch (gch(o)->tt) { 664 switch (gch(o)->tt) { 744 if (gch(curr)->tt == LUA_TTHREAD [all...] |
/frameworks/native/libs/vr/libpdx_uds/ |
remote_method_tests.cpp | 231 TestType SendTestType(const TestType& tt) { 233 InvokeRemoteMethod<TestInterface::SendTestType>(tt); 456 TestType OnSendTestType(Message&, const TestType& tt) { 457 return TestType(tt.a + 20, tt.b - 2.0, tt.c + "foo"); 463 for (const auto& tt : v) 464 return_value += tt.c; 627 TestType tt{10, 0.0, "string"}; 628 const auto tt_result = client->SendTestType(tt); [all...] |
/prebuilts/go/darwin-x86/src/bufio/ |
bufio_test.go | [all...] |
/prebuilts/go/linux-x86/src/bufio/ |
bufio_test.go | [all...] |
/prebuilts/go/darwin-x86/src/os/ |
os_test.go | 1231 for i, tt := range tests { 1232 off, err := f.Seek(tt.in, tt.whence) 1233 if off != tt.out || err != nil { 1234 if e, ok := err.(*PathError); ok && e.Err == syscall.EINVAL && tt.out > 1<<32 { 1239 t.Errorf("#%d: Seek(%v, %v) = %v, %v want %v, nil", i, tt.in, tt.whence, off, err, tt.out) 1269 for _, tt := range openErrorTests { 1270 f, err := OpenFile(tt.path, tt.mode, 0 [all...] |
/prebuilts/go/linux-x86/src/os/ |
os_test.go | 1231 for i, tt := range tests { 1232 off, err := f.Seek(tt.in, tt.whence) 1233 if off != tt.out || err != nil { 1234 if e, ok := err.(*PathError); ok && e.Err == syscall.EINVAL && tt.out > 1<<32 { 1239 t.Errorf("#%d: Seek(%v, %v) = %v, %v want %v, nil", i, tt.in, tt.whence, off, err, tt.out) 1269 for _, tt := range openErrorTests { 1270 f, err := OpenFile(tt.path, tt.mode, 0 [all...] |
/external/llvm/test/MC/Sparc/ |
sparcv9-instructions.s | 127 ! V8-NEXT: wrpr %g6,%i6,%tt 128 ! V9: wrpr %g6, %fp, %tt ! encoding: [0x87,0x91,0x80,0x1e] 129 wrpr %g6,%i6,%tt 188 ! V8-NEXT: wrpr %g6,255,%tt 189 ! V9: wrpr %g6, 255, %tt ! encoding: [0x87,0x91,0xa0,0xff] 190 wrpr %g6,255,%tt 249 ! V8-NEXT: rdpr %tt,%i5 250 ! V9: rdpr %tt, %i5 ! encoding: [0xbb,0x50,0xc0,0x00] 251 rdpr %tt,%i5
|
/prebuilts/go/darwin-x86/src/cmd/fix/ |
typecheck.go | 405 tt := typeof[t+"."+name] 406 if isType(tt) { 407 typeof[n] = getType(tt) 557 if tt := typeof[cas.List[0]]; isType(tt) { 558 tt = getType(tt) 559 typeof[varx] = tt 560 typeof[varx.Obj] = tt
|
/prebuilts/go/linux-x86/src/cmd/fix/ |
typecheck.go | 405 tt := typeof[t+"."+name] 406 if isType(tt) { 407 typeof[n] = getType(tt) 557 if tt := typeof[cas.List[0]]; isType(tt) { 558 tt = getType(tt) 559 typeof[varx] = tt 560 typeof[varx.Obj] = tt
|
/external/boringssl/src/crypto/bn/ |
generic.c | 385 BN_ULLONG tt = t + (c0); /* no carry */ \ 386 (c0) = (BN_ULONG)Lw(tt); \ 387 hi = (BN_ULONG)Hw(tt); \ 434 BN_ULONG lo, hi, tt; \ 437 tt = hi + (((c0) < lo) ? 1 : 0); \ 438 (c1) += tt; \ 439 (c2) += ((c1) < tt) ? 1 : 0; \
|
/external/bzip2/ |
decompress.c | 218 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); 219 if (s->tt == NULL) RETURN(BZ_MEM_ERROR); 412 s->tt[nblock] = (UInt32)uc; 480 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); 561 uc = (UChar)(s->tt[i] & 0xff); 562 s->tt[s->cftab[uc]] |= (i << 8); 566 s->tPos = s->tt[s->origPtr] >> 8;
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
ssa.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
ssa.go | [all...] |
/prebuilts/go/darwin-x86/src/path/filepath/ |
path_windows_test.go | 26 for ti, tt := range winsplitlisttests { 27 testWinSplitListTestIsValid(t, ti, tt, comspec) 31 func testWinSplitListTestIsValid(t *testing.T, ti int, tt SplitListTest, 45 for i, d := range tt.result { 70 for i, d := range tt.result { 78 Env: []string{`Path=` + tt.list},
|
/prebuilts/go/linux-x86/src/path/filepath/ |
path_windows_test.go | 26 for ti, tt := range winsplitlisttests { 27 testWinSplitListTestIsValid(t, ti, tt, comspec) 31 func testWinSplitListTestIsValid(t *testing.T, ti int, tt SplitListTest, 45 for i, d := range tt.result { 70 for i, d := range tt.result { 78 Env: []string{`Path=` + tt.list},
|
/prebuilts/go/darwin-x86/src/mime/multipart/ |
multipart_test.go | 773 for _, tt := range parseTests { 774 r := NewReader(strings.NewReader(tt.in), tt.sep) 782 t.Errorf("in test %q, NextPart: %v", tt.name, err) 787 t.Errorf("in test %q, error reading part: %v", tt.name, err) 792 if !reflect.DeepEqual(tt.want, got) { 793 t.Errorf("test %q:\n got: %v\nwant: %v", tt.name, got, tt.want) 794 if len(tt.want) != len(got) { 795 t.Errorf("test %q: got %d parts, want %d", tt.name, len(got), len(tt.want) [all...] |
/prebuilts/go/linux-x86/src/mime/multipart/ |
multipart_test.go | 773 for _, tt := range parseTests { 774 r := NewReader(strings.NewReader(tt.in), tt.sep) 782 t.Errorf("in test %q, NextPart: %v", tt.name, err) 787 t.Errorf("in test %q, error reading part: %v", tt.name, err) 792 if !reflect.DeepEqual(tt.want, got) { 793 t.Errorf("test %q:\n got: %v\nwant: %v", tt.name, got, tt.want) 794 if len(tt.want) != len(got) { 795 t.Errorf("test %q: got %d parts, want %d", tt.name, len(got), len(tt.want) [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 41 \section{{\tt ip} --- command syntax} 179 for the {\tt ip link} command, so {\tt ip link ls eth0} is equivalent 180 to {\tt ip link ls dev eth0}. 192 \section{{\tt ip} --- error messages} 260 \section{{\tt ip link} --- network device configuration} 268 \subsection{{\tt ip link set} --- change device attributes} 342 the {\tt ip} utility will allow that. 349 several parameters with one {\tt ip link set} call. 364 \subsection{{\tt ip link show} --- display device attributes [all...] |