Searched refs:set (Results 176 - 200 of 590) sorted by relevance

1234567891011>>

/frameworks/rs/
H A DrsProgramFragment.cpp43 ALOGE("Attempting to set fixed function emulation color on user program");
44 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot set fixed function emulation color on user program");
48 ALOGE("Unable to set fixed function emulation color because allocation is missing");
49 rsc->setError(RS_ERROR_BAD_SHADER, "Unable to set fixed function emulation color because allocation is missing");
66 state->mLast.set(this);
124 mDefault.set(pf);
H A DrsMatrix4x4.h32 void set(uint32_t x, uint32_t y, float v) { function in struct:android::renderscript::Matrix4x4
H A DrsScriptIntrinsic.cpp36 mElement.set(e);
/frameworks/testing/uiautomator_test_libraries/src/com/android/uiautomator/common/helpers/
H A DDatePickerHelper.java26 * will set date specified in a Calendar object.
191 cal.set(Calendar.YEAR, year);
192 cal.set(Calendar.MONTH, month);
/frameworks/base/core/java/android/os/
H A DSystemProperties.java124 public static void set(String key, String val) { method in class:SystemProperties
/frameworks/base/graphics/java/android/graphics/
H A DPoint.java45 public void set(int x, int y) { method in class:Point
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRoundRectShape.java94 mInnerRect.set(r.left + mInset.left, r.top + mInset.top,
/frameworks/base/media/java/android/media/
H A DFaceDetector.java60 point.set(mMidPointX, mMidPointY);
132 * to the <var>maxFaces</var> value set at initialization
/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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValues.java128 Array.set(curValue, index, value);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsListRS.java125 mListAllocs.set(listElem, i, false);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DTextTest.java58 testData.set(dataItem, 0, true);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DCamera.java109 mField.set(mData, 0, true);
H A DLightBase.java83 mField.set(mFieldData, 0, true);
H A DRenderState.java93 mField.set(item, 0, true);
H A DTexture2D.java105 mField.set(mData, 0, true);
H A DTextureCube.java106 mField.set(mData, 0, true);
H A DVertexShader.java110 mField.set(item, 0, true);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc64 errno = 0; // opendir() will set errno if it failed to open directory.
65 // set cache is full, then Directory::begin() can return end().
/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h22 #include <set>
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DProgramCache.h77 inline Key& set(key_t mask, key_t value) { function in class:android::ProgramCache::Key
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmSMSDispatcher.java227 // and TP-MR is set to previously failed sms TP-MR
248 // and TP-MR is set to previously failed sms TP-MR
284 mIccRecords.set(null);
285 mUiccApplication.set(null);
289 mUiccApplication.set(newUiccApplication);
290 mIccRecords.set(newUiccApplication.getIccRecords());
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsicLUT.cpp52 lut.set(static_cast<Allocation *>(data));
/frameworks/base/core/java/android/widget/
H A DDateTimeView.java96 t.set(time);
114 t.set(mTimeMillis);
128 t.set(nowMillis);
/frameworks/base/core/java/com/android/internal/net/
H A DNetworkStatsFactory.java87 entry.set = SET_ALL;
145 entry.set = SET_ALL;
219 entry.set = reader.nextInt();

Completed in 536 milliseconds

1234567891011>>