HomeSort by relevance Sort by last modified time
    Searched refs:can (Results 476 - 500 of 2706) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/renderer/resources/extensions/
downloads_custom_bindings.js 2 // Use of this source code is governed by a BSD-style license that can be
16 // Copy the id so that extensions can't change it.
  /external/chromium_org/content/test/data/indexeddb/
version_change_crash.js 2 // Use of this source code is governed by a BSD-style license that can be
56 // Keep adding to the transaction so it can't commit
  /external/chromium_org/extensions/renderer/resources/
messaging_utils.js 2 // Use of this source code is governed by a BSD-style license that can be
23 // options (third argument) is optional. It can also be ambiguous which
  /external/chromium_org/media/test/data/eme_player_js/
media_source_utils.js 2 // Use of this source code is governed by a BSD-style license that can be
27 // We can load multiple media files using the same media type. However, if
  /external/chromium_org/native_client_sdk/src/doc/reference/
nacl-manifest-format.rst 16 The file can also contain configuration options.
80 Portable Native Client applications can also specify an ``optlevel`` field.
92 A ``pnacl-debug`` section can specify an unfinalized pnacl llvm bitcode file
261 a manifest file can refer to an actual file, or it can be a
264 inline with a data URI can help reduce the amount of network traffic
  /external/chromium_org/native_client_sdk/src/examples/api/network_monitor/
example.js 2 // Use of this source code is governed by a BSD-style license that can be
7 // The module is not hidden by default so we can easily see if the plugin
  /external/chromium_org/native_client_sdk/src/examples/api/socket/
example.js 2 // Use of this source code is governed by a BSD-style license that can be
15 // The module is not hidden by default so we can easily see if the plugin
  /external/chromium_org/remoting/webapp/
hangout_session.js 2 // Use of this source code is governed by a BSD-style license that can be
54 // We can safely ignore this exception.
  /external/chromium_org/third_party/libvpx/source/libvpx/test/android/
Android.mk 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
dequantize_v6.asm 5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
copy_altivec.asm 5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
rdopt_altivec.asm 5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_mmx.asm 5 ; that can be found in the LICENSE file in the root of the source
6 ; tree. An additional intellectual property rights grant can be found
  /external/chromium_org/third_party/mesa/src/docs/
MESA_copy_sub_buffer.spec 33 of the back color buffer to the front color buffer. This can be
64 the front color buffer. This can be used to quickly repaint 3D windows
MESA_set_3dfx_mode.spec 56 mode or rendering into an X window. An application can switch between
68 Note that only one drawable and context can be created at any given
  /external/chromium_org/third_party/re2/doc/
mksyntaxgo 20 // license that can be found in the LICENSE file.
32 Parts of the syntax can be disabled by passing alternate flags to Parse.
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 11 @ comp.sys.arm a long time ago), so you can use them freely for any purpose.
24 @ approximation routines, or if I can freely use it for any purpose.
  /external/chromium_org/third_party/webrtc/tools/rtcbot/bot/
api.js 4 // that can be found in the LICENSE file in the root of the source
5 // tree. An additional intellectual property rights grant can be found
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
media_action.js 2 // Use of this source code is governed by a BSD-style license that can be
9 // or audio tag element that can be found.
seek.js 2 // Use of this source code is governed by a BSD-style license that can be
14 throw new Error('Can not seek non HTML5 media elements.');
35 // Reset seek completion since multiple seeks can run on same media element.
  /external/chromium_org/tools/traceline/traceline/scripts/
crit_sec.js 2 // Use of this source code is governed by a BSD-style license that can be
60 // Look for long-held / contended locks. We can't really know it is
  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-with-unscopables.js 2 // Use of this source code is governed by a BSD-style license that can be
8 // TODO(arv): Once proxies can intercept symbols, add more tests.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-builtinbust-6.js 2 // Use of this source code is governed by a BSD-style license that can be
5 // Test that Array builtins can be called on primitive values.
  /external/chromium_org/v8/test/webkit/
preventExtensions.js 87 shouldBe('test(obj())', '"(b:4)(c:3)E"'); // extensible, can delete a, can modify b, and can add c
88 shouldBe('test(preventExtensions(obj()))', '"(b:4)"'); // <nothing>, can delete a, can modify b, and CANNOT add c
89 shouldBe('test(seal(obj()))', '"(a:1)(b:4)S"'); // sealed, CANNOT delete a, can modify b, and CANNOT add c
92 // check that we can preventExtensions on a host function.
98 // check that we can still access static properties on an object after calling preventExtensions.
  /external/kernel-headers/original/uapi/linux/can/
gw.h 2 * linux/can/gw.h
4 * Definitions for CAN frame Gateway/Router/Bridge
48 #include <linux/can.h>
56 /* CAN gateway types */
59 CGW_TYPE_CAN_CAN, /* CAN->CAN routing */
65 /* CAN rtnetlink attribute definitions */
68 CGW_MOD_AND, /* CAN frame modification binary AND */
69 CGW_MOD_OR, /* CAN frame modification binary OR */
70 CGW_MOD_XOR, /* CAN frame modification binary XOR *
    [all...]

Completed in 1579 milliseconds

<<11121314151617181920>>