/cts/tests/tests/media/src/android/media/cts/ |
FaceDetector_FaceTest.java | 30 public class FaceDetector_FaceTest extends InstrumentationTestCase { 37 intent.setClass(getInstrumentation().getTargetContext(), FaceDetectorStub.class);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/ |
Test_return_object.java | 29 public class Test_return_object extends DxTestCase { 92 IllegalMonitorStateException.class); 101 load("dot.junit.opcodes.return_object.d.T_return_object_3", VerifyError.class); 109 load("dot.junit.opcodes.return_object.d.T_return_object_4", VerifyError.class); 117 load("dot.junit.opcodes.return_object.d.T_return_object_16", VerifyError.class); 125 load("dot.junit.opcodes.return_object.d.T_return_object_5", VerifyError.class); 134 load("dot.junit.opcodes.return_object.d.T_return_object_10", VerifyError.class); 142 load("dot.junit.opcodes.return_object.d.T_return_object_11", VerifyError.class); 154 load("dot.junit.opcodes.return_object.d.T_return_object_14", VerifyError.class); 167 RunnerGenerator rg = (RunnerGenerator) Class.forName [all...] |
/developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/agendadata/ |
DeleteService.java | 39 public class DeleteService extends IntentService implements GoogleApiClient.ConnectionCallbacks, 48 super(DeleteService.class.getSimpleName()); 99 Intent confirmationActivity = new Intent(this, ConfirmationActivity.class)
|
/developers/samples/android/wearable/wear/FindMyPhone/Wearable/src/main/java/com/example/android/findphone/ |
FindPhoneService.java | 36 public class FindPhoneService extends IntentService implements GoogleApiClient.ConnectionCallbacks, 51 super(FindPhoneService.class.getSimpleName());
|
/developers/samples/android/wearable/wear/Quiz/Wearable/src/main/java/com/example/android/quiz/ |
DeleteQuestionService.java | 42 public class DeleteQuestionService extends IntentService 50 super(DeleteQuestionService.class.getSimpleName());
|
UpdateQuestionService.java | 44 public class UpdateQuestionService extends IntentService 55 super(UpdateQuestionService.class.getSimpleName());
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
FragmentLayout.java | 43 public class FragmentLayout extends Activity { 59 public static class DetailsActivity extends Activity { 89 public static class TitlesFragment extends ListFragment { 166 intent.setClass(getActivity(), DetailsActivity.class); 179 public static class DetailsFragment extends Fragment {
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
FragmentLayoutSupport.java | 44 public class FragmentLayoutSupport extends FragmentActivity { 60 public static class DetailsActivity extends FragmentActivity { 91 public static class TitlesFragment extends ListFragment { 165 intent.setClass(getActivity(), DetailsActivity.class); 178 public static class DetailsFragment extends Fragment {
|
/development/samples/wearable/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/ |
DeleteService.java | 39 public class DeleteService extends IntentService implements GoogleApiClient.ConnectionCallbacks, 48 super(DeleteService.class.getSimpleName()); 99 Intent confirmationActivity = new Intent(this, ConfirmationActivity.class)
|
/development/samples/wearable/FindMyPhone/Wearable/src/main/java/com/example/android/wearable/findphone/ |
FindPhoneService.java | 36 public class FindPhoneService extends IntentService implements GoogleApiClient.ConnectionCallbacks, 51 super(FindPhoneService.class.getSimpleName());
|
/development/samples/wearable/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/ |
CheckInAndDeleteDataItemsService.java | 44 public class CheckInAndDeleteDataItemsService extends IntentService 50 super(CheckInAndDeleteDataItemsService.class.getSimpleName()); 105 Intent confirmationActivity = new Intent(this, ConfirmationActivity.class)
|
/development/samples/wearable/Quiz/Wearable/src/main/java/com/example/android/wearable/quiz/ |
DeleteQuestionService.java | 42 public class DeleteQuestionService extends IntentService 50 super(DeleteQuestionService.class.getSimpleName());
|
UpdateQuestionService.java | 44 public class UpdateQuestionService extends IntentService 55 super(UpdateQuestionService.class.getSimpleName());
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv04_surface.c | 484 unsigned handle = 0x88000000, class; local 508 class = NV04_SURFACE_2D_CLASS; 510 class = NV10_SURFACE_2D_CLASS; 512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d); 579 class = NV04_SURFACE_SWZ_CLASS; 581 class = NV20_SURFACE_SWZ_CLASS; 583 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf); 592 class = NV04_SIFM_CLASS; 594 class = NV10_SIFM_CLASS; 596 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
bio_ber.c | 79 int class; member in struct:ber_struct 89 int class; member in struct:bio_ber_struct 164 int class; local 200 ret=ASN1_get_object(&p,&length,&tag,&class,max);
|
/external/guava/guava/src/com/google/common/base/internal/ |
Finalizer.java | 32 * <p>While this class is public, we consider it to be *internal* and not part 34 * class loaders in secure environments. 36 * <p>This class can't depend on other Google Collections code. If we were 37 * to load this class in the same class loader as the rest of 39 * to the class loader and prevent it from being garbage collected. This 40 * poses a problem for environments where you want to throw away the class 44 * <p>{@code com.google.common.base.FinalizableReferenceQueue} loads this class 45 * in its own class loader. That way, this class doesn't prevent the mai [all...] |
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_surface.c | 484 unsigned handle = 0x88000000, class; local 508 class = NV04_SURFACE_2D_CLASS; 510 class = NV10_SURFACE_2D_CLASS; 512 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->surf2d); 579 class = NV04_SURFACE_SWZ_CLASS; 581 class = NV20_SURFACE_SWZ_CLASS; 583 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->swzsurf); 592 class = NV04_SIFM_CLASS; 594 class = NV10_SIFM_CLASS; 596 ret = nouveau_object_new(chan, handle++, class, NULL, 0, &hw->sifm) [all...] |
/external/openssl/crypto/pkcs7/ |
bio_ber.c | 79 int class; member in struct:ber_struct 89 int class; member in struct:bio_ber_struct 164 int class; local 200 ret=ASN1_get_object(&p,&length,&tag,&class,max);
|
/external/sepolicy/tools/ |
sepolicy-check.c | 18 fprintf(stderr, "%s -s <source> -t <target> -c <class> -p <perm> -P <policy file>\n", arg0); 147 fprintf(stderr, "class %s does not exist\n", c); 155 fprintf(stderr, "perm %s does not exist in class %s\n", p, c); 160 fprintf(stderr, "perm %s does not exist in class %s\n", p, c); 235 char *policy = NULL, *source = NULL, *target = NULL, *class = NULL, *perm = NULL; local 245 {"class", required_argument, NULL, 'c'}, 260 class = optarg; 273 if (!source || !target || !class || !perm || !policy) 282 match = check_rule(source, target, class, perm, &policydb);
|
/external/smack/src/com/kenai/jbosh/ |
ApacheHTTPSender.java | 42 final class ApacheHTTPSender implements HTTPSender { 66 // Load Apache HTTP client class 67 HttpClient.class.getName();
|
/frameworks/base/core/java/android/widget/ |
ToggleButton.java | 38 public class ToggleButton extends CompoundButton { 159 event.setClassName(ToggleButton.class.getName()); 165 info.setClassName(ToggleButton.class.getName());
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/ |
ConnectivityManagerMobileTest.java | 30 public class ConnectivityManagerMobileTest extends ConnectivityManagerTestBase { 33 super(ConnectivityManagerMobileTest.class.getSimpleName());
|
WifiAssociationTest.java | 40 public class WifiAssociationTest extends ConnectivityManagerTestBase { 46 super(WifiAssociationTest.class.getSimpleName());
|
WifiConnectionTest.java | 36 * -e class com.android.connectivitymanagertest.functional.WifiConnectionTest \ 39 public class WifiConnectionTest extends ConnectivityManagerTestBase { 44 super(WifiConnectionTest.class.getSimpleName());
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/ |
WifiApStress.java | 37 public class WifiApStress extends ConnectivityManagerTestBase { 47 super(WifiApStress.class.getSimpleName());
|