HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 576 - 600 of 19228) sorted by null

<<21222324252627282930>>

  /dalvik/dx/src/com/android/dx/dex/cf/
CfOptions.java 39 public String optimizeListFile = null;
42 public String dontOptimizeListFile = null;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInterfaceMethodRef.java 25 * {@code null-ok;} normal {@link CstMethodRef} that corresponds to this
33 * @param definingClass {@code non-null;} the type of the defining class
34 * @param nat {@code non-null;} the name-and-type
38 methodRef = null;
51 * @return {@code non-null;} an appropriate instance
54 if (methodRef == null) {
StdConstantPool.java 29 /** {@code non-null;} array of entries */
33 * Constructs an instance. All indices initially contain {@code null}.
68 return null;
79 if (result == null) {
94 * @param cst {@code null-ok;} the constant to store
99 boolean cat2 = (cst != null) && cst.isCategory2();
111 entries[n + 1] = null;
114 if ((cst != null) && (entries[n] == null)) {
120 if ((prev != null) && prev.isCategory2())
    [all...]
  /dalvik/dx/tests/094-scala-locals/
run 17 jasmin -d . blort.j >/dev/null
  /dalvik/dx/tests/100-local-mismatch/
run 17 jasmin -d . blort1.j >/dev/null
18 jasmin -d . blort2.j >/dev/null
19 jasmin -d . blort3.j >/dev/null
20 jasmin -d . blort4.j >/dev/null
  /dalvik/tests/052-verifier-fun/src/
Main.java 29 default: return null;
46 default: return null;
63 default: return null;
77 default: return null;
85 if(this == null) {
86 return (Class<?>[])null;
88 return (Type[])null;
96 BlahFeature feature = null; // interface ref
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyActivityEvent.java 69 iam.startActivity(null, null, intent, null, null, null, 0,
70 0, null, null, null);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteCardinalityException.as 43 if ( elementDescription!=null ) {
46 return null;
RewriteEarlyExitException.as 33 public function RewriteEarlyExitException(elementDescription:String = null) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
UnwantedTokenException.java 48 if ( token==null ) {
49 return "UnwantedTokenException(found="+null+exp+")";
  /external/apache-http/src/org/apache/http/impl/
NoConnectionReuseStrategy.java 55 if (response == null) {
56 throw new IllegalArgumentException("HTTP response may not be null");
58 if (context == null) {
59 throw new IllegalArgumentException("HTTP context may not be null");
  /external/apache-http/src/org/apache/http/util/
EncodingUtils.java 65 if (data == null) {
66 throw new IllegalArgumentException("Parameter may not be null");
69 if (charset == null || charset.length() == 0) {
70 throw new IllegalArgumentException("charset may not be null or empty");
91 if (data == null) {
92 throw new IllegalArgumentException("Parameter may not be null");
107 if (data == null) {
108 throw new IllegalArgumentException("data may not be null");
111 if (charset == null || charset.length() == 0) {
112 throw new IllegalArgumentException("charset may not be null or empty")
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java 61 private String m_simpleString = null;
67 private Vector m_parts = null;
80 * @return non-null reference to prefixed name.
90 * @param rawName non-null reference to prefixed name.
106 * @return non-null reference to name string.
116 * @param name non-null reference to name string.
132 * @return non-null reference to URI, "" if null namespace.
142 * @param uri non-null reference to URI, "" if null namespace
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NamespaceSupport2.java 99 currentContext = new Context2(null);
127 if (currentContext == null){
154 if(parentContext==null)
187 * @param prefix The prefix to declare, or null for the empty
226 * the return value will be null.</p>
240 * local name, and the raw XML 1.0 name; or null if there
248 if(name==null)
249 return null;
265 * @return The associated Namespace URI, or null if the prefix
309 * or null if none is mapped or if the URI is assigned t
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ConstructedOctetStream.java 22 if (_currentStream == null)
31 if (s == null)
59 if (aos == null)
61 _currentStream = null;
73 if (_currentStream == null)
82 if (s == null)
102 if (s == null)
104 _currentStream = null;
LazyEncodedSequence.java 30 encoded = null;
35 if (encoded != null)
45 if (encoded == null)
55 if (encoded != null)
65 if (encoded != null)
75 if (encoded != null)
86 if (encoded != null)
100 if (encoded != null)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
RepeatedSecretKeySpec.java 27 return null;
32 return null;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafPreCompInfo.java 15 private ECPoint[] preComp = null;
23 private ECPoint twiceP = null;
  /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
ScalableTimeout.java 13 private static Double sTimeoutScale = null;
17 if (sTimeoutScale == null) {
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
ProviderSearchesUriTest.java 31 getContentResolver().delete(mSearchesUri, null, null);
36 getContentResolver().delete(mSearchesUri, null, null);
59 Cursor cursor = getContentResolver().query(uri, null, SearchColumns.SEARCH + "=? AND " +
60 SearchColumns.DATE + " = ? ", selectionArgs, null);
85 getContentResolver().update(uri, values, null, null);
87 Cursor cursor = getContentResolver().query(mSearchesUri, null, SearchColumns.SEARCH + "=?",
88 selectionArgs, null);
    [all...]
  /external/chromium_org/tools/gyp/test/mac/postbuilds/script/
shared_library_postbuild.sh 9 nm ${lib} > /dev/null # Just make sure this works.
static_library_postbuild.sh 9 nm ${lib} > /dev/null # Just make sure this works.
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstInterfaceMethodRef.java 25 * {@code null-ok;} normal {@link CstMethodRef} that corresponds to this
33 * @param definingClass {@code non-null;} the type of the defining class
34 * @param nat {@code non-null;} the name-and-type
38 methodRef = null;
51 * @return {@code non-null;} an appropriate instance
54 if (methodRef == null) {
StdConstantPool.java 29 /** {@code non-null;} array of entries */
33 * Constructs an instance. All indices initially contain {@code null}.
68 return null;
79 if (result == null) {
94 * @param cst {@code null-ok;} the constant to store
99 boolean cat2 = (cst != null) && cst.isCategory2();
111 entries[n + 1] = null;
114 if ((cst != null) && (entries[n] == null)) {
120 if ((prev != null) && prev.isCategory2())
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/data/
mergeTask.java 38 if ((files == null) || (files.length == 0))
44 processor.setDataPath (files); files = null;
45 processor.setSessionOutFile (m_outFile != null ? m_outFile.getAbsolutePath () : null);
57 if (m_outFile != null)
66 if (m_outFile != null)
75 if (m_outFile != null)
84 if (m_outFile != null)

Completed in 1048 milliseconds

<<21222324252627282930>>