HomeSort by relevance Sort by last modified time
    Searched full:otherwise (Results 276 - 300 of 33297) sorted by null

<<11121314151617181920>>

  /external/easymock/src/org/easymock/
AbstractMatcher.java 47 * @return true if the arguments match, false otherwise.
71 * pairs match. If all the arguments match, true is returned, otherwise
80 * @return true if the arguments match, false otherwise.
  /external/freetype/include/freetype/
ftcid.h 80 * otherwise.
115 * returning an error otherwise.
149 * returning an error otherwise.
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AppState.java 29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
62 * false otherwise.
76 * @return True if the <code>AppState</code> is enabled, false otherwise.
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioKey.java 29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
57 * otherwise it will be buffered entirely and then played.
73 * otherwise it will be buffered entirely and then played.
  /external/llvm/lib/MC/MCDisassembler/
EDOperand.h 67 /// isRegister - Returns 1 if the operand is a register or 0 otherwise
72 /// isImmediate - Returns 1 if the operand is an immediate or 0 otherwise
77 /// isMemory - Returns 1 if the operand is a memory location or 0 otherwise
  /external/llvm/lib/Support/
DeltaAlgorithm.cpp 58 // Otherwise, partition the sets if possible; if not we are done.
83 // Otherwise, if we have more than two sets, see if test passes on the
109 // Otherwise run the real delta algorithm.
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
62 // Checks for problems that would otherwise lead to cryptic compile errors.
64 // the given string and returns false otherwise.
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h 28 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
63 // Checks for problems that would otherwise lead to cryptic compile errors.
65 // the given string and returns false otherwise.
  /external/qemu/telephony/
sms.h 87 /* retrieve the sender address of a SMS-DELIVER pdu, returns -1 otherwise */
90 /* retrieve the service center timestamp of a SMS-DELIVER pdu, return -1 otherwise */
93 /* retrieve the receiver address of a SMS-SUBMIT pdu, return -1 otherwise */
  /external/skia/
NOTICE 26 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
61 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
65 Inc. shall not be used in advertising or otherwise to promote the
  /external/srtp/crypto/replay/
rdb.c 40 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
83 /* otherwise, the index appears within the window, so check the bitmask */
87 /* otherwise, the index is okay */
  /external/valgrind/main/docs/lib/
vg-faq2txt.xsl 171 <xsl:otherwise>
175 </xsl:otherwise>
196 <xsl:otherwise>
198 </xsl:otherwise>
212 <xsl:otherwise>
219 </xsl:otherwise>
266 <xsl:otherwise>
268 </xsl:otherwise>
290 <xsl:otherwise>
296 </xsl:otherwise>
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptprogram.cpp 87 Returns true if this QScriptProgram is null; otherwise
121 otherwise returns false.
130 otherwise returns false.
  /external/webkit/Source/WebCore/inspector/front-end/
StatusBarButton.js 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
119 throw("Only used toggled when there are 2 states, otherwise, use state");
126 throw("Only used toggled when there are 2 states, otherwise, use state");
  /external/webkit/Source/WebCore/platform/
HostWindow.h 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
41 // Requests the host invalidate the window, not the contents. If immediate is true do so synchronously, otherwise async.
44 // Requests the host invalidate the contents and the window. If immediate is true do so synchronously, otherwise async.
  /external/webkit/Source/WebKit/android/jni/
WebCoreJni.h 22 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
81 // passing in an empty WTF String will result in an empty jstring. Otherwise
89 // passing in an empty std::string will result in an empty jstring. Otherwise
  /external/webkit/Source/WebKit/chromium/src/
DebuggerAgentManager.h 27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
60 // right debugger agent if there is one otherwise the message will be ignored.
65 // itself, otherwise v8 may hang waiting for the action.
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameView.h 25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
70 @result YES if the document is allowed to scroll, otherwise NO
77 @result YES if the frame can, no otherwise
  /frameworks/base/core/java/android/text/method/
KeyListener.java 60 * otherwise return false and the caller (i.e. the widget host)
68 * otherwise return false and the caller (i.e. the widget host)
76 * otherwise return false and the caller (i.e. the widget host)
  /frameworks/base/telephony/java/com/android/internal/telephony/
IIccPhoneBook.aidl 52 * otherwise an error will be returned
63 * @param pin2 required to update EF_FDN, otherwise must be null
83 * @param pin2 required to update EF_FDN, otherwise must be null
  /frameworks/native/include/utils/
WorkQueue.h 60 * Otherwise, returns OK and takes ownership of the work unit (the work queue will
75 * Otherwise, returns OK, discards all pending work units and prevents additional
84 * Otherwise, waits for all work to complete and returns OK.
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
broadcastKeyNone.c 30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
110 * TI_OK on success, TI_NOK otherwise.
138 * TI_OK on success, TI_NOK otherwise.
unicastKeyNone.c 30 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
107 * TI_OK on success, TI_NOK otherwise.
135 * TI_OK on success, TI_NOK otherwise.
  /libcore/luni/src/main/java/java/net/
ResponseCache.java 58 * or {@code null} otherwise.
71 * resource data to. Otherwise, this method returns {@code null}.
78 * has to be cached, {@code null} otherwise.
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 118 Return 0 if successful, otherwise -1 and errno set.
157 NEWFD = OLDFD, otherwise close NEWFD first if it is open.
158 Return 0 if successful, otherwise -1 and errno set.
212 Return 0 if successful, otherwise -1 and errno set.
234 Return 0 if successful, otherwise -1 and errno set.
252 Return 0 if successful, otherwise -1 and errno set.
303 Return 0 if successful, otherwise set errno and return -1. */
337 Return 0 if successful, otherwise set errno and return -1. */
472 Return 0 if successful, otherwise -1 and errno set.
489 Return 0 if successful, otherwise -1 and errno set
    [all...]

Completed in 2249 milliseconds

<<11121314151617181920>>