Searched refs:set (Results 126 - 150 of 796) sorted by relevance

1234567891011>>

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBucketTest.java64 mBucket.set(i);
86 mBucket.set(j);
107 mBucket.set(j);
129 mBucket.set(i);
/frameworks/base/core/jni/
H A Dcom_android_internal_net_NetworkStatsFactory.cpp43 jfieldID set; member in struct:android::__anon882
55 int32_t set; member in struct:android::stats_line
208 &s.uid, &s.set, &s.rxBytes, &s.rxPackets,
234 ScopedIntArrayRW set(env, get_int_array(env, stats,
235 gNetworkStatsClassInfo.set, size, grow));
236 if (set.get() == NULL) return -1;
261 set[i] = lines[i].set;
274 env->SetObjectField(stats, gNetworkStatsClassInfo.set, set
[all...]
H A Dandroid_view_TextureView.cpp41 jmethodID set; member in struct:android::__anon878
152 rect.set(Rect(0x3FFF, 0x3FFF));
174 clipRect.set(rect.left, rect.top, rect.right, rect.bottom);
179 INVOKEV(dirtyRect, gRectClassInfo.set,
230 GET_METHOD_ID(gRectClassInfo.set, clazz, "set", "(IIII)V");
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp107 params.set(CameraParameters::KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO,
119 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_SIZES,
130 params.set(CameraParameters::KEY_SUPPORTED_VIDEO_SIZES,
139 params.set(CameraParameters::KEY_PREVIEW_FORMAT,
199 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FORMATS,
211 params.set(CameraParameters::KEY_PREVIEW_FRAME_RATE,
218 params.set(CameraParameters::KEY_PREVIEW_FPS_RANGE,
231 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE,
262 params.set(CameraParameters::KEY_SUPPORTED_PREVIEW_FRAME_RATES,
287 params.set(CameraParameter
1156 status_t Parameters::set(const String8& paramString) { function in class:android::camera2::Parameters
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DBackgroundDexOptService.java73 mIdleTime.set(true);
87 if (!pm.performDexOpt(pkg, null /* instruction set */, true)) {
103 mIdleTime.set(false);
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
H A DSgTransform.java96 mChildField.set(child.getData(), i, false);
106 mTransformField.set(getData(), 0, true);
/frameworks/base/tools/aapt/
H A DAaptConfig.h20 #include <set>
45 bool parseCommaSeparatedList(const android::String8& str, std::set<ConfigDescription>* outSet);
50 * is set accordingly.
/frameworks/base/core/java/android/transition/
H A DCrossfade.java233 AnimatorSet set = new AnimatorSet();
234 set.playTogether(anim);
236 set.playTogether(anim1);
245 set.playTogether(anim2);
251 set.playTogether(anim3);
254 return set;
282 // TODO: lrtb will be wrong if the view has transXY set
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.cpp99 shaderKey.set(keyMask, keyVal);
120 needs.set(Key::TEXTURE_MASK,
125 .set(Key::PLANE_ALPHA_MASK,
127 .set(Key::BLEND_MASK,
129 .set(Key::OPACITY_MASK,
131 .set(Key::COLOR_MATRIX_MASK,
/frameworks/av/camera/
H A DCameraParameters.cpp238 void CameraParameters::set(const char *key, const char *value) function in class:android::CameraParameters
254 void CameraParameters::set(const char *key, int value) function in class:android::CameraParameters
258 set(key, str);
265 set(key, str);
351 set(KEY_PREVIEW_SIZE, str);
381 set(KEY_VIDEO_SIZE, str);
400 set(KEY_PREVIEW_FRAME_RATE, fps);
418 set(KEY_PREVIEW_FORMAT, format);
430 set(KEY_PICTURE_SIZE, str);
450 set(KEY_PICTURE_FORMA
[all...]
/frameworks/base/core/java/android/content/
H A DIntentFilter.java263 private static int findStringInSet(String[] set, String string, argument
265 if (set == null) return -1;
268 if (set[i].equals(string)) return i;
273 private static String[] addStringToSet(String[] set, String string, argument
275 if (findStringInSet(set, string, lengths, lenPos) >= 0) return set;
276 if (set == null) {
277 set = new String[2];
278 set[0] = string;
280 return set;
297 removeStringFromSet(String[] set, String string, int[] lengths, int lenPos) argument
[all...]
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
H A DWifiConfigurationHelper.java60 config.allowedKeyManagement.set(KeyMgmt.NONE);
80 config.allowedKeyManagement.set(KeyMgmt.NONE);
81 config.allowedAuthAlgorithms.set(AuthAlgorithm.OPEN);
82 config.allowedAuthAlgorithms.set(AuthAlgorithm.SHARED);
101 config.allowedKeyManagement.set(KeyMgmt.WPA_PSK);
124 config.allowedKeyManagement.set(KeyMgmt.WPA_EAP);
125 config.allowedKeyManagement.set(KeyMgmt.IEEE8021X);
163 * static IP settings are also supported. If the field "ip" is set, then the fields "gateway",
/frameworks/base/tools/aidl/
H A DAST.h6 #include <set>
30 // Write the modifiers that are set in both mod and mask
38 virtual void GatherTypes(set<Type*>* types) const = 0;
78 virtual void GatherTypes(set<Type*>* types) const;
107 virtual void GatherTypes(set<Type*>* types) const;
331 virtual void GatherTypes(set<Type*>* types) const;
353 virtual void GatherTypes(set<Type*>* types) const;
362 set<Type*> imports;
/frameworks/base/libs/hwui/
H A DMatrix.cpp192 v.set(SkMatrix::kMScaleX, data[kScaleX]);
193 v.set(SkMatrix::kMSkewX, data[kSkewX]);
194 v.set(SkMatrix::kMTransX, data[kTranslateX]);
196 v.set(SkMatrix::kMSkewY, data[kSkewY]);
197 v.set(SkMatrix::kMScaleY, data[kScaleY]);
198 v.set(SkMatrix::kMTransY, data[kTranslateY]);
200 v.set(SkMatrix::kMPersp0, data[kPerspective0]);
201 v.set(SkMatrix::kMPersp1, data[kPerspective1]);
202 v.set(SkMatrix::kMPersp2, data[kPerspective2]);
366 set(
[all...]
H A DAmbientShadow.cpp53 // If this is set to negative value, then all the edge will be tessellated.
227 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], casterVertices[i].x,
250 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], outerVertex.x,
286 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], currentOuter.x,
295 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], currentInner.x,
311 AlphaVertex::set(&shadowVertices[vertexBufferIndex++], centroid3d.x,
H A DSnapshot.cpp68 mClipRectRoot.set(*s->clipRect);
100 clipRect->set(bounds.fLeft, bounds.fTop, bounds.fRight, bounds.fBottom);
112 tmp.set(left, top, right, bottom);
169 clipRect->set(left, top, right, bottom);
184 mLocalClip.set(*clipRect);
/frameworks/base/core/java/android/util/
H A DArraySet.java28 * ArraySet is a generic set data structure that is designed to be more memory efficient than a
32 * entry in the set (instead of a pair for a mapping).
42 * you have no control over this shrinking -- if you set a capacity and then remove an
44 * explicit call to set the capacity should turn off this aggressive shrinking behavior.</p>
248 public ArraySet(ArraySet<E> set) { argument
250 if (set != null) {
251 addAll(set);
256 public ArraySet(Collection<E> set) { argument
258 if (set != null) {
259 addAll(set);
[all...]
/frameworks/rs/
H A DrsProgram.cpp63 mInputElements[input].set(reinterpret_cast<Element *>(params[ct+1]));
67 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1]));
173 mConstants[slot].set(alloc);
194 mTextures[slot].set(a);
207 mSamplers[slot].set(s);
H A DrsComponent.cpp23 set(RS_TYPE_NONE, RS_KIND_USER, false, 1);
29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { function in class:Component
273 set(mType, mKind, mNormalized, mVectorSize);
H A DrsSampler.cpp61 ss->mSamplers[slot].set(this);
95 returnRef.set(existing);
108 returnRef.set(s);
/frameworks/base/core/java/android/app/
H A DAlarmManager.java207 public void set(int type, long triggerAtMillis, PendingIntent operation) { method in class:AlarmManager
217 * <p>Like {@link #set}, except you can also supply a period at which
228 * set a recurring alarm for the top of every hour but the phone was asleep
255 * @see #set
274 * is similar to {@link #set(int, long, PendingIntent)}, but allows the
287 * {@link #set(int, long, PendingIntent)} method. This will give the OS the most
305 * @see #set
326 * This method is like {@link #set(int, long, PendingIntent)}, but does not permit
344 * @see #set
374 * @see #set
390 public void set(int type, long triggerAtMillis, long windowMillis, long intervalMillis, method in class:AlarmManager
[all...]
H A DDatePickerDialog.java62 * @param year The year that was set.
63 * @param monthOfYear The month that was set (0-11) for compatibility
65 * @param dayOfMonth The day of the month that was set.
72 * @param callBack How the parent is notified that the date is set.
98 * @param listener How the parent is notified that the date is set.
166 mCalendar.set(Calendar.YEAR, year);
167 mCalendar.set(Calendar.MONTH, month);
168 mCalendar.set(Calendar.DAY_OF_MONTH, day);
/frameworks/base/core/java/android/os/
H A DWorkSource.java179 public void set(WorkSource other) { method in class:WorkSource
207 public void set(int uid) { method in class:WorkSource
215 public void set(int uid, String name) { method in class:WorkSource
427 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { argument
429 return updateUidsLocked(other, set, returnNewbs);
439 return updateUidsAndNamesLocked(other, set, returnNewbs);
451 private boolean updateUidsLocked(WorkSource other, boolean set, boolean returnNewbs) { argument
458 if (DEBUG) Log.d(TAG, "Update " + this + " with " + other + " set=" + set
488 if (!set) {
543 updateUidsAndNamesLocked(WorkSource other, boolean set, boolean returnNewbs) argument
[all...]
/frameworks/opt/net/voip/src/jni/rtp/
H A DAmrCodec.cpp53 int set(int sampleRate, const char *fmtp);
67 int AmrCodec::set(int sampleRate, const char *fmtp) function in class:__anon1452::AmrCodec
75 // Handle mode-set and octet-align.
76 const char *modes = strcasestr(fmtp, "mode-set=");
211 int set(int sampleRate, const char *fmtp) { function in class:__anon1452::GsmEfrCodec
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsConfiguration.java198 displayRect.set(0, 0, dm.widthPixels, dm.heightPixels);
292 systemInsets.set(insets);
362 taskStackBounds.set(0, topInset, windowWidth - rightInset, windowHeight);
365 taskStackBounds.set(0, searchBarBounds.bottom, windowWidth, windowHeight);
383 searchBarSpaceBounds.set(0, topInset, searchBarSize, windowHeight);
386 searchBarSpaceBounds.set(0, topInset, windowWidth, topInset + searchBarSize);

Completed in 4747 milliseconds

1234567891011>>