| /external/rust/crates/gdbstub/src/common/ |
| D | signal.rs | 1 /// Cross-platform signal numbers defined by the GDB Remote Serial Protocol. 3 /// Transcribed from <https://github.com/bminor/binutils-gdb/blob/master/include/gdb/signals.def> 36 #[doc = "CPU time limit exceeded"] pub const SIGXCPU: Self = Self(24); 58 #[doc = "Real-time event 33"] pub const SIG33: Self = Self(45); 59 #[doc = "Real-time event 34"] pub const SIG34: Self = Self(46); 60 #[doc = "Real-time event 35"] pub const SIG35: Self = Self(47); 61 #[doc = "Real-time event 36"] pub const SIG36: Self = Self(48); 62 #[doc = "Real-time event 37"] pub const SIG37: Self = Self(49); 63 #[doc = "Real-time event 38"] pub const SIG38: Self = Self(50); 64 #[doc = "Real-time event 39"] pub const SIG39: Self = Self(51); [all …]
|
| /external/llvm-libc/test/src/string/ |
| D | strsignal_test.cpp | 1 //===-- Unittests for strsignal -------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 42 "CPU time limit exceeded", in TEST() 55 "Real-time signal 0", "Real-time signal 1", "Real-time signal 2", in TEST() 56 "Real-time signal 3", "Real-time signal 4", "Real-time signal 5", in TEST() 57 "Real-time signal 6", "Real-time signal 7", "Real-time signal 8", in TEST() 58 "Real-time signal 9", "Real-time signal 10", "Real-time signal 11", in TEST() 59 "Real-time signal 12", "Real-time signal 13", "Real-time signal 14", in TEST() 60 "Real-time signal 15", "Real-time signal 16", "Real-time signal 17", in TEST() [all …]
|
| /external/bc/manuals/ |
| D | benchmarks.md | 4 optimization at `-O3` with link-time optimization (`-flto`) will result in the 5 best performance. However, using `-march=native` can result in **WORSE** 17 These benchmarks were run with both `bc`'s compiled with the typical `-O2` 18 optimizations and no link-time optimization. 31 real 2.54 39 real 0.88 55 real 2.51 63 real 0.91 79 real 7.15 87 real 2.20 [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | analytics_v3.data.realtime.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/sdv/vsomeip/third_party/boost/numeric/odeint/performance/ |
| D | fortran_lorenz.f90 | 5 real(dp), dimension(1:3) :: x 7 real(dp) :: t = 0.0_dp 8 real(dp) :: h = 1.0e-10_dp 15 real(dp) :: time variable 16 real(dp) :: min_time = 100.0 23 time = real(time_end - time_begin, dp) / real(count_rate, dp) 24 min_time = min(time, min_time) 25 write (*,*) time, x(1) 30 real(dp), dimension(1:3), intent(in) :: x 31 real(dp), dimension(1:3), intent(out) :: f [all …]
|
| /external/cronet/base/test/ |
| D | test_reg_util_win_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 14 #include "base/time/time.h" 29 // on the system. This fake path will be auto-deleted by other in RegistryOverrideManagerTest() 64 std::wstring FakeOverrideManagerPath(const base::Time& time) { in FakeOverrideManagerPath() argument 66 base::AsWString(base::NumberToString16(time.ToInternalValue())); in FakeOverrideManagerPath() 69 void CreateManager(const base::Time& timestamp) { in CreateManager() 71 manager_->OverrideRegistry(HKEY_CURRENT_USER); in CreateManager() 79 ASSERT_NO_FATAL_FAILURE(CreateManager(base::Time::Now())); in TEST_F() 105 static constexpr base::Time::Exploded kTestTimeExploded = { in TEST_F() 107 base::Time kTestTime; in TEST_F() [all …]
|
| D | scoped_mock_clock_override_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 8 #include "base/time/time.h" 20 #define MAYBE_Time Time 23 // Choose a reference time that we know to be in the past but close to now. in TEST() 24 Time build_time = GetBuildTime(); in TEST() 26 // Override is not active. All Now() methods should return a time greater than in TEST() 27 // the build time. in TEST() 28 EXPECT_LT(build_time, Time::Now()); in TEST() 29 EXPECT_GT(Time::Max(), Time::Now()); in TEST() 30 EXPECT_LT(build_time, Time::NowFromSystemTime()); in TEST() [all …]
|
| /external/kernel-headers/original/uapi/linux/ |
| D | acct.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 3 * BSD Process Accounting for Linux - Definitions 8 * BSD-style process accounting. The kernel accounting code and all 9 * user-level programs that try to do something useful with the 12 * Copyright (C) 1995 - 1997 Marco van Wieringen - ELM Consultancy B.V. 25 * comp_t is a 16-bit "floating" point number with a 3-bit base 8 26 * exponent and a 13-bit fraction. 27 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction 49 __u16 ac_uid16; /* LSB of Real User ID */ 50 __u16 ac_gid16; /* LSB of Real Group ID */ [all …]
|
| /external/webrtc/common_audio/signal_processing/ |
| D | real_fft_unittest.cc | 4 * Use of this source code is governed by a BSD-style license 21 // Lengths for real FFT's time and frequency bufffers. 22 // For N-point FFT, the length requirements from API are N and N+2 respectively. 25 // For complex FFT's time and freq buffer. The implementation requires 26 // 2*N 16-bit words. 28 // Reference data for time signal. 30 11739, 6848, -8688, 31980, -30295, 25242, 27085, 19410, 31 -26299, 15607, -10791, 11778, -23819, 14498, -25772, 10076, 32 1173, 6848, -8688, 31980, -30295, 2522, 27085, 19410, 33 -2629, 5607, -3, 1178, -23819, 1498, -25772, 10076}; [all …]
|
| /external/perfetto/src/trace_processor/importers/common/ |
| D | clock_converter.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 41 // Used for conversion to REAL and MONO clocks for provided timestamps. Can only 51 // Converts trace time to REAL clock as string. 59 // Converts trace time to REAL clock time. 64 // Converts trace time to MONO clock time. 74 // Timeline uses Trace Time clock as keys and other clocks time as values. 79 // memory usage. Currently those are MONO and REAL clocks. 82 // Converts trace time to provided clock.
|
| /external/crcalc/ |
| D | impl.html | 3 <TITLE>Constructive Real Calculator and Library Implementation Notes</title> 6 <H1>Constructive Real Calculator and Library Implementation Notes</h1> 8 The calculator is based on the constructive real library consisting 16 significantly complicated the code, and lengthened start-up times for 26 keep down class loading time. 30 will diverge ahead of time, not even in cases in which such a proof is 33 A constructive real number <I>x</i> is represented abstractly as a function 38 |<I>f<SUB>x</sub></i>(<I>n</i>) * 2<SUP><I>n</i></sup> - x| < 2<SUP><I>n</i></sup> 55 constructive real numbers are possible. 69 pi/4 = 4*atan(1/5) - atan(1/239) [all …]
|
| /external/aws-sdk-java-v2/.changes/2.19.x/ |
| D | 2.19.0.json | 3 "date": "2022-12-19", 21 …"description": "This release adds support for alarm-based rollbacks in ECS, a new feature that all… 27 …real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can … 33 …real-time via WebRTC to the cloud for storage, playback, and analytical processing. Customers can … 39 …"description": "Add support for --enable-customer-owned-ip to RDS create-db-instance-read-replica … 45 …able. Visit [Dev Guide](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/transfer-m… 51 …"description": "AWS Sagemaker - Sagemaker Images now supports Aliases as secondary identifiers for…
|
| /external/mesa3d/src/gallium/drivers/iris/ |
| D | iris_bufmgr.c | 29 * - BOs 30 * - Explain BO cache 31 * - main interface to GEM in the kernel 46 #include <time.h> 56 #include "drm-uapi/dma-buf.h" 115 * For debugging purposes, this returns a time in seconds. 208 /** Array of lists of cached gem objects of power-of-two sizes */ 211 time_t time; member 257 struct iris_bo *bo = entry ? entry->data : NULL; in find_and_ref_external_bo() 262 assert(!bo->real.reusable); in find_and_ref_external_bo() [all …]
|
| /external/aac/libFDK/include/ |
| D | qmf_pcm.h | 1 /* ----------------------------------------------------------------------------- 4 © Copyright 1995 - 2019 Fraunhofer-Gesellschaft zur Förderung der angewandten 13 AAC's HE-AAC and HE-AAC v2 versions are regarded as today's most efficient 14 general perceptual audio codecs. AAC-ELD is considered the best-performing 15 full-bandwidth communications codec by independent studies and is widely 29 Commercially-licensed AAC software libraries, including floating-point versions 58 must be replaced by the term "Third-Party Modified Version of the Fraunhofer FDK 65 Fraunhofer provides no warranty of patent non-infringement with respect to this 87 Attention: Audio and Multimedia Departments - FDK AAC LL 92 amm-info@iis.fraunhofer.de [all …]
|
| /external/toybox/toys/posix/ |
| D | time.c | 1 /* time.c - time a simple command 5 * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/time.html 7 USE_TIME(NEWTOY(time, "<1^pv[-pv]", TOYFLAG_USR|TOYFLAG_BIN|TOYFLAG_MAYFORK)) 9 config TIME 10 bool "time" 13 usage: time [-pv] COMMAND... 15 Run command line and report real, user, and system time elapsed in seconds. 16 (real = clock on the wall, user = cpu used by command's code, 19 -p POSIX format output 20 -v Verbose [all …]
|
| /external/aws-sdk-java-v2/.changes/2.14.x/ |
| D | 2.14.8.json | 3 "date": "2020-08-31", 8 …upports real-time logging for CloudFront distributions. CloudFront real-time logs are more detaile…
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/ |
| D | live-streaming.md | 1 --- 3 --- 5 ExoPlayer plays most adaptive live streams out-of-the-box without any special 9 regular intervals to move with the current real-time. That means the playback 11 current real-time at which the stream is being produced. The difference between 12 the current real-time and the playback position is called the *live offset*. 23 enough available buffer over a longer period of time, the player will move 28 Every time a live window is updated, registered `Player.Listener` instances 33 {% include figure.html url="/images/live-window.png" index="1" caption="Live window" %} 40 not yet ended. Note that this flag is also true for non-live streams in some [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/ |
| D | live-streaming.md | 1 --- 3 --- 5 ExoPlayer plays most adaptive live streams out-of-the-box without any special 9 regular intervals to move with the current real-time. That means the playback 11 current real-time at which the stream is being produced. The difference between 12 the current real-time and the playback position is called the *live offset*. 23 enough available buffer over a longer period of time, the player will move 28 Every time a live window is updated, registered `Player.Listener` instances 33 {% include figure.html url="/images/live-window.png" index="1" caption="Live window" %} 40 not yet ended. Note that this flag is also true for non-live streams in some [all …]
|
| /external/libaom/ |
| D | CHANGELOG | 1 2024-04-09 v3.9.0 6 - New Features 14 * libwebm is updated to libwebm-1.0.0.31-1-gaffd7f4. 16 - Compression Efficiency Improvements 18 * 1-2% BD-rate gain for screen content with temporal layers; 5% BD-rate 21 - Perceptual Quality Improvements 27 - Speedups: 30 * 5-9% speed up for high bit-depth encoding with good mode on Arm, half of 33 - Other improvements 38 * Added end-to-end c vs SIMD bit-exactness test. [all …]
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/asctime/ |
| D | 1-1.c | 2 * Copyright (c) 2002-3, Intel Corporation. All rights reserved. 3 * Created by: salwan.searty REMOVE-THIS AT intel DOT com 8 The asctime() function shall convert the broken-down time in the structure pointed to by timeptr in… 21 #include <time.h> 32 char *real; in main() local 50 real = asctime(&time_ptr); in main() 58 printf("real = %s\n", real); in main() 61 if (strcmp(real, expected) != 0) { in main() 63 printf("Got %s\n", real); in main()
|
| /external/webrtc/modules/audio_processing/aecm/ |
| D | aecm_core_c.cc | 4 * Use of this source code is governed by a BSD-style license 75 int16_t shiftFromNearToNoise = kNoiseEstQDomain - aecm->dfaCleanQDomain; in ComfortNoise() 81 if (aecm->noiseEstCtr < 100) { in ComfortNoise() 83 aecm->noiseEstCtr++; in ComfortNoise() 95 if (outLShift32 < aecm->noiseEst[i]) { in ComfortNoise() 97 aecm->noiseEstTooLowCtr[i] = 0; in ComfortNoise() 99 if (aecm->noiseEst[i] < (1 << minTrackShift)) { in ComfortNoise() 103 aecm->noiseEstTooHighCtr[i]++; in ComfortNoise() 104 if (aecm->noiseEstTooHighCtr[i] >= kNoiseEstIncCount) { in ComfortNoise() 105 aecm->noiseEst[i]--; in ComfortNoise() [all …]
|
| /external/scapy/scapy/contrib/ |
| D | pnio_rtc.py | 17 # scapy.contrib.description = ProfinetIO Real-Time Cyclic (RTC) 21 PROFINET IO layers for scapy which correspond to Real-Time Cyclic data 44 ## PROFINET Real-Time Data Packets ## 48 """IOCS and IOPS packets for PROFINET Real-Time payload""" 62 """Raw data packets for PROFINET Real-Time payload. 78 defined, the field will always be length-long (padded with b"\\x00" if 106 ## PROFINET Real-Time Fields ## 142 # start: index of a data field from the END of the data buffer (-1, -2, ...) 170 ## PROFINET Real-Time Packet ## 181 cur_index = -len(_pkt) [all …]
|
| /external/python/cpython2/Tools/iobench/ |
| D | iobench.py | 1 # -*- coding: utf-8 -*- 4 import time 40 return (("%s-%s-%s.txt" % (name, TEXT_ENCODING, NEWLINES), size) 61 """ read one unit at a time """ 69 """ read 20 units at a time """ 77 """ read 4096 units at a time """ 93 """ read one line at a time """ 101 """ seek forward one unit at a time """ 105 for i in xrange(0, size - 1): 111 """ seek forward 1000 units at a time """ [all …]
|
| /external/opencensus-java/contrib/grpc_metrics/src/main/java/io/opencensus/contrib/grpc/metrics/ |
| D | RpcMeasureConstants.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 138 * {@link Measure} for total bytes sent per method, recorded real-time as bytes are sent. 145 "Total bytes sent per method, recorded real-time as bytes are sent.", 149 * {@link Measure} for total bytes received per method, recorded real-time as bytes are received. 156 "Total bytes received per method, recorded real-time as bytes are received.", 187 "Time between first byte of request sent to last byte of response received, " 250 * {@link Measure} for total time of delay while there is no active attempt during the client 264 * different per-status values. 298 * {@link Measure} for gRPC client server elapsed time in milliseconds. 391 * {@link Measure} for total bytes sent per method, recorded real-time as bytes are sent. [all …]
|
| /external/okio/okio-testing-support/src/wasmWasiMain/kotlin/okio/internal/preview1/ |
| D | Clockid.kt | 1 // Copyright 2019-2023 the Contributors to the WASI Specification 9 * The clock measuring real time. Time value zero corresponds with 10 * 1970-01-01T00:00:00Z. 15 * The store-wide monotonic clock, which is defined as a clock measuring 16 * real time, whose value cannot be adjusted and which cannot have negative 17 * clock jumps. The epoch of this clock is undefined. The absolute time 23 * The CPU-time clock associated with the current process. 28 * The CPU-time clock associated with the current thread.
|