HomeSort by relevance Sort by last modified time
    Searched full:method_type (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/tools/aidl/
aidl_language.h 43 METHOD_TYPE
51 typedef struct method_type { struct
63 } method_type; typedef in typeref:struct:method_type
109 method_type* method;
aidl_language_y.y 211 method_type *method = (method_type*)malloc(sizeof(method_type));
212 method->interface_item.item_type = METHOD_TYPE;
226 method_type *method = (method_type*)malloc(sizeof(method_type));
227 method->interface_item.item_type = METHOD_TYPE;
generate_java_rpc.cpp 91 void AddMethod(const method_type* method);
153 DispatcherClass::AddMethod(const method_type* method)
632 generate_results_method(const method_type* method, RpcProxyClass* proxyClass)
677 generate_proxy_method(const method_type* method, RpcProxyClass* proxyClass,
740 generate_result_dispatcher_method(const method_type* method,
793 generate_regular_method(const method_type* method, RpcProxyClass* proxyClass,
838 generate_event_method(const method_type* method, RpcProxyClass* proxyClass,
    [all...]
aidl.cpp 37 if (q->item_type == METHOD_TYPE) {
38 method_type *m = (method_type*)q;
405 check_method(const char* filename, int kind, method_type* m)
550 map<string,method_type*> methodNames;
555 if (member->item_type == METHOD_TYPE) {
556 method_type* m = (method_type*)member;
566 method_type* old = methodNames[m->name.data];
    [all...]
generate_java_binder.cpp 250 generate_method(const method_type* method, Class* interface,
550 if (item->item_type == METHOD_TYPE) {
551 generate_method((method_type*)item, interface, stub, proxy, index);
  /prebuilts/sdk/tools/linux/
aidl 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-check.h 27 #define METHOD_TYPE_CHECK(t) TREE_CHECK (t, METHOD_TYPE)
tree.def 239 compiler. VOID_TYPE, FUNCTION_TYPE, METHOD_TYPE. */
252 /* METHOD_TYPE is the type of a function which takes an extra first
257 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
    [all...]
gimple.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 28 #define METHOD_TYPE_CHECK(t) TREE_CHECK (t, METHOD_TYPE)
tree.def 232 compiler. VOID_TYPE, FUNCTION_TYPE, METHOD_TYPE. */
245 /* METHOD_TYPE is the type of a function which takes an extra first
250 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-check.h 28 #define METHOD_TYPE_CHECK(t) TREE_CHECK (t, METHOD_TYPE)
tree.def 232 compiler. VOID_TYPE, FUNCTION_TYPE, METHOD_TYPE. */
245 /* METHOD_TYPE is the type of a function which takes an extra first
250 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-check.h 28 #define METHOD_TYPE_CHECK(t) TREE_CHECK (t, METHOD_TYPE)
tree.def 232 compiler. VOID_TYPE, FUNCTION_TYPE, METHOD_TYPE. */
245 /* METHOD_TYPE is the type of a function which takes an extra first
250 DEFTREECODE (METHOD_TYPE, "method_type", tcc_type, 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 156 For a FUNCTION_TYPE or METHOD_TYPE, this is TYPE_RAISES_EXCEPTIONS
    [all...]
cp-tree.def 107 METHOD_TYPE, or `unknown_type_node' indicating that the function is
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.h 156 For a FUNCTION_TYPE or METHOD_TYPE, this is TYPE_RAISES_EXCEPTIONS
    [all...]
cp-tree.def 107 METHOD_TYPE, or `unknown_type_node' indicating that the function is
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.h 156 For a FUNCTION_TYPE or METHOD_TYPE, this is TYPE_RAISES_EXCEPTIONS
    [all...]
cp-tree.def 107 METHOD_TYPE, or `unknown_type_node' indicating that the function is
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
cp-tree.def 102 METHOD_TYPE, or `unknown_type_node' indicating that the function is
cp-tree.h 157 For a FUNCTION_TYPE or METHOD_TYPE, this is TYPE_RAISES_EXCEPTIONS
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/info/
gccint.info     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/info/
gccint.info     [all...]

Completed in 1631 milliseconds

1 2