Searched defs:set (Results 26 - 50 of 130) sorted by relevance

123456

/frameworks/support/renderscript/v8/rs_support/
H A DrsMatrix4x4.h32 void set(uint32_t x, uint32_t y, float v) { function in struct:android::renderscript::Matrix4x4
H A DrsObjectBase.h121 set(ref);
130 void set(T *ref) { function in class:android::renderscript::ObjectBaseRef
140 void set(const ObjectBaseRef &ref) { function in class:android::renderscript::ObjectBaseRef
141 set(ref.mRef);
/frameworks/base/core/java/android/app/
H A DAlarmManager.java135 public void set(int type, long triggerAtMillis, PendingIntent operation) { method in class:AlarmManager
137 mService.set(type, triggerAtMillis, operation);
148 * <p>Like {@link #set}, except you can also
159 * set a recurring alarm for the top of every hour but the phone was asleep
179 * @see #set
233 * number of wakeups. Otherwise, the alarm will be set as though the
240 * @see #set
271 * @see #set
/frameworks/base/core/java/android/os/
H A DSystemProperties.java124 public static void set(String key, String val) { method in class:SystemProperties
H A DWorkSource.java122 public void set(WorkSource other) { method in class:WorkSource
140 public void set(int uid) { method in class:WorkSource
223 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { argument
257 if (!set) {
/frameworks/base/core/java/android/provider/
H A DSyncStateContract.java98 * @param account the {@link Account} whose sync state should be set
103 public static void set(ContentProviderClient provider, Uri uri, method in class:SyncStateContract.Helpers
153 * @param account the {@link Account} whose sync state should be set
173 * @param uri the uri of the specific sync state to set
/frameworks/base/core/java/android/view/animation/
H A DTransformation.java98 public void set(Transformation t) { method in class:Transformation
100 mMatrix.set(t.getMatrix());
/frameworks/base/core/jni/
H A DTimeUtils.h67 void set(int64_t millis);
69 inline void set(int sec, int min, int hour, int mday, int mon, int year, function in class:android::Time
H A DTime.cpp192 Time::set(int64_t millis) function in class:android::Time
/frameworks/base/graphics/java/android/graphics/
H A DColorMatrix.java86 public void set(ColorMatrix src) { method in class:ColorMatrix
93 public void set(float[] src) { method in class:ColorMatrix
H A DPoint.java45 public void set(int x, int y) { method in class:Point
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix2f.java41 * @param dataArray values to set the matrix to, must be 4
74 * @param x column of the value to set
75 * @param y row of the value to set
77 public void set(int x, int y, float v) { method in class:Matrix2f
145 set(i,0, ri0);
146 set(i,1, ri1);
H A DMatrix3f.java41 * @param dataArray values to set the matrix to, must be 9
74 * @param x column of the value to set
75 * @param y row of the value to set
77 public void set(int x, int y, float v) { method in class:Matrix3f
221 set(i,0, ri0);
222 set(i,1, ri1);
223 set(i,2, ri2);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFloat4Param.java48 set(x, 0, 0, 0);
53 set(x, y, 0, 0);
58 set(x, y, z, 0);
63 set(x, y, z, w);
66 void set(float x, float y, float z, float w) { method in class:Float4Param
78 set(v.x, v.y, v.z, v.w);
/frameworks/base/voip/jni/rtp/
H A DG711Codec.cpp37 int set(int sampleRate, const char *fmtp) { function in class:__anon1175::UlawCodec
88 int set(int sampleRate, const char *fmtp) { function in class:__anon1175::AlawCodec
/frameworks/compile/libbcc/tests/data/src/
H A Dstructs.c51 void set(struct v* v, float x, float y, float z, float w) { function
64 set(&a, 1.0f, 2.0f, 3.0f, 4.0f);
65 set(&b, 5.0f, 6.0f, 7.0f, 8.0f);
/frameworks/rs/driver/
H A DrsdVertexArray.cpp54 void RsdVertexArray::Attrib::set(uint32_t type, uint32_t size, uint32_t stride, function in class:RsdVertexArray::Attrib
/frameworks/rs/
H A DrsObjectBase.h121 set(ref);
130 void set(T *ref) { function in class:android::renderscript::ObjectBaseRef
140 void set(const ObjectBaseRef &ref) { function in class:android::renderscript::ObjectBaseRef
141 set(ref.mRef);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix2f.java41 * @param dataArray values to set the matrix to, must be 4
74 * @param x column of the value to set
75 * @param y row of the value to set
77 public void set(int x, int y, float v) { method in class:Matrix2f
145 set(i,0, ri0);
146 set(i,1, ri1);
/frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
H A DPoint.java38 public void set(float x, float y) { method in class:Point
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DEffectsTest.java141 ev.set(position);
180 public void set(int position) { method in class:EffectsTest.EffectView
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java19 - fix set() to replace existing values
69 public void set(String key, String value) { method in class:DnsSdTxtRecord
/frameworks/base/core/tests/coretests/src/android/net/
H A DNetworkStatsTest.java313 private static void assertValues(NetworkStats stats, int index, String iface, int uid, int set, argument
316 assertValues(entry, iface, uid, set, tag);
321 NetworkStats.Entry entry, String iface, int uid, int set, int tag) {
324 assertEquals(set, entry.set);
320 assertValues( NetworkStats.Entry entry, String iface, int uid, int set, int tag) argument
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java157 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, argument
159 final int i = stats.findIndex(iface, uid, set, tag);
165 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, argument
167 final int i = stats.findIndex(iface, uid, set, tag);
/frameworks/base/include/androidfw/
H A DAssetDir.h109 void set(const String8& path, FileType type) { function in class:android::AssetDir::FileInfo

Completed in 752 milliseconds

123456