HomeSort by relevance Sort by last modified time
    Searched full:return (Results 601 - 625 of 38332) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/configurations/
LanguageQualifier.java 40 * @return a new {@link LanguageQualifier} object or <code>null</code>
47 return qualifier;
49 return null;
60 return segment;
63 return null;
76 return mValue;
79 return ""; //$NON-NLS-1$
84 return NAME;
89 return NAME;
94 return IconFactory.getInstance().getIcon("language"); //$NON-NLS-1
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
symbol-table.h 52 return (key == -1) ? AddSymbol(symbol, available_key_++) : key;
70 // Return the string associated with the key. If the key is out of
71 // range (<0, >max), return an empty string.
76 return "";
78 return it->second;
82 // Return the key associated with the symbol. If the symbol
83 // does not exists, return -1.
85 return Find(symbol.c_str());
89 // Return the key associated with the symbol. If the symbol
90 // does not exists, return -1
    [all...]
  /system/core/init/
builtins.c 52 return -errno;
62 return -errno;
64 return 0;
76 return -1;
82 return ret;
91 return -1;
96 return ret;
108 return -1;
124 return ret;
137 return 0
    [all...]
  /external/webkit/WebCore/platform/text/
String.cpp 54 return;
61 return;
73 return;
80 return;
87 return;
143 return b;
145 return a;
148 return c;
153 return s + String(cs);
158 return String(cs) + s
    [all...]
  /external/clearsilver/util/
