| /src/external/gpl3/gdb/dist/gdb/ |
| make-target-delegates.py | 36 # Match the name part of a method in struct target_ops. 38 # Match the arguments to a method. 57 # Match the TARGET_DEFAULT_* attribute for a method. 60 # Match the arguments and trailing attribute of a method definition. 64 # Match an entire method definition. 65 METHOD = re.compile( 130 # We need the space because the method may have been split 269 # Write out a debug method. 352 m = METHOD.match(current_line)
|
| value.h | 308 method takes `embedded_offset' into account, so most GDB code 587 /* Return the type of the result of TYPE_CODE_XMETHOD value METHOD. */ 591 METHOD. */ 772 units. The contents() method takes `embedded_offset' into account, 946 this value. This method may return NULL, in which case value_ind 951 this value. This method may return NULL, in which case coerce_ref 1312 enum oload_search_type { NON_METHOD, METHOD, BOTH }; 1316 enum oload_search_type method,
|
| infcall.c | 627 /* Implementation of should_stop method for infcalls. */ 665 /* Implementation of should_notify_stop method for infcalls. */ 1367 param_type->name (), METHOD,
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| make-target-delegates.py | 36 # Match the name part of a method in struct target_ops. 38 # Match the arguments to a method. 57 # Match the TARGET_DEFAULT_* attribute for a method. 60 # Match the arguments and trailing attribute of a method definition. 64 # Match an entire method definition. 65 METHOD = re.compile( 130 # We need the space because the method may have been split 269 # Write out a debug method. 352 m = METHOD.match(current_line)
|
| value.h | 308 method takes `embedded_offset' into account, so most GDB code 587 /* Return the type of the result of TYPE_CODE_XMETHOD value METHOD. */ 591 METHOD. */ 772 units. The contents() method takes `embedded_offset' into account, 946 this value. This method may return NULL, in which case value_ind 951 this value. This method may return NULL, in which case coerce_ref 1312 enum oload_search_type { NON_METHOD, METHOD, BOTH }; 1316 enum oload_search_type method,
|
| infcall.c | 627 /* Implementation of should_stop method for infcalls. */ 665 /* Implementation of should_notify_stop method for infcalls. */ 1367 param_type->name (), METHOD,
|
| /src/crypto/external/apache2/openssl/dist/crypto/property/ |
| property.c | 37 void *method; member in struct:__anon345 40 } METHOD; 45 METHOD method; member in struct:__anon346 53 METHOD method; member in struct:__anon347 162 static int ossl_method_up_ref(METHOD *method) 164 return (*method->up_ref)(method->method) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/property/ |
| property.c | 35 void *method; member in struct:__anon1444 38 } METHOD; 43 METHOD method; member in struct:__anon1445 51 METHOD method; member in struct:__anon1446 169 static int ossl_method_up_ref(METHOD *method) 171 return (*method->up_ref)(method->method) [all...] |
| /src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
| netpgpperl_wrap.c | 14 * This section contains generic SWIG labels for method/variable 63 /* internal SWIG method */ 68 /* internal inline SWIG method */ 1338 #ifdef METHOD 1339 #undef METHOD 1796 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_set" "', argument " "1"" of type '" "netpgp_t *""'"); 1801 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "netpgp_t_c_set" "', argument " "2"" of type '" "unsigned int""'"); 1832 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_c_get" "', argument " "1"" of type '" "netpgp_t *""'"); 1862 SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "netpgp_t_size_set" "', argument " "1"" of type '" "netpgp_t *""'"); 1867 SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "netpgp_t_size_set" "', argument " "2"" of type '" "unsigned int""'") [all...] |
| /src/sys/net/ |
| zlib.c | 377 Byte method; /* STORED (for zip only) or DEFLATED */ member in struct:deflate_state 813 int level, int method, int windowBits, int memLevel, int strategy, 849 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || 891 s->method = (Byte)method; 3232 * method would use a table) 3371 METHOD, /* waiting for method byte */ 3395 uInt method; /* if FLAGS, method byte * member in union:internal_state::__anon7102 [all...] |