Searched refs:at (Results 1 - 25 of 263) sorted by relevance

1234567891011

/frameworks/base/libs/hwui/utils/
H A DVectorDrawableUtils.cpp6 * You may obtain a copy of the License at
123 // Taken from equations at: http://spaceroots.org/documents/ellipse/node8.html
303 currentX += points->at(k + 0);
304 currentY += points->at(k + 1);
309 outPath->rLineTo(points->at(k + 0), points->at(k + 1));
311 outPath->rMoveTo(points->at(k + 0), points->at(k + 1));
317 currentX = points->at(k + 0);
318 currentY = points->at(
[all...]
/frameworks/base/core/tests/coretests/src/android/text/
H A DPackedIntVectorTest.java6 * You may obtain a copy of the License at
37 int at;
40 at = i;
42 at = p.size() - i;
50 p.insertAt(at, null);
52 p.insertAt(at, ins);
59 assertEquals(0, p.getValue(at, j));
61 assertEquals(p.getValue(at, j), i + j);
136 int at = (osize - del) / 2;
137 p.deleteAt(at, de
[all...]
/frameworks/rs/api/
H A Drs_atomic.spec6 # You may obtain a copy of the License at
41 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)</code>.
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 add
[all...]
H A Drs_core.spec6 # You may obtain a copy of the License at
20 RenderScript is a high-performance runtime that provides compute operations at the native level.
21 RenderScript code is compiled on devices at runtime to allow platform-independence as well.
/frameworks/base/core/java/android/os/
H A DUEventObserver.java6 * You may obtain a copy of the License at
136 int at = message.indexOf('\0', offset);
137 if (at < 0) break;
139 if (equals > offset && equals < at) {
142 message.substring(equals + 1, at));
145 offset = at + 1;
/frameworks/base/media/mca/filterfw/native/
H A DAndroid.mk5 # You may obtain a copy of the License at
39 # gcc should always be placed at the end.
/frameworks/compile/mclinker/include/mcld/MC/
H A DSymbolCategory.h46 LDSymbol& at(size_t pPosition) { return *m_OutputSymbols.at(pPosition); } function in class:mcld::SymbolCategory
48 const LDSymbol& at(size_t pPosition) const { function in class:mcld::SymbolCategory
49 return *m_OutputSymbols.at(pPosition);
/frameworks/rs/cpu_ref/
H A DrsCpuBLAS.inc6 * You may obtain a copy of the License at
/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java6 * You may obtain a copy of the License at
35 "This operation is not supported with adapters at this time.");
261 * size of the view starting at that point.
281 Type at = a.getType();
282 if ((t.getX() > at.getX()) ||
283 (t.getY() > at.getY()) ||
284 (t.getZ() > at.getZ()) ||
285 (t.getArrayCount() > at.getArrayCount())) {
292 if (t.getArray(i) > at.getArray(i)) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S6 @ You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
H A DAndroid.mk5 # You may obtain a copy of the License at
/frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
H A DAndroid.mk5 # You may obtain a copy of the License at

Completed in 357 milliseconds

1234567891011