HomeSort by: relevance | last modified time | path
    Searched refs:method (Results 1 - 25 of 1003) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
expand-psymtabs-cxx.cc 19 method (long x) function
method2.cc 3 void method ();
4 void method (int a);
5 void method (A* a);
9 A::method () function in class:A
14 A::method (int a) function in class:A
19 A::method (A* a) function in class:A
rvalue-ref-overload.exp 46 { method public "foo(void);" }
47 { method public "foo(foo_lval_ref);" }
48 { method public "foo(foo_rval_ref);" }
49 { method public "~foo();" }
50 { method public "int overload1arg(foo_lval_ref);" }
51 { method public "int overload1arg(foo_rval_ref);" }
52 { method public "int overloadConst(const foo &);" }
53 { method public "int overloadConst(const foo &&);" }
dispcxx.cc 19 void method () { } function in struct:K
35 k.method();
local-static.c 55 void method ();
56 void method () const;
57 void method () volatile;
58 void method () volatile const;
69 S::method () function in class:S
75 S::method () const function in class:S
81 S::method () volatile function in class:S
87 S::method () const volatile function in class:S
101 void method ();
117 S2<T>::method () function in class:T
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
expand-psymtabs-cxx.cc 19 method (long x) function
method2.cc 3 void method ();
4 void method (int a);
5 void method (A* a);
9 A::method () function in class:A
14 A::method (int a) function in class:A
19 A::method (A* a) function in class:A
rvalue-ref-overload.exp 46 { method public "foo(void);" }
47 { method public "foo(foo_lval_ref);" }
48 { method public "foo(foo_rval_ref);" }
49 { method public "~foo();" }
50 { method public "int overload1arg(foo_lval_ref);" }
51 { method public "int overload1arg(foo_rval_ref);" }
52 { method public "int overloadConst(const foo &);" }
53 { method public "int overloadConst(const foo &&);" }
dispcxx.cc 19 void method () { } function in struct:K
35 k.method();
local-static.c 55 void method ();
56 void method () const;
57 void method () volatile;
58 void method () volatile const;
69 S::method () function in class:S
75 S::method () const function in class:S
81 S::method () volatile function in class:S
87 S::method () const volatile function in class:S
101 void method ();
117 S2<T>::method () function in class:T
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/arm/
foundation-v8-psci.dtsi 10 method = "smc";
15 enable-method = "psci";
19 enable-method = "psci";
23 enable-method = "psci";
27 enable-method = "psci";
foundation-v8-spin-table.dtsi 8 enable-method = "spin-table";
13 enable-method = "spin-table";
18 enable-method = "spin-table";
23 enable-method = "spin-table";
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509_meth.c 22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); local
24 if (method != NULL) {
25 method->name = OPENSSL_strdup(name);
26 if (method->name == NULL)
30 return method;
33 OPENSSL_free(method);
37 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method)
39 if (method != NULL)
40 OPENSSL_free(method->name);
41 OPENSSL_free(method);
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509_meth.c 22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); local
24 if (method != NULL) {
25 method->name = OPENSSL_strdup(name);
26 if (method->name == NULL) {
32 return method;
35 OPENSSL_free(method);
39 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method)
41 if (method != NULL)
42 OPENSSL_free(method->name);
43 OPENSSL_free(method);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509_meth.c 22 X509_LOOKUP_METHOD *method = OPENSSL_zalloc(sizeof(X509_LOOKUP_METHOD)); local
24 if (method != NULL) {
25 method->name = OPENSSL_strdup(name);
26 if (method->name == NULL) {
32 return method;
35 OPENSSL_free(method);
39 void X509_LOOKUP_meth_free(X509_LOOKUP_METHOD *method)
41 if (method != NULL)
42 OPENSSL_free(method->name);
43 OPENSSL_free(method);
    [all...]
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_methods.c 2 * EAP server method registration
20 * eap_server_get_eap_method - Get EAP method based on type number
22 * @method: EAP type number
23 * Returns: Pointer to EAP method or %NULL if not found
26 enum eap_type method)
30 if (m->vendor == vendor && m->method == method)
38 * eap_server_get_type - Get EAP type for the given EAP method name
39 * @name: EAP method name, e.g., TLS
41 * Returns: EAP method type or %EAP_TYPE_NONE if not foun
    [all...]
  /src/external/gpl3/gcc/dist/libcc1/
callbacks.cc 27 struct method struct
33 // Hash function for struct method.
37 const struct method *m = (const struct method *) a;
42 // Equality function for struct method.
46 const struct method *ma = (const struct method *) a;
47 const struct method *mb = (const struct method *) b;
67 method m
    [all...]
  /src/external/gpl3/gcc.old/dist/libcc1/
callbacks.cc 27 struct method struct
33 // Hash function for struct method.
37 const struct method *m = (const struct method *) a;
42 // Equality function for struct method.
46 const struct method *ma = (const struct method *) a;
47 const struct method *mb = (const struct method *) b;
67 method m
    [all...]
  /src/external/gpl3/gcc/dist/libobjc/
methods.c 1 /* GNU Objective C Runtime method related functions.
33 method_getName (struct objc_method * method)
35 if (method == NULL)
38 return method->method_name;
42 method_getTypeEncoding (struct objc_method * method)
44 if (method == NULL)
47 return method->method_types;
51 method_getImplementation (struct objc_method * method)
53 if (method == NULL)
56 return method->method_imp
    [all...]
  /src/external/gpl3/gcc.old/dist/libobjc/
methods.c 1 /* GNU Objective C Runtime method related functions.
33 method_getName (struct objc_method * method)
35 if (method == NULL)
38 return method->method_name;
42 method_getTypeEncoding (struct objc_method * method)
44 if (method == NULL)
47 return method->method_types;
51 method_getImplementation (struct objc_method * method)
53 if (method == NULL)
56 return method->method_imp
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Bin/
j_classflow.d 3 * j_classflow.d - trace a Java class method flow using DTrace.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
21 * CLASS.METHOD Java class and method name
24 * -> method entry
25 * <- method return
68 printf("%3s %6s %-16s -- %s\n", "C", "PID", "TIME(us)", "CLASS.METHOD");
71 hotspot*:::method-entry,
72 hotspot*:::method-retur
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Java/
j_classflow.d 3 * j_classflow.d - trace a Java class method flow using DTrace.
14 * This watches Java method entries and returns, and indents child
15 * method calls.
21 * CLASS.METHOD Java class and method name
24 * -> method entry
25 * <- method return
68 printf("%3s %6s %-16s -- %s\n", "C", "PID", "TIME(us)", "CLASS.METHOD");
71 hotspot*:::method-entry,
72 hotspot*:::method-retur
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
py-record.h 35 /* The current recording method. */
36 enum record_method method; member in struct:recpy_record_object
49 /* The current recording method. */
50 enum record_method method; member in struct:recpy_element_object
66 extern PyObject *recpy_insn_new (thread_info *thread, enum record_method method,
70 extern PyObject *recpy_func_new (thread_info *thread, enum record_method method,
78 extern PyObject *recpy_aux_new (thread_info *thread, enum record_method method,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
inferior-args.exp 28 proc do_test { method } {
38 if { $method == "start" } {
52 } elseif { $method == "starti" } {
77 } elseif { $method == "run" } {
97 } elseif { $method == "set args" } {
110 error "invalid method $method"
125 foreach_with_prefix method { "start" "starti" "run" "set args" } {
126 do_test $method
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
inferior-args.exp 28 proc do_test { method } {
38 if { $method == "start" } {
52 } elseif { $method == "starti" } {
77 } elseif { $method == "run" } {
97 } elseif { $method == "set args" } {
110 error "invalid method $method"
125 foreach_with_prefix method { "start" "starti" "run" "set args" } {
126 do_test $method

Completed in 64 milliseconds

1 2 3 4 5 6 7 8 91011>>