Home
last modified time | relevance | path

Searched refs:object (Results 1 – 25 of 57) sorted by relevance

123

/ndk/tests/device/test-stlport_shared-exception/jni/
Dbadalloc1.cpp30 struct object struct
43 object *p = reinterpret_cast<object *>(&arena[pos]); in malloc() argument
49 size = (size + __alignof__(object) - 1) & - __alignof__(object); in malloc()
50 pos += size + sizeof(object); in malloc()
69 object *o = reinterpret_cast<object *>(p) - 1; in realloc()
Deh31.cpp18 catch (Foo& object) { in main() local
Dp7912.cpp20 catch (Foo object) { in main() local
/ndk/tests/device/test-stlport_static-exception/jni/
Dbadalloc1.cpp30 struct object struct
43 object *p = reinterpret_cast<object *>(&arena[pos]); in malloc() argument
49 size = (size + __alignof__(object) - 1) & - __alignof__(object); in malloc()
50 pos += size + sizeof(object); in malloc()
69 object *o = reinterpret_cast<object *>(p) - 1; in realloc()
Dp7912.cpp20 catch (Foo object) { in main() local
Deh31.cpp18 catch (Foo& object) { in main() local
/ndk/sources/host-tools/make-3.81/config/
Ddepcomp61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
67 depfile=${depfile-`echo "$object" |
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
204 stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
230 sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
271 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
285 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
286 test "x$dir" = "x$object" && dir=
[all …]
/ndk/sources/cxx-stl/gabi++/src/
Ddynamic_cast.cc98 get_subobject(const void* object, in get_subobject() argument
109 return adjust_pointer(object, offset); in get_subobject()
115 walk_object(const void *object, in walk_object() argument
121 return (match_object == NULL || object == match_object) ? object : NULL; in walk_object()
134 return walk_object(object, ti->__base_type, match_object, in walk_object()
140 const void* vtable = get_vtable(object); in walk_object()
152 get_subobject(object, vtable, &ti->__base_info[i]); in walk_object()
182 const void* object; member
192 : object(obj), src_type(src), dst_type(dst), src2dst_offset(offset), in cast_context()
200 base_to_derived_cast(const void *object, in base_to_derived_cast() argument
[all …]
/ndk/sources/host-tools/ndk-depends/
DGNUmakefile45 define build-c-object
52 define build-cxx-object
60 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\
64 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
/ndk/sources/host-tools/ndk-stack/
DGNUmakefile68 define build-c-object
75 define build-cxx-object
83 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\
87 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
/ndk/sources/host-tools/make-3.81/tests/
Dtest_driver.pl843 local ($object);
849 while ($object = readdir ($dirhandle))
851 if ($object =~ /^(\.\.?|CVS|RCS)$/)
856 $object = "$targetdir$pathsep$object";
857 lstat ($object);
859 if (-d _ && &remove_directory_tree_inner ($subdirhandle, $object))
861 rmdir $object || return 0;
865 unlink $object || return 0;
/ndk/sources/host-tools/make-3.81/w32/
DMakefile.in261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
275 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='subproc/misc.c' object='libw32_a-misc.o' libtool=no @AMDE…
282 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='subproc/misc.c' object='libw32_a-misc.obj' libtool=no @AM…
289 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='subproc/sub_proc.c' object='libw32_a-sub_proc.o' libtool=…
296 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='subproc/sub_proc.c' object='libw32_a-sub_proc.obj' libtoo…
303 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='subproc/w32err.c' object='libw32_a-w32err.o' libtool=no @…
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='subproc/w32err.c' object='libw32_a-w32err.obj' libtool=no…
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pathstuff.c' object='libw32_a-pathstuff.o' libtool=no @AM…
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='pathstuff.c' object='libw32_a-pathstuff.obj' libtool=no @…
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dsort2 ."the ability of make to sort lists of object. Sort\n"
6 $details = "The make file is built with a list of object in a random order\n"
Dstrip3 the ability of make to strip white space from lists of object.\n";
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_wrappers.cpp50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) { in __aeabi_atexit() argument
51 return __cxa_atexit(destructor, object, dso_handle); in __aeabi_atexit()
/ndk/build/core/
Dbuild-binary.mk440 …$(eval $(LOCAL_OBJS_DIR)/$(call get-object-name,$(src)) : $(LOCAL_OBJS_DIR)/$(LOCAL_BUILT_PCH).gch…
455 $(foreach src,$(filter %.c,$(LOCAL_SRC_FILES)), $(call compile-c-source,$(src),$(call get-object-na…
456 …filter %.S %.s,$(LOCAL_SRC_FILES)), $(call compile-s-source,$(src),$(call get-object-name,$(src))))
458 $(call compile-cpp-source,$(src),$(call get-object-name,$(src)))\
462 …),$(call get-rs-bc-name,$(src)),$(call get-rs-so-name,$(src)),$(call get-object-name,$(src)),$(RS_…
466 …filter %.asm,$(LOCAL_SRC_FILES)), $(call compile-asm-source,$(src),$(call get-object-name,$(src))))
Ddefinitions.mk1300 get-object-name = $(strip \
1310 -test-get-object-name = \
1314 $(call test-expect,foo.o,$(call get-object-name,foo.c))\
1315 $(call test-expect,bar.o,$(call get-object-name,bar.s))\
1316 $(call test-expect,zoo.o,$(call get-object-name,zoo.S))\
1317 $(call test-expect,tot.o,$(call get-object-name,tot.cpp))\
1318 $(call test-expect,RS.o,$(call get-object-name,RS.rs))\
1319 $(call test-expect,goo.o,$(call get-object-name,goo.asm))
/ndk/build/tools/toolchain-patches/gcc/
D0003-gcc-prevent-crash-on-Eclair-and-older-platforms.patch40 + * when a shared object linked statically to these libraries is
64 + * when a shared object linked statically to these libraries is
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING133 produce the work, or an object code interpreter used to run it.
135 The "Corresponding Source" for a work in object code form means all
137 work) run the object code and to modify the work, including scripts to
248 You may convey a covered work in object code form under the terms
253 a) Convey the object code in, or embodied in, a physical product
258 b) Convey the object code in, or embodied in, a physical product
262 model, to give anyone who possesses the object code either (1) a
270 c) Convey individual copies of the object code with a copy of the
273 only if you received the object code with such an offer, in accord
276 d) Convey the object code by offering access from a designated
[all …]
/ndk/build/tools/toolchain-licenses/
DCOPYING3132 produce the work, or an object code interpreter used to run it.
134 The "Corresponding Source" for a work in object code form means all
136 work) run the object code and to modify the work, including scripts to
247 You may convey a covered work in object code form under the terms
252 a) Convey the object code in, or embodied in, a physical product
257 b) Convey the object code in, or embodied in, a physical product
261 model, to give anyone who possesses the object code either (1) a
269 c) Convey individual copies of the object code with a copy of the
272 only if you received the object code with such an offer, in accord
275 d) Convey the object code by offering access from a designated
[all …]
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3132 produce the work, or an object code interpreter used to run it.
134 The "Corresponding Source" for a work in object code form means all
136 work) run the object code and to modify the work, including scripts to
247 You may convey a covered work in object code form under the terms
252 a) Convey the object code in, or embodied in, a physical product
257 b) Convey the object code in, or embodied in, a physical product
261 model, to give anyone who possesses the object code either (1) a
269 c) Convey individual copies of the object code with a copy of the
272 only if you received the object code with such an offer, in accord
275 d) Convey the object code by offering access from a designated
[all …]
/ndk/tests/device/issue42891-boost-1_52/
DCOPYING14 works are solely in the form of machine-executable object code generated by
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dgeneral26 definition of a variable to hold the object filenames.";
/ndk/build/tools/
Ddev-rebuild-ndk.sh142 sort -f | xargs cat | git hash-object --stdin | cut -c1-7`
/ndk/sources/host-tools/make-3.81/
DINSTALL61 5. You can remove the program binaries and object files from the
89 same time, by placing the object files for each architecture in their
92 directory where you want the object files and executables to go and run

123