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

<<41424344454647484950>>

  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.cpp 83 return 0;
85 return new WebGLRenderingContext(canvas, context.release());
160 return result;
168 return;
180 return;
191 return;
202 return;
211 return;
224 return;
228 return;
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1InputStream.java 31 return 0;
36 return o == this;
86 return -1; // indefinite-length encoding
122 return length;
134 return;
141 return;
163 return new DERApplicationSpecific(tag, bytes);
170 return DERNull.THE_ONE;
184 return new DERSequence(v);
197 return new DERSet(v, false)
    [all...]
DERUTCTime.java 17 * return an UTC Time from the passed in object.
26 return (DERUTCTime)obj;
31 return new DERUTCTime(((ASN1OctetString)obj).getOctets());
38 * return an UTC Time from a tagged object.
50 return getInstance(obj.getObject());
99 * return the time - always in the form of
121 return time.substring(0, 10) + "00GMT+00:00";
125 return time.substring(0, 12) + "GMT+00:00";
129 return time.substring(0, 12) + "GMT" + time.substring(12, 15) + ":" + time.substring(15, 17);
132 return time
    [all...]
  /external/dropbear/libtomcrypt/src/math/
ltm_desc.c 30 @return The equivalent LTC error code or CRYPT_ERROR if none found
38 return mpi_to_ltc_codes[x].ltc_code;
41 return CRYPT_ERROR;
52 return CRYPT_MEM;
58 return err;
72 return mpi_to_ltc_error(mp_neg(a, b));
79 return mpi_to_ltc_error(mp_copy(a, b));
85 return CRYPT_MEM;
87 return copy(b, *a);
94 return mpi_to_ltc_error(mp_set_int(a, b))
    [all...]
  /external/openssl/crypto/dso/
dso_lib.c 68 return(DSO_new_method(NULL));
78 return(default_DSO_meth);
83 return(dso->meth);
91 return(mtmp);
107 return(NULL);
116 return(NULL);
128 return(ret);
138 return(0);
145 if(i > 0) return(1);
157 return(0)
    [all...]
  /external/v8/src/
