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

123

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Duset.h17 /// \class set uset.h ustl.h
23 class set : public vector<T> { class in namespace:ustl
25 typedef const set<T>& rcself_t;
40 inline set (void) : vector<T> () { } function in class:ustl::set
41 explicit inline set (size_type n) : vector<T> (n) { } function in class:ustl::set
42 inline set (rcself_t v) : vector<T> (v) { } function in class:ustl::set
43 inline set (const_iterator i1, const_iterator i2) : vector<T> () { insert (i1, i2); } function in class:ustl::set
64 typename set<T>::iterator set<T>::insert (const_reference v)
76 void set<
[all...]
/frameworks/base/awt/java/awt/image/renderable/
H A DParameterBlock.java29 * The class ParameterBlock groups an indexed set of parameter data with a set
108 public ParameterBlock set(Object obj, int index) { method in class:ParameterBlock
276 public ParameterBlock set(short s, int index) { method in class:ParameterBlock
277 return set(new Short(s), index);
301 public ParameterBlock set(long l, int index) { method in class:ParameterBlock
302 return set(new Long(l), index);
326 public ParameterBlock set(int i, int index) { method in class:ParameterBlock
327 return set(new Integer(i), index);
351 public ParameterBlock set(floa method in class:ParameterBlock
376 public ParameterBlock set(double d, int index) { method in class:ParameterBlock
401 public ParameterBlock set(char c, int index) { method in class:ParameterBlock
426 public ParameterBlock set(byte b, int index) { method in class:ParameterBlock
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DRect.java233 public void set(int left, int top, int right, int bottom) { method in class:Rect
246 public void set(Rect src) { method in class:Rect
351 * rectangle, return true and set this rectangle to that intersection,
364 * (and this rectangle is then set to that intersection) else
388 * If the specified rectangle intersects this rectangle, return true and set
395 * (and this rectangle is then set to that intersection) else
403 * If rectangles a and b intersect, return true and set this rectangle to
410 * @return true iff the two specified rectangles intersect. If they do, set
463 * it is set to the specified rectangle.
493 * it is set t
[all...]
H A DRectF.java141 public void set(float left, float top, float right, float bottom) { method in class:RectF
154 public void set(RectF src) { method in class:RectF
167 public void set(Rect src) { method in class:RectF
272 * rectangle, return true and set this rectangle to that intersection,
285 * (and this rectangle is then set to that intersection) else
309 * If the specified rectangle intersects this rectangle, return true and set
316 * (and this rectangle is then set to that intersection) else
324 * If rectangles a and b intersect, return true and set this rectangle to
331 * @return true iff the two specified rectangles intersect. If they do, set
387 dst.set(FastMat
[all...]
H A DRegion.java52 /** Return a region set to the specified rectangle
59 /** Return a region set to the specified rectangle
74 public boolean set(Region region) { method in class:Region
80 public boolean set(Rect r) { method in class:Region
86 public boolean set(int left, int top, int right, int bottom) { method in class:Region
116 * Return a new Rect set to the bounds of the region. If the region is
117 * empty, the Rect will be set to [0, 0, 0, 0]
127 * Rect will be set to [0, 0, 0, 0]
210 * If this region is empty, then dst will be set to empty.
229 * If this region is empty, then dst will be set t
[all...]
/frameworks/base/include/ui/
H A DRect.h66 inline void set(const Rect& rhs) { function in class:android::Rect
/frameworks/base/libs/audioflinger/
H A DAudioHardwareGeneric.cpp80 status_t lStatus = out->set(this, mFd, devices, format, channels, sampleRate);
120 status_t lStatus = in->set(this, mFd, devices, format, channels, sampleRate, acoustics);
141 // Implement: set voice volume
147 // Implement: set master volume
190 status_t AudioStreamOutGeneric::set( function in class:android::AudioStreamOutGeneric
309 status_t AudioStreamInGeneric::set( function in class:android::AudioStreamInGeneric
319 LOGV("AudioStreamInGeneric::set(%p, %d, %d, %d, %u)", hw, fd, *pFormat, *pChannels, *pRate);
H A DAudioHardwareStub.cpp49 status_t lStatus = out->set(format, channels, sampleRate);
74 status_t lStatus = in->set(format, channels, sampleRate, acoustics);
119 status_t AudioStreamOutStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate) function in class:android::AudioStreamOutStub
168 status_t AudioStreamInStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, function in class:android::AudioStreamInStub
H A DA2dpAudioInterface.cpp78 if ((err = out->set(devices, format, channels, sampleRate)) == NO_ERROR) {
231 status_t A2dpAudioInterface::A2dpAudioStreamOut::set( function in class:android::A2dpAudioInterface::A2dpAudioStreamOut
238 LOGD("A2dpAudioStreamOut::set %x, %d, %d, %d\n", device, lFormat, lChannels, lRate);
/frameworks/base/libs/surfaceflinger/
H A DTransform.cpp62 set(orientation, 0, 0);
132 void Transform::set(float tx, float ty) function in class:android::Transform
145 void Transform::set(float a, float b, float c, float d) function in class:android::Transform
154 status_t Transform::set(uint32_t flags, float w, float h) function in class:android::Transform
279 out.set(transform(reg.bounds()));
/frameworks/base/opengl/libs/EGL/
H A DLoader.cpp67 status_t Loader::driver_t::set(void* hnd, int32_t api) function in class:android::Loader::driver_t
159 hnd->set( load_driver(path, cnx, GLESv1_CM), GLESv1_CM );
162 hnd->set( load_driver(path, cnx, GLESv2), GLESv2 );
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java63 public GLDualGL2View(Context context, AttributeSet set) { argument
64 super(context, set);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
H A DMockPackageManager.java414 int match, ComponentName[] set, ComponentName activity) {
423 int match, ComponentName[] set, ComponentName activity) {
413 addPreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
422 replacePreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeResources.java224 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
225 return mContext.obtainStyledAttributes(set, attrs);
/frameworks/base/core/java/android/view/
H A DViewTreeObserver.java193 void set(InternalInsetsInfo other) { method in class:ViewTreeObserver.InternalInsetsInfo
194 contentInsets.set(other.contentInsets);
195 visibleInsets.set(other.visibleInsets);
/frameworks/base/media/libmedia/
H A DAudioRecord.cpp64 mStatus = set(inputSource, sampleRate, format, channels,
84 status_t AudioRecord::set( function in class:android::AudioRecord
97 LOGV("set(): sampleRate %d, channels %d, frameCount %d",sampleRate, channels, frameCount);
155 LOGV("AudioRecord::set() minFrameCount = %d", minFrameCount);
312 // the record head position will reset to 0, so if a marker is set, we need
H A DAudioTrack.cpp64 mStatus = set(streamType, sampleRate, format, channels,
80 mStatus = set(streamType, sampleRate, format, channels,
102 status_t AudioTrack::set( function in class:android::AudioTrack
371 // the playback head position will reset to 0, so if a marker is set, we need
693 // timing out when a loop has been set and we have already written upto loop end
/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/wifi/java/android/net/wifi/
H A DWifiConfiguration.java225 * When set, this network configuration entry should only be used when
267 * The set of key management protocols supported by this configuration.
273 * The set of security protocols supported by this configuration.
279 * The set of authentication protocols supported by this configuration.
285 * The set of pairwise ciphers for WPA supported by this configuration.
291 * The set of group ciphers supported by this configuration.
414 BitSet set = new BitSet();
416 set.set(src.readInt());
418 return set;
421 writeBitSet(Parcel dest, BitSet set) argument
[all...]
/frameworks/base/core/java/android/text/format/
H A DTime.java181 set(other);
390 * ends with "Z" then the timezone is set to UTC. If the date-time string
392 * field of this Time class is set to true and the <code>hour</code>,
393 * <code>minute</code>, and <code>second</code> fields are set to zero;
395 * <code>allDay</code> is set to false. The fields <code>weekDay</code>,
396 * <code>yearDay</code>, and <code>gmtoff</code> are always set to zero,
397 * and the field <code>isDst</code> is set to -1 (unknown). To set those
446 * the {@link #allDay} field is set to true and the {@link #hour},
447 * {@link #minute}, and {@link #second} fields are set t
537 native public void set(long millis); method in class:Time
550 public void set(Time that) { method in class:Time
569 public void set(int second, int minute, int hour, int monthDay, int month, int year) { method in class:Time
592 public void set(int monthDay, int month, int year) { method in class:Time
[all...]
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp60 static void set(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) { function in class:android::SkMatrixGlue
253 srcPt[i].set(SkFloatToScalar(src[x]), SkFloatToScalar(src[y]));
254 dstPt[i].set(SkFloatToScalar(dst[x]), SkFloatToScalar(dst[y]));
278 // we allocate twice the count, 1 set for src, 1 for dst
286 srcPt[i].set(SkFloatToScalar(srcArray[i << 1]),
345 matrix->set(i, SkFloatToFixed(src[i]));
348 matrix->set(j, SkFloatToFract(src[j]));
352 matrix->set(i, src[i]);
368 {"native_set","(II)V", (void*) SkMatrixGlue::set},
/frameworks/base/location/java/android/location/
H A DLocation.java112 set(l);
118 public void set(Location l) { method in class:Location
/frameworks/base/media/jni/soundpool/
H A DSoundPool.cpp525 mNextEvent.set(sample, nextChannelID, leftVolume, rightVolume, priority, loop, rate);
817 void SoundEvent::set(const sp<Sample>& sample, int channelID, float leftVolume, function in class:android::SoundEvent
/frameworks/base/services/java/com/android/server/
H A DAlarmManagerService.java156 public void set(int type, long triggerAtTime, PendingIntent operation) { method in class:AlarmManagerService
163 Slog.w(TAG, "set/setRepeating ignored because there is no intent");
176 if (localLOGV) Slog.v(TAG, "set: " + alarm);
231 // Or the bucket may be set to start more than an interval beyond
239 // fixup required) and set the alarm with the new, bucketed start time.
269 SystemProperties.set(TIMEZONE_PROPERTY, zone.getID());
391 time.set(a.when);
434 set(mDescriptor, alarm.type, alarmSeconds, alarmNanoseconds);
513 private native void set(int fd, int type, long seconds, long nanoseconds); method in class:AlarmManagerService
785 calendar.set(Calenda
[all...]

Completed in 1142 milliseconds

123