Searched refs:no (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp80 static no_t no; member in namespace:android
208 Parcel* parcel = (Parcel*)env->GetIntField(argParcel, no.native_parcel);
294 SkCanvas* nativeCanvas = (SkCanvas*)env->GetIntField(canvas, no.native_canvas);
352 SkCanvas* nativeCanvas = (SkCanvas*)env->GetIntField(canvas, no.native_canvas);
496 SkRegion* nativeRegion = (SkRegion*)env->GetIntField(argRegion, no.native_region);
577 Parcel* parcel = (Parcel*)env->GetIntField( argParcel, no.native_parcel);
596 argParcel, no.native_parcel);
664 no.native_canvas = env->GetFieldID(canvas, "mNativeCanvas", "I");
668 no.native_region = env->GetFieldID(region, "mNativeRegion", "I");
671 no
[all...]
/frameworks/base/media/libdrm/mobile1/src/xml/
H A Dxml_tinyparser.c188 /* If it's an end_tag, no value should be returned */
741 if (NULL != Tree->attr) // no attribute now
/frameworks/base/core/java/com/android/internal/app/
H A DShutdownThread.java93 .setNegativeButton(com.android.internal.R.string.no, null)

Completed in 974 milliseconds