Searched refs:set (Results 251 - 275 of 541) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java56 // The single hardcoded restore set always has the same (nonzero!) token
99 // Each 'record' in the restore set is kept in its own file, named by
101 // record operations and building a set of all the updates to apply
114 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
186 // one hardcoded restore set
187 RestoreSet set = new RestoreSet("Local disk image", "flash", RESTORE_TOKEN);
188 RestoreSet[] array = { set };
193 // The hardcoded restore set always has the same token
223 // The restore set is the concatenation of the individual record blobs,
/frameworks/base/libs/hwui/
H A DLayer.h59 regionRect.set(bounds.leftTop().x, bounds.leftTop().y,
65 texCoords.set(
287 * If set to true (by default), the layer can be reused.
292 * When set to true, this layer must be treated as a texture
298 * When set to true, this layer is dirty and should be cleared
H A DSkiaShader.h80 virtual void set(TextureCache* textureCache, GradientCache* gradientCache) { function in struct:android::uirenderer::SkiaShader
232 void set(TextureCache* textureCache, GradientCache* gradientCache);
/frameworks/base/media/mca/filterfw/jni/
H A DAndroid.mk45 # to add this library to the prelink map and set this to true. However,
/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/services/java/com/android/server/display/
H A DLogicalDisplay.java64 private DisplayInfo mOverrideDisplayInfo; // set by the window manager
242 mTempLayerStackRect.set(0, 0, displayInfo.logicalWidth, displayInfo.logicalHeight);
286 mTempDisplayRect.set(displayRectLeft, displayRectTop,
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiApConfigStore.java149 Log.e(TAG, "Bad version on hotspot configuration file, set defaults");
155 config.allowedKeyManagement.set(authType);
206 config.allowedKeyManagement.set(KeyMgmt.WPA2_PSK);
H A DWifiConfigStore.java79 * be in any order. A EOS at the end of a set of (key, value) pairs
80 * indicates that the next set of (key, value) pairs are for a new
536 * set IP configuration for a given network id
994 loge("failed to set SSID: "+config.SSID);
1003 loge("failed to set BSSID: "+config.BSSID);
1014 loge("failed to set key_mgmt: "+
1026 loge("failed to set proto: "+
1038 loge("failed to set auth_alg: "+
1051 loge("failed to set pairwise: "+
1063 loge("failed to set grou
1526 makeString(BitSet set, String[] strings) argument
[all...]
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLinker.h20 #include <set>
263 typedef std::set<LDSymbol*> ForceLocalSymbolTable;
/frameworks/ex/common/java/com/android/common/content/
H A DSQLiteContentProvider.java210 mApplyingBatch.set(true);
236 mApplyingBatch.set(false);
/frameworks/native/include/ui/
H A DRegion.h55 void set(const Rect& r);
56 void set(uint32_t w, uint32_t h);
168 // with an extra Rect as the last element which is set to the
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java63 public GLDualGL2View(Context context, AttributeSet set) { argument
64 super(context, set);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java170 public void set(int i, int j, float x, float y, float z) { method in class:TestView.Grid
255 mGrid.set(i,j, x, y, z);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DSIMRecords.java79 * It will be set in onSimReady if reading GET_CPHS_INFO successfully
189 // recordsToLoad is set to 0 because no requests are made yet
231 log("SIMRecords: onRadioOffOrNotAvailable set 'gsm.sim.operator.numeric' to operator=null");
232 SystemProperties.set(PROPERTY_ICC_OPERATOR_NUMERIC, null);
233 SystemProperties.set(PROPERTY_ICC_OPERATOR_ALPHA, null);
234 SystemProperties.set(PROPERTY_ICC_OPERATOR_ISO_COUNTRY, null);
236 // recordsRequested is set to false indicating that the SIM
237 // read requests made so far are not valid. This is set to
238 // true only when fresh set of read requests are made.
271 * if the number starts with '+', then set t
[all...]
/frameworks/rs/
H A DrsFont.cpp65 ALOGE("Unable to set font size on %s", name);
173 bounds->set(1e6, -1e6, 1e6, -1e6);
518 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(),
524 mFontShaderF.set(pf);
527 mFontSampler.set(Sampler::getSampler(mRSC, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST,
532 mFontProgramStore.set(ProgramStore::getProgramStore(mRSC, true, true, true, true,
554 mTextTexture.set(cacheAlloc);
617 mMesh.set(new Mesh(mRSC, 1, 1));
760 mDefault.set(Font::create(mRSC, fullPath.string(), 8, mRSC->getDPI()));
/frameworks/base/services/java/com/android/server/wm/
H A DWindowStateAnimator.java126 /** This is set when there is no Surface */
128 /** This is set after the Surface has been created but before the window has been drawn. During
131 /** This is set after the window has finished drawing for the first time but before its surface
134 /** This is set during the time after the window's drawing has been committed, and before its
496 mSize.set(w, h);
538 mPosition.set(x, y);
548 mSize.set(w, h);
559 mWindowCrop.set(crop);
669 mWin.mLastSystemDecorRect.set(0, 0, 0, 0);
712 + ", set lef
[all...]
H A DWindowState.java218 // This is set after IWindowSession.relayout() has been called at
226 // even if it is not currently visible for layout. This is set
381 container.set(pf);
384 display.set(df);
425 mParentFrame.set(pf);
435 content.set(cf);
438 visible.set(vf);
488 mCompatFrame.set(frame);
1083 outRegion.set(
1093 outRegion.set(fram
[all...]
/frameworks/base/core/jni/android/graphics/
H A DGraphics.cpp201 ir->set(env->GetIntField(obj, gRect_leftFieldID),
222 r->set(SkFloatToScalar(env->GetFloatField(obj, gRectF_leftFieldID)),
233 r->set(SkIntToScalar(env->GetIntField(obj, gRect_leftFieldID)),
254 point->set(env->GetIntField(obj, gPoint_xFieldID),
271 point->set(SkFloatToScalar(env->GetIntField(obj, gPointF_xFieldID)),
H A DCanvas.cpp129 bounds.set(SkFloatToScalar(l), SkFloatToScalar(t), SkFloatToScalar(r),
150 bounds.set(SkFloatToScalar(l), SkFloatToScalar(t), SkFloatToScalar(r),
226 r.set(SkFloatToScalar(left), SkFloatToScalar(top),
236 r.set(SkIntToScalar(left), SkIntToScalar(top),
261 rect.set(SkFloatToScalar(left), SkFloatToScalar(top),
297 r.set(SkFloatToScalar(left), SkFloatToScalar(top),
351 pts[i].set(SkFloatToScalar(src[0]), SkFloatToScalar(src[1]));
599 verts[i].set(SkFloatToFixed(src[0]), SkFloatToFixed(src[1]));
620 texsPtr->set(x, y);
624 texsPtr->set(
[all...]
/frameworks/base/libs/hwui/font/
H A DFont.cpp142 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
144 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
146 destination[2].set(destination[1].fX + tangent->fY * height,
148 destination[3].set(destination[0].fX + tangent->fY * height,
259 bounds->set(1e6, -1e6, -1e6, 1e6);
/frameworks/base/core/java/android/text/format/
H A DDateUtils.java353 * past will be reported as "0 minutes ago" if this is set to MINUTE_IN_MILLIS. Pass one of
374 * this is set to MINUTE_IN_MILLIS. Pass one of 0,
472 sThenTime.set(date1);
474 sThenTime.set(date2);
494 * the past will be reported as "0 minutes ago" if this is set to
544 startTime.set(day);
546 currentTime.set(today);
787 time.set(when);
793 time.set(System.currentTimeMillis());
1018 * If FORMAT_SHOW_TIME is set, th
[all...]
/frameworks/base/services/java/com/android/server/net/
H A DNetworkStatsService.java512 NetworkTemplate template, int uid, int set, int tag, int fields) {
514 return getUidComplete().getHistory(template, uid, set, tag, fields);
516 return getUidTagComplete().getHistory(template, uid, set, tag, fields);
632 final int set = mActiveUidCounterSet.get(uid, SET_DEFAULT);
634 mActiveIface, uid, set, tag, 0L, 0L, 0L, 0L, operationCount);
636 mActiveIface, uid, set, TAG_NONE, 0L, 0L, 0L, 0L, operationCount);
645 final int set = uidForeground ? SET_FOREGROUND : SET_DEFAULT;
647 if (oldSet != set) {
648 mActiveUidCounterSet.put(uid, set);
649 setKernelCounterSet(uid, set);
[all...]
/frameworks/av/media/mtp/
H A DMtpServer.cpp441 string.set("");
444 string.set("microsoft.com: 1.0; android.com: 1.0;");
457 string.set(prop_value);
461 string.set(prop_value);
463 string.set("1.0");
467 string.set(prop_value);
527 string.set(storage->getDescription());
940 // set permissions
/frameworks/av/media/libmedia/
H A DAudioEffect.cpp54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io);
86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io);
89 status_t AudioEffect::set(const effect_uuid_t *type, function in class:android::AudioEffect
101 ALOGV("set %p mUserData: %p uuid: %p timeLow %08x", this, user, type, type ? type->timeLow : 0);
110 ALOGE("set(): Could not get audioflinger");
134 ALOGE("set(): AudioFlinger could not create effect, status: %d", mStatus);
155 ALOGV("set() %p OK effect: %s id: %d status %d enabled %d", this, mDescriptor.name, mId, mStatus, mEnabled);
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java401 mContentInsetsBuffer.set(contentInsets);
412 mVisibleInsetsBuffer.set(visibleInsets);
423 mTouchableAreaBuffer.set(touchableArea);

Completed in 456 milliseconds

<<11121314151617181920>>