HomeSort by relevance Sort by last modified time
    Searched defs:unit (Results 176 - 200 of 1722) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/skia/experimental/svg/model/
SkSVGTypes.h 54 enum class Unit {
68 constexpr SkSVGLength() : fValue(0), fUnit(Unit::kUnknown) {}
69 explicit constexpr SkSVGLength(SkScalar v, Unit u = Unit::kNumber)
80 const Unit& unit() const { return fUnit; } function in class:SkSVGLength
84 Unit fUnit;
  /external/skqp/experimental/svg/model/
SkSVGTypes.h 54 enum class Unit {
68 constexpr SkSVGLength() : fValue(0), fUnit(Unit::kUnknown) {}
69 explicit constexpr SkSVGLength(SkScalar v, Unit u = Unit::kNumber)
80 const Unit& unit() const { return fUnit; } function in class:SkSVGLength
84 Unit fUnit;
  /external/syslinux/core/lwip/src/netif/ppp/
chap.h 100 int unit; /* Interface unit number */ member in struct:chap_state
fsm.h 79 int unit; /* Interface unit number */ member in struct:fsm
155 extern int peer_mru[]; /* currently negotiated peer MRU (per unit) */
  /external/tensorflow/tensorflow/core/distributed_runtime/
graph_mgr.cc 68 for (const auto& unit : this->units) {
69 CHECK_NOTNULL(unit.device);
71 graph_mgr->cost_model_manager_.RemoveCostModelForGraph(unit.graph);
73 delete unit.root;
74 unit.device->op_segment()->RemoveHold(this->session);
199 ExecutionUnit* unit = &(item->units.back()); local
202 Status s = device_mgr_->LookupDevice(device_name, &unit->device);
204 // Remove the empty unit from the item as the item destructor wants all
211 TF_RETURN_IF_ERROR(unit->device->MaybeRewriteGraph(&subgraph));
216 auto opseg = unit->device->op_segment()
    [all...]
  /external/v8/src/
fast-dtoa.cc 35 // * distance_too_high_w == (too_high - w).f() * unit
36 // * unsafe_interval == (too_high - too_low).f() * unit
37 // * rest = (too_high - buffer * 10^kappa).f() * unit
38 // * ten_kappa = 10^kappa * unit
39 // * unit = the common multiplier
49 uint64_t unit) {
50 uint64_t small_distance = distance_too_high_w - unit;
51 uint64_t big_distance = distance_too_high_w + unit;
56 // The real w (* unit) must lie somewhere inside the interval
63 // ^v 1 unit ^ ^ ^
382 uint64_t unit = 1; local
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 17 package com.android.connectivitymanagertest.unit;
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaInserterTest.java 17 package com.android.mediaframeworktest.unit;
MediaPlayerMetadataParserTest.java 17 package com.android.mediaframeworktest.unit;
MediaRecorderStateUnitTestTemplate.java 17 package com.android.mediaframeworktest.unit;
27 * @see com.android.mediaframeworktest.unit.MediaRecorderStopStateUnitTest
30 * A typical concrete unit test class would implement the
32 * this class. Then it calls runTestOnMethod() to actually perform the unit
33 * tests. It is recommended that the toString() method of the concrete unit test
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 479 int unit; field in class:ResourceHelper.UnitEntry
482 UnitEntry(String name, int type, int unit, float scale) {
485 this.unit = unit;
519 * @param requireUnit whether the value is expected to contain a unit.
562 // Might be a unit...
579 // no unit when required? Use dp and out an error.
585 "Dimension \"%1$s\" in attribute \"%2$s\" is missing unit!",
641 for (UnitEntry unit : sUnitNames) {
642 if (unit.name.equals(str))
    [all...]
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatBaseAutoSizeTest.java 279 final int unit = TypedValue.COMPLEX_UNIT_SP; local
283 minTextSize, maxTextSize, granularity, unit);
287 new int[]{minTextSize, 12, 14, 16, 18, maxTextSize}, unit);
298 TypedValue.applyDimension(unit, minTextSize, dm));
305 TypedValue.applyDimension(unit, maxTextSize, dm));
312 assertEquals(Math.round(TypedValue.applyDimension(unit, granularity, dm)),
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidParser.h 105 unsigned int unit; member in struct:HidUtil::HidParser::ReportItem
108 size_t bitSize; // bit length per unit
165 // this is the input output unit with HID hardware
  /hardware/qcom/msm8998/time-services/
time_genoff.h 61 /* Time unit -- Unit in which time is set/get */
90 time_unit_type unit; /* Time unit */ member in struct:time_genoff_info
  /libcore/ojluni/src/main/java/java/nio/file/attribute/
FileTime.java 52 * The unit of granularity to interpret the value. Null if
54 * the {@code value} and {@code unit} pair will not be used
57 private final TimeUnit unit; field in class:FileTime
77 private FileTime(long value, TimeUnit unit, Instant instant) {
79 this.unit = unit;
84 * Returns a {@code FileTime} representing a value at the given unit of
90 * @param unit
91 * the unit of granularity to interpret the value
95 public static FileTime from(long value, TimeUnit unit) {
    [all...]
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestScheduledExecutorService.java 71 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException {
98 TimeUnit unit) throws InterruptedException {
109 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit)
120 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) {
121 TestFuture future = new TestFuture(command, delay, unit);
127 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) {
133 TimeUnit unit) {
139 long delay, TimeUnit unit) {
186 final TimeUnit unit; field in class:TestScheduledExecutorService.TestFuture
188 public TestFuture(Runnable runnable, long delay, TimeUnit unit) {
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0/
publisher-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-alpha7/
publisher-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-beta1/
publisher-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-beta2/
publisher-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-beta3/
publisher-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-rc1/
publisher-25.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.0-rc2/
publisher-25.2.0-rc2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.1/
publisher-25.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/publisher/25.2.3/
publisher-25.2.3.jar 

Completed in 3477 milliseconds

1 2 3 4 5 6 78 91011>>