/ndk/tests/device/test-stlport_static-exception/jni/ |
D | badalloc1.cpp | 30 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()
|
D | p7912.cpp | 20 catch (Foo object) { in main() local
|
D | eh31.cpp | 18 catch (Foo& object) { in main() local
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | badalloc1.cpp | 30 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()
|
D | eh31.cpp | 18 catch (Foo& object) { in main() local
|
D | p7912.cpp | 20 catch (Foo object) { in main() local
|
/ndk/sources/host-tools/make-3.81/config/ |
D | depcomp | 61 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/ |
D | dynamic_cast.cc | 98 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/ |
D | GNUmakefile | 45 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/ |
D | GNUmakefile | 55 define build-c-object 62 define build-cxx-object 70 $(eval $(call build-c-object,$(BUILD_DIR)/$(src:%.c=%.o),$(src)))\ 74 $(eval $(call build-cxx-object,$(BUILD_DIR)/$(src:%.cc=%.o),$(src)))\
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | test_driver.pl | 843 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/cxx-stl/llvm-libc++/libcxx/test/ |
D | lit.cfg | 11 config = object() 12 lit_config = object() 35 lit_config.warning('Creating temporary directory for object root: %s' %
|
D | lit.ndk.cfg.in | 6 config = object() 7 lit_config = object()
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | lit.cfg | 14 config = object() 15 lit_config = object() 51 lit_config.warning('Creating temporary directory for object root: %s' %
|
/ndk/sources/host-tools/make-3.81/w32/ |
D | Makefile.in | 261 @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/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/ |
D | target_info.py | 5 class TargetInfo(object):
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
D | sort | 2 ."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"
|
D | strip | 3 the ability of make to strip white space from lists of object.\n";
|
/ndk/tests/ |
D | filters.py | 19 class TestFilter(object):
|
D | printers.py | 32 class Printer(object):
|
D | tests.py | 53 class TestRunner(object): 103 class TestResult(object): 200 class Test(object): 306 class TestConfig(object): 331 class NullTestConfig(object): 401 class NullTestConfig(object): 526 class BuildTest(object):
|
/ndk/build/core/ |
D | build-binary.mk | 444 …$(eval $(LOCAL_OBJS_DIR)/$(call get-object-name,$(src)) : $(LOCAL_OBJS_DIR)/$(LOCAL_BUILT_PCH).gch… 459 $(foreach src,$(filter %.c,$(LOCAL_SRC_FILES)), $(call compile-c-source,$(src),$(call get-object-na… 460 …filter %.S %.s,$(LOCAL_SRC_FILES)), $(call compile-s-source,$(src),$(call get-object-name,$(src)))) 462 $(call compile-cpp-source,$(src),$(call get-object-name,$(src)))\ 466 …),$(call get-rs-bc-name,$(src)),$(call get-rs-so-name,$(src)),$(call get-object-name,$(src)),$(RS_… 470 …filter %.asm,$(LOCAL_SRC_FILES)), $(call compile-asm-source,$(src),$(call get-object-name,$(src))))
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 132 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/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | COPYING | 133 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/ |
D | COPYING3 | 132 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 …]
|