/external/chromium_org/ppapi/api/ |
ppb_file_io.idl | 2 * Use of this source code is governed by a BSD-style license that can be 29 * <code>PP_FILEOPENFLAG_READ</code> to request read and write access. 36 * <code>PP_FILEOPENFLAG_EXCLUSIVE</code> was also specified, in which case 43 * regular file. <code>PP_FILEOPENFLAG_WRITE</code> must also be specified. 49 * <code>PP_FILEOPENFLAG_CREATE</code>. If this flag is specified, and the 56 * the file. Mututally exclusive with <code>PP_FILEOPENFLAG_WRITE</code> [all...] |
/external/elfutils/tests/ |
run-show-abbrev.sh | 32 abbrev[0]: code = 1, tag = 17, children = 1 33 abbrev[0]: attr[0]: code = 16, form = 6, offset = 0 34 abbrev[0]: attr[1]: code = 18, form = 1, offset = 2 35 abbrev[0]: attr[2]: code = 17, form = 1, offset = 4 36 abbrev[0]: attr[3]: code = 3, form = 8, offset = 6 37 abbrev[0]: attr[4]: code = 27, form = 8, offset = 8 38 abbrev[0]: attr[5]: code = 37, form = 8, offset = 10 39 abbrev[0]: attr[6]: code = 19, form = 11, offset = 12 40 abbrev[19]: code = 2, tag = 46, children = 1 41 abbrev[19]: attr[0]: code = 1, form = 19, offset = 1 [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
StringIdItem.java | 9 * 1. Redistributions of source code must retain the above copyright 41 * Creates a new uninitialized <code>StringIdItem</code> 42 * @param dexFile The <code>DexFile</code> that this item belongs to 49 * Creates a new <code>StringIdItem</code> for the given <code>StringDataItem</code> 50 * @param dexFile The <code>DexFile</code> that this item belongs t [all...] |
/frameworks/base/core/jni/ |
android_app_NativeActivity.cpp | 130 // is really no benefit to unloading the code. 163 NativeCode* code = static_cast<NativeCode*>(activity); local 164 write_work(code->mainWorkWrite, CMD_FINISH, 0); 169 NativeCode* code = static_cast<NativeCode*>(activity); local 170 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FORMAT, format); 175 NativeCode* code = static_cast<NativeCode*>(activity); local 176 write_work(code->mainWorkWrite, CMD_SET_WINDOW_FLAGS, values, mask); 181 NativeCode* code = static_cast<NativeCode*>(activity); local 182 write_work(code->mainWorkWrite, CMD_SHOW_SOFT_INPUT, flags); 187 NativeCode* code = static_cast<NativeCode*>(activity) local 197 NativeCode* code = (NativeCode*)data; local 253 NativeCode* code = NULL; local 349 NativeCode* code = (NativeCode*)handle; local 359 NativeCode* code = (NativeCode*)handle; local 371 NativeCode* code = (NativeCode*)handle; local 386 NativeCode* code = (NativeCode*)handle; local 410 NativeCode* code = (NativeCode*)handle; local 422 NativeCode* code = (NativeCode*)handle; local 434 NativeCode* code = (NativeCode*)handle; local 446 NativeCode* code = (NativeCode*)handle; local 458 NativeCode* code = (NativeCode*)handle; local 470 NativeCode* code = (NativeCode*)handle; local 491 NativeCode* code = (NativeCode*)handle; local 531 NativeCode* code = (NativeCode*)handle; local 543 NativeCode* code = (NativeCode*)handle; local 557 NativeCode* code = (NativeCode*)handle; local 570 NativeCode* code = (NativeCode*)handle; local 584 NativeCode* code = (NativeCode*)handle; local [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ls/ |
LSParser.java | 23 * <p> <code>LSParser</code> provides an API for parsing XML and building the 24 * corresponding DOM document structure. A <code>LSParser</code> instance 26 * <code>DOMImplementationLS.createLSParser()</code> method. 34 * <li> it is expected that the <code>value</code> and 35 * <code>nodeValue</code> attributes of an <code>Attr</code> node initiall [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_flash_print.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file contains the <code>PPB_Flash_Print</code> interface. 15 * The <code>PPB_Flash_Print</code> interface contains Flash-specific printing
|
/external/chromium_org/ppapi/c/dev/ |
ppb_audio_input_dev.h | 2 * Use of this source code is governed by a BSD-style license that can be 28 * This file defines the <code>PPB_AudioInput_Dev</code> interface, which 38 * <code>PPB_AudioInput_Callback</code> defines the type of an audio callback 46 * <code>PPB_AudioInput_Dev.Open()</code>. 65 * The <code>PPB_AudioInput_Dev</code> interface contains pointers to several 85 * @param[in] instance A <code>PP_Instance</code> identifying one instance o [all...] |
/libcore/luni/src/main/java/javax/crypto/spec/ |
DHPrivateKeySpec.java | 33 * Creates a new <code>DHPrivateKeySpec</code> with the specified <i>private 34 * value</i> <code>x</code>. <i>prime modulus</i> <code>p</code> and <i>base 35 * generator</i> <code>g</code>. 51 * Returns the <i>private value</i> <code>x</code> [all...] |
DHPublicKeySpec.java | 33 * Creates a new <code>DHPublicKeySpec</code> instance with the specified 34 * <i>public value</i> <code>y</code>, the <i>prime modulus</i> 35 * <code>p</code> and the <i>base generator</i> <code>g</code>. 51 * Returns the <i>public value</i> <code>y</code> [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
NodeList.java | 16 * The <code>NodeList</code> interface provides the abstraction of an ordered 18 * is implemented. <code>NodeList</code> objects in the DOM are live. 19 * <p>The items in the <code>NodeList</code> are accessible via an integral 25 * Returns the <code>index</code>th item in the collection. If 26 * <code>index</code> is greater than or equal to the number of nodes i [all...] |
DocumentType.java | 16 * Each <code>Document</code> has a <code>doctype</code> attribute whose value 17 * is either <code>null</code> or a <code>DocumentType</code> object. The 18 * <code>DocumentType</code> interface in the DOM Core provides an interfac [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
debugger-watch-expressions.html | 13 the test method, thanks to the <code>debugger</code> statement. 16 Scripts panel sidebar pane: "<code>this</code>", "<code>a</code>", 17 "<code>b</code>", "<code>c</code>" and "<code>d</code>". Do <b>NOT</b> enter the quotes [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
CertPathTest.java | 32 * Tests for <code>CertPath</code> fields and methods 56 * Test for <code>hashCode()</code> method<br> 57 * Assertion: returns hash of the <code>Certificate</code> instance 67 * Test for <code>hashCode()</code> method<br> 68 * Assertion: hash code of equal objects should be the same 77 * Test for <code>getType()</code> method<br [all...] |
/external/chromium_org/ppapi/cpp/private/ |
video_source_private.h | 2 // Use of this source code is governed by a BSD-style license that can be 16 /// This file defines the <code>PPB_VideoSource_Private</code> interface for a 25 /// The <code>VideoSource_Private</code> class contains methods for creating 30 /// Default constructor for creating a <code>VideoSource_Private</code> 34 /// Constructor for creating a <code>VideoSource_Private</code> for an 38 /// The copy constructor for <code>VideoSource_Private</code> [all...] |
/frameworks/base/docs/html/training/notepad/ |
notepad-ex3.jd | 25 <p>Import <code>Notepadv3</code> into Eclipse. If you see an error about 26 <code>AndroidManifest.xml,</code> or some problems related to an Android zip 38 <li>Remove the code in <code>NoteEdit</code> that parses the title and body 40 <p>Instead, we are going to use the <code>DBHelper</code> class 42 NoteEdit Activity is a <code>mRowId</code> (but only if we are editing, if creating we pas [all...] |
/external/chromium_org/ppapi/cpp/ |
url_loader.h | 2 // Use of this source code is governed by a BSD-style license that can be 21 /// Refer to <code>ppapi/examples/url_loader/streaming.cc</code> 26 /// <code>URLLoader</code> object. 29 /// A constructor used when a <code>PP_Resource</code> is provided as a 32 /// @param[in] resource A <code>PP_Resource</code> corresponding to a 33 /// <code>URLLoader</code> resource [all...] |
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
atsections.dox | 7 /// the placement of their contents within the generated code at defined points 12 /// \code 28 /// Java targeted grammars allow the special section <code>\@init</code> to be placed after the declaration 30 /// variables that are local to the code generated for that rule. You can then reference them within 31 /// your rule action code. 33 /// With the C target, the generated code is subject to the restrictions of C semantics and this 35 /// <code>\@init</code> section, which C programmers should use to initialize their local variables, the C 36 /// target provides the <code>\@declarations</code> section, which is also a rule based section. This sectio [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
tabs.html | 4 You can use most <code>chrome.tabs</code> methods and events without declaring 7 <code>$ref:[tabs.Tab.url url]</code>, 8 <code>$ref:[tabs.Tab.title title]</code>, or 9 <code>$ref:[tabs.Tab.favIconUrl favIconUrl]</code> properties of 10 <code>$ref:tabs.Tab</code>, [all...] |
/external/chromium_org/ppapi/cpp/dev/ |
var_resource_dev.h | 2 // Use of this source code is governed by a BSD-style license that can be 18 /// Constructs a <code>VarResource_Dev</code> given a resource. 21 /// Constructs a <code>VarResource_Dev</code> given a var for which 36 /// The <code>Var</code> assignment operator is overridden here so that we can 37 /// check for assigning a non-resource var to a <code>VarResource_Dev</code>. 41 /// @return The resulting <code>VarResource_Dev</code> (as [all...] |
/external/chromium_org/third_party/icu/source/common/ |
usc_impl.h | 22 * <code>UScriptRun</code> is used to find runs of characters in 32 * Scripts are chosen based on the <code>UScriptCode</code> enumeration. 39 * \code 45 * UScriptCode code = USCRIPT_INVALID_CODE; 47 * while (uscript_nextRun(&start, &limit, &code)) { 48 * printf("Script '%s' from %d to %d.\n", uscript_getName(code), start, limit); 62 * Create a <code>UScriptRun</code> object for iterating over the given text. This object mus [all...] |
/external/icu4c/common/ |
usc_impl.h | 22 * <code>UScriptRun</code> is used to find runs of characters in 32 * Scripts are chosen based on the <code>UScriptCode</code> enumeration. 39 * \code 45 * UScriptCode code = USCRIPT_INVALID_CODE; 47 * while (uscript_nextRun(&start, &limit, &code)) { 48 * printf("Script '%s' from %d to %d.\n", uscript_getName(code), start, limit); 60 * Create a <code>UScriptRun</code> object for iterating over the given text. This object mus [all...] |
/frameworks/base/docs/html/tools/testing/ |
testing_otheride.jd | 76 You use the <code>android</code> tool to create test projects. 77 You also use <code>android</code> to convert existing test code into an Android test project, 78 or to add the <code>test</code> Ant target to an existing Android test project. 80 Updating a test project</a>. The <code>test</code> target is described in 85 To create a test project with the <code>android</code> tool, enter [all...] |
/frameworks/base/docs/html/google/play/billing/v2/ |
billing_reference.jd | 29 <code>response_code</code> extras in the <code>com.android.vending.billing.RESPONSE_CODE</code> 37 <th>Response Code</th> 42 <td><code>RESULT_OK</code></td> 44 <td>Indicates that the request was sent to the server successfully. When this code is returned in 45 response to a <code>CHECK_BILLING_SUPPORTED</code> request, indicates that billing i [all...] |
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
ant.html | 28 Before you can use the <code>proguard</code> task, you have to tell Ant about 30 <code>build.xml</code> file: 53 the <a href="#configuration_attribute"><code>configuration</code></a> 55 <code>proguard</code> task. Your ant build file will then look like this: 73 the contents of the file into the nested text of the <code>proguard</code> tas [all...] |
/frameworks/base/docs/html-intl/ja/training/multiscreen/ |
screensizes.jd | 54 <p>?????????????????????????????????? ????????????? <code>"wrap_content"</code> ? <code>"match_parent"</code> ?????????????<code>"wrap_content"</code> ?????????????????????????????????????????????????????<code>"match_parent"</code>?API ??? 8 ??????? <code>"fill_parent"</code>????????????????????????????????????????</p [all...] |