Searched defs:set (Results 101 - 125 of 173) sorted by path

1234567

/frameworks/base/rs/java/android/renderscript/
H A DMatrix3f.java38 * @param dataArray values to set the matrix to, must be 9
71 * @param x column of the value to set
72 * @param y row of the value to set
74 public void set(int x, int y, float v) { method in class:Matrix3f
218 set(i,0, ri0);
219 set(i,1, ri1);
220 set(i,2, ri2);
H A DMatrix4f.java40 * @param dataArray values to set the matrix to, must be 16
73 * @param x column of the value to set
74 * @param y row of the value to set
76 public void set(int x, int y, float v) { method in class:Matrix4f
238 set(i,0, ri0);
239 set(i,1, ri1);
240 set(i,2, ri2);
241 set(i,3, ri3);
267 * with the right and bottom clipping planes set to the given
268 * values. Left and top clipping planes are set t
[all...]
H A DShort2.java309 * set vector negate
349 * set vector value by Short2
353 public void set(Short2 a) { method in class:Short2
359 * set the vector field value by Short
396 * set the vector field value by index
H A DShort3.java329 * set vector negate
371 * set vector value by Short3
375 public void set(Short3 a) { method in class:Short3
382 * set the vector field value by Short
423 * set the vector field value by index
H A DShort4.java352 * set vector negate
396 * set vector value by Short4
400 public void set(Short4 a) { method in class:Short4
408 * set the vector field value by Short
453 * set the vector field value by index
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java268 // map UIDs to the set of participating packages under that UID
271 // set of backup services that have pending changes
441 // Restore some set of packages. Leave this one up to the caller to specify
672 // snapshot the pending-backup set and work on that
699 // Spin up a backup state sequence and set it running
829 mAlarmManager.set(AlarmManager.RTC_WAKEUP, System.currentTimeMillis(),
848 Slog.e(TAG, "Error from transport getting set list");
902 // Remove the token from the set
1097 // leftover journal files into the pending backup set
1121 // fully set u
1968 removePackageFromSetLocked(final HashSet<String> set, final String packageName) argument
3498 addPackagesToSet(TreeMap<String, PackageInfo> set, List<String> pkgNames) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java345 // non-wakeup alarms are types 1 and 3, i.e. have the low bit set
602 // We have to set current TimeZone info to kernel
661 SystemProperties.set(TIMEZONE_PROPERTY, zone.getID());
693 Slog.w(TAG, "set/setRepeating ignored because there is no intent");
745 Slog.v(TAG, "set(" + operation + ") : type=" + type
799 public void set(int type, long triggerAtTime, long windowLength, long interval,
805 "AlarmManager.set");
1363 set(mNativeData, type, alarmSeconds, alarmNanoseconds);
1408 private native void set(long nativeData, int type, long seconds, long nanoseconds); method in class:AlarmManagerService
1463 // This is a new alarm delivery set; bum
[all...]
H A DLockSettingsStorage.java437 mCache.put(new CacheKey().set(type, key, userId), value);
449 return mCache.containsKey(mCacheKey.set(type, key, userId));
453 return mCache.get(mCacheKey.set(type, key, userId));
485 public CacheKey set(int type, String key, int userId) { method in class:LockSettingsStorage.Cache.CacheKey
H A DTelephonyRegistry.java811 mCellInfo.set(phoneId, cellInfo);
1514 public void set(Time t, String s, int subId, int phoneId, ServiceState state) { method in class:TelephonyRegistry.LogSSC
1537 logSSC[next].set(t, s, subId, phoneId, state);
/frameworks/base/services/core/java/com/android/server/am/
H A DAppErrorResult.java20 public void set(int res) { method in class:AppErrorResult
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java191 // set if the sync active indicator should be reported
286 // the accounts are not set yet
613 * (pass null to url, set onlyTicklable to false), only those
615 * set onlyTicklable to true), or a specific provider (set url
922 // with ignoreBackoff set.
1294 tobj.set(time);
1377 table.set(0, 0,
1421 table.set(row, 0, authority, settings.syncable, settings.enabled);
1422 table.set(ro
3259 void set(int row, int col, Object... values) { method in class:SyncManager.PrintTable
[all...]
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java61 * {@link NetworkIdentitySet}, UID, set, and tag. Knows how to persist itself.
139 NetworkTemplate template, int uid, int set, int tag, int fields) {
140 return getHistory(template, uid, set, tag, fields, Long.MIN_VALUE, Long.MAX_VALUE);
148 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) {
153 final boolean setMatches = set == SET_ALL || key.set == set;
185 entry.set = key.set;
205 public void recordData(NetworkIdentitySet ident, int uid, int set, in argument
138 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields) argument
147 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) argument
239 findOrCreateHistory( NetworkIdentitySet ident, int uid, int set, int tag) argument
555 public final int set; field in class:NetworkStatsCollection.Key
560 Key(NetworkIdentitySet ident, int uid, int set, int tag) argument
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java650 mBackgroundWriteRunning.set(false);
688 mLastWritten.set(SystemClock.elapsedRealtime());
729 mLastWritten.set(SystemClock.elapsedRealtime());
1001 // Determine the set of users who are adding this
1292 Slog.w(TAG, "**** ro.build.version.sdk not set!");
2790 * {@link PackageManager#SIGNATURE_FIRST_NOT_SIGNED}: if the first signature set is null,
2792 * {@link PackageManager#SIGNATURE_SECOND_NOT_SIGNED}: if the second signature set is null,
2875 * Make sure the expanded scanned set contains all signatures in the
3198 // First figure out how good the original match set is.
3280 // Okay we found a previously set preferre
11693 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
11699 addPreferredActivityInternal(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, boolean always, int userId, String opname) argument
11733 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, int userId) argument
[all...]
H A DPreferredActivity.java38 PreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity, argument
41 mPref = new PreferredComponent(this, match, set, activity, always);
H A DPreferredComponent.java36 private static final String TAG_SET = "set";
40 private static final String ATTR_SET = "set"; // number
60 public PreferredComponent(Callbacks callbacks, int match, ComponentName[] set, argument
68 if (set != null) {
69 final int N = set.length;
74 ComponentName cn = set[i];
133 mParseError = "No name in set tag in preferred activity "
138 mParseError = "Too many set tags in preferred activity "
145 mParseError = "Bad set name " + name + " in preferred activity "
164 mParseError = "Not enough set tag
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_AlarmManagerService.cpp61 virtual int set(int type, struct timespec *ts) = 0;
75 int set(int type, struct timespec *ts);
87 int set(int type, struct timespec *ts);
109 int AlarmImplAlarmDriver::set(int type, struct timespec *ts) function in class:android::AlarmImplAlarmDriver
140 int AlarmImplTimerFd::set(int type, struct timespec *ts) function in class:android::AlarmImplTimerFd
250 ALOGW("Unable to set rtc to %ld: %s\n", tv.tv_sec, strerror(errno));
265 ALOGE("Unable to set kernel timezone to %d: %s\n", minswest, strerror(errno));
329 RTC change notifications, just set up as cancelable */
365 int result = impl->set(type, &ts);
368 ALOGE("Unable to set alar
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java862 private void assertUidTotal(NetworkTemplate template, int uid, int set, long rxBytes, argument
866 template, uid, set, TAG_NONE, FIELD_ALL);
873 assertValues(stats, IFACE_ALL, uid, set, TAG_NONE, rxBytes, rxPackets, txBytes, txPackets,
881 mAlarmManager.set(eq(AlarmManager.ELAPSED_REALTIME), anyLong(), anyLong(), anyLong(),
971 private static void assertValues(NetworkStats stats, String iface, int uid, int set, argument
974 if (set == SET_DEFAULT || set == SET_ALL) {
980 if (set == SET_FOREGROUND || set == SET_ALL) {
/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfo.java54 Set<Class<?>> set = Sets.newHashSet();
55 addTopLevelClassesTo(set);
56 return set;
59 private void addTopLevelClassesTo(Set<Class<?>> set) { argument
60 set.addAll(topLevelClasses);
62 info.addTopLevelClassesTo(set);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockPackageManager.java583 int match, ComponentName[] set, ComponentName activity) {
592 int match, ComponentName[] set, ComponentName activity) {
582 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
591 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
H A DMockResources.java184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DArrayMapTests.java150 Log.e("test", "Entry set hash codes differ: map=0x"
157 Log.e("test", "Failed calling equals on map entry set against array set");
162 Log.e("test", "Failed calling equals on array entry set against map set");
167 Log.e("test", "Key set hash codes differ: map=0x"
174 Log.e("test", "Failed calling equals on map key set against array set");
179 Log.e("test", "Failed calling equals on array key set against map set");
211 compareSets(HashSet set, ArraySet array) argument
312 dump(Set set, ArraySet array) argument
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCameraStreamer.java92 /** Map of set of clients (one for each target context) */
742 public void set(int newState) { method in class:CameraStreamer.State
743 mCurrent.set(newState);
824 /** The set of camera listeners. */
1143 mState.set(State.STATE_RUNNING);
1155 mState.set(State.STATE_STOPPED);
1163 mState.set(State.STATE_HALTED);
1170 mState.set(State.STATE_RUNNING);
H A DImageShader.java96 public void set(boolean normalize, int stride, int components, int type, float[] values) { method in class:ImageShader.VertexAttribute
110 public void set(boolean normalize, int offset, int stride, int components, int type, method in class:ImageShader.VertexAttribute
402 attr.set(false, FLOAT_SIZE * components, components, GLES20.GL_FLOAT, data);
408 attr.set(normalize, offset, stride, components, type, vbo);
643 // A non-null value of mSourceCoords indicates new values to be set.
646 attr.set(false, FLOAT_SIZE * 2, 2, GLES20.GL_FLOAT, mSourceCoords);
648 // Do not set again (even if failed, to not cause endless attempts)
655 // A non-null value of mTargetCoords indicates new values to be set.
658 attr.set(false, FLOAT_SIZE * 2, 2, GLES20.GL_FLOAT, mTargetCoords);
660 // Do not set agai
[all...]
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java79 /* If set, this will keep connections alive after a request has been
84 /* If set, this will cause response data to be sent in 'chunked' format */
87 /* If set, this will indicate a new redirection host */
90 /* If set, this indicates the reason for redirection */
153 * @param set True for the server to be HTTP/1.1, false for HTTP/1.0
155 public void setHttpVersion11(boolean set) { argument
156 http11 = set;
157 if (set) {
192 * When this value is set, the server will respond to a request with
193 * a redirect code with the Location response header set t
[all...]
/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);

Completed in 824 milliseconds

1234567