Home
last modified time | relevance | path

Searched refs:Add (Results 1 – 25 of 86) sorted by relevance

1234

/frameworks/base/tools/aidl/
DType.cpp38 NAMES.Add(VOID_TYPE); in register_base_types()
41 NAMES.Add(BOOLEAN_TYPE); in register_base_types()
45 NAMES.Add(BYTE_TYPE); in register_base_types()
48 NAMES.Add(CHAR_TYPE); in register_base_types()
52 NAMES.Add(INT_TYPE); in register_base_types()
56 NAMES.Add(LONG_TYPE); in register_base_types()
60 NAMES.Add(FLOAT_TYPE); in register_base_types()
64 NAMES.Add(DOUBLE_TYPE); in register_base_types()
67 NAMES.Add(STRING_TYPE); in register_base_types()
70 NAMES.Add(CHAR_SEQUENCE_TYPE); in register_base_types()
[all …]
Dgenerate_java.cpp86 ctor->statements->Add(attach); in StubClass()
98 asBinder->statements->Add(new ReturnStatement(THIS_VALUE)); in StubClass()
119 onTransact->statements->Add(this->transact_switch); in StubClass()
123 onTransact->statements->Add(new ReturnStatement(superCall)); in StubClass()
149 ifstatement->statements->Add(new ReturnStatement(NULL_VALUE)); in make_as_interface()
150 m->statements->Add(ifstatement); in make_as_interface()
158 m->statements->Add(iinVd); in make_as_interface()
171 instOfStatement->statements->Add(new ReturnStatement(new Cast(interfaceType, iin))); in make_as_interface()
172 m->statements->Add(instOfStatement); in make_as_interface()
178 m->statements->Add(new ReturnStatement(ne)); in make_as_interface()
[all …]
DAST.h115 void Add(Statement* statement);
116 void Add(Expression* expression);
Daidl.cpp311 NAMES.Add(type);
324 NAMES.Add(stub);
331 NAMES.Add(proxy);
DAST.cpp217 StatementBlock::Add(Statement* statement) in Add() function in StatementBlock
223 StatementBlock::Add(Expression* expression) in Add() function in StatementBlock
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp92 case Instruction::Add: in GetEncodedBinaryOpcode()
169 Abbv->Add(BitCodeAbbrevOp(bitc::VST_CODE_ENTRY)); in WriteTypeSymbolTable()
170 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteTypeSymbolTable()
172 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Array)); in WriteTypeSymbolTable()
173 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 7)); in WriteTypeSymbolTable()
243 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_POINTER)); in WriteTypeTable()
244 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, in WriteTypeTable()
246 Abbv->Add(BitCodeAbbrevOp(0)); // Addrspace = 0 in WriteTypeTable()
251 Abbv->Add(BitCodeAbbrevOp(bitc::TYPE_CODE_FUNCTION)); in WriteTypeTable()
252 Abbv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // isvararg in WriteTypeTable()
[all …]
/frameworks/base/docs/html/resources/tutorials/opengl/
Dopengl-es20.jd21 <li><a href="#motion">Add Motion</a></li>
357 <li>Add the following members to your {@code HelloOpenGLES20Renderer} class for an OpenGL
367 <li>Add the following code to the end of your {@code onSurfaceCreated()} method to load the
384 <li>Add the following code to the end of your {@code onDrawFrame()} method apply the OpenGL
387 // Add program to OpenGL environment
415 <a href="#motion">Add Motion</a> section, you'll make this shape rotate and justify
431 <li>Add the following members to your {@code HelloOpenGLES20Renderer} class.
471 <li>Add the following code to the end of your {@code onSurfaceChanged()} method to
477 <li>Add the following code to the end of your {@code onSurfaceChanged()} method to define
508 <h2 id="motion">Add Motion</h2>
[all …]
Dopengl-es10.jd21 <li><a href="#motion">Add Motion</a></li>
301 <li>Add the {@code glEnableClientState()} method to the end of {@code onSurfaceCreated()} to
310 <li>Add the following code to the end of your {@code onDrawFrame()} method to draw the triangle.
335 <a href="#motion">Add Motion</a> section, you'll make this shape rotate and justify
399 <h2 id="motion">Add Motion</h2>
/frameworks/base/docs/html/sdk/
Dadding-components.jd171 <em>Android Repository</em> and <em>Third party Add-ons</em>. You can add other sites that host
178 available under <em>Third party Add-ons</em>. </p>
186 <li>Click <strong>Add Add-on Site</strong> and enter the URL of the
190 <strong>User Add-ons</strong>.</p>
Dindex.jd30 <li>Add Android platforms and other components to your SDK.</li>
Dandroid-2.3.4.jd47 APIs Add-On, a downloadable component for the Android SDK.</p>
51 Add-On into your SDK. For more information, see <a
217 the latest version of the Google APIs Add-On, which also includes the Open
Dinstalling.jd201 Repository</em> and <em>Third party Add-ons</em>.</p>
246 <p>The <em>Third party Add-ons</em> provide components that allow you to create a development
248 customized (but fully compliant) Android system image. You can add additional Add-on repositories by
249 clicking <strong>Add Add-on Site</strong>.</p>
453 dialog that comes up, double-click on Path (under System Variables). Add the full path to the
Drequirements.jd91 <td>SDK Add-on (each)</td>
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-timepicker.jd94 <li>Add the <code>updateDisplay()</code> and <code>pad()</code> methods:
117 <li>Add a class member for a {@link android.app.TimePickerDialog.OnTimeSetListener} that will be
135 <li>Add the {@link android.app.Activity#onCreateDialog(int)} callback method:
/frameworks/base/docs/html/guide/developing/devices/
Dindex.jd64 …includes the required library. Usually, you must create such an AVD using an Add-on component for …
65 AVD's platform (for example, the Google APIs Add-on contains the Google Maps library).</li>
/frameworks/base/docs/html/guide/tutorials/notepad/
Dnotepad-ex1.jd181 <p>We need to create the layout to hold our list. Add code inside
254 Add the following contents (note: again the XML header is used, and the
386 <p>We will now create the "Add Item" button that can be accessed by pressing the menu
392 a new string named "menu_insert" with its value set to <code>Add Item</code>:
393 <pre>&lt;string name="menu_insert"&gt;Add Item&lt;/string&gt;</pre>
418 to handle our new "Add Note" menu item. When this is selected, the
452 <p>Add a new <code>createNote()</code> method:</p>
571 <li>Add new notes by hitting the menu button and selecting <em>Add
Dnotepad-index.jd94 <td>Add a second Activity to the
103 <td>Add handling of life-cycle events to
/frameworks/base/docs/html/resources/tutorials/notepad/
Dnotepad-ex1.jd181 <p>We need to create the layout to hold our list. Add code inside
254 Add the following contents (note: again the XML header is used, and the
386 <p>We will now create the "Add Item" button that can be accessed by pressing the menu
392 a new string named "menu_insert" with its value set to <code>Add Item</code>:
393 <pre>&lt;string name="menu_insert"&gt;Add Item&lt;/string&gt;</pre>
418 to handle our new "Add Note" menu item. When this is selected, the
452 <p>Add a new <code>createNote()</code> method:</p>
571 <li>Add new notes by hitting the menu button and selecting <em>Add
Dnotepad-index.jd94 <td>Add a second Activity to the
103 <td>Add handling of life-cycle events to
Dindex.jd95 <td>Add a second Activity to the
104 <td>Add handling of life-cycle events to
/frameworks/base/docs/html/resources/tutorials/testing/
Dactivity_test.jd551Add this code to the definition of <code>SpinnerActivityTest</code>, after the constructor definit…
572 Add these members to the test case class:
580 Add these imports:
617 Add this member:
654 … Get focus and set selection. Create a new method <code>public void testSpinnerUI()</code>. Add
670 Add the following member to the test case class.
679 click the center keypad button again to highlight the desired item. Add the following code:
689 Add the following member to the test case class:
718 Add the following members to the test case class:
725 Add the following imports to the test case class:
[all …]
/frameworks/compile/slang/
DRSCCOptions.td39 HelpText<"Add directory to include search path">;
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-mapview.jd18 target called "Google APIs Add-on". See the instructions for setting a build
136 objects we want on our map. Add this at the top of the HelloItemizedOverlay class:
192 <li>First we need some more types. Add the following at the top of the HelloMapView class:
Dhello-gallery.jd12 <li>Add some images to your res/drawable/ directory.</li>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_dialog.jd158 <li>Add the effects seen in Figure 2 for the proper filter.</li>

1234