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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 78 #define TXT(S) ctx->dump_printf( ctx, "%s", S )
108 TXT( "]." );
127 TXT( "]." );
155 TXT( "]." );
174 TXT( "]." );
215 TXT( " {" );
234 TXT( ", " );
236 TXT( "}" );
246 TXT( "DCL " );
253 TXT("[]");
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 78 #define TXT(S) ctx->dump_printf( ctx, "%s", S )
108 TXT( "]." );
127 TXT( "]." );
155 TXT( "]." );
174 TXT( "]." );
215 TXT( " {" );
234 TXT( ", " );
236 TXT( "}" );
246 TXT( "DCL " );
253 TXT("[]");
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 77 const ResourceRecord *TXT;
264 txtRecord, txtLen, // TXT data, length
447 if (answer->rrtype == kDNSType_TXT && x->TXT == answer) x->TXT = mDNSNULL;
452 if (answer->rrtype == kDNSType_TXT) x->TXT = answer;
453 if (x->SRV && x->TXT && x->callback)
459 x->SRV->rdata->u.srv.port.NotAnInteger, x->TXT->rdlength, (unsigned char*)x->TXT->rdata->u.txt.c, x->context);
500 x->TXT = mDNSNULL
    [all...]
  /external/smack/src/org/xbill/DNS/
Type.java 61 public static final int TXT = 16;
242 types.add(TXT, "TXT", new TXTRecord());
  /external/mdnsresponder/Clients/
dns-sd.c 262 else if (!strcasecmp(s, "TXT" )) return(kDNSServiceType_TXT);
418 const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t txtLen, const unsigned char *txt, void *context)
427 const unsigned char *max = txt + txtLen;
455 printf("%-47s TXT ", n);
457 while (txt < max)
459 const unsigned char *const end = txt + 1 + txt[0];
460 txt++; // Skip over length byte
462 while (txt<end)
464 if (*txt == '\\' || *txt == '\"') printf("\\")
988 unsigned char txt[2048] = ""; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
convert.jar 

Completed in 107 milliseconds