/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
|
chromeos_oobe.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
|
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
|
doc_viewing.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 18 Requires ChromeOS to be logged in. 25 # If crx file with doesn't exist, component extensions should be used.
|
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
|
chromeos_gsm_compliance.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
|
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.
|
wifi_downloads.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 39 # of a test we will be in an unknown state. This returns us to 'all off'.
|
/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/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
checkout_unittest.py | 14 # contributors may be used to endorse or promote products derived from 21 # OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 40 from webkitpy.common.system.filesystem import FileSystem # FIXME: This should not be needed. namespace
|
/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.
|