HomeSort by relevance Sort by last modified time
    Searched defs:be (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /ndk/tests/build/issue54465-invalid-asm-operand-out-of-range/jni/
issue54465-invalid-asm-operand-out-of-range.cpp 12 uint32_t be = htonl(foo); local
  /external/chromium_org/chrome/test/chromeos/utilities/
vm_setup_state.py 3 # Use of this source code is governed by a BSD-style license that can be
7 import pyauto_functional # has to be imported before pyauto namespace
16 This script is intended to be run manually over ssh on a Chromium OS virtual
  /external/chromium_org/chrome/test/functional/
apptest.py 2 # Use of this source code is governed by a BSD-style license that can be
5 import pyauto_functional # must be imported before pyauto namespace
crash_reporter.py 3 # Use of this source code is governed by a BSD-style license that can be
9 import pyauto_functional # Must be imported before pyauto namespace
gpu.py 3 # Use of this source code is governed by a BSD-style license that can be
9 import pyauto_functional # Must be imported before pyauto namespace
secure_shell.py 3 # Use of this source code is governed by a BSD-style license that can be
11 import pyauto_functional # must be imported before pyauto namespace
test_pyauto.py 3 # Use of this source code is governed by a BSD-style license that can be
9 import pyauto_functional # Must be imported before pyauto namespace
33 """Ensures that Chrome can be launched with custom flags."""
about_plugins_ui.py 3 # Use of this source code is governed by a BSD-style license that can be
9 import pyauto_functional # Must be imported before pyauto namespace
23 msg='Details link could not be found.')
26 # Remote Viewer plugin is expected to be present on all platforms.
66 msg='Details link could not be found.')
chromeos_battery.py 3 # Use of this source code is governed by a BSD-style license that can be
8 import pyauto_functional # Must be imported before pyauto namespace
96 """Time to full and time to empty should be different"""
chromeos_crosh.py 3 # Use of this source code is governed by a BSD-style license that can be
8 import pyauto_functional # must be imported before pyauto namespace
44 """Test crosh URL can be bookmarked"""
62 """Test that crosh can be opened in multiple windows."""
85 """Test shell can be opened in crosh."""
120 """Test tab can be switched in crosh."""
chromeos_prefs.py 3 # Use of this source code is governed by a BSD-style license that can be
10 import pyauto_functional # Must be imported before pyauto namespace
chromeos_time.py 3 # Use of this source code is governed by a BSD-style license that can be
9 import pyauto_functional # Must be imported before pyauto namespace
86 afterwards. Timezones should be always editable."""
chromeos_volume.py 3 # Use of this source code is governed by a BSD-style license that can be
11 import pyauto_functional # Must be imported before pyauto namespace
search_engines.py 3 # Use of this source code is governed by a BSD-style license that can be
8 import pyauto_functional # Must be imported before pyauto namespace
98 # Verify that each can be used as the default search provider.
autofill.py 3 # Use of this source code is governed by a BSD-style license that can be
12 import pyauto_functional # Must be imported before pyauto namespace
32 for the result to be detectable. Manual verification is required.
34 # HTML file needs to be run from a specific http:// url to be able to verify
memory.py 3 # Use of this source code is governed by a BSD-style license that can be
10 import pyauto_functional # Must be imported before pyauto namespace
18 These tests are meant to be used manually, not as part of the continuous
56 None if the PID cannot be identified.
prefs.py 3 # Use of this source code is governed by a BSD-style license that can be
10 import pyauto_functional # Must be imported before pyauto namespace
115 msg='Behavior is "%s" when it should be BLOCKED.' % behavior)
160 msg='Behavior is "%s" when it should be BLOCKED.' % behavior)
219 """Verify sites that ask to be default handlers registers correctly."""
extensions.py 3 # Use of this source code is governed by a BSD-style license that can be
22 import pyauto_functional # must be imported before pyauto namespace
43 ext_id: Extension ID to be enabled or disabled.
44 enabled: Boolean indicating whether |ext_id| is to be enabled or disabled.
58 ext_id: Extension ID to be enabled or disabled.
59 allowed: Boolean indicating whether |ext_id| is to be allowed or
74 ext_id: Extension ID to be enabled or disabled.
75 allowed: Boolean indicating whether |ext_id| is to be allowed access to
196 to be installed.
266 """Tests that an extension can be disabled and enabled with the UI.""
    [all...]
infobars.py 3 # Use of this source code is governed by a BSD-style license that can be
10 import pyauto_functional # Must be imported before pyauto namespace
204 'cancel' then the infobar should be dismissed and never shown again. The
205 account will not be synced. If the action is 'dismiss' then the infobar will
291 One-click sign in should not be enabled if cookies are blocked for Google
  /external/libvpx/libvpx/test/
subtract_test.cc 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
8 * be found in the AUTHORS file in the root of the source tree.
23 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
38 BLOCK be; local
49 be.src_diff = reinterpret_cast<int16_t*>(
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
56 be.src = 0;
57 be.base_src = &source;
58 be.src_stride = kSrcStride[i]
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 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
8 * be found in the AUTHORS file in the root of the source tree.
55 BLOCK *be = &x->block[ib]; local
65 vp8_subtract_b(be, b, 16);
67 x->short_fdct4x4(be->src_diff, be->coeff, 32);
69 x->quantize_b(be, b);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bsf.jar 
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.cpp 4 * Use of this source code is governed by a BSD-style license that can be
21 * The implicit form can be expressed as a 4x4 determinant, as shown.
75 double be = b * e; local
76 double bde = be * d;
81 double abe = a * be;
91 * may be coincident.
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 110 struct atm_backend_ppp be; local
111 be.backend_num = ATM_BACKEND_PPP;
113 be.encaps = PPPOATM_ENCAPS_VC;
115 be.encaps = PPPOATM_ENCAPS_LLC;
117 be.encaps = PPPOATM_ENCAPS_AUTODETECT;
118 if (ioctl(fd, ATM_SETBACKEND, &be) < 0)
125 atm_backend_t be = ATM_BACKEND_RAW;
127 (void) ioctl(fd, ATM_SETBACKEND, &be);
  /external/skia/src/pathops/
SkDQuadImplicit.cpp 4 * Use of this source code is governed by a BSD-style license that can be
21 * The implicit form can be expressed as a 4x4 determinant, as shown.
75 double be = b * e; local
76 double bde = be * d;
81 double abe = a * be;
91 * may be coincident.

Completed in 829 milliseconds

1 2 3 4 5 6