Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 1913) sorted by relevance

12345678910>>...77

/frameworks/base/libs/hwui/utils/
DVectorDrawableUtils.cpp152 currentX += points->at(k + 0); in addCommand()
153 currentY += points->at(k + 1); in addCommand()
158 outPath->rLineTo(points->at(k + 0), points->at(k + 1)); in addCommand()
160 outPath->rMoveTo(points->at(k + 0), points->at(k + 1)); in addCommand()
166 currentX = points->at(k + 0); in addCommand()
167 currentY = points->at(k + 1); in addCommand()
172 outPath->lineTo(points->at(k + 0), points->at(k + 1)); in addCommand()
174 outPath->moveTo(points->at(k + 0), points->at(k + 1)); in addCommand()
180 outPath->rLineTo(points->at(k + 0), points->at(k + 1)); in addCommand()
181 currentX += points->at(k + 0); in addCommand()
[all …]
/frameworks/base/cmds/statsd/tests/external/
Dpuller_util_test.cpp78 EXPECT_EQ(hostUid, actualFieldValues->at(0).mValue.int_value); in TEST()
79 EXPECT_EQ(hostNonAdditiveData, actualFieldValues->at(1).mValue.int_value); in TEST()
80 EXPECT_EQ(isolatedAdditiveData + hostAdditiveData, actualFieldValues->at(2).mValue.int_value); in TEST()
105 EXPECT_EQ(hostUid, actualFieldValues->at(0).mValue.int_value); in TEST()
106 EXPECT_EQ(hostNonAdditiveData, actualFieldValues->at(1).mValue.int_value); in TEST()
107 EXPECT_EQ(hostAdditiveData, actualFieldValues->at(2).mValue.int_value); in TEST()
111 EXPECT_EQ(hostUid, actualFieldValues->at(0).mValue.int_value); in TEST()
112 EXPECT_EQ(isolatedNonAdditiveData, actualFieldValues->at(1).mValue.int_value); in TEST()
113 EXPECT_EQ(hostAdditiveData + isolatedAdditiveData, actualFieldValues->at(2).mValue.int_value); in TEST()
134 EXPECT_EQ(hostUid, actualFieldValues->at(0).mValue.int_value); in TEST()
[all …]
/frameworks/base/core/tests/coretests/src/android/text/
DPackedIntVectorTest.java49 int at; in testBasic() local
52 at = i; in testBasic()
54 at = p.size() - i; in testBasic()
62 p.insertAt(at, null); in testBasic()
64 p.insertAt(at, ins); in testBasic()
71 assertEquals(0, p.getValue(at, j)); in testBasic()
73 assertEquals(p.getValue(at, j), i + j); in testBasic()
148 int at = (osize - del) / 2; in testBasic() local
149 p.deleteAt(at, del); in testBasic()
153 for (int i = 0; i < at; i++) { in testBasic()
[all …]
/frameworks/rs/script_api/
Drs_atomic.spec41 Atomicly adds a value to the value at addr, i.e. <code>*addr += value</code>.
60 Atomicly performs a bitwise and of two values, storing the result back at addr,
81 If the value at addr matches compareValue then the newValue is written at addr,
104 …Atomicly subtracts one from the value at addr. This is equivalent to <code>@rsAtomicSub(addr, 1)<…
121 Atomicly adds one to the value at addr. This is equivalent to <code>@rsAtomicAdd(addr, 1)</code>.
139 Atomicly sets the value at addr to the maximum of *addr and value, i.e.
159 Atomicly sets the value at addr to the minimum of *addr and value, i.e.
179 Atomicly perform a bitwise or two values, storing the result at addr,
199 Atomicly subtracts a value from the value at addr, i.e. <code>*addr -= value</code>.
218 Atomicly performs a bitwise xor of two values, storing the result at addr,
/frameworks/native/opengl/tests/testPauseResume/
DREADME26 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…
27 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.throwEglException(GLSurfa…
28 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$EglHelper.start(GLSurfaceView.java:…
29 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.j…
30 E/AndroidRuntime( 1466): at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:110…
/frameworks/hardware/interfaces/stats/1.0/
Dtypes.hal6 * You may obtain a copy of the License at
111 MIN_TEMP = 1, // Snapshot at min batt temp over 24hrs.
112 MAX_TEMP, // Snapshot at max batt temp over 24hrs.
113 MIN_RESISTANCE, // Snapshot at min batt resistance over 24hrs.
114 MAX_RESISTANCE, // Snapshot at max batt resistance over 24hrs.
115 MIN_VOLTAGE, // Snapshot at min batt voltage over 24hrs.
116 MAX_VOLTAGE, // Snapshot at max batt voltage over 24hrs.
117 MIN_CURRENT, // Snapshot at min batt current over 24hrs.
118 MAX_CURRENT, // Snapshot at max batt current over 24hrs.
119 MIN_BATT_LEVEL, // Snapshot at min battery level (SoC) over 24hrs.
[all …]
/frameworks/opt/net/wifi/service/proto/src/
Dscorecard.proto6 // You may obtain a copy of the License at
57 repeated Signal event_stats = 4; // Statistics taken at specific events
72 // Records statistics gathered at various points in the life-cycle of
73 // a connection, e.g., at disconnections of various flavors. May be
139 // Number of access points found in most recent WiFi scan at 2G
170 // Number of connection attempts at high RSSI
172 // Number of connection failures at high RSSI
177 // Number of association rejections at high RSSI
179 // Number of association timeouts at high RSSI
181 // Number of authentication failures (excluding wrong password) at high RSSI
[all …]
/frameworks/base/samples/demo/haptic-assessment/
DREADME.txt9 2) One shot vibration with 20ms duration at max amplitude.
11 3) Waveform vibration with 500ms duration at half amplitude, then 500ms duration
12 at max amplitude. This will pass if the device supports vibration amplitude
/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp391 … invalidValues->emplace_back(TField((validValues->at(0) + validValues->at(1)) / 2)); in getTestValues()
392 … invalidValues->emplace_back(TField((validValues->at(N - 2) + validValues->at(N - 1)) / 2)); in getTestValues()
395 invalidValues->emplace_back(TField(validValues->at(0) + 1)); in getTestValues()
396 invalidValues->emplace_back(TField(validValues->at(N - 1) - 1)); in getTestValues()
429 … invalidValues->emplace_back(TField((validValues->at(0) + validValues->at(1)) / 2)); in getTestValues()
430 … invalidValues->emplace_back(TField((validValues->at(N - 2) + validValues->at(N - 1)) / 2)); in getTestValues()
432 if (validValues->at(1) - validValues->at(0) > 1) { in getTestValues()
433 invalidValues->emplace_back(TField(validValues->at(0) + 1)); in getTestValues()
435 if (validValues->at(N - 1) - validValues->at(N - 2) > 1) { in getTestValues()
436 invalidValues->emplace_back(TField(validValues->at(N - 1) - 1)); in getTestValues()
/frameworks/base/core/proto/android/server/
Dwirelesschargerdetector.proto6 * You may obtain a copy of the License at
37 // True if the device is thought to be at rest on a wireless charger.
39 // The gravity vector most recently observed while at rest.
45 // True if the rest position should be updated if at rest.
49 // The number of samples collected that showed evidence of not being at rest.
/frameworks/base/core/proto/android/server/connectivity/
Ddata_stall_event.proto6 * You may obtain a copy of the License at
65 // Indicate the radio technology at the time of data stall suspected.
67 // True if device is in roaming network at the time of data stall suspected.
73 // Signal strength level at the time of data stall suspected.
79 // Signal strength at the time of data stall suspected.
/frameworks/ml/nn/common/
DIndexedShapeWrapper.cpp37 if (index->at(i) < shape->dimensions[i] - 1) { in nextIndexInplace()
47 ++index->at(i); in nextIndexInplace()
48 if (index->at(i) == shape->dimensions[i]) { in nextIndexInplace()
49 index->at(i) = 0; in nextIndexInplace()
/frameworks/base/core/java/android/os/
DUEventObserver.java141 int at = message.indexOf('\0', offset); in UEvent() local
142 if (at < 0) break; in UEvent()
144 if (equals > offset && equals < at) { in UEvent()
147 message.substring(equals + 1, at)); in UEvent()
150 offset = at + 1; in UEvent()
/frameworks/rs/script_api/include/
Drs_atomic.rsh6 * You may obtain a copy of the License at
42 * Atomicly adds a value to the value at addr, i.e. *addr += value.
63 * Atomicly performs a bitwise and of two values, storing the result back at addr,
85 * If the value at addr matches compareValue then the newValue is written at addr,
111 * Atomicly subtracts one from the value at addr. This is equivalent to rsAtomicSub(addr, 1).
131 * Atomicly adds one to the value at addr. This is equivalent to rsAtomicAdd(addr, 1).
151 * Atomicly sets the value at addr to the maximum of *addr and value, i.e.
173 * Atomicly sets the value at addr to the minimum of *addr and value, i.e.
195 * Atomicly perform a bitwise or two values, storing the result at addr,
217 * Atomicly subtracts a value from the value at addr, i.e. *addr -= value.
[all …]
/frameworks/base/rs/java/android/renderscript/
DAllocationAdapter.java281 Type at = a.getType(); in createTyped() local
282 if ((t.getX() > at.getX()) || in createTyped()
283 (t.getY() > at.getY()) || in createTyped()
284 (t.getZ() > at.getZ()) || in createTyped()
285 (t.getArrayCount() > at.getArrayCount())) { in createTyped()
292 if (t.getArray(i) > at.getArray(i)) { in createTyped()
/frameworks/base/libs/protoutil/src/
DEncodedBuffer.cpp109 EncodedBuffer::at(const Pointer& p) const in at() function in android::util::EncodedBuffer
150 return at(mWp); in writeBuffer()
284 uint8_t val = *at(mEp); in readRawByte()
329 *at(mEp) = (uint8_t) (val >> i); in editRawFixed32()
343 writeRawByte(*at(cp)); in copy()
379 return hasNext() ? const_cast<uint8_t const*>(mData->at(mRp)) : NULL; in readBuffer()
399 uint8_t res = *(mData->at(mRp)); in next()
/frameworks/base/packages/BackupEncryption/proto/
Dwrapped_key.proto17 // What kind of Cipher algorithm the key is used for. We assume at the moment
19 // Provided here for forwards compatibility in case at some point we need to
36 // Cipher algorithm used to wrap the key. We assume at the moment that this
38 // forwards compatibility if at some point we need to change Cipher algorithm.
/frameworks/compile/mclinker/include/mcld/MC/
DSymbolCategory.h46 LDSymbol& at(size_t pPosition) { return *m_OutputSymbols.at(pPosition); } in at() function
48 const LDSymbol& at(size_t pPosition) const { in at() function
49 return *m_OutputSymbols.at(pPosition); in at()
/frameworks/base/cmds/statsd/tests/
DStatsLogProcessor_test.cpp905 const auto& activation1 = metricProducer1->mEventActivationMap.at(i); in TEST()
917 const auto& activation2 = metricProducer1->mEventActivationMap.at(i); in TEST()
990 const auto& activation1001_1 = metricProducer1001->mEventActivationMap.at(i); in TEST()
1003 const auto& activation1001_2 = metricProducer1001->mEventActivationMap.at(i); in TEST()
1091 const auto& activationTimeBase3_1 = metricProducerTimeBase3_1->mEventActivationMap.at(i); in TEST()
1104 const auto& activationTimeBase3_2 = metricProducerTimeBase3_1->mEventActivationMap.at(i); in TEST()
1193 const auto& activationTimeBase4_1 = metricProducerTimeBase4_1->mEventActivationMap.at(i); in TEST()
1206 const auto& activationTimeBase4_2 = metricProducerTimeBase4_1->mEventActivationMap.at(i); in TEST()
1294 const auto& activation1_1_1 = metricProducer1_1->mEventActivationMap.at(0); in TEST()
1300 const auto& activation1_1_2 = metricProducer1_1->mEventActivationMap.at(1); in TEST()
[all …]
/frameworks/native/services/surfaceflinger/tests/
DBufferGeneratorShader.h157 // Burley 2012, "Physically-Based Shading at Disney"
320 // Camera position and "look at"
/frameworks/av/services/audiopolicy/engine/common/src/
DProductStrategy.cpp233 return at(strategy)->getAudioAttributes()[0]; in getAttributesForProductStrategy()
257 return at(getDefault())->getDeviceTypes(); in getDeviceTypesForProductStrategy()
259 return at(strategy)->getDeviceTypes(); in getDeviceTypesForProductStrategy()
270 return at(getDefault())->getDeviceAddress(); in getDeviceAddressForProductStrategy()
272 return at(psId)->getDeviceAddress(); in getDeviceAddressForProductStrategy()
304 return at(defaultStrategy)->getDefaultVolumeGroup(); in getDefaultVolumeGroup()
/frameworks/native/opengl/specs/
DEGL_ANDROID_get_frame_timestamps.txt19 Brian Anderson, Google Inc. (brianderson 'at' google.com)
20 Dan Stoza, Google Inc. (stoza 'at' google.com)
21 Pablo Ceballos, Google Inc. (pceballos 'at' google.com)
22 Jesse Hall, Google Inc. (jessehall 'at' google.com)
23 Fabien Sanglard, Google Inc. (sanglardf 'at' google.com)
186 - EGL_FIRST_COMPOSITION_START_TIME_ANDROID - The first time at which
188 - EGL_LAST_COMPOSITION_START_TIME_ANDROID - The last time at which the
195 - EGL_FIRST_COMPOSITION_GPU_FINISHED_TIME_ANDROID - The time at which
199 - EGL_DISPLAY_PRESENT_TIME_ANDROID - The time at which this frame
205 - EGL_READS_DONE_TIME_ANDROID - The time at which all reads for the
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dkernel2d_oldstyle.rscript6 * You may obtain a copy of the License at
30 rsDebug("xform at x, y", x, y);
47 rsDebug("test_xform_output at i, j", i, j);
Dkernel2d.rscript6 * You may obtain a copy of the License at
30 rsDebug("root at x, y", x, y);
47 rsDebug("test_root_output at i, j", i, j);
/frameworks/native/cmds/lshal/
Dutils.cpp45 if (s->at(i) == from) { in replaceAll()
46 s->at(i) = to; in replaceAll()

12345678910>>...77