| /external/opencv/cvaux/src/ |
| cveigenobjects.cpp | 1344 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local 1405 uchar **objs = (uchar **) cvAlloc( sizeof( uchar * ) * nObjects ); local [all...] |
| /libcore/luni/src/test/java/libcore/java/text/ |
| OldMessageFormatTest.java | 397 Object[] objs = { new Double(3.1415) }; local 398 String result = mf.format(objs);
|
| /ndk/build/core/ |
| build-all.mk | 35 clean clean-objs-dir \
|
| /external/qemu/android/build/ |
| common.sh | 529 config_mk=${config_mk:-objs/config.make}
|
| /frameworks/base/core/java/android/text/ |
| Html.java | 570 Object[] objs = text.getSpans(0, text.length(), kind); local 572 if (objs.length == 0) { 575 return objs[objs.length - 1];
|
| /external/chromium/sdch/open-vcdiff/ |
| ltmain.sh | 1155 objs= [all...] |
| /external/chromium/third_party/libevent/ |
| ltmain.sh | 1155 objs= [all...] |
| /external/expat/conftools/ |
| ltmain.sh | 1118 objs= [all...] |
| /external/libffi/ |
| ltmain.sh | 1148 objs= [all...] |
| /external/libvpx/build/make/ |
| Makefile | 90 rm -f $(OBJS-yes) $(OBJS-yes:.o=.d) $(OBJS-yes:.asm.s.o=.asm.s) 91 rm -f $(CLEAN-OBJS) 157 CLEAN-OBJS += obj_int_extract 173 objs=$(addprefix $(BUILD_PFX),$(foreach p,$(obj_pats),$(filter %.o,$(1:$(p))) )) macro 252 ifneq ($(filter %.d,$(OBJS-yes:.o=.d)),) 253 -include $(filter %.d,$(OBJS-yes:.o=.d))
|
| /external/llvm/autoconf/ |
| ltmain.sh | 1118 objs= [all...] |
| /external/openssl/crypto/x509/ |
| x509_vfy.h | 187 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
|
| /external/openssl/include/openssl/ |
| x509_vfy.h | 187 STACK_OF(X509_OBJECT) *objs; /* Cache of all objects */ member in struct:x509_store_st
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| nmake.mak | 24 OBJDIR = objs 62 OBJS = \ 131 # OBJS = $(OBJS) $(OBJDIR)\eap_fast.obj 133 OBJS_t = $(OBJS) \ 139 OBJS_t2 = $(OBJS) \ 181 wpa_supplicant.exe: $(OBJDIR) $(OBJS) $(OBJS2) 182 link.exe /out:wpa_supplicant.exe $(LFLAGS) $(OBJS) $(OBJS2) $(LIBS) 184 wpasvc.exe: $(OBJDIR) $(OBJS) $(OBJS3) 185 link.exe /out:wpasvc.exe $(LFLAGS) $(OBJS) $(OBJS3) $(LIBS [all...] |
| /external/libvpx/ |
| libs.mk | 157 CLEAN-OBJS += vpx.def 178 LIBVPX_OBJS=$(call objs,$(CODEC_SRCS)) 179 OBJS-$(BUILD_LIBVPX) += $(LIBVPX_OBJS) 199 CLEAN-OBJS += libvpx.ver 226 CLEAN-OBJS += vpx.pc 248 CLEAN-OBJS += $(BUILD_PFX)vpx_config.asm 254 $(filter %.s.o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm 255 $(filter %$(ASM).o,$(OBJS-yes)): $(BUILD_PFX)vpx_config.asm 265 OBJS-yes += $(VP8_PREFIX)common/asm_com_offsets.c.o 266 CLEAN-OBJS += asm_com_offsets.as [all...] |
| /external/libpng/ |
| ltmain.sh | [all...] |
| /external/protobuf/gtest/build-aux/ |
| ltmain.sh | [all...] |
| /external/protobuf/ |
| ltmain.sh | [all...] |
| /external/pcre/ |
| ltmain.sh | [all...] |
| /frameworks/base/core/java/android/app/ |
| ActivityThread.java | [all...] |