/third_party/ltp/pan/ |
H A D | reporter.c | 52 static int scanner_reporter(SYM); 53 static int iscanner_reporter(SYM); 54 static int scanner_test_end(SYM, SYM, SYM); 55 static int iscanner_test_end(SYM, SYM, SYM); 57 static int (*reporter_func) (SYM) = scanner_reporter; 58 static int (*test_end_func) (SYM, SY [all...] |
H A D | tag_report.h | 45 int test_result( char *, char *, char *, char *, SYM ); 46 int cuts_report( SYM, SYM, char *, char * ); 47 int tag_report( SYM, SYM, SYM ); 48 int print_header( SYM ); 49 int cuts_testcase( SYM, SYM );
|
H A D | symbol.c | 85 SYM newsym(void) in newsym() 87 SYM h; in newsym() 137 static int add_key(SYM sym, char *key, void *data) in add_key() 160 SYM sym_open(int flags, int mode, int openinfo) in sym_open() 194 int sym_put(SYM sym, char *key, void *data, int flags) in sym_put() 199 SYM csym, ncsym; /* search: current symbol table */ in sym_put() 225 if (((SYM) (nsym->data))->magic != SYM_MAGIC) { in sym_put() 265 void *sym_get(SYM sym, char *key) in sym_get() 270 SYM csym; /* search: current symbol table */ in sym_get() 293 if (((SYM) (nsy in sym_get() [all...] |
H A D | symbol.h | 60 * The "SYM" typedef is the only external data type. 62 typedef struct symh *SYM; typedef 78 SYM sym_open(int flags, int mode, int openinfo ); 79 int sym_put (SYM sym, char *key, void *data, int flags ); 80 void *sym_get (SYM sym, char *key ); 81 int sym_seq (SYM sym, DBT *key, DBT *data, int flags ); 82 int sym_rm (SYM sym, int flags );
|
H A D | reporter.h | 41 int reporter( SYM ); 42 int test_end( SYM, SYM, SYM );
|
H A D | tag_report.c | 55 int test_result(char *tag, char *tcid, char *tc, char *result, SYM tags) in test_result() 109 int cuts_report(SYM tags, SYM keys, char *at, char *tag) in cuts_report() 225 int tag_report(SYM alltags, SYM ctag, SYM keys) in tag_report() 377 int print_header(SYM tags) in print_header() 415 * This is passed s SYM for the current tag and the initiation keys. 418 int cuts_testcase(SYM tag, SYM key [all...] |
H A D | scan.h | 38 int scanner ( SYM ); 39 int sym_dump_s ( SYM, int );
|
H A D | ltp-scanner.c | 139 SYM tags; /* tag data */ in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | uniqueSymbolAllowsIndexInObjectWithIndexSignature.js | 3 export const SYM = Symbol('a unique symbol'); 6 [SYM]: 'sym'; 10 let a: I = {[SYM]: 'sym'}; // Expect ok 11 let b: I = {[SYM]: 'str'}; // Expect error 18 exports.SYM = void 0;
20 exports.SYM = Symbol('a unique symbol');
21 var a = (_a = {}, _a[exports.SYM] = 'sym', _a); // Expect ok
22 var b = (_b = {}, _b[exports.SYM] = 'str', _b); // Expect error
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | sparc_arch.h | 80 # define SPARC_LOAD_ADDRESS(SYM, reg) \ 81 setx SYM, %o7, reg; 90 # define SPARC_LOAD_ADDRESS(SYM, reg) \ 91 set SYM, reg; 97 # define SPARC_LOAD_ADDRESS_LEAF(SYM,reg,tmp) SPARC_LOAD_ADDRESS(SYM,reg) 104 # define SPARC_LOAD_ADDRESS(SYM, reg) \ 106 sethi %hi(SYM), %o7; \ 107 or %o7, %lo(SYM), %o7; \ 112 # define SPARC_LOAD_ADDRESS_LEAF(SYM, re [all...] |
/third_party/openssl/include/crypto/ |
H A D | sparc_arch.h | 80 # define SPARC_LOAD_ADDRESS(SYM, reg) \ 81 setx SYM, %o7, reg; 90 # define SPARC_LOAD_ADDRESS(SYM, reg) \ 91 set SYM, reg; 97 # define SPARC_LOAD_ADDRESS_LEAF(SYM,reg,tmp) SPARC_LOAD_ADDRESS(SYM,reg) 104 # define SPARC_LOAD_ADDRESS(SYM, reg) \ 106 sethi %hi(SYM), %o7; \ 107 or %o7, %lo(SYM), %o7; \ 112 # define SPARC_LOAD_ADDRESS_LEAF(SYM, re [all...] |
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | nftw.c | 132 SYM, 198 SYM, "../../../dirh"}, { 208 SYM, "../dir_right.2"}, { 211 SYM,
|
H A D | nftw64.c | 132 SYM, 198 SYM, "../../../dirh"}, { 208 SYM, "../dir_right.2"}, { 211 SYM,
|
H A D | nftw64.h | 62 #define SYM 2 macro
|
H A D | nftw.h | 63 #define SYM 2 macro
|
H A D | tools.c | 89 } else if (pathdat[i].type == SYM) { in setup_path()
|
H A D | tools64.c | 88 } else if (pathdat[i].type == SYM) { in setup_path()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 572 local *SYM = *{"$ {dest}::$name"}; 580 *SYM = $val; 589 *SYM = \$val;
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 572 local *SYM = *{"$ {dest}::$name"}; 580 *SYM = $val; 589 *SYM = \$val;
|