/frameworks/base/docs/html-intl/ko/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...] |
/frameworks/base/docs/html-intl/ru/training/multiscreen/ |
screensizes.jd | 54 <p>????? ??????? ?????????????? ?????, ????????? ?????????????? ? ?????? ???????, ??????????? ? ???????? ???????? ?????? ? ?????? ????????? ??????????? ????????????? ????????? <code>"wrap_content"</code> ? <code>"match_parent"</code>. ???? ???????????? <code>"wrap_content"</code>, ??? ?????? ??? ?????? ????????????? ??????????????? ??????????? ????????, ??????????? ???????? ?????????? ?? ?????, ? ???????? <code>"match_parent"</code> (????????? ??? <code>"fill_parent"</code> ? API ?? 8 ??????) ?????? ??? ???????????? ?????????? ?? ??????? ????????????? ????????????? (…) [all...] |
/frameworks/base/docs/html-intl/zh-cn/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...] |
/external/chromium_org/ppapi/api/ |
ppb_view.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_View</code> struct representing the state 19 * <code>PPB_View</code> represents the state of the view of an instance. 21 * <code>PPP_Instance.DidChangeView</code>. 27 * <code>PPB_View</code> resource. Note that <code>PPB_ViewChanged</code [all...] |
ppb_messaging.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_Messaging</code> interface implemented 19 * The <code>PPB_Messaging</code> interface is implemented by the browser 29 * @param[in] instance A <code>PP_Instance</code> identifying one instance 31 * @param[in] message A <code>PP_Var</code> containing the data to be sent to 33 * <code>message</code> can be any <code>PP_Var</code> type excep [all...] |
ppb_var_array.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_VarArray</code> struct providing 18 * Creates an array var, i.e., a <code>PP_Var</code> with type set to 19 * <code>PP_VARTYPE_ARRAY</code>. The array length is set to 0. 34 * <code>index</code> is larger than or equal to the array length, an 44 * <code>index</code> is larger than or equal to the array length, the lengt [all...] |
/libcore/luni/src/main/java/java/sql/ |
Blob.java | 24 * A Java interface representing the SQL {@code BLOB} type. 26 * An SQL {@code BLOB} type stores a large array of binary data (bytes) as the 29 * The {@code java.sql.Blob} interface provides methods for setting and 30 * retrieving data in the {@code Blob}, for querying {@code Blob} data length, 31 * and for searching for data within the {@code Blob}. 36 * Retrieves this {@code Blob} object as a binary stream. 38 * @return a binary {@code InputStream} giving access to the {@code Blob} 41 * if an error occurs accessing the {@code Blob} [all...] |
/external/chromium_org/ppapi/c/ |
ppb_network_proxy.h | 2 * Use of this source code is governed by a BSD-style license that can be 23 * This file defines the <code>PPB_NetworkProxy</code> interface. 35 * Permissions: Apps permission <code>socket</code> with subrule 36 * <code>resolve-proxy</code> is required for using this API. 46 * @param[in] instance A <code>PP_Instance</code> identifying one instance 49 * @param[in] url A string <code>PP_Var</code> containing a URL [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
EntityReference.java | 16 * <code>EntityReference</code> nodes may be used to represent an entity 22 * <code>Document</code>, instead of providing <code>EntityReference</code> 24 * <code>EntityReference</code> node that represents a reference to a known 25 * entity an <code>Entity</code> exists, and the subtree of th [all...] |
/frameworks/base/docs/html/training/articles/ |
perf-jni.jd | 24 <li><a href="#faq_ULE">FAQ: Why do I get <code>UnsatisfiedLinkError</code></a></li> 25 <li><a href="#faq_FindClass">FAQ: Why didn't <code>FindClass</code> find my class?</a></li> 26 <li><a href="#faq_sharing">FAQ: How do I share raw data with native code?</a></li> 32 <p>JNI is the Java Native Interface. It defines a way for managed code 34 code (written in C/C++). It's vendor-neutral, has support for loading code from 58 If a piece of code has no other way to get its JNIEnv, you should share 59 the JavaVM, and use <code>GetEnv</code> to discover the thread's JNIEnv. (Assuming it has one; see <code>AttachCurrentThread (…) [all...] |
/external/chromium_org/ppapi/c/private/ |
ppb_output_protection_private.h | 2 * Use of this source code is governed by a BSD-style license that can be 68 * The <code>PPB_OutputProtection_Private</code> interface allows controlling 73 * @code 80 * @code 93 * Create() creates a new <code>PPB_OutputProtection_Private</code> object. 95 * @pram[in] instance A <code>PP_Instance</code> identifying one instance of 98 * @return A <code>PP_Resource</code> corresponding to [all...] |
ppb_video_source_private.h | 2 * Use of this source code is governed by a BSD-style license that can be 28 * This file defines the <code>PPB_VideoSource_Private</code> interface for a 39 * The <code>PPB_VideoSource_Private</code> interface contains pointers to 47 * @param[in] instance A <code>PP_Instance</code> identifying an instance of 50 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on 57 * @param[in] resource The <code>PP_Resource</code> to test [all...] |
/external/chromium_org/ppapi/api/private/ |
ppb_video_source_private.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPB_VideoSource_Private</code> interface for a 17 * The <code>PPB_VideoSource_Private</code> interface contains pointers to 25 * @param[in] instance A <code>PP_Instance</code> identifying an instance of 28 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on 36 * @param[in] resource The <code>PP_Resource</code> to test [all...] |
/external/chromium_org/ppapi/cpp/ |
instance_handle.h | 2 // Use of this source code is governed by a BSD-style license that can be 24 /// safe to refer to a <code>pp::Instance</code> object on a background thread. 30 /// 2. <code>PP_Instance</code> would be a good identifier to use for this case. 31 /// However, using <code>PP_Instance</code> in the constructor to resources is 33 /// <code>PP_Resource</code>. Many resources have alternate constructors that 34 /// just take an existing <code>PP_Resource</code>, so the constructors woul [all...] |
file_ref.h | 2 // Use of this source code is governed by a BSD-style license that can be 25 /// The <code>FileRef</code> class represents a "weak pointer" to a file in 29 /// Default constructor for creating an is_null() <code>FileRef</code> 49 /// If the <code>path</code> is malformed, the resulting <code>FileRef</code> 50 /// will have a null <code>PP_Resource</code> [all...] |
/frameworks/base/docs/html-intl/ja/guide/publishing/ |
preparing.jd | 64 <li>?????????????????????????????????<code>-dpi</code>?<code>-device</code>?<code>-scale</code>?<code>-netspeed</code>?<code>-netdelay</code>?<code>-cpu-delay</code> ????????? ??????????????????????????? ??????????????????????????????????? (…) [all...] |
/frameworks/base/docs/html/training/notepad/ |
notepad-ex1.jd | 10 <li><em>The basics of <code>ListActivities</code> and creating and handling menu 32 <p>Open up the <code>Notepadv1</code> project in Eclipse.</p> 34 <p><code>Notepadv1</code> is a project that is provided as a starting point. It 46 Click <strong>Browse</strong> and navigate to where you copied the <code>NotepadCodeLab</code> 48 and select <code>Notepadv1</code>.</li [all...] |
/sdk/templates/docs/ |
index.html | 56 <p>This document describes the format and syntax for Android code templates. These templates provide starting points for entire projects (e.g. <code>NewAndroidApplication</code>) or application components such as activities (e.g. <code>BlankActivity</code>).</p> 60 <p>Templates are customizable. Each template exposes several options (called parameters) that allow developers to customize the generated code. The most common workflow for <em>using</em> a template is as follows:</p> 70 <p>Templates make heavy use of <a href="http://freemarker.sourceforge.net/">FreeMarker</a>, a Java templating engine used to enable things like control flows and variable substitutions inside files. It's similar to PHP, Django templates, etc. For those more acquainted with C/C++, think of it as a <a href="http://en.wikipedia.org/wiki/C_preprocessor">preprocessor</a> language (i.e. <code>#ifdef</code>).</p> 72 <p>By convention, any file in the template directory structure that is to be processed by FreeMarker should have the <code>.ftl</code> file extension. So if one of your source files is <code>MyActivity.java</code>, and it contains F (…) [all...] |
/external/proguard/docs/manual/ |
ant.html | 17 Before you can use the <code>proguard</code> task, you have to tell Ant about 19 <code>build.xml</code> file: 42 the <a href="#configuration_attribute"><code>configuration</code></a> 44 <code>proguard</code> task. Your ant build file will then look like this: 62 the contents of the file into the nested text of the <code>proguard</code> tas [all...] |
/dalvik/docs/ |
java-constraints.html | 15 From the point of view of a piece of code written in the Java 16 programming language or targeted in the same way to <code>.class</code> 19 That is, the code running in Dalvik will behave the same as it 69 The <code>code</code> array must not be empty. 87 The <code>code</code> array must not be larger than 65535 bytes [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
webview_tag.html | 4 Use the <code>webview</code> tag to embed 'guest' content 6 The guest content is contained within the <code>webview</code> container; 12 Different from the <code>iframe</code>, 13 the <code>webview</code> 24 add the <code>webview</code> tag to your app's embedder pag [all...] |
/frameworks/base/docs/html/tools/ |
device.jd | 56 <p>In the <code>AndroidManifest.xml</code> file, add <code>android:debuggable="true"</code> to 57 the <code><application></code> element.</p> 80 <code>udev</code> rules file that contains a USB configuration for each type of device 83 <code>ATTR{idVendor}</code> property. For a list of vendor IDs, see < [all...] |
/docs/source.android.com/src/devices/tech/dalvik/ |
dalvik-bytecode.jd | 31 <code>.dex</code> file that contains the method. 41 <li>In terms of bitwise representation, <code>(Object) null == (int) 42 0</code>. 46 two registers. Instance methods are passed a <code>this</code> reference 68 <code>move</code> instructions that can address registers in the range 69 <code>v0</code> – <code>v65535</code> [all...] |
/external/chromium_org/ppapi/api/dev/ |
ppp_text_input_dev.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * This file defines the <code>PPP_TextInput_Dev</code> interface. 15 * <code>PPP_TextInput_Dev</code> is a set of function pointers that the 21 * selection by <code>PPB_TextInput_Dev::UpdateSurroundingText</code>. 22 * It is recommended to include the <code>desired_number_of_characters</code>
|
/external/chromium_org/third_party/icu/source/common/ |
utypes.c | 190 u_errorName(UErrorCode code) { 191 if(U_ZERO_ERROR <= code && code < U_STANDARD_ERROR_LIMIT) { 192 return _uErrorName[code]; 193 } else if(U_ERROR_WARNING_START <= code && code < U_ERROR_WARNING_LIMIT) { 194 return _uErrorInfoName[code - U_ERROR_WARNING_START]; 195 } else if(U_PARSE_ERROR_START <= code && code < U_PARSE_ERROR_LIMIT){ 196 return _uTransErrorName[code - U_PARSE_ERROR_START] [all...] |