Home
last modified time | relevance | path

Searched defs:tbl (Results 1 – 25 of 142) sorted by relevance

123456

/external/javassist/src/main/javassist/compiler/
DParser.java55 public ASTList parseMember(SymbolTable tbl) throws CompileError { in parseMember()
64 public ASTList parseMember1(SymbolTable tbl) throws CompileError { in parseMember1()
95 private FieldDecl parseField(SymbolTable tbl, ASTList mods, in parseField()
124 private MethodDecl parseMethod1(SymbolTable tbl, boolean isConstructor, in parseMethod1()
165 public MethodDecl parseMethod2(SymbolTable tbl, MethodDecl md) in parseMethod2()
204 private Declarator parseFormalType(SymbolTable tbl) throws CompileError { in parseFormalType()
223 private Declarator parseFormalParam(SymbolTable tbl) in parseFormalParam()
256 public Stmnt parseStatement(SymbolTable tbl) in parseStatement()
300 private Stmnt parseBlock(SymbolTable tbl) throws CompileError { in parseBlock()
321 private Stmnt parseIf(SymbolTable tbl) throws CompileError { in parseIf()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_reg_type.c89 const unsigned *tbl = file == IMM ? imm_tbl : reg_tbl; in brw_type_encode() local
92 static const unsigned tbl[] = { in brw_type_encode() local
129 static const enum brw_reg_type tbl[] = { in brw_type_decode() enum
212 static const unsigned tbl[] = { in brw_type_encode_for_3src() local
256 static const enum brw_reg_type tbl[] = { in brw_type_decode_for_3src() enum
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/
Drpc_svcraw_create_performance.c40 double average(double *tbl) in average()
53 double mini(double *tbl) in mini()
66 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/
Drpc_svcudp_create_performance.c40 double average(double *tbl) in average()
53 double mini(double *tbl) in mini()
66 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
Drpc_clntraw_create_performance.c40 double average(double *tbl) in average()
53 double mini(double *tbl) in mini()
66 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
Drpc_svctcp_create_performance.c40 double average(double *tbl) in average()
53 double mini(double *tbl) in mini()
66 double maxi(double *tbl) in maxi()
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_parser_table_test.cc35 void AssertIndex(const HPackTable* tbl, uint32_t idx, const char* key, in AssertIndex()
45 HPackTable tbl; in TEST() local
111 HPackTable tbl; in TEST() local
/external/boringssl/src/crypto/asn1/
Da_strnid.cc49 const ASN1_STRING_TABLE *tbl = asn1_string_table_get(nid); in ASN1_STRING_set_by_NID() local
119 static uint32_t table_hash(const ASN1_STRING_TABLE *tbl) { in table_hash()
126 const ASN1_STRING_TABLE *tbl = reinterpret_cast<ASN1_STRING_TABLE *>( in asn1_string_table_get() local
155 ASN1_STRING_TABLE *tbl = NULL; in ASN1_STRING_TABLE_add() local
/external/cronet/tot/third_party/boringssl/src/crypto/asn1/
Da_strnid.cc96 const ASN1_STRING_TABLE *tbl = asn1_string_table_get(nid); in ASN1_STRING_set_by_NID() local
166 static uint32_t table_hash(const ASN1_STRING_TABLE *tbl) { in table_hash()
173 const ASN1_STRING_TABLE *tbl = reinterpret_cast<ASN1_STRING_TABLE *>( in asn1_string_table_get() local
202 ASN1_STRING_TABLE *tbl = NULL; in ASN1_STRING_TABLE_add() local
/external/cronet/stable/third_party/boringssl/src/crypto/asn1/
Da_strnid.cc96 const ASN1_STRING_TABLE *tbl = asn1_string_table_get(nid); in ASN1_STRING_set_by_NID() local
166 static uint32_t table_hash(const ASN1_STRING_TABLE *tbl) { in table_hash()
173 const ASN1_STRING_TABLE *tbl = reinterpret_cast<ASN1_STRING_TABLE *>( in asn1_string_table_get() local
202 ASN1_STRING_TABLE *tbl = NULL; in ASN1_STRING_TABLE_add() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
Drpc_callrpc_performance.c40 double average(double *tbl) in average()
53 double mini(double *tbl) in mini()
66 double maxi(double *tbl) in maxi()
Drpc_callrpc_scalability.c40 double average(double *tbl) in average()
53 double mini(double *tbl) in mini()
66 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
Drpc_clnttcp_create_performance.c43 double average(double *tbl) in average()
56 double mini(double *tbl) in mini()
69 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
Drpc_clntudp_create_performance.c42 double average(double *tbl) in average()
55 double mini(double *tbl) in mini()
68 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_call/
Dtirpc_rpc_call_performance.c41 double average(double *tbl) in average()
54 double mini(double *tbl) in mini()
67 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
Drpc_clnt_broadcast_performance.c42 double average(double *tbl) in average()
55 double mini(double *tbl) in mini()
68 double maxi(double *tbl) in maxi()
Drpc_clnt_broadcast_scalability.c42 double average(double *tbl) in average()
55 double mini(double *tbl) in mini()
68 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_interlevel_clnt_call/
Dtirpc_interlevel_clnt_call_performance.c40 double average(double *tbl) in average()
53 double mini(double *tbl) in mini()
66 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_toplevel_clnt_call/
Dtirpc_toplevel_clnt_call_performance.c40 double average(double *tbl) in average()
53 double mini(double *tbl) in mini()
66 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
Drpc_clnt_call_performance.c40 double average(double *tbl) in average()
53 double mini(double *tbl) in mini()
66 double maxi(double *tbl) in maxi()
/external/libjpeg-turbo/
Djcomapi.c92 JQUANT_TBL *tbl; in jpeg_alloc_quant_table() local
104 JHUFF_TBL *tbl; in jpeg_alloc_huff_table() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
Dtirpc_rpc_broadcast_exp_performance.c46 double average(double *tbl) in average()
59 double mini(double *tbl) in mini()
72 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
Dtirpc_rpc_broadcast_performance.c46 double average(double *tbl) in average()
59 double mini(double *tbl) in mini()
72 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
Drpc_pmap_rmtcall_performance.c45 double average(double *tbl) in average()
58 double mini(double *tbl) in mini()
71 double maxi(double *tbl) in maxi()
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_expertlevel_rpcb_rmtcall/
Dtirpc_rpcb_rmtcall_performance.c43 double average(double *tbl) in average()
56 double mini(double *tbl) in mini()
69 double maxi(double *tbl) in maxi()

123456