Home
last modified time | relevance | path

Searched refs:import (Results 1 – 25 of 88) sorted by relevance

1234

/frameworks/base/tools/aidl/
Daidl.cpp102 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 …]
Daidl_language.h133 void (*import)(buffer_type* statement); member
Daidl_language_y.y44 IMPORT { g_callbacks->import(&($1.buffer)); }
45 | IMPORT imports { g_callbacks->import(&($1.buffer)); }
Daidl_language_l.l57 ^{whitespace}?import{whitespace}[^ \t\r\n]+{whitespace}?; {
/frameworks/base/opengl/tools/glgen/stubs/jsr239/
DGLImplHeader.java-impl21 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 …]
DGL11ImplHeader.java-impl9 import java.nio.Buffer;
10 import javax.microedition.khronos.opengles.GL11;
11 import android.graphics.Canvas;
/frameworks/base/docs/html/guide/topics/media/
Daudio-capture.jd89 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/
Dglsurfaceview.jd34 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 …]
Dlayout-tricks-stubs.jd31 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/
Dhello-world.jd96 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/
Dhello-world.jd96 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/
Dmonkeyrunner_concepts.jd106 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 &lt;module&gt;
171 where <code>&lt;module&gt;</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;
Daidl.jd149 <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/
Dhelloandroid_test.jd237 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/
Dadvanced-nfc.jd165 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;
Dnfc.jd804 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/
Dbrowser.jd5 {@literal @import} "{@docRoot}assets/android-developer-resource-browser.css";
/frameworks/base/docs/html/resources/tutorials/
Dhello-world.jd180 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/
DSConstruct60 import os
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-providers.jd251 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/
Dopengl-es10.jd87 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;
Dopengl-es20.jd90 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/
Ddialogs.jd452 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/
Dgraphics.jd192 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/
Dindex.jd30 press <strong>Ctrl (or Cmd) + Shift + O</strong> to import the required packages.</p>

1234