Searched refs:object (Results 1 - 25 of 51) sorted by relevance

123

/ndk/tests/device/test-stlport_shared-exception/jni/
H A Deh31.cpp18 catch (Foo& object) {
H A Dp7912.cpp20 catch (Foo object) {
H A Dbadalloc1.cpp30 struct object struct
43 object *p = reinterpret_cast<object *>(&arena[pos]);
49 size = (size + __alignof__(object) - 1) & - __alignof__(object);
50 pos += size + sizeof(object);
69 object *o = reinterpret_cast<object *>(p) - 1;
/ndk/tests/device/test-stlport_static-exception/jni/
H A Deh31.cpp18 catch (Foo& object) {
H A Dp7912.cpp20 catch (Foo object) {
H A Dbadalloc1.cpp30 struct object struct
43 object *p = reinterpret_cast<object *>(&arena[pos]);
49 size = (size + __alignof__(object) - 1) & - __alignof__(object);
50 pos += size + sizeof(object);
69 object *o = reinterpret_cast<object *>(p) - 1;
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Ddepcomp44 object Object file output by `PROGRAMS ARGS'.
60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
61 echo "depcomp: Variables source, object and depmode must be set" 1>&2
66 depfile=${depfile-`echo "$object" |
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
146 echo "$object : \\" > "$depfile"
190 echo "$object : \\" > "$depfile"
222 # current directory. Also, the AIX compiler puts `$object:' at the
223 # start of each line; $object doesn't have directory information.
225 dir=`echo "$object" | se
[all...]
/ndk/sources/cxx-stl/gabi++/src/
H A Ddynamic_cast.cc52 // Return the vtable pointer of a polymorphic object pointed by p.
69 // Return offset to object in a vtable.
80 // Return the virtual pointer to the most derived object of referred by a
91 // We assume that -1 cannot be a valid pointer to object.
98 get_subobject(const void* object, argument
109 return adjust_pointer(object, offset);
112 // Helper of __dyanmic_cast to walk the type tree of an object.
115 walk_object(const void *object, argument
121 return (match_object == NULL || object == match_object) ? object
182 const void* object; member in struct:__anon135::cast_context
200 base_to_derived_cast(const void *object, const abi::__class_type_info *type, cast_context* context) argument
[all...]
/ndk/sources/host-tools/ndk-depends/
H A 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/make-3.81/config/
H A Ddepcomp45 object Object file output by `PROGRAMS ARGS'.
61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
62 echo "depcomp: Variables source, object and depmode must be set" 1>&2
67 depfile=${depfile-`echo "$object" |
94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
125 echo "$object : \\" > "$depfile"
169 echo "$object : \\" > "$depfile"
201 # current directory. Also, the AIX compiler puts `$object:' at the
202 # start of each line; $object doesn't have directory information.
204 stripped=`echo "$object" | se
[all...]
/ndk/sources/host-tools/ndk-stack/
H A 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/tests/device/whole-static-libs/jni/
H A DAndroid.mk8 # The GNU linker will strip un-needed object files from executables even whe
/ndk/sources/host-tools/make-3.81/tests/
H A 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/android/crazy_linker/src/
H A Dcrazy_linker_wrappers.cpp50 int __aeabi_atexit(void* object, void (*destructor)(void*), void* dso_handle) { argument
51 return __cxa_atexit(destructor, object, dso_handle);
/ndk/build/core/
H A Dbuild-binary.mk138 # list of generated object files
141 # list of generated object files from RS files, subset of LOCAL_OBJECTS
356 # LOCAL_OBJECTS will list all object files corresponding to the sources
431 $(eval $(LOCAL_OBJS_DIR)/$(call get-object-name,$(src)) : $(LOCAL_OBJS_DIR)/$(LOCAL_BUILT_PCH).gch)\
443 # Build the sources to object files
446 $(foreach src,$(filter %.c,$(LOCAL_SRC_FILES)), $(call compile-c-source,$(src),$(call get-object-name,$(src))))
447 $(foreach src,$(filter %.S %.s,$(LOCAL_SRC_FILES)), $(call compile-s-source,$(src),$(call get-object-name,$(src))))
449 $(call compile-cpp-source,$(src),$(call get-object-name,$(src)))\
453 $(call compile-rs-source,$(src),$(call get-rs-scriptc-name,$(src)),$(call get-rs-bc-name,$(src)),$(call get-rs-so-name,$(src)),$(call get-object-name,$(src)),$(RS_COMPAT))\
457 $(foreach src,$(filter %.asm,$(LOCAL_SRC_FILES)), $(call compile-asm-source,$(src),$(call get-object
[all...]
/ndk/tests/build/topological-sort/jni/
H A DAndroid.mk26 # find an object file that contains foo2(), because the search starts
/ndk/build/tools/
H A Ddev-rebuild-ndk.sh142 sort -f | xargs cat | git hash-object --stdin | cut -c1-7`
/ndk/toolchains/aarch64-linux-android-4.9/
H A Dsetup.mk20 # various sources into target object files, libraries or executables.
/ndk/toolchains/aarch64-linux-android-clang3.4/
H A Dsetup.mk20 # various sources into target object files, libraries or executables.
/ndk/toolchains/mips64el-linux-android-4.9/
H A Dsetup.mk20 # various sources into target object files, libraries or executables.
/ndk/toolchains/mips64el-linux-android-clang3.4/
H A Dsetup.mk20 # various sources into target object files, libraries or executables.
/ndk/toolchains/mipsel-linux-android-4.6/
H A Dsetup.mk20 # various sources into target object files, libraries or executables.
/ndk/toolchains/mipsel-linux-android-4.8/
H A Dsetup.mk20 # various sources into target object files, libraries or executables.
/ndk/toolchains/mipsel-linux-android-4.9/
H A Dsetup.mk20 # various sources into target object files, libraries or executables.
/ndk/toolchains/mipsel-linux-android-clang3.3/
H A Dsetup.mk20 # various sources into target object files, libraries or executables.

Completed in 380 milliseconds

123