Searched refs:at (Results 1 - 25 of 309) 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
46 int at;
49 at = i;
51 at = p.size() - i;
59 p.insertAt(at, null);
61 p.insertAt(at, ins);
68 assertEquals(0, p.getValue(at, j));
70 assertEquals(p.getValue(at, j), i + j);
145 int at = (osize - del) / 2;
146 p.deleteAt(at, de
[all...]
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestLayers.cpp5 * You may obtain a copy of the License at
129 return mTestLayers.at(layer).getBuffer(outHandle, outAcquireFence);
137 return mTestLayers.at(layer).getBlendMode();
153 return mTestLayers.at(layer).getColor();
161 return mTestLayers.at(layer).getComposition();
169 return mTestLayers.at(layer).getCursorPosition();
177 return mTestLayers.at(layer).getDataspace();
185 return mTestLayers.at(layer).getDisplayFrame();
193 return mTestLayers.at(layer).getPlaneAlpha();
201 return mTestLayers.at(laye
[all...]
/frameworks/rs/script_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/native/cmds/lshal/
H A Dutils.cpp6 * You may obtain a copy of the License at
45 if (s->at(i) == from) {
46 s->at(i) = to;
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DANQPData.java6 * You may obtain a copy of the License at
61 * Check if this entry is expired at the specified time.
63 * @param at The time to check for
64 * @return true if it is expired at the given time
66 public boolean expired(long at) { argument
67 return mExpiryTime <= at;
/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/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DParallaxFloatTest.java9 * You may obtain a copy of the License at
86 var1.at(0, 0.5f);
97 var1.at(-100, 0.5f);
102 var1.at(100, 0.5f);
H A DParallaxIntTest.java6 * You may obtain a copy of the License at
83 var1.at(0, 0.5f);
94 var1.at(-100, 0.5f);
99 var1.at(100, 0.5f);
/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

Completed in 4726 milliseconds

1234567891011>>