HomeSort by relevance Sort by last modified time
    Searched full:other (Results 301 - 325 of 18848) sorted by null

<<11121314151617181920>>

  /bionic/libc/arch-arm/bionic/
tkill.S 12 * the documentation and/or other materials provided with the
29 on the stack, as well as a few other registers. this makes
31 traces after the C library or other parts of the system
  /cts/tools/signature-tools/src/signature/converter/dex/
FieldPool.java 54 FieldKey other = (FieldKey) obj; local
55 if (!fieldName.equals(other.fieldName)) {
58 if (!qualifiedClassName.equals(other.qualifiedClassName)) {
  /cts/tools/vm-tests/src/util/build/
DexBuildStep.java 67 DexBuildStep other = (DexBuildStep) obj; local
69 return inputFile.equals(other.inputFile)
70 && outputFile.equals(other.outputFile);
JarBuildStep.java 91 JarBuildStep other = (JarBuildStep) obj; local
92 return inputFile.equals(other.inputFile)
93 && outputFile.equals(other.outputFile)
94 && destFileName.equals(other.destFileName);
JavacBuildStep.java 79 JavacBuildStep other = (JavacBuildStep) obj; local
80 return destPath.equals(other.destPath)
81 && classPath.equals(other.classPath)
82 && sourceFiles.equals(other.sourceFiles);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstKnownNull.java 38 public boolean equals(Object other) {
39 return (other instanceof CstKnownNull);
50 protected int compareTo0(Constant other) {
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DEREnumerated.java 91 DEREnumerated other = (DEREnumerated)o; local
93 if (bytes.length != other.bytes.length)
100 if (bytes[i] != other.bytes[i])
DERInteger.java 112 DERInteger other = (DERInteger)o; local
114 if (bytes.length != other.bytes.length)
121 if (bytes[i] != other.bytes[i])
  /development/host/windows/usb/adb_winapi_test/
stdafx.h 22 #define WINVER 0x0500 // Change this to the appropriate value to target other versions of Windows.
26 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target other versions of Windows.
34 #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE.
  /external/bluetooth/glib/docs/reference/
COPYING 18 OTHER PARTIES PROVIDE THE WORK "AS IS" WITHOUT WARRANTY OF ANY
25 WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
29 WORK, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  /external/dropbear/
tcpfwd.h 20 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31 /* For a direct-tcpip request, it's the addr/port we want the other
  /external/easymock/src/org/easymock/internal/matchers/
Equals.java 52 Equals other = (Equals) o;
53 return this.expected == null && other.expected == null
55 && this.expected.equals(other.expected);
  /external/icu4c/i18n/
windtfmt.cpp 107 Win32DateFormat::Win32DateFormat(const Win32DateFormat &other)
108 : DateFormat(other)
110 *this = other;
120 Win32DateFormat &Win32DateFormat::operator=(const Win32DateFormat &other)
123 DateFormat::operator=(other);
127 this->fDateTimeMsg = other.fDateTimeMsg;
128 this->fTimeStyle = other.fTimeStyle;
129 this->fDateStyle = other.fDateStyle;
130 this->fLCID = other.fLCID;
131 // this->fCalendar = other.fCalendar->clone()
    [all...]
  /external/libxml2/
NOTICE 20 DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
22 NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25 be used in advertising or otherwise to promote the sale, use or other deal-
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
panoramiXext.h 17 BUT NOT LIMITED TO CONSEQUENTIAL OR INCIDENTAL DAMAGES, OR OTHER LIABILITY,
19 IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 shall not be used in advertising or otherwise to promote the sale, use or other
  /external/v8/test/cctest/
test-platform-linux.cc 56 pthread_t other; local
58 int thread_created = pthread_create(&other,
64 pthread_join(other, NULL);
test-platform-nullos.cc 56 pthread_t other; local
58 int thread_created = pthread_create(&other,
64 pthread_join(other, NULL);
  /external/webkit/WebKit/qt/Api/
qwebpluginfactory.h 41 bool operator==(const MimeType& other) const;
42 inline bool operator!=(const MimeType& other) const { return !operator==(other); }
  /packages/apps/IM/src/com/android/im/engine/
Contact.java 53 public boolean equals(Object other) {
54 return other instanceof Contact
55 && mAddress.equals(((Contact)other).mAddress);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
TestIdentifier.java 60 public boolean equals(Object other) {
61 if (!(other instanceof TestIdentifier)) {
64 TestIdentifier otherTest = (TestIdentifier)other;
  /dalvik/dx/tests/074-dex-form35c-edge-case/
info.txt 7 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/094-scala-locals/
info.txt 7 version, so it is possible for this test to spuriously fail if other
  /dalvik/dx/tests/110-dex-preserve-this/
info.txt 9 version, so it is possible for this test to spuriously fail if other
  /dalvik/libcore/auth/src/main/java/javax/security/auth/x500/
package.html 14 required by other packages.
  /dalvik/libcore/text/src/main/java/java/text/
package.html 12 other characteristics of a language like the directionality, sorting order

Completed in 46 milliseconds

<<11121314151617181920>>