Searched defs:obj (Results 1 - 25 of 1735) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/common/
H A Duhash_us.cpp21 uhash_deleteHashtable(void *obj) { argument
23 delete (Hashtable*) obj;
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A DMakefile7 obj-y := inode.o squashfs2_0.o
9 obj-m := $(O_TARGET)
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
H A DMakefile10 obj-m := LtpfsCmds.o
11 obj-p := ltpfstest
/external/libnl/include/netlink/
H A Dobject.h33 extern struct nl_object * nl_object_clone(struct nl_object *obj);
67 uint32_t nl_object_get_id_attrs(struct nl_object *obj);
70 static inline void * nl_object_priv(struct nl_object *obj) argument
72 return obj;
/external/ltp/testcases/kdump/lib/crasher/
H A DMakefile0 obj-m := crasher.o
/external/ltp/testcases/kdump/lib/kprobes/
H A DMakefile0 #obj-m := lkdtm.o crasher.o
2 obj-m := kprobes.o
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
H A DMakefile6 obj-m := test_per_cpu_allocator_module.o
/external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
H A DMakefile6 obj-m := video_dummy.o
/external/pdfium/fxjs/xfa/
H A Dcjx_content.cpp12 CJX_Content::CJX_Content(CXFA_Object* obj) : CJX_Object(obj) {} argument
/external/toybox/kconfig/
H A DMakefile7 obj = ./kconfig macro
11 menuconfig: $(obj)/mconf $(KCONFIG_TOP)
14 config: $(obj)/conf $(KCONFIG_TOP)
17 oldconfig: $(obj)/conf $(KCONFIG_TOP)
20 silentoldconfig: $(obj)/conf $(KCONFIG_TOP)
23 randconfig: $(obj)/conf $(KCONFIG_TOP)
26 allyesconfig: $(obj)/conf $(KCONFIG_TOP)
29 allnoconfig: $(obj)/conf $(KCONFIG_TOP)
32 defconfig: $(obj)/conf $(KCONFIG_TOP)
/external/deqp/framework/platform/android/
H A DtcuAndroidMain.cpp42 tcu::Android::TestActivity* obj = new tcu::Android::TestActivity(activity); local
43 DE_UNREF(obj);
/external/icu/icu4c/source/test/intltest/
H A Dicusvtst.h53 void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE);
54 void logstr(const UnicodeString& message, UObject* obj) { argument
55 msgstr(message, obj, FALSE);
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A DMakefile10 obj-m := tagp.o
/external/ltp/testcases/kernel/device-drivers/base/tbase/
H A DMakefile10 obj-m := tbase.o
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H A DMakefile10 obj-m := tmod.o
/external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
H A DMakefile7 obj-m := tdrm.o
/external/ltp/testcases/kernel/device-drivers/include/
H A DMakefile10 obj-m := includeTest.o
/external/ltp/testcases/kernel/device-drivers/nls/
H A DMakefile9 obj-m := nlsTest.o
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
H A DMakefile10 obj-m := tusb.o
/external/mesa3d/src/mesa/main/
H A Dpipelineobj.h40 _mesa_delete_pipeline_object(struct gl_context *ctx, struct gl_pipeline_object *obj);
54 struct gl_pipeline_object *obj);
59 struct gl_pipeline_object *obj)
61 if (*ptr != obj)
62 _mesa_reference_pipeline_object_(ctx, ptr, obj);
57 _mesa_reference_pipeline_object(struct gl_context *ctx, struct gl_pipeline_object **ptr, struct gl_pipeline_object *obj) argument
/external/webrtc/webrtc/tools/rtcbot/bot/
H A Dapi.js26 // redefine a non-native method in a target "obj" from "src" that applies a list
28 function expose(obj, src, method, casts) { function
29 obj[method] = function () {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DBEROutputStream.java26 * @param obj the object to be encoded.
30 Object obj)
33 if (obj == null)
37 else if (obj instanceof ASN1Primitive)
39 ((ASN1Primitive)obj).encode(this);
41 else if (obj instanceof ASN1Encodable)
43 ((ASN1Encodable)obj).toASN1Primitive().encode(this);
29 writeObject( Object obj) argument
H A DDLOutputStream.java19 ASN1Encodable obj)
22 if (obj != null)
24 obj.toASN1Primitive().toDLObject().encode(this);
18 writeObject( ASN1Encodable obj) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DSelector.java14 * @param obj the object to be matched.
17 boolean match(T obj); argument
/external/clang/test/Analysis/
H A Dqt_malloc.cpp5 void send(QObject *obj) argument
8 static_cast<QApplication *>(QCoreApplication::instance())->postEvent(obj, e1);
10 QCoreApplication::instance()->postEvent(obj, e2);
12 QCoreApplication::postEvent(obj, e3);
14 QApplication::postEvent(obj, e4);

Completed in 511 milliseconds

1234567891011>>