HomeSort by relevance Sort by last modified time
    Searched full:value (Results 2176 - 2200 of 15709) sorted by null

<<81828384858687888990>>

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
adaptive_smooth_no_mmx.cpp 36 y_start = value of y coordinate of type int that specifies the first
38 x_start = value of x coordinate of type int that specifies the first
40 y_blk_start = value of the y coordinate of type int that specifies the
44 x_blk_start = value of the x coordinate of type int that specifies the
48 thr = value of type int that is compared to the elements in Rec_Y to
49 determine if a particular value in Rec_Y will be modified by
51 width = value of type int that specifies the width of the display
53 max_diff = value of type int that specifies the value that may be added
56 pixel's luminance value
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
Duration.java 39 TimeUnit(int value) {
40 mValue = value;
43 public int value() { method in class:Duration.TimeUnit
  /packages/apps/Email/src/org/apache/james/mime4j/field/
ContentTypeField.java 84 * the field value, if any; otherwise, null.
102 * if child is <code>null</code> or hasn't got a MIME type value set.
128 * Gets the value of a parameter. Parameter names are case-insensitive.
131 * @return the parameter value or <code>null</code> if not set.
151 * Gets the value of the <code>boundary</code> parameter if set.
153 * @return the <code>boundary</code> parameter value or <code>null</code>
161 * Gets the value of the <code>charset</code> parameter if set.
163 * @return the <code>charset</code> parameter value or <code>null</code>
171 * Gets the value of the <code>charset</code> parameter if set for the
175 * @return the <code>charset</code> parameter value.
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/
AttrImpl.java 61 // String value as defined in the specs, we directly set here the
63 public void setValue(String value) throws DOMException {
64 mValue = value;
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnProfileEditor.java 137 int prefNameId, String value,
142 setSummary(pref, prefNameId, value);
143 pref.setText(value);
151 String value = (pref instanceof EditTextPreference) local
157 return (TextUtils.isEmpty(value)
198 String value = getSecretFromProfile(); local
199 mHadSecret = !TextUtils.isEmpty(value);
213 setSecretSummary(value);
233 String value = mPref.getText(); local
234 return ((TextUtils.isEmpty(value) && !mHadSecret
    [all...]
  /bionic/libc/arch-sh/syscalls/
__brk.S 15 /* check return value */
__fcntl.S 15 /* check return value */
__fcntl64.S 15 /* check return value */
__fork.S 15 /* check return value */
__getcwd.S 15 /* check return value */
__getpriority.S 15 /* check return value */
__ioctl.S 15 /* check return value */
__llseek.S 18 /* check return value */
__open.S 15 /* check return value */
__openat.S 15 /* check return value */
__pread64.S 18 /* check return value */
__ptrace.S 15 /* check return value */
__pwrite64.S 18 /* check return value */
__reboot.S 15 /* check return value */
__rt_sigaction.S 15 /* check return value */
__rt_sigprocmask.S 15 /* check return value */
__rt_sigtimedwait.S 15 /* check return value */
__set_thread_area.S 15 /* check return value */
__setresuid.S 15 /* check return value */
__setreuid.S 15 /* check return value */

Completed in 803 milliseconds

<<81828384858687888990>>