ulist.c 40 return nerr_raise(NERR_NOMEM,
47 return STATUS_OK;
64 return nerr_raise(NERR_NOMEM, "Unable to create ULIST: Out of memory");
70 return nerr_raise(NERR_NOMEM, "Unable to create ULIST: Out of memory");
78 return STATUS_OK;
88 if (err) return nerr_pass (err);
100 return nerr_pass (err);
104 return STATUS_OK;
113 return r;
118 return STATUS_OK
    [all...]
  /external/ipsec-tools/src/libipsec/
policy_token.l 99 in { yylval.num = IPSEC_DIR_INBOUND; return(DIR); }
100 out { yylval.num = IPSEC_DIR_OUTBOUND; return(DIR); }
103 yylval.num = IPSEC_DIR_FWD; return(DIR);
105 yylval.num = IPSEC_DIR_INBOUND; return(DIR);
109 priority { return(PRIORITY); }
110 prio { return(PRIORITY); }
111 low { yylval.num32 = PRIORITY_LOW; return(PRIO_BASE); }
112 def { yylval.num32 = PRIORITY_DEFAULT; return(PRIO_BASE); }
113 high { yylval.num32 = PRIORITY_HIGH; return(PRIO_BASE); }
114 {plus} { return(PLUS);
    [all...]
  /external/skia/include/core/
SkFloatBits.h 31 return x;
43 return x;
46 /** Given the bit representation of a float, return its value cast to an int.
47 If the value is out of range, or NaN, return return +/- SK_MaxS32
51 /** Given the bit representation of a float, return its floor as an int.
52 If the value is out of range, or NaN, return return +/- SK_MaxS32
56 /** Given the bit representation of a float, return it rounded to an int.
57 If the value is out of range, or NaN, return return +/- SK_MaxS3
    [all...]
  /external/webkit/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 35 return ch;
43 return *ucs4Result;
55 return -1;
66 return -1;
71 return utf16resultLength;
75 return utf16resultLength;
87 return -1;
98 return -1;
103 return utf16resultLength;
107 return utf16resultLength
    [all...]
  /external/webkit/WebCore/platform/
Length.h 60 bool operator==(const Length& o) const { return m_value == o.m_value; }
61 bool operator!=(const Length& o) const { return m_value != o.m_value; }
65 return rawValue();
68 int rawValue() const { return (m_value & ~0xF) / 16; }
73 return static_cast<double>(rawValue()) / percentScaleFactor;
76 LengthType type() const { return static_cast<LengthType>(m_value & 7); }
77 bool quirk() const { return (m_value >> 3) & 1; }
112 return value();
115 return static_cast<int>(round(maxValue * percent() / 100.0));
116 return maxValue * rawValue() / (100 * percentScaleFactor)
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
RetrieveConf.java 61 * @return the value
64 return mPduHeaders.getEncodedStringValues(PduHeaders.CC);
80 * @return the value
83 return mPduHeaders.getTextString(PduHeaders.CONTENT_TYPE);
99 * @return the value
102 return mPduHeaders.getOctet(PduHeaders.DELIVERY_REPORT);
120 * @return the value
123 return mPduHeaders.getEncodedStringValue(PduHeaders.FROM);
141 * @return the value
144 return mPduHeaders.getTextString(PduHeaders.MESSAGE_CLASS)
    [all...]
  /external/webkit/WebKit/win/
DOMCoreClasses.cpp 79 return WebScriptObject::QueryInterface(riid, ppvObject);
82 return S_OK;
95 return DOMObject::QueryInterface(riid, ppvObject);
98 return S_OK;
107 return E_POINTER;
110 return E_FAIL;
113 return S_OK;
120 return E_FAIL;
124 return E_OUTOFMEMORY;
125 return S_OK
    [all...]
  /bootable/recovery/
test_roots.c 31 return S_ISREG(st.st_mode);
33 return 0;
43 if (file_exists(CANARY_FILE)) return -__LINE__;
44 if (is_root_path_mounted(CANARY_FILE_ROOT_PATH)) return -__LINE__;
49 if (ret < 0) return -__LINE__;
53 if (!file_exists(CANARY_FILE)) return -__LINE__;
54 if (!is_root_path_mounted(CANARY_FILE_ROOT_PATH)) return -__LINE__;
62 if (path == NULL) return -__LINE__;
64 if (ret != 0) return -__LINE__;
66 if (ret != 0) return -__LINE__
    [all...]
  /cts/tools/signature-tools/src/signature/model/impl/
SigParameterizedType.java 49 return returnValue;
53 return rawType;
57 return typeArguments;
62 return hashCode(this);
70 return result;
75 return equals(this, obj);
80 return false;
85 return false;
89 return false;
92 return false
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERBoolean.java 16 * return a boolean from the passed in object.
25 return (DERBoolean)obj;
31 return getInstance(((ASN1OctetString)obj).getOctets());
37 return getInstance(((ASN1TaggedObject)obj).getObject());
44 * return a DERBoolean from the passed in boolean.
49 return (value ? TRUE : FALSE);
54 * return a DERBoolean from the passed in array.
59 return (octets[0] != 0) ? TRUE : FALSE;
64 * return a Boolean from a tagged object.
76 return getInstance(obj.getObject())
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
RecipientInfo.java 57 return (RecipientInfo)o;
61 return new RecipientInfo((ASN1Sequence)o);
65 return new RecipientInfo((ASN1TaggedObject)o);
81 return KeyAgreeRecipientInfo.getInstance(o, true).getVersion();
83 return KEKRecipientInfo.getInstance(o, true).getVersion();
85 return PasswordRecipientInfo.getInstance(o, true).getVersion();
87 return new DERInteger(0); // no syntax version for OtherRecipientInfo
93 return KeyTransRecipientInfo.getInstance(info).getVersion();
98 return (info instanceof ASN1TaggedObject);
110 return KeyAgreeRecipientInfo.getInstance(o, true)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
expanddir.c 42 return 0;
47 return BLOCK_ABORT;
53 return BLOCK_ABORT;
61 return BLOCK_ABORT;
68 return BLOCK_ABORT;
76 return (BLOCK_CHANGED | BLOCK_ABORT);
78 return BLOCK_CHANGED;
90 return EXT2_ET_RO_FILSYS;
93 return EXT2_ET_NO_BLOCK_BITMAP;
97 return retval
    [all...]
  /external/expat/xmlwf/
ct.c 12 return 0;
18 return tokStart;
22 return tokStart;
30 return 0;
36 return tokStart;
38 return (*pp)++;
43 return 0;
49 return tokStart;
51 return tokStart;
76 return 0
    [all...]
  /external/icu4c/i18n/
ucal.cpp 43 return zone;
48 return uenum_openFromStringEnumeration(TimeZone::createEnumeration(), ec);
53 return uenum_openFromStringEnumeration(TimeZone::createEnumeration(country), ec);
70 return len;
107 return result;
114 return Calendar::getNow();
127 if(U_FAILURE(*status)) return 0;
133 return NULL;
141 return NULL;
143 return (UCalendar*)Calendar::createInstance(zone, Locale(localeBuf), *status)
    [all...]
  /external/opencore/android/author/
PVMediaRecorder.cpp 44 return UNKNOWN_ERROR;
50 return UNKNOWN_ERROR;
52 return mAuthorDriverWrapper->enqueueCommand(ac, 0, 0);
60 return UNKNOWN_ERROR;
66 return UNKNOWN_ERROR;
69 return mAuthorDriverWrapper->enqueueCommand(ac, 0, 0);
77 return UNKNOWN_ERROR;
83 return UNKNOWN_ERROR;
86 return mAuthorDriverWrapper->enqueueCommand(ac, 0, 0);
94 return UNKNOWN_ERROR
    [all...]
  /external/opencore/fileformats/mp4/parser/include/
avcsubseqdescriptionentry.h 35 return _subSeqCount;
40 return _layerNumber;
45 return _subSequenceIdentifier;
65 return _subSequenceIdentifier;
70 return _layerNumber;
75 return _durationFlag;
80 return _avgRateFlag;
86 return _duration;
87 return 0;
93 return _accurateStatisticsFlag
    [all...]
  /external/qemu/android/utils/
system.c 28 return NULL;
32 return block;
36 return NULL;
45 return NULL;
49 return block;
53 return NULL;
63 return NULL;
67 return block2;
71 return NULL;
88 return NULL
    [all...]
  /external/webkit/WebCore/css/
StyleBase.h 43 StyleBase* parent() const { return m_parent; }
49 virtual bool isCSSStyleSheet() const { return false; }
50 virtual bool isCharsetRule() { return false; }
51 virtual bool isFontFaceRule() { return false; }
52 virtual bool isImportRule() { return false; }
53 virtual bool isKeyframeRule() { return false; }
54 virtual bool isKeyframesRule() { return false; }
55 virtual bool isMediaRule() { return false; }
56 virtual bool isVariablesRule() { return false; }
58 virtual bool isRule() { return false;
    [all...]
  /external/webkit/WebCore/platform/text/qt/
TextBreakIteratorQt.cpp 44 return 0;
49 return static_cast<TextBreakIterator*>(iterator);
55 return 0;
60 return static_cast<TextBreakIterator*>(iterator);
65 return characterBreakIterator(string, length);
72 return 0;
77 return static_cast<TextBreakIterator*>(iterator);
83 return 0;
88 return static_cast<TextBreakIterator*>(iterator);
95 return bi->position()
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdQueue.c 79 * \return Handle to the created object
94 return NULL;
101 return pCmdQueue;
109 * \return TI_OK
123 return TI_OK;
135 * \return TI_OK on success or TI_NOK on failure
175 return TI_OK;
184 * \return TI_OK on success or TI_NOK on failure
316 /* Read the latest command return status */
322 /* return reject status in the callback *
    [all...]
  /packages/apps/Gallery/src/com/android/camera/gallery/
VideoObject.java 54 if (other == null || !(other instanceof VideoObject)) return false;
55 return fullSizeImageUri().equals(
61 return fullSizeImageUri().toString().hashCode();
67 return ThumbnailUtils.createVideoThumbnail(mDataPath,
76 return input;
78 return null;
84 return 0;
89 return 0;
93 return false;
97 return false
    [all...]

Completed in 511 milliseconds

<<21222324252627282930>>