/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/ |
D | substr_op_test.py | 38 def testScalarString(self, dtype, pos, unit): argument 60 def testScalarString_EdgeCases(self, dtype, unit): argument 124 def testVectorStrings(self, dtype, pos, unit): argument 147 def testMatrixStrings(self, dtype, unit): argument 197 def testElementWisePosLen(self, dtype, unit): argument 238 def testBroadcast(self, dtype, unit): argument 320 def testBadBroadcast(self, dtype, unit): argument 340 def testOutOfRangeError_Scalar(self, dtype, pos, unit): argument 364 def testOutOfRangeError_VectorScalar(self, dtype, pos, unit): argument 385 def testOutOfRangeError_MatrixMatrix(self, dtype, unit): argument [all …]
|
/external/crosvm/devices/src/ |
D | suspendable.rs | 68 let unit = &mut $dev; localVariable 83 let unit = &mut $dev; localVariable 99 let unit = &mut $dev; localVariable 114 let unit = &mut $dev; localVariable 140 let unit = &mut $dev; localVariable 160 let unit = &mut $dev; localVariable 170 let unit = &mut $dev; localVariable 183 let unit = &mut $dev; localVariable
|
/external/rust/crates/bindgen/codegen/ |
D | bitfield_unit_tests.rs | 28 let unit = __BindgenBitfieldUnit::<[u8; 2]>::new([0b10011101, 0b00011101]); in bitfield_unit_get_bit() localVariable 50 let mut unit = in bitfield_unit_set_bit() localVariable 63 let mut unit = in bitfield_unit_set_bit() localVariable 87 let unit = __BindgenBitfieldUnit::<_>::new($storage); localVariable 187 let mut unit = __BindgenBitfieldUnit::<[u8; 4]>::new([0, 0, 0, 0]); localVariable
|
/external/opencensus-java/api/src/main/java/io/opencensus/metrics/ |
D | MetricRegistry.java | 49 String name, String description, String unit, List<LabelKey> labelKeys); in addLongGauge() 66 String name, String description, String unit, List<LabelKey> labelKeys); in addDoubleGauge() 83 String name, String description, String unit, List<LabelKey> labelKeys); in addDerivedLongGauge() 100 String name, String description, String unit, List<LabelKey> labelKeys); in addDerivedDoubleGauge() 110 String name, String description, String unit, List<LabelKey> labelKeys) { in addLongGauge() 122 String name, String description, String unit, List<LabelKey> labelKeys) { in addDoubleGauge() 134 String name, String description, String unit, List<LabelKey> labelKeys) { in addDerivedLongGauge() 146 String name, String description, String unit, List<LabelKey> labelKeys) { in addDerivedDoubleGauge()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | Period.java | 41 public static Period at(float count, TimeUnit unit) { in at() 53 public static Period moreThan(float count, TimeUnit unit) { in moreThan() 65 public static Period lessThan(float count, TimeUnit unit) { in lessThan() 81 public Period and(float count, TimeUnit unit) { in and() 92 public Period omit(TimeUnit unit) { in omit() 181 public boolean isSet(TimeUnit unit) { in isSet() 191 public float getCount(TimeUnit unit) { in getCount() 295 private Period(int limit, boolean future, float count, TimeUnit unit) { in Period() 314 private Period setTimeUnitValue(TimeUnit unit, float value) { in setTimeUnitValue() 329 private Period setTimeUnitInternalValue(TimeUnit unit, int value) { in setTimeUnitInternalValue()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | Period.java | 43 public static Period at(float count, TimeUnit unit) { in at() 55 public static Period moreThan(float count, TimeUnit unit) { in moreThan() 67 public static Period lessThan(float count, TimeUnit unit) { in lessThan() 83 public Period and(float count, TimeUnit unit) { in and() 94 public Period omit(TimeUnit unit) { in omit() 183 public boolean isSet(TimeUnit unit) { in isSet() 193 public float getCount(TimeUnit unit) { in getCount() 297 private Period(int limit, boolean future, float count, TimeUnit unit) { in Period() 316 private Period setTimeUnitValue(TimeUnit unit, float value) { in setTimeUnitValue() 331 private Period setTimeUnitInternalValue(TimeUnit unit, int value) { in setTimeUnitInternalValue()
|
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | SameThreadScheduledExecutorService.java | 73 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { in awaitTermination() 106 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll() 121 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() 135 public ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 143 Callable<V> callable, long delay, TimeUnit unit) { in schedule() 159 public V get(long timeout, TimeUnit unit) in get() 166 public long getDelay(TimeUnit unit) { in getDelay() 180 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 186 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
|
D | TestingExecutors.java | 124 public boolean awaitTermination(long timeout, TimeUnit unit) { in awaitTermination() 133 Callable<V> callable, long delay, TimeUnit unit) { in schedule() 138 public ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 144 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 150 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay() 162 public long getDelay(TimeUnit unit) { in getDelay()
|
/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/ |
D | SameThreadScheduledExecutorService.java | 73 public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { in awaitTermination() 106 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll() 121 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny() 135 public ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 143 Callable<V> callable, long delay, TimeUnit unit) { in schedule() 159 public V get(long timeout, TimeUnit unit) in get() 166 public long getDelay(TimeUnit unit) { in getDelay() 180 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 186 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
|
D | TestingExecutors.java | 124 public boolean awaitTermination(long timeout, TimeUnit unit) { in awaitTermination() 133 Callable<V> callable, long delay, TimeUnit unit) { in schedule() 138 public ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 144 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 150 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay() 162 public long getDelay(TimeUnit unit) { in getDelay()
|
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/ |
D | TestScheduledExecutorService.java | 48 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 52 }, delay, unit); in schedule() field in TestScheduledExecutorService 56 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() 68 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 74 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay() 99 public boolean awaitTermination(long timeout, TimeUnit unit) { in awaitTermination() 108 public void advanceTimeBy(long timeout, TimeUnit unit) throws Exception { in advanceTimeBy() 148 public long getDelay(TimeUnit unit) { in getDelay() 182 public T get(long timeout, TimeUnit unit) { in get()
|
/external/zucchini/ |
D | address_translator.cc | 27 const AddressTranslator::Unit* unit = translator_.OffsetToUnit(offset); in Convert() local 44 const AddressTranslator::Unit* unit = translator_.RvaToUnit(rva); in IsValid() local 54 const AddressTranslator::Unit* unit = translator_.RvaToUnit(rva); in Convert() local 86 base::EraseIf(units, [](const Unit& unit) { return unit.IsEmpty(); }); in Initialize() 189 for (const Unit& unit : units) { in Initialize() local 219 const Unit* unit = RvaToUnit(rva); in OffsetToRva() local 224 const Unit* unit = OffsetToUnit(offset); in OffsetToRva() local 229 const Unit* unit = RvaToUnit(rva); in RvaToOffset() local
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
D | Uninterruptibles.java | 79 public static boolean awaitUninterruptibly(CountDownLatch latch, long timeout, TimeUnit unit) { in awaitUninterruptibly() 109 public static boolean awaitUninterruptibly(Condition condition, long timeout, TimeUnit unit) { in awaitUninterruptibly() 156 public static void joinUninterruptibly(Thread toJoin, long timeout, TimeUnit unit) { in joinUninterruptibly() 239 Future<V> future, long timeout, TimeUnit unit) throws ExecutionException, TimeoutException { in getUninterruptibly() 311 public static void sleepUninterruptibly(long sleepFor, TimeUnit unit) { in sleepUninterruptibly() 342 Semaphore semaphore, long timeout, TimeUnit unit) { in tryAcquireUninterruptibly() 355 Semaphore semaphore, int permits, long timeout, TimeUnit unit) { in tryAcquireUninterruptibly() 385 public static boolean tryLockUninterruptibly(Lock lock, long timeout, TimeUnit unit) { in tryLockUninterruptibly() 427 ExecutorService executor, long timeout, TimeUnit unit) { in awaitTerminationUninterruptibly()
|
D | ForwardingBlockingDeque.java | 74 public boolean offerFirst(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerFirst() 79 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerLast() 95 public E pollFirst(long timeout, TimeUnit unit) throws InterruptedException { in pollFirst() 101 public E pollLast(long timeout, TimeUnit unit) throws InterruptedException { in pollLast() 111 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException { in offer() 122 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
|
D | ListeningScheduledExecutorService.java | 39 ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit); in schedule() 44 Callable<V> callable, long delay, TimeUnit unit); in schedule() 49 Runnable command, long initialDelay, long period, TimeUnit unit); in scheduleAtFixedRate() 54 Runnable command, long initialDelay, long delay, TimeUnit unit); in scheduleWithFixedDelay()
|
D | WrappingScheduledExecutorService.java | 46 public final ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 52 Callable<V> task, long delay, TimeUnit unit) { in schedule() 58 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 64 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
|
/external/arm-trusted-firmware/drivers/marvell/comphy/ |
D | phy-comphy-3700.h | 41 #define PHY_SHFT(unit) ((unit == PCIE) ? PCIEPHY_SHFT : USB3PHY_SHFT) argument 45 #define PWR_PLL_CTRL_ADDR(unit) (COMPHY_POWER_PLL_CTRL * PHY_SHFT(unit)) argument 70 #define KVCO_CAL_CTRL_ADDR(unit) (COMPHY_KVCO_CAL_CTRL * PHY_SHFT(unit)) argument 80 #define DIG_LB_EN_ADDR(unit) (COMPHY_LOOPBACK_REG0 * PHY_SHFT(unit)) argument 89 #define SYNC_PATTERN_REG_ADDR(unit) (COMPHY_SYNC_PATTERN_REG * \ argument 100 #define ISOLATION_CTRL_REG_ADDR(unit) (COMPHY_ISOLATION_CTRL_REG * \ argument 105 #define MISC_REG0_ADDR(unit) (COMPHY_MISC_REG0_ADDR * PHY_SHFT(unit)) argument 113 #define GEN2_SETTING_2_ADDR(unit) (COMPHY_REG_GEN2_SET_2 * PHY_SHFT(unit)) argument 121 #define GEN2_SETTING_3_ADDR(unit) (COMPHY_REG_GEN2_SET_3 * PHY_SHFT(unit)) argument 138 #define UNIT_CTRL_ADDR(unit) (COMPHY_REG_UNIT_CTRL_ADDR * \ argument [all …]
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | ForwardingBlockingDeque.java | 74 public boolean offerFirst(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerFirst() 79 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerLast() 95 public E pollFirst(long timeout, TimeUnit unit) throws InterruptedException { in pollFirst() 101 public E pollLast(long timeout, TimeUnit unit) throws InterruptedException { in pollLast() 111 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException { in offer() 122 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
|
/external/guava/guava/src/com/google/common/collect/ |
D | ForwardingBlockingDeque.java | 76 public boolean offerFirst(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerFirst() 81 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerLast() 97 public E pollFirst(long timeout, TimeUnit unit) throws InterruptedException { in pollFirst() 103 public E pollLast(long timeout, TimeUnit unit) throws InterruptedException { in pollLast() 113 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException { in offer() 124 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | ForwardingBlockingDeque.java | 76 public boolean offerFirst(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerFirst() 81 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerLast() 97 public E pollFirst(long timeout, TimeUnit unit) throws InterruptedException { in pollFirst() 103 public E pollLast(long timeout, TimeUnit unit) throws InterruptedException { in pollLast() 113 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException { in offer() 124 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
|
/external/ltp/testcases/lib/ |
D | tst_sleep.c | 17 static struct unit { struct 18 const char *unit; argument 20 } units[] = { argument
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | WrappingScheduledExecutorServiceTest.java | 121 void assertLastMethodCalled(String method, long delay, TimeUnit unit) { in assertLastMethodCalled() 127 void assertLastMethodCalled(String method, long initialDelay, long delay, TimeUnit unit) { in assertLastMethodCalled() 135 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 144 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() 154 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 165 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay() 176 public boolean awaitTermination(long timeout, TimeUnit unit) { in awaitTermination() 188 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll() 200 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny()
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
D | WrappingScheduledExecutorServiceTest.java | 121 void assertLastMethodCalled(String method, long delay, TimeUnit unit) { in assertLastMethodCalled() 127 void assertLastMethodCalled(String method, long initialDelay, long delay, TimeUnit unit) { in assertLastMethodCalled() 135 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule() 144 public <V> ScheduledFuture<V> schedule(Callable<V> callable, long delay, TimeUnit unit) { in schedule() 154 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 165 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay() 176 public boolean awaitTermination(long timeout, TimeUnit unit) { in awaitTermination() 188 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll() 200 public <T> T invokeAny(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny()
|
/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
D | Value.java | 35 public static Value create(double value, String unit) { in create() 42 private String unit; field in Value 49 private Value(double value, String unit) { in Value() 54 public String unit() { in unit() method in Value
|
/external/ppp/pppd/ |
D | auth.c | 545 link_required(unit) in link_required() argument 553 void start_link(unit) in start_link() argument 613 link_terminated(unit) in link_terminated() argument 683 link_down(unit) in link_down() argument 704 void upper_layers_down(int unit) in upper_layers_down() 726 link_established(unit) in link_established() argument 807 network_phase(unit) in network_phase() argument 851 start_networks(unit) in start_networks() argument 892 continue_networks(unit) in continue_networks() argument 918 auth_peer_fail(unit, protocol) in auth_peer_fail() argument [all …]
|