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
67 } method_type; typedef in typeref:struct:method_type
113 method_type* method;
aidl_language_y.y 212 method_type *method = (method_type*)malloc(sizeof(method_type));
213 method->interface_item.item_type = METHOD_TYPE;
230 method_type *method = (method_type*)malloc(sizeof(method_type));
231 method->interface_item.item_type = METHOD_TYPE;
248 method_type *method = (method_type*)malloc(sizeof(method_type))
    [all...]
aidl.cpp 43 if (q->item_type == METHOD_TYPE) {
44 method_type *m = (method_type*)q;
411 check_method(const char* filename, int kind, method_type* m)
556 map<string,method_type*> methodNames;
561 if (member->item_type == METHOD_TYPE) {
562 method_type* m = (method_type*)member;
572 method_type* old = methodNames[m->name.data];
867 if (item->item_type == METHOD_TYPE) {
    [all...]
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,
796 generate_regular_method(const method_type* method, RpcProxyClass* proxyClass,
841 generate_event_method(const method_type* method, RpcProxyClass* proxyClass,
    [all...]
generate_java_binder.cpp 250 generate_method(const method_type* method, Class* interface,
550 if (item->item_type == METHOD_TYPE) {
551 method_type * method_item = (method_type*) item;
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.h 61 u8 method_type, u8 *sid, size_t *sid_len);
eap_gpsk_common.c 346 size_t seed_len, u8 method_type)
379 os_memcpy(pos, &method_type, 1);
412 * @method_type: EAP Authentication Method Type
422 u8 method_type, u8 *sid, size_t *sid_len)
466 method_type);
468 sid[0] = method_type;
  /prebuilts/gcc/darwin-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/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-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/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
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 6098 milliseconds

1 2