HomeSort by relevance Sort by last modified time
    Searched refs:tt (Results 401 - 425 of 756) sorted by null

<<11121314151617181920>>

  /external/valgrind/docs/lib/
vg_basic.css 19 code, tt { color: #761596; }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_plugin.h 138 int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable,
142 int snd_pcm_route_determine_ttable(snd_config_t *tt,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_plugin.h 138 int snd_pcm_route_load_ttable(snd_config_t *tt, snd_pcm_route_ttable_entry_t *ttable,
142 int snd_pcm_route_determine_ttable(snd_config_t *tt,
  /prebuilts/go/darwin-x86/src/net/http/
responsewrite_test.go 278 tt := &respWriteTests[i]
280 err := tt.Resp.Write(&braw)
286 if sraw != tt.Raw {
287 t.Errorf("Test %d, expecting:\n%q\nGot:\n%q\n", i, tt.Raw, sraw)
  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 47 for i, tt := range finalizerTests {
59 runtime.SetFinalizer(tt.convert(v), tt.finalizer)
68 t.Errorf("#%d: finalizer for type %T didn't run", i, tt.finalizer)
  /prebuilts/go/linux-x86/src/net/http/
responsewrite_test.go 278 tt := &respWriteTests[i]
280 err := tt.Resp.Write(&braw)
286 if sraw != tt.Raw {
287 t.Errorf("Test %d, expecting:\n%q\nGot:\n%q\n", i, tt.Raw, sraw)
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 47 for i, tt := range finalizerTests {
59 runtime.SetFinalizer(tt.convert(v), tt.finalizer)
68 t.Errorf("#%d: finalizer for type %T didn't run", i, tt.finalizer)
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c 4662 UInt tt = INSN(4,0); local
4713 UInt tt = INSN(4,0); local
4955 UInt tt = INSN(4,0); local
5027 UInt tt = INSN(4,0); local
5097 UInt tt = INSN(4,0); local
5174 UInt tt = INSN(4,0); local
5376 UInt tt = INSN(4,0); local
5453 UInt tt = INSN(4,0); local
5512 UInt tt = INSN(4,0); local
5558 UInt tt = INSN(4,0); local
5603 UInt tt = INSN(4,0); local
5631 UInt tt = INSN(4,0); local
5671 UInt tt = INSN(4,0); local
5885 UInt tt = INSN(4,0); local
6063 UInt tt = INSN(4,0); local
6181 UInt tt = INSN(4,0); local
6318 UInt tt = INSN(4,0); local
6370 UInt tt = INSN(4,0); local
6405 UInt tt = INSN(4,0); local
6421 UInt tt = INSN(4,0); local
6566 UInt tt = INSN(4,0); local
6609 UInt tt = INSN(4,0); local
6626 UInt tt = INSN(4,0); local
6645 UInt tt = INSN(4,0); local
6684 UInt tt = INSN(4,0); local
6705 UInt tt = INSN(4,0); local
6718 UInt tt = INSN(4,0); local
6742 UInt tt = INSN(4,0); local
6768 UInt tt = INSN(4,0); local
6799 UInt tt = INSN(4,0); local
    [all...]
  /external/dng_sdk/source/
dng_rect.h 54 dng_rect (int32 tt, int32 ll, int32 bb, int32 rr)
55 : t (tt)
218 dng_rect_real64 (real64 tt, real64 ll, real64 bb, real64 rr)
219 : t (tt)
  /prebuilts/go/darwin-x86/src/reflect/
export_test.go 73 tt := (*mapType)(unsafe.Pointer(t))
74 return tt.bucket
value.go 558 tt := (*interfaceType)(unsafe.Pointer(v.typ))
559 if uint(i) >= uint(len(tt.methods)) {
562 m := &tt.methods[i]
563 if !tt.nameOff(m.name).isExported() {
572 t = tt.typeOff(m.typ)
740 tt := (*ptrType)(unsafe.Pointer(v.typ))
741 typ := tt.elem
755 tt := (*structType)(unsafe.Pointer(v.typ))
756 if uint(i) >= uint(len(tt.fields)) {
759 field := &tt.fields[i
    [all...]
type.go 827 tt := (*interfaceType)(unsafe.Pointer(t))
828 return tt.NumMethod()
838 tt := (*interfaceType)(unsafe.Pointer(t))
839 return tt.Method(i)
872 tt := (*interfaceType)(unsafe.Pointer(t))
873 return tt.MethodByName(name)
924 tt := (*chanType)(unsafe.Pointer(t))
925 return ChanDir(tt.dir)
932 tt := (*funcType)(unsafe.Pointer(t))
933 return tt.outCount&(1<<15) !=
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
export_test.go 73 tt := (*mapType)(unsafe.Pointer(t))
74 return tt.bucket
value.go 558 tt := (*interfaceType)(unsafe.Pointer(v.typ))
559 if uint(i) >= uint(len(tt.methods)) {
562 m := &tt.methods[i]
563 if !tt.nameOff(m.name).isExported() {
572 t = tt.typeOff(m.typ)
740 tt := (*ptrType)(unsafe.Pointer(v.typ))
741 typ := tt.elem
755 tt := (*structType)(unsafe.Pointer(v.typ))
756 if uint(i) >= uint(len(tt.fields)) {
759 field := &tt.fields[i
    [all...]
type.go 827 tt := (*interfaceType)(unsafe.Pointer(t))
828 return tt.NumMethod()
838 tt := (*interfaceType)(unsafe.Pointer(t))
839 return tt.Method(i)
872 tt := (*interfaceType)(unsafe.Pointer(t))
873 return tt.MethodByName(name)
924 tt := (*chanType)(unsafe.Pointer(t))
925 return ChanDir(tt.dir)
932 tt := (*funcType)(unsafe.Pointer(t))
933 return tt.outCount&(1<<15) !=
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIData.java 136 int tt = 0; local
145 tt += t;
149 pw.println("total apis: " + tt);
  /external/mesa3d/src/mapi/glapi/gen/
typeexpr.py 87 tt = type_table()
106 tt.add_type( te )
108 type_expression.built_in_types = tt
  /external/boringssl/src/include/openssl/
asn1t.h 422 const ASN1_TEMPLATE tt; /* item for this value */ member in struct:ASN1_ADB_TABLE_st
859 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
862 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
863 int ASN1_template_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_TEMPLATE *tt);
868 int ASN1_template_i2d(ASN1_VALUE **pval, unsigned char **out, const ASN1_TEMPLATE *tt);
877 ASN1_VALUE ** asn1_get_field_ptr(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
879 const ASN1_TEMPLATE *asn1_do_adb(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt, int nullerr);
  /prebuilts/go/darwin-x86/src/debug/elf/
file_test.go 216 tt := &fileTests[i]
220 if path.Ext(tt.file) == ".gz" {
222 if r, err = decompress(tt.file); err == nil {
226 f, err = Open(tt.file)
229 t.Errorf("cannot open file %s: %v", tt.file, err)
233 if !reflect.DeepEqual(f.FileHeader, tt.hdr) {
234 t.Errorf("open %s:\n\thave %#v\n\twant %#v\n", tt.file, f.FileHeader, tt.hdr)
238 if i >= len(tt.sections) {
241 sh := &tt.sections[i
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi_test.go 235 for _, tt := range cleanUpTests {
236 input := make([]byte, len(tt.input))
237 copy(input, tt.input)
246 if err != tt.err {
247 t.Errorf("Expected %#v, got %#v", tt.err, err)
  /prebuilts/go/linux-x86/src/debug/elf/
file_test.go 216 tt := &fileTests[i]
220 if path.Ext(tt.file) == ".gz" {
222 if r, err = decompress(tt.file); err == nil {
226 f, err = Open(tt.file)
229 t.Errorf("cannot open file %s: %v", tt.file, err)
233 if !reflect.DeepEqual(f.FileHeader, tt.hdr) {
234 t.Errorf("open %s:\n\thave %#v\n\twant %#v\n", tt.file, f.FileHeader, tt.hdr)
238 if i >= len(tt.sections) {
241 sh := &tt.sections[i
    [all...]
  /prebuilts/go/linux-x86/src/net/http/fcgi/
fcgi_test.go 235 for _, tt := range cleanUpTests {
236 input := make([]byte, len(tt.input))
237 copy(input, tt.input)
246 if err != tt.err {
247 t.Errorf("Expected %#v, got %#v", tt.err, err)
  /external/dhcpcd-6.8.2/
eloop.c 263 struct eloop_timeout *t, *tt = NULL; local
301 TAILQ_FOREACH(tt, &ctx->timeouts, next) {
302 if (timespeccmp(&t->when, &tt->when, <)) {
303 TAILQ_INSERT_BEFORE(tt, t, next);
344 struct eloop_timeout *t, *tt; local
346 TAILQ_FOREACH_SAFE(t, &ctx->timeouts, next, tt) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant_inline.h 490 register int32 tt = tmp; local
505 "r"(tt));
574 register int32 tt = tmp; local
592 "r"(tt));
603 register int32 tt = tmp; local
615 "r"(tt));
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac_test.go 524 for i, tt := range hmacTests {
525 h := New(tt.hash, tt.key)
526 if s := h.Size(); s != tt.size {
527 t.Errorf("Size: got %v, want %v", s, tt.size)
529 if b := h.BlockSize(); b != tt.blocksize {
530 t.Errorf("BlockSize: got %v, want %v", b, tt.blocksize)
533 n, err := h.Write(tt.in)
534 if n != len(tt.in) || err != nil {
535 t.Errorf("test %d.%d: Write(%d) = %d, %v", i, j, len(tt.in), n, err
    [all...]

Completed in 1666 milliseconds

<<11121314151617181920>>