HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 501 - 525 of 2299) sorted by null

<<21222324252627282930>>

  /bionic/libc/kernel/common/linux/
icmp.h 60 __u8 code; member in struct:icmphdr
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ip_conntrack_tuple.h 63 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon305::__anon306::__anon309
  /dalvik/dx/src/com/android/dx/cf/code/
ReturnAddress.java 17 package com.android.dx.cf.code;
31 /** {@code >= 0;} the start address of the subroutine being returned from */
37 * @param subroutineAddress {@code >= 0;} the start address of the
103 * @return {@code >= 0;} the subroutine address
  /dalvik/dx/src/com/android/dx/cf/iface/
StdMethod.java 19 import com.android.dx.rop.code.AccessFlags;
29 /** {@code non-null;} the effective method descriptor */
35 * @param definingClass {@code non-null;} the defining class
37 * @param nat {@code non-null;} member name and type (descriptor)
38 * @param attributes {@code non-null;} list of associated attributes
  /dalvik/dx/src/com/android/dx/dex/code/
OutputCollector.java 17 package com.android.dx.dex.code;
31 * {@code non-null;} the associated finisher (which holds the instruction
37 * {@code null-ok;} suffix for the output, or {@code null} if the suffix
45 * @param initialCapacity {@code >= 0;} initial capacity of the output list
46 * @param suffixInitialCapacity {@code >= 0;} initial capacity of the output
48 * @param regCount {@code >= 0;} register count for the method
59 * @param insn {@code non-null;} the instruction to add
71 * {@code 0} is the most recently added instruction,
72 * {@code 1} is the instruction before that, etc
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
PhiTypeResolver.java 19 import com.android.dx.cf.code.Merger;
20 import com.android.dx.rop.code.RegisterSpec;
21 import com.android.dx.rop.code.RegisterSpecList;
22 import com.android.dx.rop.code.LocalItem;
41 * This algorithm assumes a dead-code remover has already removed all
  /dalvik/libcore/
Android.mk 19 # Include the definitions to build the Java code.
26 # Include the definitions to build the native code.
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdataindexsizeerrdeletedataoffsetgreater.java 84 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrinsertdataoffsetgreater.java 83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrreplacedataoffsetgreater.java 84 success = (ex.code == DOMException.INDEX_SIZE_ERR);
characterdataindexsizeerrsubstringoffsetgreater.java 84 success = (ex.code == DOMException.INDEX_SIZE_ERR);
documentinvalidcharacterexceptioncreateattribute.java 78 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
documentinvalidcharacterexceptioncreateelement.java 78 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
elementinvalidcharacterexception.java 79 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
elementnotfounderr.java 84 success = (ex.code == DOMException.NOT_FOUND_ERR);
hc_characterdataindexsizeerrdeletedataoffsetgreater.java 83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
hc_characterdataindexsizeerrinsertdataoffsetgreater.java 82 success = (ex.code == DOMException.INDEX_SIZE_ERR);
hc_characterdataindexsizeerrreplacedataoffsetgreater.java 83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
hc_characterdataindexsizeerrsubstringoffsetgreater.java 83 success = (ex.code == DOMException.INDEX_SIZE_ERR);
hc_documentinvalidcharacterexceptioncreateattribute.java 77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
hc_documentinvalidcharacterexceptioncreateattribute1.java 70 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
hc_documentinvalidcharacterexceptioncreateelement.java 77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
hc_documentinvalidcharacterexceptioncreateelement1.java 70 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
hc_elementinvalidcharacterexception.java 77 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
hc_elementinvalidcharacterexception1.java 72 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);

Completed in 861 milliseconds

<<21222324252627282930>>