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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/http/tests/appcache/
whitelist-wildcard-expected.txt 1 Test that online whitelist wildcard flag is implemented.
  /frameworks/base/media/java/android/media/audiofx/
package.html 3 Provides classes that manage audio effects implemented in the media framework.
  /frameworks/base/test-runner/src/android/test/mock/
MockResources.java 52 throw new UnsupportedOperationException("mock object, not implemented");
57 throw new UnsupportedOperationException("mock object, not implemented");
62 throw new UnsupportedOperationException("mock object, not implemented");
67 throw new UnsupportedOperationException("mock object, not implemented");
73 throw new UnsupportedOperationException("mock object, not implemented");
78 throw new UnsupportedOperationException("mock object, not implemented");
83 throw new UnsupportedOperationException("mock object, not implemented");
88 throw new UnsupportedOperationException("mock object, not implemented");
93 throw new UnsupportedOperationException("mock object, not implemented");
98 throw new UnsupportedOperationException("mock object, not implemented");
    [all...]
MockDialogInterface.java 14 throw new UnsupportedOperationException("not implemented yet");
18 throw new UnsupportedOperationException("not implemented yet");
  /libcore/luni/src/test/java/tests/javax/sql/
RowSetTest.java 42 fail("Not yet implemented");
55 fail("Not yet implemented");
68 fail("Not yet implemented");
89 fail("Not yet implemented");
110 fail("Not yet implemented");
120 fail("Not yet implemented");
130 fail("Not yet implemented");
148 fail("Not yet implemented");
158 fail("Not yet implemented");
168 fail("Not yet implemented");
    [all...]
RowSetInternalTest.java 26 fail("Not yet implemented");
39 fail("Not yet implemented");
52 fail("Not yet implemented");
62 fail("Not yet implemented");
75 fail("Not yet implemented");
ConnectionPoolDataSourceTest.java 28 fail("Not yet implemented"); // NOT_FEASIBLE
41 fail("Not yet implemented"); // NOT_FEASIBLE
54 fail("Not yet implemented"); // NOT_FEASIBLE
67 fail("Not yet implemented"); // NOT_FEASIBLE
80 fail("Not yet implemented"); // NOT_FEASIBLE
93 fail("Not yet implemented"); // NOT_FEASIBLE
DataSourceTest.java 27 fail("Not yet implemented");
40 fail("Not yet implemented");
53 fail("Not yet implemented");
66 fail("Not yet implemented");
79 fail("Not yet implemented");
93 fail("Not yet implemented");
RowSetMetaDataTest.java 29 fail("Not yet implemented");
42 fail("Not yet implemented");
56 fail("Not yet implemented");
69 fail("Not yet implemented");
82 fail("Not yet implemented");
95 fail("Not yet implemented");
108 fail("Not yet implemented");
121 fail("Not yet implemented");
134 fail("Not yet implemented");
147 fail("Not yet implemented");
    [all...]
PooledConnectionTest.java 25 fail("Not yet implemented");
38 fail("Not yet implemented");
51 fail("Not yet implemented");
65 fail("Not yet implemented");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
auth.h 5 * uid/gid mapping not yet implemented.
  /dalvik/vm/compiler/codegen/
CompilerCodegen.h 37 /* Implemented in the codegen/<target>/ArchUtility.c */
40 /* Implemented in the codegen/<target>/Assembler.c */
46 /* Implemented in codegen/<target>/Ralloc.c */
49 /* Implemented in codegen/<target>/Thumb<version>Util.c */
52 /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */
56 * Implemented in codegen/<target>/<target_variant>/ArchVariant.c
61 /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */
64 /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */
  /libcore/luni/src/test/java/tests/sql/
SQLInputTest.java 40 fail("Not yet implemented");
53 fail("Not yet implemented");
65 fail("Not yet implemented");
78 fail("Not yet implemented");
91 fail("Not yet implemented");
104 fail("Not yet implemented");
117 fail("Not yet implemented");
130 fail("Not yet implemented");
143 fail("Not yet implemented");
156 fail("Not yet implemented");
    [all...]
CallableStatementTest.java 53 fail("Not yet implemented");
66 fail("Not yet implemented");
79 fail("Not yet implemented");
92 fail("Not yet implemented");
105 fail("Not yet implemented");
118 fail("Not yet implemented");
131 fail("Not yet implemented");
144 fail("Not yet implemented");
157 fail("Not yet implemented");
170 fail("Not yet implemented");
    [all...]
SQLOutputTest.java 53 fail("Not yet implemented");
66 fail("Not yet implemented");
79 fail("Not yet implemented");
92 fail("Not yet implemented");
105 fail("Not yet implemented");
118 fail("Not yet implemented");
131 fail("Not yet implemented");
144 fail("Not yet implemented");
158 fail("Not yet implemented");
171 fail("Not yet implemented");
    [all...]
ClobTest.java 44 fail("Not yet implemented");
57 fail("Not yet implemented");
70 fail("Not yet implemented");
83 fail("Not yet implemented");
96 fail("Not yet implemented");
109 fail("Not yet implemented");
122 fail("Not yet implemented");
135 fail("Not yet implemented");
148 fail("Not yet implemented");
161 fail("Not yet implemented");
    [all...]
