HomeSort by relevance Sort by last modified time
    Searched refs:implementation (Results 151 - 175 of 443) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.js 6 * @fileoverview Offline login implementation.
  /external/chromium_org/chrome/renderer/resources/extensions/
greasemonkey_api.js 10 // Partial implementation of the Greasemonkey API, see:
window_controls.js 6 // <window-controls> shadow element implementation.
ad_view.js 358 // effect due to implementation details of BrowserPlugin.
366 // effect due to implementation details of BrowserPlugin.
367 // TODO(rpaquay): Due to another implementation detail of BrowserPlugin,
417 // no effect due to implementation details of BrowserPlugin.
424 // no effect due to implementation details of BrowserPlugin.
425 // TODO(rpaquay): Due to another implementation detail of BrowserPlugin,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnectionFactory.mm 65 @implementation RTCPeerConnectionFactory
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.m 36 @implementation RTCPeerConnectionSyncObserver {
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
GAEChannelClient.m 39 @implementation GAEChannelClient
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
macdevicemanagermm.mm 48 @implementation DeviceWatcherImpl
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 63 The Mesa implementation of GLX allows RGB rendering into X windows and
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
wayland-drm.c 106 buffer->buffer.resource.object.implementation =
240 return buffer->resource.object.implementation ==
  /external/chromium_org/third_party/mozilla/
ComplexTextInputPanel.mm 47 @implementation ComplexTextInputPanel
NSWorkspace+Utils.m 43 @implementation NSWorkspace(CaminoDefaultBrowserAdditions)
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_dat.pl 181 * This package is an SSL implementation written
183 * The implementation was written so as to conform with Netscapes SSL.
objects.pl 132 * This package is an SSL implementation written
134 * The implementation was written so as to conform with Netscapes SSL.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 106 // SysAllocator implementation
109 // Default implementation -- does nothing
146 // Default implementation does nothing
150 // Default implementation does nothing
158 // Default implementation does nothing
162 // Default implementation does nothing
170 // Default implementation does nothing
212 void MallocExtension::Register(MallocExtension* implementation) {
220 current_instance = implementation;
296 "This malloc implementation does not support sampling.\n
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 105 // SysAllocator implementation
108 // Default implementation -- does nothing
145 // Default implementation does nothing
149 // Default implementation does nothing
157 // Default implementation does nothing
161 // Default implementation does nothing
169 // Default implementation does nothing
211 void MallocExtension::Register(MallocExtension* implementation) {
219 current_instance = implementation;
291 "This malloc implementation does not support sampling.\n
    [all...]
  /external/compiler-rt/make/
lib_util.mk 16 # Choose the appropriate implementation directory to use for 'function-name' in
31 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
36 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
40 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
44 $(if $(call streq,Generic,$($(key).Implementation)),$(key))))
  /external/libvorbis/doc/
footer.tex 23 Xiph.org's Vorbis software CODEC implementation is distributed under a
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 63 The Mesa implementation of GLX allows RGB rendering into X windows and
  /external/mesa3d/src/egl/wayland/wayland-drm/
wayland-drm.c 106 buffer->buffer.resource.object.implementation =
240 return buffer->resource.object.implementation ==
  /external/openssl/crypto/objects/
obj_dat.pl 181 * This package is an SSL implementation written
183 * The implementation was written so as to conform with Netscapes SSL.
objects.pl 132 * This package is an SSL implementation written
134 * The implementation was written so as to conform with Netscapes SSL.
  /external/chromium_org/third_party/tlslite/scripts/
tls.py 348 for implementation in implementations:
356 settings.cipherImplementations = [implementation, "python"]
367 for implementation in implementations:
369 if cipher == "3des" and implementation not in ("openssl", "cryptlib", "pycrypto"):
377 settings.cipherImplementations = [implementation, "python"]
696 for implementation in ["python"] * len(implementations):
704 settings.cipherImplementations = [implementation, "python"]
715 for implementation in implementations:
717 if cipher == "3des" and implementation not in ("openssl", "cryptlib", "pycrypto"):
725 settings.cipherImplementations = [implementation, "python"
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.m 28 #pragma mark Cyclic DFA implementation start DFA2
29 @implementation DFA2
108 @end /* end DFA2 implementation */
110 #pragma mark Cyclic DFA implementation end DFA2
232 @implementation SimpleCParser_program_return /* returnScope */
269 @end /* end of returnScope implementation */
272 @implementation SimpleCParser_declaration_return /* returnScope */
309 @end /* end of returnScope implementation */
312 @implementation SimpleCParser_variable_return /* returnScope */
349 @end /* end of returnScope implementation */
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.m 56 #pragma mark Cyclic DFA implementation start DFA2
57 @implementation DFA2
132 @end /* end DFA2 implementation */
134 #pragma mark Cyclic DFA implementation end DFA2
258 @implementation SimpleCParser_program_return
288 @end /* end of returnScope implementation */
290 @implementation SimpleCParser_declaration_return
320 @end /* end of returnScope implementation */
322 @implementation SimpleCParser_variable_return
352 @end /* end of returnScope implementation */
    [all...]

Completed in 645 milliseconds

1 2 3 4 5 67 8 91011>>