Searched defs:be (Results 1 - 25 of 83) sorted by relevance

1234

/external/chromium_org/chrome/test/chromeos/utilities/
H A Dvm_setup_state.py3 # 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/
H A Dapptest.py2 # 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
H A Dchromeos_oobe.py3 # 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
H A Dcrash_reporter.py3 # 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
H A Ddoc_viewing.py3 # 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
18 Requires ChromeOS to be logged in.
25 # If crx file with doesn't exist, component extensions should be used.
H A Dgpu.py3 # 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
H A Dsecure_shell.py3 # 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
H A Dtest_pyauto.py3 # 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."""
H A Dabout_plugins_ui.py3 # 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.')
H A Dchromeos_battery.py3 # 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"""
H A Dchromeos_crosh.py3 # 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."""
H A Dchromeos_prefs.py3 # 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
H A Dchromeos_time.py3 # 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."""
H A Dchromeos_volume.py3 # 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
H A Dsearch_engines.py3 # 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.
H A Dautofill.py3 # 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
H A Dchromeos_gsm_compliance.py3 # 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
H A Dmemory.py3 # 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.
H A Dwifi_downloads.py3 # 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
39 # of a test we will be in an unknown state. This returns us to 'all off'.
/external/libvpx/libvpx/test/
H A Dsubtract_test.cc5 * 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
[all...]
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c5 * 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.
36 void vp8_subtract_b_sse2(BLOCK *be, BLOCKD *bd, int pitch) argument
38 unsigned char *z = *(be->base_src) + be->src;
39 unsigned int src_stride = be->src_stride;
40 short *diff = &be->src_diff[0];
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeintra.c5 * 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/
H A Dant-apache-bsf.jar ... .BSFManager m org.apache.bsf.BSFException be String execName ClassLoader origLoader public java.lang.Object ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Dcheckout_unittest.py14 # contributors may be used to endorse or promote products derived from
40 from webkitpy.common.system.filesystem import FileSystem # FIXME: This should not be needed. namespace
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadImplicit.cpp4 * 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 374 milliseconds

1234