HomeSort by relevance Sort by last modified time
    Searched refs:dynamic (Results 26 - 50 of 1906) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib/ldscripts/
i386linux.x 14 /* The next six sections are for SunOS dynamic linking. The order
28 /* The first three sections are for SunOS dynamic linking. */
29 *(.dynamic)
33 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/lib/ldscripts/
i386linux.x 14 /* The next six sections are for SunOS dynamic linking. The order
28 /* The first three sections are for SunOS dynamic linking. */
29 *(.dynamic)
33 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/ldscripts/
i386linux.x 14 /* The next six sections are for SunOS dynamic linking. The order
28 /* The first three sections are for SunOS dynamic linking. */
29 *(.dynamic)
33 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xbn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
i386linux.xn 13 /* The next six sections are for SunOS dynamic linking. The order
27 /* The first three sections are for SunOS dynamic linking. */
28 *(.dynamic)
32 *(.linux-dynamic) /* For Linux dynamic linking. */
  /external/libcxx/test/language.support/support.dynamic/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/Android.mk
19 test_name := language.support/support.dynamic/version
  /external/libcxx/test/language.support/support.dynamic/alloc.errors/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/Android.mk
19 test_name := language.support/support.dynamic/alloc.errors/nothing_to_do
  /external/libcxx/test/language.support/support.dynamic/new.delete/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/Android.mk
19 test_name := language.support/support.dynamic/new.delete/nothing_to_do
  /device/asus/fugu/
audio_policy.conf 33 sampling_rates dynamic
34 channel_masks dynamic
35 formats dynamic
  /device/samsung/manta/
audio_policy.conf 41 channel_masks dynamic
75 sampling_rates dynamic
76 channel_masks dynamic
77 formats dynamic
83 sampling_rates dynamic
  /external/chromium_org/native_client_sdk/src/tools/lib/tests/
elf_test.py 44 arch, dynamic = elf.ParseElfHeader(static_nexe)
46 self.assertFalse(dynamic)
53 arch, dynamic = elf.ParseElfHeader(dyn_nexe)
55 self.assertTrue(dynamic)
57 arch, dynamic = elf.ParseElfHeader(static_nexe)
59 self.assertFalse(dynamic)
66 arch, dynamic = elf.ParseElfHeader(dyn_nexe)
68 self.assertTrue(dynamic)
70 arch, dynamic = elf.ParseElfHeader(static_nexe)
72 self.assertFalse(dynamic)
    [all...]
  /external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/Android.mk
19 test_name := language.support/support.dynamic/new.delete/new.delete.array/new_array_replace
23 test_name := language.support/support.dynamic/new.delete/new.delete.array/new_array
27 test_name := language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow_replace
31 test_name := language.support/support.dynamic/new.delete/new.delete.array/new_array_nothrow
  /external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/Android.mk
19 test_name := language.support/support.dynamic/new.delete/new.delete.single/new_nothrow_replace
23 test_name := language.support/support.dynamic/new.delete/new.delete.single/new
27 test_name := language.support/support.dynamic/new.delete/new.delete.single/new_nothrow
31 test_name := language.support/support.dynamic/new.delete/new.delete.single/new_replace
  /device/asus/flo/
audio_policy.conf 41 channel_masks dynamic
75 sampling_rates dynamic
76 channel_masks dynamic
77 formats dynamic
83 sampling_rates dynamic
85 formats dynamic
  /external/chromium_org/third_party/skia/src/gpu/
GrGeometryBuffer.h 25 *Retrieves whether the buffer was created with the dynamic flag
27 * @return true if the buffer was created with the dynamic flag
29 bool dynamic() const { return fDynamic; } function in class:GrGeometryBuffer
105 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked)
109 , fDynamic(dynamic)
  /external/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/new.badlength/Android.mk
19 test_name := language.support/support.dynamic/alloc.errors/new.badlength/bad_array_new_length
23 test_name := language.support/support.dynamic/alloc.errors/new.badlength/bad_array_length
  /external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/Android.mk
19 test_name := language.support/support.dynamic/alloc.errors/set.new.handler/set_new_handler
23 test_name := language.support/support.dynamic/alloc.errors/set.new.handler/get_new_handler
  /external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/
Android.mk 17 test_makefile := external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.placement/Android.mk
19 test_name := language.support/support.dynamic/new.delete/new.delete.placement/new_array
23 test_name := language.support/support.dynamic/new.delete/new.delete.placement/new
  /external/skia/src/gpu/
GrGeometryBuffer.h 25 *Retrieves whether the buffer was created with the dynamic flag
27 * @return true if the buffer was created with the dynamic flag
29 bool dynamic() const { return fDynamic; } function in class:GrGeometryBuffer
105 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t gpuMemorySize, bool dynamic, bool cpuBacked)
109 , fDynamic(dynamic)
  /device/htc/flounder/
audio_policy.conf 66 sampling_rates dynamic
67 channel_masks dynamic
68 formats dynamic
74 sampling_rates dynamic
  /external/chromium_org/tools/gyp/test/mac/type_envvars/
test_nonbundle_loadable_module.sh 9 test $PRODUCT_TYPE = com.apple.product-type.library.dynamic

Completed in 493 milliseconds

12 3 4 5 6 7 8 91011>>