HomeSort by relevance Sort by last modified time
    Searched defs:INVOKE (Results 1 - 18 of 18) sorted by null

  /external/clang/test/Index/
annotate-macro-args.h 12 #define INVOKE(METHOD, CLASS) [CLASS METHOD]
15 INVOKE(meth, MyClass);
get-cursor-macro-args.h 12 #define INVOKE(METHOD, CLASS) [CLASS METHOD]
15 INVOKE(meth, MyClass);
  /external/icu/icu4c/source/config/
icucross.mk 5 INVOKE=LD_LIBRARY_PATH=$(TOOLLIBDIR):$(cross_buildroot)/stubdata:$(cross_buildroot)/tools/ctestfw:$$LD_LIBRARY_PATH
  /external/icu/icu4c/source/samples/
defs.mk 15 INVOKE=$(shell icu-config --invoke)
16 GENRB=$(shell icu-config --invoke=genrb)
18 PKGDATA=$(shell icu-config --invoke=pkgdata)
  /hardware/intel/common/libva/va/glx/
va_glx.c 42 #define INVOKE(ctx, func, args) do { \
132 INVOKE(ctx, CreateSurface, (ctx, target, texture, gl_surface));
147 INVOKE(ctx, DestroySurface, (ctx, gl_surface));
164 INVOKE(ctx, CopySurface, (ctx, gl_surface, surface, flags));
va_glx_impl.c 805 #define INVOKE(ctx, func, args) do { \
823 INVOKE(ctx, CreateSurface, (ctx, target, texture, gl_surface));
830 INVOKE(ctx, DestroySurface, (ctx, gl_surface));
842 INVOKE(ctx, CopySurface, (ctx, gl_surface, surface, flags));
846 #undef INVOKE
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
InvocationHandlerGenerator.java 34 private static final Signature INVOKE =
35 TypeUtils.parseSignature("Object invoke(Object, java.lang.reflect.Method, Object[])");
49 e.invoke_interface(INVOCATION_HANDLER, INVOKE);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
FastClassEmitter.java 37 private static final Signature INVOKE =
38 TypeUtils.parseSignature("Object invoke(int, Object, Object[])");
87 // invoke(int, Object, Object[])
88 e = begin_method(Constants.ACC_PUBLIC, INVOKE, INVOCATION_TARGET_EXCEPTION_ARRAY);
181 e.invoke(method, base);
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 50 INVOKE,
238 status_t invoke(const Parcel& request, Parcel *reply) function in class:android::BpMediaPlayer
242 return remote()->transact(INVOKE, request, reply);
477 case INVOKE: {
479 status_t result = invoke(data, reply);
  /external/icu/icu4c/source/
icudefs.mk 275 # Invoke, set library path for all ICU libraries.
277 INVOKE = $(LDLIBRARYPATH_ENVVAR)=$(LIBRARY_PATH_PREFIX)$(LIBDIR):$(top_builddir)/stubdata:$(top_builddir)/tools/ctestfw:$$$(LDLIBRARYPATH_ENVVAR) $(LEAK_CHECKER)
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-all/1.9.5/
mockito-all-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/mockito/mockito-core/1.9.5/
mockito-core-1.9.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 2337 milliseconds