OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:implemented
(Results
751 - 775
of
6896
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py
28
# (not all are
implemented
on all systems)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/xmltestdata/
test.xml.out
107
<LI>Obsolete but
implemented
...
/external/chromium/chrome/browser/ui/cocoa/translate/
translate_infobar_base.h
97
// Must be
implemented
by the subclass.
103
// Must be
implemented
by the subclass.
110
// Must be
implemented
by the subclass.
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js
3
* subset of the IRC commands are
implemented
. To be functional, IRCConnection
109
throw "NOT
IMPLEMENTED
";
124
* Only |commands| are currently
implemented
.
/external/chromium/chrome/common/
visitedlink_common.h
19
// should be exactly one process that has write access (
implemented
by
21
// (
implemented
by VisitedLinkSlave). These other processes add links by calling
25
// IPC is not
implemented
in these classes. This is done through callback
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
translate_infobar_base.h
67
// Must be
implemented
by the subclass.
73
// Must be
implemented
by the subclass.
80
// Must be
implemented
by the subclass.
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/
irc.js
3
* subset of the IRC commands are
implemented
. To be functional, IRCConnection
109
throw "NOT
IMPLEMENTED
";
124
* Only |commands| are currently
implemented
.
/external/chromium_org/components/visitedlink/common/
visitedlink_common.h
20
// should be exactly one process that has write access (
implemented
by
22
// (
implemented
by VisitedLinkSlave). These other processes add links by calling
26
// IPC is not
implemented
in these classes. This is done through callback
/external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.h
100
// NOTE: This is only
implemented
for mousemove, mouseover, mouseout,
107
// NOTE: This is only
implemented
for mousepressed, mousereleased, and
122
// NOTE: For WebCore::KeyboardEvent, this is only
implemented
for keydown,
/external/chromium_org/third_party/angle/extensions/
ANGLE_pack_reverse_row_order.txt
20
Implemented
in ANGLE ES2
36
when
implemented
against OpenGL ES.
117
If
implemented
for OpenGL ES, this extension behaves as specified, except:
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h
58
// SetIceCredentials only need to be
implemented
by the ICE
63
// SetRemoteIceCredentials only need to be
implemented
by the ICE
68
// SetRemoteIceMode must be
implemented
only by the ICE transport channels.
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-arm-generic.h
53
// ARM architecture revisions (pre-v6) this may be
implemented
using
158
// 64-bit versions are not
implemented
yet.
161
fprintf(stderr, "64-bit %s() not
implemented
on this platform\n",
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-arm-generic.h
53
// ARM architecture revisions (pre-v6) this may be
implemented
using
158
// 64-bit versions are not
implemented
yet.
161
fprintf(stderr, "64-bit %s() not
implemented
on this platform\n",
/external/chromium_org/ui/views/corewm/
focus_controller.h
29
// . the Aura Client API (
implemented
here in aura::client::ActivationClient).
32
// . input events (
implemented
here in ui::EventHandler).
35
// . Window disposition changes (
implemented
here in aura::WindowObserver).
/external/valgrind/main/none/tests/ppc32/
power5+_round.c
57
/* This set is disabled until fprf is
implemented
. */
107
/* Note: fprf check above is disabled until fprf is
implemented
. */
120
/* This set is disabled until fprf is
implemented
. */
/frameworks/base/core/java/android/net/
DummyDataStateTracker.java
88
* This is not
implemented
.
121
// not
implemented
126
// not
implemented
/frameworks/base/docs/html/training/implementing-navigation/
descendant.jd
41
<p>Descendant navigation is usually
implemented
using {@link android.content.Intent} objects and {@link android.content.Context#startActivity startActivity()}, or by adding fragments to an activity using {@link android.app.FragmentTransaction} objects. This lesson covers other interesting cases that arise when implementing descendant navigation.</p>
47
<p>Handset touchscreens are most suitable for displaying one screen at a time (either the master or the detail screen); this concern is further discussed in <a href="{@docRoot}training/design-navigation/multiple-sizes.html">Planning for Multiple Touchscreen Sizes</a>. Descendant navigation in this case is often
implemented
using an {@link android.content.Intent} that starts an activity representing the detail screen. On the other hand, tablet displays, especially when viewed in the landscape orientation, are best suited for showing multiple content panes at a time: the master on the left, and the detail to the right). Here, descendant navigation is usually
implemented
using a {@link android.app.FragmentTransaction} that adds, removes, or replaces the detail pane with new content.</p>
/hardware/libhardware/include/hardware/
keymaster.h
52
* This should not be
implemented
on anything other than the default
194
*
implemented
.
206
*
implemented
.
/libcore/dom/src/test/java/org/w3c/domts/
JTidyDOMImplementation.java
40
* @return <code>true</code> if the feature is
implemented
in the
79
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Not
Implemented
");
120
throw new DOMException(DOMException.NOT_SUPPORTED_ERR, "Not
Implemented
");
/libcore/luni/src/main/java/java/net/
SocketOptions.java
23
* options. It is
implemented
by the classes {@code SocketImpl} and {@code
66
* {@link #IP_MULTICAST_IF} and not
implemented
on Android.
71
* This option does not correspond to any Unix socket option and is not
implemented
on Android.
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java
181
*
Implemented
by subclasses to estimate the size of the picture. This can return -1 if only
189
*
Implemented
by subclasses to reconfigure the view's layout and subviews, based on whether
200
*
Implemented
by subclasses to allow them to return a {@link DefaultImageRequest} with the
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java
76
throw new RuntimeException("Not
implemented
");
81
throw new RuntimeException("Not
implemented
");
179
throw new RuntimeException("Not
implemented
");
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java
77
throw new RuntimeException("Not
implemented
");
82
throw new RuntimeException("Not
implemented
");
180
throw new RuntimeException("Not
implemented
");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dccp.h
182
DCCPF_SHORT_SEQNOS = 2, /* XXX: not yet
implemented
*/
184
DCCPF_ECN_INCAPABLE = 4, /* XXX: not yet
implemented
*/
189
DCCPF_DATA_CHECKSUM = 9, /* XXX: not yet
implemented
*/
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libesd.so
Completed in 2996 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>