/development/ndk/samples/hello-jni/tests/src/com/example/HelloJni/ |
HelloJniTest.java | 1 package com.example.HelloJni; 12 * -e class com.example.HelloJni.HelloJniTest \ 13 * com.example.HelloJni.tests/android.test.InstrumentationTestRunner 18 super("com.example.HelloJni", HelloJni.class);
|
/development/ndk/samples/two-libs/tests/src/com/example/TwoLib/ |
TwoLibTest.java | 1 package com.example.TwoLib; 12 * -e class com.example.TwoLib.TwoLibTest \ 13 * com.example.TwoLib.tests/android.test.InstrumentationTestRunner 18 super("com.example.TwoLib", TwoLib.class);
|
/external/v8/test/mjsunit/ |
escape.js | 68 var example = "Now is the time for all good men to come to the aid of the party."; variable 69 example = example + String.fromCharCode(267, 0x1234, 0x6667, 0xabcd); 70 example = example + " The quick brown fox jumps over the lazy dog." 71 example = example + String.fromCharCode(171, 172, 173, 174, 175, 176, 178, 179); 74 assertEquals(example, unescape(escape(example))); 114 var eexample = escape(example); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/not_source_folder/jar/example/ |
Class2.java | 17 package jar.example;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/testdata/ |
jar_example.jar | |
/cts/tests/tests/example/src/android/example/ |
Example.java | 17 package android.example; 20 * Example class being tested. In a real test, the classes to test would 24 public class Example {
|
/cts/tests/tests/example/src/android/example/cts/ |
ExampleSecondaryTest.java | 17 package android.example.cts; 19 import android.example.Example; 24 * Example test to demonstrate how tests work as well as to serve as a 40 * Test {@link Example#zorch}. 43 assertEquals("zorch", Example.zorch());
|
ExampleTest.java | 17 package android.example.cts; 19 import android.example.Example; 24 * Example test to demonstrate how tests work as well as to serve as 25 * a smoke test for the CTS. (If the example test is "broken," then it 39 * Test {@link Example#blort}. 42 assertEquals("blort", Example.blort());
|
/development/ndk/samples/hello-neon/src/com/example/neon/ |
HelloNeon.java | 1 package com.example.neon; 31 * /data/data/com.example.neon/lib/libhelloneon.so at
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
ActionBarHelperICS.java | 17 package com.example.android.actionbarcompat; 25 * An extension of {@link com.example.android.actionbarcompat.ActionBarHelper} that provides Android
|
/development/samples/ApiDemos/src/com/example/android/apis/ |
Shakespeare.java | 1 package com.example.android.apis; 193 "Christian example? Why, revenge. The villany you" +
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AppUpdateReceiver.java | 17 package com.example.android.apis.app; 19 import com.example.android.apis.R;
|
CustomDialogActivity.java | 17 package com.example.android.apis.app; 21 import com.example.android.apis.R;
|
ForwardTarget.java | 17 package com.example.android.apis.app; 21 import com.example.android.apis.R; 28 * Example of removing yourself from the history stack after forwarding to
|
HelloWorld.java | 17 package com.example.android.apis.app; 21 import com.example.android.apis.R; 28 * Simple example of writing an application Activity. 39 * <td >src/com.example.android.apis/app/HelloWorld.java</td>
|
OneShotAlarm.java | 17 package com.example.android.apis.app; 26 import com.example.android.apis.R; 29 * This is an example of implement an {@link BroadcastReceiver} for an alarm that
|
RepeatingAlarm.java | 17 package com.example.android.apis.app; 21 import com.example.android.apis.R; 29 * This is an example of implement an {@link BroadcastReceiver} for an alarm that
|
TranslucentActivity.java | 17 package com.example.android.apis.app; 21 import com.example.android.apis.R;
|
TranslucentBlurActivity.java | 17 package com.example.android.apis.app; 21 import com.example.android.apis.R;
|
WallpaperActivity.java | 17 package com.example.android.apis.app; 21 import com.example.android.apis.R;
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
ResourcesLayoutReference.java | 17 package com.example.android.apis.content; 19 import com.example.android.apis.R;
|
ResourcesSmallestWidth.java | 17 package com.example.android.apis.content; 19 import com.example.android.apis.R;
|
ResourcesWidthAndHeight.java | 17 package com.example.android.apis.content; 19 import com.example.android.apis.R;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
GradientDrawable1.java | 17 package com.example.android.apis.graphics; 21 import com.example.android.apis.R;
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
DefaultValues.java | 17 package com.example.android.apis.preference; 19 import com.example.android.apis.ApiDemosApplication; 20 import com.example.android.apis.R; 28 * This activity is an example of a simple settings screen that has default
|