ArrayTest.java 45 fail("Not yet implemented");
58 fail("Not yet implemented");
71 fail("Not yet implemented");
84 fail("Not yet implemented");
97 fail("Not yet implemented");
110 fail("Not yet implemented");
123 fail("Not yet implemented");
136 fail("Not yet implemented");
149 fail("Not yet implemented");
162 fail("Not yet implemented");
    [all...]
  /external/stlport/stlport/stl/
_move_construct_fwk.h 54 * implemented tells if a the special move constructor has to be called or the classic
61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented; typedef in struct:__move_traits
63 typedef __false_type implemented;
87 typedef typename __move_traits<_Tp>::implemented _MvImpRet;
109 typedef typename __move_traits<_Tp>::implemented implemented; typedef in struct:__move_traits_aux
118 typedef typename _Lor2<typename _MoveTraits1::implemented,
119 typename _MoveTraits2::implemented>::_Ret implemented; typedef in struct:__move_traits_aux2
130 typedef __true_type implemented; typedef in struct:__move_traits_help
140 typename _MoveTraits2::implemented>::_Ret implemented; typedef in struct:__move_traits_help1
150 typedef __true_type implemented; typedef in struct:__move_traits_help2
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_move_construct_fwk.h 54 * implemented tells if a the special move constructor has to be called or the classic
61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented; typedef in struct:__move_traits
63 typedef __false_type implemented;
87 typedef typename __move_traits<_Tp>::implemented _MvImpRet;
109 typedef typename __move_traits<_Tp>::implemented implemented; typedef in struct:__move_traits_aux
118 typedef typename _Lor2<typename _MoveTraits1::implemented,
119 typename _MoveTraits2::implemented>::_Ret implemented; typedef in struct:__move_traits_aux2
130 typedef __true_type implemented; typedef in struct:__move_traits_help
140 typename _MoveTraits2::implemented>::_Ret implemented; typedef in struct:__move_traits_help1
150 typedef __true_type implemented; typedef in struct:__move_traits_help2
    [all...]
  /external/strace/strace/linux/alpha/
syscallent.h 31 { 6, 0, printargs, "osf_syscall" }, /* 0, not implemented */
36 { 5, 0, printargs, "osf_old_open" }, /* 5, not implemented */
39 { 5, 0, printargs, "osf_old_creat" }, /* 8, not implemented */
42 { 5, 0, printargs, "osf_execve" }, /* 11, not implemented */
49 { 5, 0, printargs, "osf_getfsstat" }, /* 18, not implemented */
56 { 5, 0, printargs, "exec_with_loader" }, /* 25, not implemented */
58 { 5, 0, printargs, "osf_nrecvmsg" }, /* 27, not implemented */
59 { 5, 0, printargs, "osf_nsendmsg" }, /* 28, not implemented */
60 { 5, 0, printargs, "osf_nrecvfrom" }, /* 29, not implemented */
61 { 5, 0, printargs, "osf_naccept" }, /* 30, not implemented */
    [all...]
  /dalvik/vm/jdwp/
README.txt 4 actually generated by debuggers have been implemented. The reasoning
6 something that appears implemented but has never been tested.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 178 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
198 // --- methods not implemented ---
201 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
205 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
209 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
213 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
217 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
221 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
225 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$
230 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/interfaces/
ConfigurableProvider.java 4 * Implemented by the BC provider. This allows setting of hidden parameters,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
curses.h 531 extern NCURSES_EXPORT(int) baudrate (void); /* implemented */
532 extern NCURSES_EXPORT(int) beep (void); /* implemented */
537 extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */
538 extern NCURSES_EXPORT(int) cbreak (void); /* implemented */
541 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
544 extern NCURSES_EXPORT(int) color_content (short,short*,short*,short*); /* implemented */
547 extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */
548 extern NCURSES_EXPORT(int) curs_set (int); /* implemented */
549 extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */
550 extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */
    [all...]
ncurses.h 531 extern NCURSES_EXPORT(int) baudrate (void); /* implemented */
532 extern NCURSES_EXPORT(int) beep (void); /* implemented */
537 extern NCURSES_EXPORT(bool) can_change_color (void); /* implemented */
538 extern NCURSES_EXPORT(int) cbreak (void); /* implemented */
541 extern NCURSES_EXPORT(int) clearok (WINDOW *,bool); /* implemented */
544 extern NCURSES_EXPORT(int) color_content (short,short*,short*,short*); /* implemented */
547 extern NCURSES_EXPORT(int) copywin (const WINDOW*,WINDOW*,int,int,int,int,int,int,int); /* implemented */
548 extern NCURSES_EXPORT(int) curs_set (int); /* implemented */
549 extern NCURSES_EXPORT(int) def_prog_mode (void); /* implemented */
550 extern NCURSES_EXPORT(int) def_shell_mode (void); /* implemented */
    [all...]

Completed in 543 milliseconds

1 2 3 4 5 6 7 8 91011>>