OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:implemented
(Results
251 - 275
of
6896
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/renderer/extensions/
messaging_bindings.h
31
// TODO(aa): This should all get re-
implemented
using SchemaGeneratedBindings.
32
// If anything needs to be manual for some reason, it should be
implemented
in
/external/chromium_org/ui/views/focus/
widget_focus_manager.h
17
// This interface should be
implemented
by classes that want to be notified when
43
// TODO(port) : Invocations to this routine are only
implemented
for
/external/clang/test/ASTMerge/
property.m
11
// CHECK: property1.m:29:10: error: property 'Prop3' is
implemented
with @dynamic in one translation but @synthesize in another translation unit
12
// CHECK: property2.m:31:13: note: property 'Prop3' is
implemented
with @synthesize here
/external/eigen/unsupported/Eigen/
NumericalDiff
30
* Currently only "Forward" and "Central" schemes are
implemented
. Those
32
* computing such approximates. They are
implemented
using both
/external/llvm/test/CodeGen/AArch64/
local_vars.ll
10
; when FP-elim is
implemented
, and when addressing from FP is
11
;
implemented
.
/frameworks/base/location/lib/java/com/android/location/provider/
FusedProvider.java
24
* Base class for Fused providers
implemented
as unbundled services.
26
* <p>Fused providers can be
implemented
as services and return the result of
GeofenceProvider.java
29
* Base class for geofence providers
implemented
as unbundled services.
31
* <p>Geofence providers can be
implemented
as services and return the result of
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CREDITS.txt
16
are Stephen M. Gava, who
implemented
the configuration GUI, the new
18
the integration of the RPC and remote debugger,
implemented
the threaded
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CREDITS.txt
16
are Stephen M. Gava, who
implemented
the configuration GUI, the new
18
the integration of the RPC and remote debugger,
implemented
the threaded
/sdk/emulator/opengl/host/libs/libOpenglRender/
render_api.cpp
264
// XXX: should be
implemented
by sending the renderer process
266
ERR("%s not
implemented
for separate renderer process !!!\n",
279
// XXX: should be
implemented
by sending the renderer process
281
ERR("%s not
implemented
for separate renderer process !!!\n",
297
// XXX: should be
implemented
by sending the renderer process
299
ERR("%s not
implemented
for separate renderer process !!!\n",
314
// XXX: should be
implemented
by sending the renderer process
316
ERR("%s not
implemented
for separate renderer process !!!\n",
/external/chromium-trace/trace-viewer/src/cc/
selection.js
24
throw new Error('Not
implemented
');
33
throw new Error('Not
implemented
');
42
throw new Error('Not
implemented
');
50
throw new Error('Not
implemented
');
58
throw new Error('Not
implemented
');
66
throw new Error('Not
implemented
');
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
CONTRIBUTORS
73
Re-
implemented
and improved read-write locks;
74
(with Louis Thomas) re-
implemented
and improved
80
similar to that
implemented
by V.Kliathcko;
85
re-
implemented
mutex routines to avoid Win32 mutexes
91
(with Alexander Terekhov) re-
implemented
and improved
125
re-
implemented
pthread_once (version 2)
/external/chromium_org/ppapi/c/documentation/
index.dox
10
<p>This reference documentation describes the C version of the Pepper API, a cross-platform, open-source API for creating Native Client modules. Some interfaces are already
implemented
in any Native Client-aware browser and certain portions of the API will be
implemented
by you in the Native Client module. This page has the following contents:
39
<p>Interfaces in the C API are named according to whether they are
implemented
by the browser or by you, the web app developer, in the Native Client module. Interfaces
implemented
by the browser are prefixed by "PPB" where "B" stands for browser. For example, the PPB_Core interface is a collection of core interfaces
implemented
by the browser and accessed by the Native Client module. As a web app developer, you need only know how to invoke PPB_ interfaces in your Native Client module.</p>
41
<p>Interfaces
implemented
by the Native Client module (Plugin) are prefixed by "PPP" where "P" stands for plugin. For example, the PPP_Class interface provides an object accessible to JavaScript in the browser. You will implement these interfaces in your Native Client module.</p>
/external/chromium_org/ppapi/cpp/documentation/
index.dox
10
<p>This reference documentation describes the C version of the Pepper API, a cross-platform, open-source API for creating Native Client modules. Some interfaces are already
implemented
in any Native Client-aware browser and certain portions of the API will be
implemented
by you in the Native Client module. This page has the following contents:
39
<p>Interfaces in the C API are named according to whether they are
implemented
by the browser or by you, the web app developer, in the Native Client module. Interfaces
implemented
by the browser are prefixed by "PPB" where "B" stands for browser. For example, the PPB_Core interface is a collection of core interfaces
implemented
by the browser and accessed by the Native Client module. As a web app developer, you need only know how to invoke PPB_ interfaces in your Native Client module.</p>
41
<p>Interfaces
implemented
by the Native Client module (Plugin) are prefixed by "PPP" where "P" stands for plugin. For example, the PPP_Class interface provides an object accessible to JavaScript in the browser. You will implement these interfaces in your Native Client module.</p>
/external/chromium_org/third_party/WebKit/Source/wtf/
CONTRIBUTORS.pthreads-win32
81
Re-
implemented
and improved read-write locks;
82
(with Louis Thomas) re-
implemented
and improved
88
similar to that
implemented
by V.Kliathcko;
93
re-
implemented
mutex routines to avoid Win32 mutexes
99
(with Alexander Terekhov) re-
implemented
and improved
132
re-
implemented
pthread_once (version 2)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
exception.cpp
111
#warning uncaught_exception not yet
implemented
148
#warning exception_ptr not yet
implemented
159
#warning exception_ptr not yet
implemented
175
#warning exception_ptr not yet
implemented
209
#warning exception_ptr not yet
implemented
222
#warning exception_ptr not yet
implemented
/libcore/crypto/src/main/java/org/conscrypt/
SSLSocketImpl.java
236
* This method works according to the specification of
implemented
class.
246
* This method works according to the specification of
implemented
class.
256
* This method works according to the specification of
implemented
class.
266
* This method works according to the specification of
implemented
class.
276
* This method works according to the specification of
implemented
class.
286
* This method works according to the specification of
implemented
class.
296
* This method works according to the specification of
implemented
class.
310
* This method works according to the specification of
implemented
class.
320
* This method works according to the specification of
implemented
class.
330
* This method works according to the specification of
implemented
class
[
all
...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
ConcurrentMapInterfaceTest.java
133
return; // Not yet
implemented
167
return; // Not yet
implemented
201
return; // Not yet
implemented
315
return; // Not yet
implemented
347
return; // Not yet
implemented
379
return; // Not yet
implemented
472
return; // Not yet
implemented
504
return; // Not yet
implemented
538
return; // Not yet
implemented
670
return; // Not yet
implemented
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
preauth_test.c
99
printf("%s - not
implemented
\n", __func__);
118
printf("%s - not
implemented
\n", __func__);
125
printf("%s - not
implemented
\n", __func__);
135
printf("%s - not
implemented
\n", __func__);
144
printf("%s - not
implemented
\n", __func__);
152
printf("%s - not
implemented
\n", __func__);
160
printf("%s - not
implemented
\n", __func__);
ctrl_iface.h
62
* Required to be
implemented
in each control interface backend.
74
* Required to be
implemented
in each control interface backend.
87
* Required to be
implemented
in each control interface backend.
99
* Required to be
implemented
in each control interface backend.
111
* Required to be
implemented
in each control interface backend.
/external/qemu/target-mips/
translate_init.c
36
/* Have config3, no tertiary/secondary caches
implemented
*/
123
/* Config1
implemented
, fixed mapping MMU,
233
/* No DSP
implemented
. */
254
/* No DSP
implemented
. */
277
/* No DSP
implemented
. */
279
/* No DSP
implemented
. */
533
/* MVPConf1
implemented
, TLB sharable, no gating storage support,
534
programmable cache partitioning
implemented
, number of allocatable
536
implemented
, 5 TCs
implemented
. *
[
all
...]
/device/generic/goldfish/lights/
lights_qemu.c
104
D( "%s: Not
implemented
.", __FUNCTION__ );
113
D( "%s: Not
implemented
.", __FUNCTION__ );
122
D( "%s: Not
implemented
.", __FUNCTION__ );
131
D( "%s: Not
implemented
.", __FUNCTION__ );
140
D( "%s: Not
implemented
.", __FUNCTION__ );
/external/chromium_org/net/base/
file_stream_context.h
58
// Platform-dependent methods
implemented
in
97
// Platform-independent methods
implemented
in file_stream_context.cc.
124
// Platform-independent methods
implemented
in file_stream_context.cc.
171
// independent code
implemented
in file_stream_context.cc. These helpers were
186
// Platform-dependent methods
implemented
in
/external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc
41
#error Not
implemented
53
#error Not
implemented
74
#error Not
implemented
130
#error Not
implemented
162
#error Not
implemented
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/src/main/java/com/example/android/actionbarcompat/styled/
MainActivity.java
63
//
Implemented
from ActionBar.TabListener
69
//
Implemented
from ActionBar.TabListener
75
//
Implemented
from ActionBar.TabListener
Completed in 755 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>