HomeSort by relevance Sort by last modified time
    Searched full:support (Results 1 - 25 of 12220) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_extents/
name 1 basic extents support
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
initspin.h 1 /* No thread support. */
  /external/javassist/src/main/javassist/runtime/
package.html 3 Runtime support classes required by modified bytecode.
5 <p>This package includes support classes that may be required by
7 classes do not require these support classes. See the documentation
8 of every support class to know which kind of modification needs
9 a support class.
  /external/llvm/tools/macho-dump/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support object)
  /libcore/luni/src/test/java/tests/api/java/util/support/
B.java 1 package tests.api.java.util.support;
I.java 1 package tests.api.java.util.support;
  /ndk/tests/device/test-stlport-rtti/
README 1 This test is meant to test the RTTI support when linking to STLport
  /external/genext2fs/
TODO 3 - support fancy ext2 options
4 - support ext3
  /external/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
5 #define _STLP_NO_MEMBER_TEMPLATE_CLASSES // Compiler does not support member template classes
  /frameworks/media/libvideoeditor/vss/common/inc/
NXPSW_CompilerSwitches_MCS.h 23 /* ----- AMR reader support ----- */
24 #define M4VSS_SUPPORT_READER_AMR /**< [default] Support .amr files */
26 /* ----- 3GPP reader support ----- */
27 #define M4VSS_SUPPORT_READER_3GP /**< [default] Support .mp4, .3gp files */
30 /* ----- MP3 reader support ----- */
31 #define M4VSS_SUPPORT_READER_MP3 /**< [default] Support .mp3 files */
33 /* ----- RAW reader support ----- */
34 #define M4VSS_SUPPORT_READER_PCM /**< [default] Support .pcm files */
41 /* ----- AMR NB decoder support ----- */
42 #define M4VSS_SUPPORT_AUDEC_AMRNB /**< [default] Support AMR NB streams *
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
5 #define _STLP_NO_MEMBER_TEMPLATE_CLASSES // Compiler does not support member template classes
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
5 #define _STLP_NO_MEMBER_TEMPLATE_CLASSES // Compiler does not support member template classes
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
5 #define _STLP_NO_MEMBER_TEMPLATE_CLASSES // Compiler does not support member template classes
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_mlc.h 4 #define _STLP_NO_MEMBER_TEMPLATES // Compiler does not support member templates
5 #define _STLP_NO_MEMBER_TEMPLATE_CLASSES // Compiler does not support member template classes
  /libcore/luni/src/test/java/libcore/java/util/beans/
PropertyChangeSupportTest.java 36 PropertyChangeSupport support = new PropertyChangeSupport(bean); local
38 support.addPropertyChangeListener(listener);
41 support.firePropertyChange(nullToNull);
47 PropertyChangeSupport support = new PropertyChangeSupport(bean); local
49 support.addPropertyChangeListener(listener);
52 support.firePropertyChange(xToX);
62 PropertyChangeSupport support = new PropertyChangeSupport(bean); local
65 support.addPropertyChangeListener(all);
68 support.addPropertyChangeListener(new PropertyChangeListenerProxy("a", proxiedA));
71 support.addPropertyChangeListener("a", addA)
108 PropertyChangeSupport support = new PropertyChangeSupport(bean); local
164 PropertyChangeSupport support = new PropertyChangeSupport(bean); local
182 PropertyChangeSupport support = new PropertyChangeSupport(bean); local
198 PropertyChangeSupport support = new PropertyChangeSupport(bean); local
237 PropertyChangeSupport support = new PropertyChangeSupport(bean); local
    [all...]
  /external/grub/
AUTHORS 11 bugs, added symbolic link support to shared_src/fsys_ext2fs.c, and
15 working LBA support, /sbin/grub support for configuration files, the
17 builtin commands, disk swapping support, keyboard configuration support,
18 network support, online help support, command-line history support,
19 hidden menu support, the new Linux loader, serial terminal support,
    [all...]
  /external/clang/examples/analyzer-plugin/
CMakeLists.txt 7 set( LLVM_LINK_COMPONENTS support mc)
  /external/clang/tools/arcmt-test/
CMakeLists.txt 7 support
  /external/llvm/tools/llvm-mc/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC MCParser MCDisassembler)
  /external/llvm/tools/llvm-rtdyld/
CMakeLists.txt 1 set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} support MC object RuntimeDyld JIT)
  /frameworks/support/v4/java/android/support/v4/app/
package.html 3 Support android.app classes to assist with development of applications for
5 versions of {@link android.support.v4.app.FragmentManager} and
6 {@link android.support.v4.app.LoaderManager}.
  /frameworks/support/v4/java/android/support/v4/widget/
package.html 3 Support android.widget classes to assist with development of applications for
5 of {@link android.support.v4.widget.CursorAdapter} and related classes, which
6 is needed for use with {@link android.support.v4.content.CursorLoader}.
  /development/sdk/prebuilt/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/qemu/target-i386/
TODO 6 - better code fetch (different exception handling + CS.limit support)
12 - full support of segment limit/rights
13 - full x87 exception support
15 - DRx register support
22 - add SVM nested paging support
23 - add VMX support
24 - add AVX support
25 - add SSE5 support
27 - improve monitor/mwait support
33 - move kqemu support outside target-i386
    [all...]
  /external/llvm/unittests/
CMakeLists.txt 45 Support
125 Support
129 add_llvm_unittest(Support
130 Support/AllocatorTest.cpp
131 Support/Casting.cpp
132 Support/CommandLineTest.cpp
133 Support/ConstantRangeTest.cpp
134 Support/EndianTest.cpp
135 Support/LeakDetectorTest.cpp
136 Support/MathExtrasTest.cp
    [all...]

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>