HomeSort by relevance Sort by last modified time
    Searched refs:null (Results 3551 - 3575 of 19630) sorted by null

<<141142143144145146147148149150>>

  /cts/tools/cts-native-scanner/etc/
cts-native-scanner 23 if expr "x${newProg}" : 'x/' >/dev/null; then
40 while expr "x$1" : 'x-J' >/dev/null; do
  /cts/tools/cts-xml-generator/etc/
cts-xml-generator 23 if expr "x${newProg}" : 'x/' >/dev/null; then
40 while expr "x$1" : 'x-J' >/dev/null; do
  /cts/tools/dasm/src/java_cup/
parse_action.java 58 return other != null && other.kind() == ERROR;
terminal.java 32 if (conflict != null)
53 this(nm, null);
71 if (with_name == null)
72 return null;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsReportUtil.java 29 * @return result or null if not found
37 return null;
  /cts/tools/utils/
VogarUtils.java 45 return expectationStore != null
50 if (dir == null) {
51 return null;
65 if (files != null) {
  /dalvik/dexgen/src/com/android/dexgen/util/
DexClassLoaderHelper.java 49 * @param pathHolder {@code non-null;} location of jar archive containing dex
57 null, myLoader);
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttSignature.java 25 /** {@code non-null;} attribute name for attributes of this type */
28 /** {@code non-null;} the signature string */
34 * @param signature {@code non-null;} the signature string
39 if (signature == null) {
40 throw new NullPointerException("signature == null");
54 * @return {@code non-null;} the signature string
AttSourceFile.java 25 /** {@code non-null;} attribute name for attributes of this type */
28 /** {@code non-null;} name of the source file */
34 * @param sourceFile {@code non-null;} the name of the source file
39 if (sourceFile == null) {
40 throw new NullPointerException("sourceFile == null");
54 * @return {@code non-null;} the source file
BaseAttribute.java 26 /** {@code non-null;} attribute name */
32 * @param name {@code non-null;} attribute name
35 if (name == null) {
36 throw new NullPointerException("name == null");
  /dalvik/dx/src/com/android/dx/io/instructions/
PackedSwitchPayloadDecodedInstruction.java 39 super(format, opcode, 0, null, 0, 0L);
  /dalvik/dx/src/com/android/dx/merge/
SortableType.java 33 if (b == null) {
36 if (a == null) {
78 if (sortableSupertype == null) {
89 if (implemented == null) {
  /dalvik/dx/tests/083-ssa-phi-placement/
Blort.java 51 if (fd == null) {
  /dalvik/dx/tests/115-merge/testdata/
StaticValues.java 14 public static final String k = null;
  /dalvik/tests/030-bad-finalizer/src/
Main.java 11 bf = null;
  /dalvik/tests/034-call-null/src/
Main.java 11 Main instance = null;
  /dalvik/tests/038-inner-null/src/
Main.java 11 Blort mBlort = null;
  /dalvik/tests/079-phantom/src/
Main.java 47 mBitmap1 = null;
52 mBitmap2 = null;
57 mBitmap3 = null;
62 mBitmap4 = null;
  /dalvik/tests/etc/
reference-run-test-classes 38 elif expr "x$1" : "x--" >/dev/null 2>&1; then
  /dalvik/vm/mterp/armv5te/
OP_MONITOR_ENTER.S 2 %verify "exception for null object"
10 cmp r1, #0 @ null object?
12 beq common_errNullObject @ null object, throw an exception
  /dalvik/vm/mterp/mips/
OP_MONITOR_ENTER.S 2 %verify "exception for null object"
11 # null object?
12 beqz a1, common_errNullObject # null object, throw an exception
  /developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsActivity.java 39 if (savedInstanceState == null) {
  /developers/samples/android/content/multiuser/AppRestrictions/AppRestrictionsSample/src/main/java/com/example/android/apprestrictions/
CustomRestrictionsActivity.java 39 if (savedInstanceState == null) {
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 43 if (mList == null) {
44 return null;
51 return mList != null ? mList.size() : 0;
64 if (convertView == null) {
UnderdevelopedSettings.java 26 Intent targetIntent = new Intent(Intent.ACTION_MAIN, null);

Completed in 1249 milliseconds

<<141142143144145146147148149150>>