Searched refs:value (Results 1 - 25 of 111) sorted by relevance

12345

/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
H A Dmcbsp.h38 #define RINTM(value) ((value)<<4)
41 #define CLKSTP(value) ((value)<<11)
42 #define RJUST(value) ((value)<<13)
49 #define XINTM(value) ((value)<<4)
71 #define RWDLEN1(value) ((value)<<
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DShapeHolder.java37 public void setPaint(Paint value) { argument
38 paint = value;
44 public void setX(float value) { argument
45 x = value;
50 public void setY(float value) { argument
51 y = value;
56 public void setShape(ShapeDrawable value) { argument
57 shape = value;
65 public void setColor(int value) { argument
66 shape.getPaint().setColor(value);
69 setGradient(RadialGradient value) argument
[all...]
/development/apps/Development/src/com/android/development/
H A DColumnData.java26 value = v;
29 public String value; field in class:ColumnData
/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DIRemoteServiceCallback.aidl26 * Called when the service has a new value for you.
28 void valueChanged(int value);
/development/ndk/platforms/android-9/arch-x86/include/asm/
H A Dio_32.h30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value
[all...]
H A Dcmpxchg_32.h29 #define set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit_constant(ptr, value) : __set_64bit_var(ptr, value) )
30 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
[all...]
H A Dsystem_32.h37 #define set_mb(var, value) do { var = value; barrier(); } while (0)
/development/ndk/platforms/android-3/include/sys/
H A Dsystem_properties.h41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
47 int __system_property_get(const char *name, char *value);
51 ** __system_property_read() to obtain the string value from
60 /* Read the value of a system property. Returns the length
61 ** of the value. Copies the value and \0 terminator into
62 ** the provided value pointer. Total length (including
69 int __system_property_read(const prop_info *pi, char *name, char *value);
[all...]
H A D_system_properties.h66 char value[PROP_VALUE_MAX]; member in struct:prop_info
73 char value[PROP_VALUE_MAX]; member in struct:prop_msg
82 ** - prop_area.count will never decrease in value
85 ** - reading a value requires the following steps
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1)
91 ** - writing a value requires the following steps
93 ** 2. memcpy(pi->value, local_value, value_len)
/development/scripts/app_engine_server/gae_shell/static/
H A Dshell.js93 this.history[this.historyCursor] = statement.value;
99 statement.value = this.history[--this.historyCursor];
104 statement.value = this.history[++this.historyCursor];
110 this.history[this.historyCursor] = statement.value;
114 var ctrlEnter = (document.getElementById('submit_key').value == 'ctrl-enter');
136 output.value += '\n>>> ' + statement.value;
137 statement.value = '';
146 output.value += '\n' + result;
182 var value
[all...]
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
H A Dip_queue.h34 unsigned char value; member in struct:ipq_mode_msg
39 unsigned int value; member in struct:ipq_verdict_msg
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DDrawPoints.java45 float value = 0;
48 mPts[i*4 + X] = SIZE - value;
51 mPts[i*4 + Y + 2] = value;
52 value += delta;
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/inject/
H A DInjectView.java35 public int value(); method in interface:InjectView
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/utils/
H A DDbQueryUtils.java30 /** Returns a WHERE clause assert equality of a field to a value for the specified table . */
31 public static String getEqualityClause(String table, String field, String value) { argument
32 return getEqualityClause(table + "." + field, value);
35 /** Returns a WHERE clause assert equality of a field to a value. */
36 public static String getEqualityClause(String field, String value) { argument
40 DatabaseUtils.appendEscapedSQLString(clause, value);
/development/tools/emulator/opengl/system/egl/
H A DeglDisplay.h51 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value);
52 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value);
61 EGLBoolean getAttribValue(EGLConfig config, EGLint attribIdxi, EGLint * value);
62 EGLBoolean setAttribValue(EGLConfig config, EGLint attribIdxi, EGLint value);
76 /* This is an array of all config's attributes values stored in the following sequencial fasion (read: v[c,a] = the value of attribute <a> of config <c>)
H A DeglDisplay.cpp394 /* To get the value of attribute <a> of config <c> use the following formula:
395 * value = *(m_configs + (int)c*m_numConfigAttribs + a);
397 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) argument
404 *value = *(m_configs + (int)config*m_numConfigAttribs + attribIdx);
408 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) argument
412 EGLBoolean ret = getAttribValue(config, m_attribs.valueFor(attrib), value);
419 EGLint value = 0; local
422 getAttribValue(config, i, &value);
423 DBG("{%d}[%d] %d\n", (int)config, i, value);
427 /* To set the value o
430 setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value) argument
441 setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) argument
[all...]
/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeyPowerEvent.java72 private void bufferLogEvent(String tag, String value) { argument
78 long lagTime = Long.parseLong(value);
91 if (value != null) {
92 event.put("value", value);
112 if (event.containsKey("value")) {
113 String value = event.getAsString("value");
115 buffer.append(value.replace('\n', '/'));
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dbarrier.h42 #define set_mb(var, value) do { var = value; smp_mb(); } while (0)
/development/ndk/platforms/android-3/include/
H A Dsemaphore.h41 extern int sem_init(sem_t *sem, int pshared, unsigned int value);
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
H A DAnnotationSourcer.java44 public void visit(String name, Object value) { argument
50 if (value != null) {
85 public void visitEnum(String name, String desc, String value) { argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DNumericSprite.java50 * Find the smallest power of two >= the input value.
63 public void setValue(int value) { argument
64 mText = format(value);
90 private String format(int value) { argument
91 return Integer.toString(value);
/development/samples/USB/MissileLauncher/src/com/android/missilelauncher/
H A DMissileLauncherActivity.java175 int value = 0;
177 value += TILT_LEFT;
179 value += TILT_RIGHT;
182 value += TILT_UP;
184 value += TILT_DOWN;
187 if (value != mLastValue) {
188 mLastValue = value;
190 switch (value) {
/development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/
H A Dhubmd.h370 #define MD_MIG_DIFF_THRESH_SET(region, value) ( REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH, MD_MIG_DIFF_THRES_VALID_MASK | (value)))
376 #define MD_MIG_VALUE_THRESH_SET(region, value) ( REMOTE_HUB_S((region), MD_MIG_VALUE_THRESH, MD_MIG_VALUE_THRES_VALID_MASK | (value)))
382 #define MD_MIG_CANDIDATE_HWPFN(value) ((value) & MD_MIG_CANDIDATE_ADDR_MASK)
384 #define MD_MIG_CANDIDATE_NODEID(value) ( ((value) & MD_MIG_CANDIDATE_NODEID_MASK) >> MD_MIG_CANDIDATE_NODEID_SHFT)
385 #define MD_MIG_CANDIDATE_TYPE(value) ( ((value)
[all...]
/development/scripts/
H A Dstack227 (addr, value, symbol_with_offset, location) = vl
228 print " " + addr + " " + value + " " + location
244 # Note taht both trace and value line matching allow for variable amounts of
255 # Examples of matched value lines include:
261 # value lines because otheriwse the 'code around' sections will be confused as
262 # value lines.
325 (unused_, addr, value, area) = match.groups()
327 value_lines.append((addr, value, area, ""))
331 object_symbol_with_offset) = symbol.SymbolInformation(area, value)
337 value,
[all...]
/development/samples/ApiDemos/src/com/example/android/apis/preference/
H A DMyPreference.java61 // They don't want the value to be set
78 // This preference type's value type is Integer, so we read the default
79 // value from the attributes as an Integer.
90 int value = (Integer) defaultValue;
91 mClickCounter = value;
92 persistInt(value);

Completed in 713 milliseconds

12345