HomeSort by relevance Sort by last modified time
    Searched full:gotmatch (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
tables_test.go 66 gotI, gotMatch := searchStatic(test.f)
67 if wantI, wantMatch := test.beforeWantStaticI, test.beforeWantMatch; gotI != wantI || gotMatch != wantMatch {
68 t.Errorf("before evictions: searchStatic(%+v)=%v,%v want %v,%v", test.f, gotI, gotMatch, wantI, wantMatch)
70 gotI, gotMatch = searchDynamic(test.f)
72 if wantI, wantMatch := wantDynamicI, test.beforeWantMatch; gotI != wantI || gotMatch != wantMatch {
73 t.Errorf("before evictions: searchDynamic(%+v)=%v,%v want %v,%v", test.f, gotI, gotMatch, wantI, wantMatch)
80 gotI, gotMatch := searchStatic(test.f)
81 if wantI, wantMatch := test.afterWantStaticI, test.afterWantMatch; gotI != wantI || gotMatch != wantMatch {
82 t.Errorf("after evictions: searchStatic(%+v)=%v,%v want %v,%v", test.f, gotI, gotMatch, wantI, wantMatch)
84 gotI, gotMatch = searchDynamic(test.f
    [all...]
encode_test.go 125 if gotI, gotMatch := e.searchTable(tt.hf); gotI != tt.wantI || gotMatch != tt.wantMatch {
126 t.Errorf("d.search(%+v) = %v, %v; want %v, %v", tt.hf, gotI, gotMatch, tt.wantI, tt.wantMatch)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
tables_test.go 66 gotI, gotMatch := searchStatic(test.f)
67 if wantI, wantMatch := test.beforeWantStaticI, test.beforeWantMatch; gotI != wantI || gotMatch != wantMatch {
68 t.Errorf("before evictions: searchStatic(%+v)=%v,%v want %v,%v", test.f, gotI, gotMatch, wantI, wantMatch)
70 gotI, gotMatch = searchDynamic(test.f)
72 if wantI, wantMatch := wantDynamicI, test.beforeWantMatch; gotI != wantI || gotMatch != wantMatch {
73 t.Errorf("before evictions: searchDynamic(%+v)=%v,%v want %v,%v", test.f, gotI, gotMatch, wantI, wantMatch)
80 gotI, gotMatch := searchStatic(test.f)
81 if wantI, wantMatch := test.afterWantStaticI, test.afterWantMatch; gotI != wantI || gotMatch != wantMatch {
82 t.Errorf("after evictions: searchStatic(%+v)=%v,%v want %v,%v", test.f, gotI, gotMatch, wantI, wantMatch)
84 gotI, gotMatch = searchDynamic(test.f
    [all...]
encode_test.go 125 if gotI, gotMatch := e.searchTable(tt.hf); gotI != tt.wantI || gotMatch != tt.wantMatch {
126 t.Errorf("d.search(%+v) = %v, %v; want %v, %v", tt.hf, gotI, gotMatch, tt.wantI, tt.wantMatch)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
IfrCommon.c 791 BOOLEAN GotMatch;
796 GotMatch = FALSE;
944 GotMatch = TRUE;
952 if (!GotMatch) {
  /external/mksh/src/
eval.c 583 bool gotmatch; local
587 gotmatch = tobool(gmatchx(sbeg, pat, false));
589 if (gotmatch)
    [all...]

Completed in 139 milliseconds