Home
last modified time | relevance | path

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

123

/ndk/sources/host-tools/sed-4.2.1/build-aux/
Ddepcomp60 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
66 depfile=${depfile-`echo "$object" |
109 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
146 echo "$object : \\" > "$depfile"
190 echo "$object : \\" > "$depfile"
225 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
226 test "x$dir" = "x$object" && dir=
227 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
255 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
297 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
[all …]
/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/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/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-stack/
DGNUMakefile62 define build-c-object
69 define build-cxx-object
77 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\
81 $(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/build/tools/toolchain-patches/gcc/
D0002-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
88 + * when a shared object linked statically to these libraries is
/ndk/sources/host-tools/sed-4.2.1/m4/
Dmbstate_t.m410 # so you can't declare an object of that type.
/ndk/sources/host-tools/sed-4.2.1/
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 …]
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
/ndk/build/core/
Dbuild-binary.mk269 $(foreach src,$(filter %.c,$(LOCAL_SRC_FILES)), $(call compile-c-source,$(src),$(call get-object-na…
270 …filter %.S %.s,$(LOCAL_SRC_FILES)), $(call compile-s-source,$(src),$(call get-object-name,$(src))))
273 $(call compile-cpp-source,$(src),$(call get-object-name,$(src)))\
Ddefinitions.mk1271 get-object-name = $(strip \
1280 -test-get-object-name = \
1283 $(call test-expect,foo.o,$(call get-object-name,foo.c))\
1284 $(call test-expect,bar.o,$(call get-object-name,bar.s))\
1285 $(call test-expect,zoo.o,$(call get-object-name,zoo.S))\
1286 $(call test-expect,tot.o,$(call get-object-name,tot.cpp))
/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.sh111 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
/ndk/sources/host-tools/make-3.81/glob/
DMakefile.in261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-1337 the executable file is updated from object files, which are in turn
436 compilation produces an object file corresponding to the source file.
437 Finally, if any source file has been recompiled, all the object files,
465 program; examples of targets are executable or object files. A target
501 file called `edit' depends on eight object files which, in turn, depend
541 To use this makefile to delete the executable file and all the object
547 `edit', and the object files `main.o' and `kbd.o'. The prerequisites
555 example, `edit' depends on each of the eight object files; the object
603 the object files. Each of these files is processed according to its
607 object file, or if the object file does not exist.
[all …]

123