Searched refs:value (Results 451 - 475 of 845) sorted by relevance

<<11121314151617181920>>

/frameworks/native/include/android/
H A Dconfiguration.h314 void AConfiguration_setScreenWidthDp(AConfiguration* config, int32_t value);
325 void AConfiguration_setScreenHeightDp(AConfiguration* config, int32_t value);
336 void AConfiguration_setSmallestScreenWidthDp(AConfiguration* config, int32_t value);
347 void AConfiguration_setLayoutDirection(AConfiguration* config, int32_t value);
/frameworks/native/include/ui/
H A DFramebufferNativeWindow.h71 static int query(const ANativeWindow* window, int what, int* value);
/frameworks/native/include/utils/
H A DPropertyMap.h28 * Provides a mechanism for passing around string-based property key / value pairs
34 * key = value
37 * The '=' separates the key from the value.
38 * The key and value may not contain whitespace.
60 void addProperty(const String8& key, const String8& value);
65 /* Gets the value of a property and parses it.
66 * Returns true and sets outValue if the key was found and its value was parsed successfully.
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_context.cpp80 void GLTraceState::safeSetValue(bool *ptr, bool value, pthread_rwlock_t *lock) { argument
82 *ptr = value;
88 bool value = *ptr; local
90 return value;
/frameworks/native/opengl/libs/
H A Dhooks.h84 EGLAPI void setGlThreadSpecific(gl_hooks_t const *value);
/frameworks/testing/androidtestlib/tests/src/com/android/test/runner/
H A DTestLoaderTest.java43 @RunWith(value = Parameterized.class)
/frameworks/base/media/libdrm/mobile1/include/objmng/
H A Ddrm_file.h30 /** Type value of a regular file or file name. */
32 /** Type value of a directory or directory name. */
34 /** Type value of a filter name */
190 * @param handle Pointer where the result handle value is placed when the function
269 * @param value The new current position of the file. If value is greater
277 int32_t DRM_file_setPosition(int32_t handle, int32_t value);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java294 public void setTextureParameter(int param, int value) { argument
297 if (!setNativeTextureParam(param, value)) {
298 throw new RuntimeException("Could not set texture value " + param + " = " + value + " " +
404 private native boolean setNativeTextureParam(int param, int value); argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_frame.cpp118 bool GLFrame::SetTextureParameter(GLenum pname, GLint value) { argument
119 if (value != tex_params_[pname]) {
121 glTexParameteri(GL_TEXTURE_2D, pname, value);
123 tex_params_[pname] = value;
H A Dnative_program.h54 bool CallSetValue(const std::string& key, const std::string& value);
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java171 public void setParameter(Integer value) { argument
173 mBassBoost.setStrength(value.shortValue());
202 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
204 short v = byteArrayToShort(value, 0);
H A DVirtualizerTest.java168 public void setParameter(Integer value) { argument
170 mVirtualizer.setStrength(value.shortValue());
199 public void onParameterChange(AudioEffect effect, int status, byte[] param, byte[] value) { argument
201 short v = byteArrayToShort(value, 0);
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java210 // C function EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
216 int[] value,
296 // C function EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value )
302 int[] value,
338 // C function EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
344 int value
412 // C function EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
418 int[] value,
212 eglGetConfigAttrib( EGLDisplay dpy, EGLConfig config, int attribute, int[] value, int offset ) argument
298 eglQuerySurface( EGLDisplay dpy, EGLSurface surface, int attribute, int[] value, int offset ) argument
414 eglQueryContext( EGLDisplay dpy, EGLContext ctx, int attribute, int[] value, int offset ) argument
/frameworks/av/camera/
H A DCameraParameters.cpp215 // Find the value.
232 void CameraParameters::set(const char *key, const char *value) argument
240 if (strchr(value, '=') || strchr(key, ';')) {
241 //XXX ALOGE("Value \"%s\"contains invalid character (= or ;)", value);
245 mMap.replaceValueFor(String8(key), String8(value));
248 void CameraParameters::set(const char *key, int value) argument
251 sprintf(str, "%d", value);
255 void CameraParameters::setFloat(const char *key, float value) argument
258 snprintf(str, sizeof(str), "%g", value);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java68 * presents the current value as an editable input field with an increment button
70 * change of the current value. Tapping on the input field allows to type in
71 * a desired value.
76 * value as an editable input field with a lesser value above and a greater
77 * value below. Tapping on the lesser or greater value selects it by animating
78 * the number axis up or down to make the chosen value current. Flinging up
79 * or down allows for multiple increments or decrements of the current value.
81 * of the current value
171 format(int value) argument
530 format(int value) argument
1142 setValue(int value) argument
1724 formatNumber(int value) argument
1839 getSelectedPos(String value) argument
2544 formatNumberWithLocale(int value) argument
[all...]
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java47 * <a href="{@docRoot}guide/topics/graphics/prop-animation.html#value-animator">Property
64 static final int SEEKED = 2; // Seeked to some time value
80 * to a value.
196 * The property/value sets being animated.
212 * or a positive value, the animation restarts from the beginning.
217 * or a positive value, the animation reverses direction on every iteration.
221 * This value used used with the {@link #setRepeatCount(int)} property to repeat
251 * value implies that that value is the one being animated to. However, this is not typically
253 * starting value fo
751 setRepeatCount(int value) argument
771 setRepeatMode(int value) argument
836 setInterpolator(TimeInterpolator value) argument
869 setEvaluator(TypeEvaluator value) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DWspTypeDecoder.java216 * return value can be retrieved by getValueString() method length of data in pdu can be
239 * return value can be retrieved by getValueString() method
259 * return value can be retrieved by getValue32() method
277 * return value can be retrieved by getValue32() method
300 * return value can be retrieved by getValue32() method
316 * return value can be retrieved by getValue32() method
341 * return value can be retrieved by getValue32() method
391 * return value can be retrieved first by getValueString() and second by getValue32() method
409 * value), getValueString() will return it. If a 'well known value' i
[all...]
/frameworks/support/renderscript/v8/rs_support/
H A Drs.spec238 param int value
244 param RsObjectBase value
250 param int64_t value
256 param float value
262 param double value
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG4ElementaryAssembler.cpp38 static bool GetAttribute(const char *s, const char *key, AString *value) { argument
39 value->clear();
55 value->setTo(&s[keyLen + 1], len - keyLen - 1);
132 AString value; local
133 CHECK(GetAttribute(params.c_str(), "mode", &value));
H A DMyTransmitter.h52 static bool GetAttribute(const char *s, const char *key, AString *value) { argument
53 value->clear();
64 value->setTo(&s[keyLen + 1], len - keyLen - 1);
269 AString value = response->mHeaders.valueAt(i); local
271 if (!strncmp(value.c_str(), "Basic", 5)) {
274 CHECK(!strncmp(value.c_str(), "Digest", 6));
277 i = value.find("nonce=");
279 CHECK_EQ(value.c_str()[i + 6], '\"');
280 ssize_t j = value.find("\"", i + 7);
283 mNonce.setTo(value,
490 AString value; local
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_GLES20Canvas.cpp527 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint, local
529 if (value == NULL) {
532 const jchar* glyphs = value->getGlyphs();
533 size_t glyphsCount = value->getGlyphsCount();
534 jfloat totalAdvance = value->getTotalAdvance();
535 const float* positions = value->getPos();
543 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint, local
545 if (value == NULL) {
548 const jchar* glyphs = value->getGlyphs();
549 size_t glyphsCount = value
558 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint, local
630 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint, local
[all...]
/frameworks/base/tools/aidl/
H A DAST.h50 string value; member in struct:LiteralExpression
52 LiteralExpression(const string& value);
60 string value; member in struct:StringLiteralExpression
62 StringLiteralExpression(const string& value);
101 string value; member in struct:Field
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoReader.cpp74 const char *value =pInfo.getStringFromPool(pItem.value); local
81 if (value == NULL) {
82 ALOGE("Invalid string index %d for value in RS pragma list.", pItem.value);
86 pResult.push(std::make_pair(key, value));
/frameworks/base/services/input/
H A DInputReader.cpp71 inline static T abs(const T& value) { argument
72 return value < 0 ? - value : value;
95 inline static int32_t signExtendNybble(int32_t value) { argument
96 return value >= 8 ? value - 16 : value;
99 static inline const char* toString(bool value) { argument
100 return value
103 rotateValueUsingRotationMap(int32_t value, int32_t orientation, const int32_t map[][4], size_t mapSize) argument
[all...]
/frameworks/base/libs/androidfw/
H A DVelocityTracker.cpp112 char value[PROPERTY_VALUE_MAX]; local
116 int length = property_get("debug.velocitytracker.strategy", value, NULL);
118 strategy = value;
211 BitSet32 remainingIdBits(mCurrentPointerIdBits.value & ~idBits.value);
226 if ((mCurrentPointerIdBits.value & idBits.value)
247 eventTime, idBits.value, mActivePointerId);
373 BitSet32 remainingIdBits(mMovements[mIndex].idBits.value & ~idBits.value);
[all...]

Completed in 1778 milliseconds

<<11121314151617181920>>