/frameworks/base/tools/aidl/ |
D | aidl.cpp | 102 import_info* import = (import_info*)malloc(sizeof(import_info)); in main_import_parsed() local 103 memset(import, 0, sizeof(import_info)); in main_import_parsed() 104 import->from = strdup(g_currentFilename); in main_import_parsed() 105 import->statement.lineno = statement->lineno; in main_import_parsed() 106 import->statement.data = strdup(statement->data); in main_import_parsed() 107 import->statement.extra = NULL; in main_import_parsed() 108 import->next = g_imports; in main_import_parsed() 109 import->neededClass = parse_import_statement(statement->data); in main_import_parsed() 110 g_imports = import; in main_import_parsed() 596 import_info* import = g_imports; local [all …]
|
D | aidl_language.h | 133 void (*import)(buffer_type* statement); member
|
D | aidl_language_y.y | 44 IMPORT { g_callbacks->import(&($1.buffer)); } 45 | IMPORT imports { g_callbacks->import(&($1.buffer)); }
|
D | aidl_language_l.l | 57 ^{whitespace}?import{whitespace}[^ \t\r\n]+{whitespace}?; {
|
/frameworks/base/opengl/tools/glgen/stubs/jsr239/ |
D | GLImplHeader.java-impl | 21 import android.app.AppGlobals; 22 import android.content.pm.ApplicationInfo; 23 import android.content.pm.IPackageManager; 24 import android.os.Build; 25 import android.util.Log; 27 import java.nio.Buffer; 28 import javax.microedition.khronos.opengles.GL10; 29 import javax.microedition.khronos.opengles.GL10Ext; 30 import javax.microedition.khronos.opengles.GL11; 31 import javax.microedition.khronos.opengles.GL11Ext; [all …]
|
D | GL11ImplHeader.java-impl | 9 import java.nio.Buffer; 10 import javax.microedition.khronos.opengles.GL11; 11 import android.graphics.Canvas;
|
/frameworks/base/docs/html/guide/topics/media/ |
D | audio-capture.jd | 89 import android.app.Activity; 90 import android.widget.LinearLayout; 91 import android.os.Bundle; 92 import android.os.Environment; 93 import android.view.ViewGroup; 94 import android.widget.Button; 95 import android.view.View; 96 import android.view.View.OnClickListener; 97 import android.content.Context; 98 import android.util.Log; [all …]
|
/frameworks/base/docs/html/resources/articles/ |
D | glsurfaceview.jd | 34 import javax.microedition.khronos.egl.EGLConfig; 35 import javax.microedition.khronos.opengles.GL10; 37 import android.app.Activity; 38 import android.opengl.GLSurfaceView; 39 import android.os.Bundle; 114 import javax.microedition.khronos.egl.EGLConfig; 115 import javax.microedition.khronos.opengles.GL10; 117 import android.app.Activity; 118 import android.content.Context; 119 import android.opengl.GLSurfaceView; [all …]
|
D | layout-tricks-stubs.jd | 31 appear at the bottom of the screen during an import:</p> 36 browsing the list of books, the import panel is originally represented 41 <p>When the user initiates the import process, the <code>ViewStub</code> is
|
/frameworks/base/docs/html/intl/ja/guide/tutorials/ |
D | hello-world.jd | 96 import android.app.Activity; 97 import android.os.Bundle; 120 import android.app.Activity; 121 import android.os.Bundle; 122 <strong>import android.widget.TextView;</strong> 269 import android.app.Activity; 270 import android.os.Bundle; 331 import android.app.Activity; 332 import android.os.Bundle;
|
/frameworks/base/docs/html/intl/ja/resources/tutorials/ |
D | hello-world.jd | 96 import android.app.Activity; 97 import android.os.Bundle; 120 import android.app.Activity; 121 import android.os.Bundle; 122 <strong>import android.widget.TextView;</strong> 270 import android.app.Activity; 271 import android.os.Bundle; 332 import android.app.Activity; 333 import android.os.Bundle;
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | monkeyrunner_concepts.jd | 106 from com.android.monkeyrunner import MonkeyRunner, MonkeyDevice 164 does not import these modules automatically. To import a module, use the 168 from com.android.monkeyrunner import <module> 171 where <code><module></code> is the class name you want to import. You can import more 266 In your plugin code, you can import and extend the the main monkeyrunner classes 271 Note that plugins do not give you access to the Android SDK. You can't import packages 300 import com.google.common.base.Predicate; 301 import org.python.util.PythonInterpreter;
|
D | aidl.jd | 149 <p>You must include an {@code import} statement for each additional type not listed above, even if 161 android.os.IBinder} interface (except for comments before the import and package 172 // Declare any non-default types here with import statements 370 import android.os.Parcel; 371 import android.os.Parcelable;
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
D | helloandroid_test.jd | 237 import android.test.ActivityInstrumentationTestCase2; 245 yet imported. To import the class, add the following line just before the current 246 <code>import</code> statement: 248 import com.example.helloandroid.HelloAndroid; 291 For this code to work, you must also add some class members and another import statement. To 300 To add the import statement, add the following statement just after the import for 304 import android.widget.TextView; 359 import com.example.helloandroid.HelloAndroid; 360 import android.test.ActivityInstrumentationTestCase2; 361 import android.widget.TextView;
|
/frameworks/base/docs/html/guide/topics/nfc/ |
D | advanced-nfc.jd | 165 import android.nfc.Tag; 166 import android.nfc.tech.MifareUltralight; 167 import android.util.Log; 168 import java.io.IOException; 169 import java.nio.charset.Charset;
|
D | nfc.jd | 804 import android.app.Activity; 805 import android.content.Intent; 806 import android.nfc.NdefMessage; 807 import android.nfc.NdefRecord; 808 import android.nfc.NfcAdapter; 809 import android.nfc.NfcAdapter.CreateNdefMessageCallback; 810 import android.nfc.NfcEvent; 811 import android.os.Bundle; 812 import android.os.Parcelable; 813 import android.widget.TextView; [all …]
|
/frameworks/base/docs/html/resources/ |
D | browser.jd | 5 {@literal @import} "{@docRoot}assets/android-developer-resource-browser.css";
|
/frameworks/base/docs/html/resources/tutorials/ |
D | hello-world.jd | 180 import android.app.Activity; 181 import android.os.Bundle; 211 import android.app.Activity; 212 import android.os.Bundle; 213 <strong>import android.widget.TextView;</strong> 226 <p class="note"><strong>Tip:</strong> An easy way to add import packages to your project is 229 to expand the <code>import</code> statements in your code for this to work.</p> 445 import android.app.Activity; 446 import android.os.Bundle; 543 import android.app.Activity; [all …]
|
/frameworks/compile/linkloader/ |
D | SConstruct | 60 import os
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-providers.jd | 251 import android.provider.Contacts.People; 252 import android.content.ContentUris; 253 import android.net.Uri; 254 import android.database.Cursor; 301 import android.provider.Contacts.People; 302 import android.database.Cursor; 420 import android.provider.Contacts.People; 502 import android.provider.Contacts.People; 503 import android.content.ContentResolver; 504 import android.content.ContentValues; [all …]
|
/frameworks/base/docs/html/resources/tutorials/opengl/ |
D | opengl-es10.jd | 87 import android.app.Activity; 88 import android.content.Context; 89 import android.opengl.GLSurfaceView; 90 import android.os.Bundle; 162 import javax.microedition.khronos.egl.EGLConfig; 163 import javax.microedition.khronos.opengles.GL10; 165 import android.opengl.GLSurfaceView;
|
D | opengl-es20.jd | 90 import android.app.Activity; 91 import android.content.Context; 92 import android.opengl.GLSurfaceView; 93 import android.os.Bundle; 167 import javax.microedition.khronos.egl.EGLConfig; 168 import javax.microedition.khronos.opengles.GL10; 170 import android.opengl.GLES20; 171 import android.opengl.GLSurfaceView;
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | dialogs.jd | 452 import android.app.Activity; 453 import android.app.Dialog; 454 import android.app.ProgressDialog; 455 import android.os.Bundle; 456 import android.os.Handler; 457 import android.os.Message; 458 import android.view.View; 459 import android.view.View.OnClickListener; 460 import android.widget.Button;
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | graphics.jd | 192 import android.content.res.Resources; 193 import android.renderscript.*; 247 import android.renderscript.RSSurfaceView; 248 import android.renderscript.RenderScriptGL; 249 import android.content.Context; 250 import android.view.MotionEvent;
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | index.jd | 30 press <strong>Ctrl (or Cmd) + Shift + O</strong> to import the required packages.</p>
|