Searched
full:unit (Results
426 -
450 of
7958) sorted by null
<<11121314151617181920>>
/external/chromium_org/third_party/skia/experimental/Intersection/ |
SkAntiEdge.h | 29 SkFixed fDX; // change in X per unit step in Y 30 SkFixed fDY; // change in Y per unit step in X 31 SkFixed fWalkX; // unit step position (integer after initial step)
|
/external/chromium_org/tools/telemetry/telemetry/unittest/ |
gtest_testrunner.py | 23 unit = 'test' if len(self._tests) == 1 else 'tests' 25 print '[----------] %d %s' % (len(self._tests), unit) 33 print '[----------] %d %s (%d ms total)' % (len(self._tests), unit, ms)
|
/external/clang/test/PCH/ |
chain-selectors.m | 21 (void)@selector(x); // expected-warning {{no method with selector 'x' is implemented in this translation unit}} 22 (void)@selector(y); // expected-warning {{no method with selector 'y' is implemented in this translation unit}} 23 (void)@selector(e); // expected-warning {{no method with selector 'e' is implemented in this translation unit}}
|
/external/llvm/bindings/ocaml/all_backends/ |
all_backends_ocaml.c | 24 /* unit -> unit */ 25 CAMLprim value llvm_initialize_all(value Unit) {
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
AddressPool.h | 19 // Collection of addresses for this unit and assorted labels. 31 /// the last "resetUsedFlag" call. Used to implement type unit fallback - a 32 /// type that references addresses cannot be placed in a type unit when using
|
/external/llvm/lib/DebugInfo/ |
DWARFCompileUnit.cpp | 17 OS << format("0x%08x", getOffset()) << ": Compile Unit:" 22 << " (next unit at " << format("0x%08x", getNextUnitOffset()) 26 assert(CU && "Null Compile Unit?");
|
DWARFTypeUnit.cpp | 26 OS << format("0x%08x", getOffset()) << ": Type Unit:" 33 << " (next unit at " << format("0x%08x", getNextUnitOffset()) 37 assert(CU && "Null Compile Unit?");
|
/external/llvm/test/ |
CMakeLists.txt | 6 ${CMAKE_CURRENT_SOURCE_DIR}/Unit/lit.site.cfg.in 7 ${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg 64 llvm_unit_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
|
/external/skia/experimental/Intersection/ |
SkAntiEdge.h | 29 SkFixed fDX; // change in X per unit step in Y 30 SkFixed fDY; // change in Y per unit step in X 31 SkFixed fWalkX; // unit step position (integer after initial step)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
TextureUnitPropertyAccessor.java | 25 * texture unit property that is indexed based on the run time value of the 44 // first extract the current active texture unit 51 // extract the required property for the current texture unit
|
/bionic/tests/ |
Android.mk | 22 # Unit tests. 240 # adb shell /data/nativetest/bionic-unit-tests/bionic-unit-tests32 241 # adb shell /data/nativetest/bionic-unit-tests/bionic-unit-tests64 243 bionic-unit-tests_whole_static_libraries := \ 246 bionic-unit-tests_src_files := \ 251 bionic-unit-tests_cflags := $(test_cflags) 252 bionic-unit-tests_cppflags := $(test_cppflags) 254 bionic-unit-tests_ldflags := [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
ColorPickerDialog.java | 116 private int interpColor(int colors[], float unit) { 117 if (unit <= 0) { 120 if (unit >= 1) { 124 float p = unit * (colors.length - 1); 188 // need to turn angle [-PI ... PI] into unit [0....1] 189 float unit = angle/(2*PI); local 190 if (unit < 0) { 191 unit += 1; 193 mCenterPaint.setColor(interpColor(mColors, unit));
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
ColorWheel.java | 133 private int interpColor(int colors[], float unit) { 134 if (unit <= 0) { 137 if (unit >= 1) { 141 float p = unit * (colors.length - 1); 205 // need to turn angle [-PI ... PI] into unit [0....1] 206 float unit = angle/(2*PI); local 207 if (unit < 0) { 208 unit += 1; 210 mCenterPaint.setColor(interpColor(mColors, unit));
|
/external/chromium_org/apps/ |
apps_client.cc | 22 // This can happen in unit tests, where the utility thread runs in-process.
|
/external/chromium_org/chrome/browser/extensions/api/system_display/ |
display_info_provider_aura.cc | 18 extensions::api::system_display::DisplayUnitInfo* unit) {
|
display_info_provider_mac.cc | 18 extensions::api::system_display::DisplayUnitInfo* unit) {
|
/external/chromium_org/chrome/browser/extensions/api/system_storage/ |
storage_api_test_util.h | 28 const TestStorageUnitInfo& unit);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_test_util.h | 10 // Base class for app list unit tests that use the "app_list" test profile.
|
/external/chromium_org/chrome/test/base/ |
scoped_testing_local_state.h | 14 // TestingBrowserProcess (for most unit tests it's NULL).
|
/external/chromium_org/chromeos/test/data/network/ |
l2tpipsec_clientcert_with_cert_pems.onc | 20 "OrganizationalUnit": "unit"
|
openvpn_clientcert_with_cert_pems.onc | 21 "OrganizationalUnit": "unit"
|
/external/chromium_org/components/webdata/ |
DEPS | 7 # TODO(caitkp): Extract unit tests from //chrome, at lower priority
|
/external/chromium_org/content/browser/frame_host/ |
DEPS | 11 ".*_(unit|browser)test\.cc": [
|
/external/chromium_org/content/test/ |
mock_render_process.h | 12 // running of the RenderView unit tests.
|
test_content_browser_client.h | 17 // Base for unit tests that need a ContentBrowserClient.
|
Completed in 555 milliseconds
<<11121314151617181920>>