codegen.h 140 return top_;
159 MacroAssembler* masm() { return masm_; }
161 int statement_position() const { return statement_position_; }
162 int position() const { return position_; }
164 Label* entry_label() { return &entry_label_; }
165 Label* exit_label() { return &exit_label_; }
169 const char* comment() const { return comment_; }
172 const char* comment() const { return ""; }
218 const char* GetName() { return "StackCheckStub"; }
220 Major MajorKey() { return StackCheck;
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetFileDescriptor.java 73 return mFd;
81 return mFd.getFileDescriptor();
88 return mStartOffset;
104 return mLength;
107 return len >= 0 ? len : UNKNOWN_LENGTH;
111 * Return the actual number of bytes that were declared when the
119 return mLength;
133 return MemoryFile.isMemoryFile(mFd.getFileDescriptor());
137 * Create and return a new auto-close input stream for this asset. This
138 * will either return a full asset {@link AutoCloseInputStream}, o
    [all...]
  /frameworks/base/core/jni/
android_util_XmlBlock.cpp 50 return 0;
56 return 0;
65 return 0;
68 return (jint)osb;
77 return 0;
80 return (jint)&osb->getStrings();
89 return 0;
95 return 0;
100 return (jint)st;
108 return ResXMLParser::END_DOCUMENT
    [all...]
  /frameworks/base/media/libstagefright/
SampleTable.cpp 76 return ERROR_MALFORMED;
85 return ERROR_MALFORMED;
91 return ERROR_IO;
96 return ERROR_MALFORMED;
103 return ERROR_MALFORMED;
107 return ERROR_MALFORMED;
111 return OK;
117 return ERROR_MALFORMED;
123 return ERROR_MALFORMED;
129 return ERROR_IO
    [all...]
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 89 return md;
93 return null;
97 return doMatchName(name, 0);
101 return doMatchName(name, mPrevMatchIndex + 1);
106 return null;
109 return null;
115 return md;
117 return null;
125 return mColumnNames;
129 return mColumnWidths
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 141 return g_dbus_create_error(msg, ERROR_INTERFACE ".InvalidArguments",
147 return g_dbus_create_error(msg, ERROR_INTERFACE ".NotAvailable",
153 return g_dbus_create_error(msg, ERROR_INTERFACE ".NotReady",
159 return g_dbus_create_error(msg, ERROR_INTERFACE ".NoSuchAdapter",
165 return g_dbus_create_error(msg, ERROR_INTERFACE ".Failed",
171 return g_dbus_create_error(msg, ERROR_INTERFACE ".InProgress", str);
176 return g_dbus_create_error(msg, ERROR_INTERFACE ".NotInProgress", str);
181 return g_dbus_create_error(msg, ERROR_INTERFACE ".NotAuthorized",
187 return g_dbus_create_error(msg,
200 return ret
    [all...]
  /external/icu4c/i18n/
tzrule.cpp 25 return res;
49 return *this;
54 return ((this == &that) ||
63 return !operator==(that);
69 return name;
74 return fRawOffset;
79 return fDSTSavings;
84 return ((this == &other) ||
108 return new InitialTimeZoneRule(*this);
116 return *this
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_linked_list.h 97 * Return the first element of list in passed parameter,
98 * @param ele return the value of first element of list in this parameter
99 * @return 32-bit interger,If first element found, it returns 1
105 * Return the next element of list in passed parameter,
106 * @param ele return the value of next element of list in this parameter
107 * @return 32-bit interger ,if next element is found in list,it returns 1
114 * @return 32-bit integer, if node count is equal to number of node added
123 * @return 32-bit integer on the success returns 1.
132 * @return 32-bit integer on the success returns 1.
139 * @return 32-bit integer on success returns 1 otherwise returns 0
    [all...]
  /external/webkit/JavaScriptCore/wrec/
WRECParser.cpp 58 size_t size() { return m_sequence.size(); }
68 return;
77 return;
114 return Quantifier(Quantifier::Greedy, 0, 1);
118 return Quantifier(Quantifier::Greedy, 0);
122 return Quantifier(Quantifier::Greedy, 1);
134 return Quantifier();
147 return Quantifier();
153 return Quantifier(Quantifier::Error);
156 return Quantifier(Quantifier::Greedy, min, max)
    [all...]
  /external/wpa_supplicant/
dbus_dict_helpers.c 30 * @return TRUE on success, FALSE on failure
39 return FALSE;
49 return result;
61 * @return TRUE on success, FALSE on failure
68 return FALSE;
70 return dbus_message_iter_close_container(iter, iter_dict);
78 return DBUS_TYPE_BYTE_AS_STRING;
80 return DBUS_TYPE_BOOLEAN_AS_STRING;
82 return DBUS_TYPE_INT16_AS_STRING;
84 return DBUS_TYPE_UINT16_AS_STRING
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 28 * @return TRUE on success, FALSE on failure
37 return FALSE;
47 return result;
59 * @return TRUE on success, FALSE on failure
66 return FALSE;
68 return dbus_message_iter_close_container(iter, iter_dict);
76 return DBUS_TYPE_BYTE_AS_STRING;
78 return DBUS_TYPE_BOOLEAN_AS_STRING;
80 return DBUS_TYPE_INT16_AS_STRING;
82 return DBUS_TYPE_UINT16_AS_STRING
    [all...]
  /external/srec/portable/src/
LCHAR.c 40 return ESR_SUCCESS;
62 return ESR_SUCCESS;
64 return rc;
78 return ESR_SUCCESS;
86 return ESR_INVALID_ARGUMENT;
89 return ESR_INVALID_ARGUMENT;
90 return ESR_SUCCESS;
98 return ESR_INVALID_ARGUMENT;
101 return ESR_INVALID_ARGUMENT;
102 return ESR_SUCCESS
    [all...]
  /external/stlport/stlport/stl/
_iterator_old.h 43 iterator_category(const back_insert_iterator<_Container>&) { return output_iterator_tag(); }
46 iterator_category(const front_insert_iterator<_Container>&) { return output_iterator_tag(); }
49 iterator_category(const insert_iterator<_Container>&) { return output_iterator_tag(); }
84 _BidirectionalIterator base() const { return current; }
87 return *(--__tmp);
94 return *this;
99 return __tmp;
103 return *this;
108 return __tmp;
117 { return bidirectional_iterator_tag();
    [all...]
  /external/stlport/stlport/stl/debug/
_tree.h 63 return true;
65 return false;
68 _Compare non_dbg_key_comp() const { return _M_non_dbg_cmp; }
81 { return (_Value*)0; }
86 { return bidirectional_iterator_tag(); }
150 return *this;
153 allocator_type get_allocator() const { return _M_non_dbg_impl.get_allocator(); }
154 _Compare key_comp() const { return _M_non_dbg_impl.key_comp().non_dbg_key_comp(); }
156 iterator begin() { return iterator(&_M_iter_list, _M_non_dbg_impl.begin()); }
157 const_iterator begin() const { return const_iterator(&_M_iter_list, _M_non_dbg_impl.begin());
    [all...]
  /external/webkit/WebCore/rendering/style/
SVGRenderStyleDefs.h 43 Data Name() const { return (Data) svg_noninherited_flags.f._##Name; } \
44 static Data initial##Type() { return Initial; }
48 Data Name() const { return (Data) svg_inherited_flags._##Name; } \
49 static Data initial##Type() { return Initial; }
54 Data Name() const { return Group->Variable; } \
59 static Data initial##Type() { return Initial; }
62 Data* Name() const { return Group->Variable.get(); } \
67 static Data* initial##Type() { return Initial; }
70 Data* Name() const { return Group->Variable.get(); } \
74 static Data* initial##Type() { return Initial;
    [all...]
  /external/webkit/WebKit/win/
WebHTMLRepresentation.cpp 69 return instance;
84 return E_NOINTERFACE;
87 return S_OK;
92 return ++m_refCount;
101 return newRef;
111 return E_NOTIMPL;
119 return E_NOTIMPL;
127 return E_NOTIMPL;
138 return E_NOTIMPL;
147 return E_FAIL
    [all...]
  /external/webkit/WebCore/html/
DateComponents.cpp 54 return false;
56 return true;
58 return false;
59 return true;
66 return daysInMonth[month];
67 return isLeapYear(year) ? 29 : 28;
87 return result;
93 return day == Thursday || (day == Wednesday && isLeapYear(m_year)) ? 53 : 52;
103 return index - start;
110 return false
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Ctrl/Cmd_Queue/
CmdQueue.c 82 return NULL;
89 return(pObj);
111 return OK;
148 return OK;
179 Save The Call Back Function in the Queue in order the return them after the recovery
210 return OK;
247 return OK;
265 return NOK;
271 return OK;
289 return NOK
    [all...]
  /build/tools/droiddoc/src/
PackageInfo.java 28 return a.name().compareTo(b.name());
49 return s;
57 return s;
63 return null;
69 return comment().isHidden();
73 // TODO should return false if all classes are hidden but the package isn't.
75 return !isHidden();
80 return mName;
85 return mName;
90 return comment().tags()
    [all...]
  /dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherThread.java 98 return;
104 return algName;
108 return keyLength;
112 return data;
116 return paddingMode;
120 return mode;
124 return "Alg name:" + algName + " Key:" + keyLength + " Mode:" + mode +
129 return flagTestResult;
133 return algName;
137 return (kCounter < keyLengthAr.length)
    [all...]

Completed in 235 milliseconds

<<41424344454647484950>>