/external/chromium_org/ppapi/c/dev/ |
ppb_view_dev.h | 2 * Use of this source code is governed by a BSD-style license that can be 20 * This file contains the <code>PPB_View_Dev</code> interface. */ 38 * @param[in] resource A <code>PP_Resource</code> corresponding to a 39 * <code>PPB_View</code> resource. 41 * @return A <code>float</code> value representing the number of device pixels 50 * @param[in] resource A <code>PP_Resource</code> corresponding to [all...] |
/external/chromium_org/ppapi/cpp/ |
network_list.h | 2 // Use of this source code is governed by a BSD-style license that can be 32 /// specified <code>index</code>. 36 /// specified <code>index</code>. 40 /// the specified <code>index</code>. 44 /// specified <code>index</code> and stores them in 45 /// <code>addresses</code> [all...] |
file_system.h | 2 // Use of this source code is governed by a BSD-style license that can be 22 /// The <code>FileSystem</code> class identifies the file system type 31 /// The copy constructor for <code>FileSystem</code>. 33 /// @param[in] other A reference to a <code>FileSystem</code>. 36 /// Constructs a <code>FileSystem</code> from a <code>Resource</code> [all...] |
var_dictionary.h | 2 // Use of this source code is governed by a BSD-style license that can be 22 /// Constructs a <code>VarDictionary</code> given a var for which 29 /// Constructs a <code>VarDictionary</code> given a <code>PP_Var</code> 32 /// @param[in] var A <code>PP_Var</code> of type PP_VARTYPE_DICTIONARY. 43 /// The <code>Var</code> assignment operator is overridden here so that we ca [all...] |
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
ByteArray.java | 28 * Wrapper for a <code>byte[]</code>, which provides read-only access and 37 /** <code>>= 0</code>; start index of the slice (inclusive) */ 40 /** <code>>= 0, <= bytes.length</code>; size computed as 41 * <code>end - start</code> (in the constructor) */ 48 * @param start <code>>= 0</code>; start index of the slice (inclusive [all...] |
/libcore/luni/src/main/java/java/security/interfaces/ |
RSAPrivateCrtKey.java | 33 * Returns the CRT coefficient, {@code q^-1 mod p}. 40 * Returns the prime factor {@code p} of {@code n}. 42 * @return the prime factor {@code p} of {@code n}. 47 * Returns the prime factor {@code q} of {@code n}. 49 * @return the prime factor {@code q} of {@code n}. 54 * Returns the CRT exponent of the primet {@code p} [all...] |
/libcore/luni/src/main/java/java/sql/ |
DatabaseMetaData.java | 29 * patterns. Within these string patterns, {@code '%'} and {@code '_'} 30 * characters have special meanings. {@code '%'} means 31 * "match any substring of 0 or more characters". {@code '_'} means 33 * returned. If such a search pattern string is set to {@code null}, that 39 * States that it may not be permitted to store {@code NULL} values. 44 * States that {@code NULL} values are definitely permitted. 49 * States that whether {@code NULL} values are permitted is unknown. 87 * States that the column must not allow {@code NULL} values. 92 * States that the column definitely allows {@code NULL} values [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
EllipticCurveTest.java | 30 * Tests for <code>EllipticCurve</code> class fields and methods. 36 * Test #1 for <code>EllipticCurve(ECField, BigInteger, BigInteger, byte[])</code> 69 * Test #2 for <code>EllipticCurve(ECField, BigInteger, BigInteger, byte[])</code> 71 * Assertion: throws <code>NullPointerException</code> if <code>field</code>, [all...] |
/libcore/luni/src/test/java/tests/security/spec/ |
EllipticCurveTest.java | 30 * Tests for <code>EllipticCurve</code> class fields and methods. 36 * Test #1 for <code>EllipticCurve(ECField, BigInteger, BigInteger, byte[])</code> 69 * Test #2 for <code>EllipticCurve(ECField, BigInteger, BigInteger, byte[])</code> 71 * Assertion: throws <code>NullPointerException</code> if <code>field</code>, [all...] |
/frameworks/base/docs/html/google/play/billing/v2/ |
billing_integrate.jd | 16 <li><a href="#billing-implement">Modifying Your Application Code</a></li> 40 <code>MarketBillingService</code> so your application can send billing requests and receive 46 <li><a href="#billing-implement">Modify your application code</a> to support in-app billing.</li> 62 <p>The sample application includes an application file (<code>Dungeons.java</code>), the AIDL file 63 for the <code>MarketBillingService</code> (<code>IMarketBillingService.aidl</code>), and severa [all...] |
/dalvik/docs/ |
embedded-vm-control.html | 24 (use <code>adb shell dalvikvm -help</code> to get a summary), but 30 with <code>setprop</code>, 35 effect</strong> (<code>adb shell stop; adb shell start</code>). This is because the 39 <p>You may not be able to set <code>dalvik.*</code> properties or restart 41 <code>adb root</code> or run the <code>su</code> command from the devic [all...] |
/docs/source.android.com/src/source/ |
using-repo.jd | 28 <pre><code>repo COMMAND OPTIONS 29 </code></pre> 31 <pre><code>repo help COMMAND 32 </code></pre> 34 <pre><code>repo sync [PROJECT0 PROJECT1 ... PROJECTN] 36 </code></pre> 39 <pre><code>$ repo init -u URL [OPTIONS] 40 </code></pre> 41 <p>Installs Repo in the current directory. This creates a <code>.repo/</code> directory that contains Git repositories for the Repo source code and the standard Android manife (…) [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
identity.idl | 2 // Use of this source code is governed by a BSD-style license that can be 5 // Use the <code>chrome.identity</code> API to get OAuth2 access tokens. 11 // flag is <code>true</code>, <code>getAuthToken</code> will 13 // <code>false</code> or omitted, <code>getAuthToken</code> wil [all...] |
webview_request.json | 2 // Use of this source code is governed by a BSD-style license that can be 8 "description": "Use the <code>chrome.webViewRequest</code> API to intercept, block, or modify requests in-flight. It is potentially faster than the <a href='webRequest.html'><code>chrome.webRequest</code> API</a> because you can register rules that are evaluated in the browser rather than the JavaScript engine with reduces roundtrip latencies and allows higher efficiency."
|
/libcore/luni/src/main/java/java/security/ |
Timestamp.java | 25 * {@code Timestamp} represents a signed time stamp. {@code Timestamp} is 40 * Constructs a new instance of {@code Timestamp} with the specified {@code 48 * if {@code timestamp} is {@code null} or if {@code 49 * signerCertPath} is {@code null}. 64 * Compares the specified object with this {@code Timestamp} for equality 65 * and returns {@code true} if the specified object is equal, {@code false [all...] |
/packages/apps/Mms/src/org/w3c/dom/smil/ |
Time.java | 19 * The <code>Time</code> interface is a datatype that represents times within 20 * the timegraph. A <code>Time</code> has a type, key values to describe the 26 * A boolean indicating whether the current <code>Time</code> has been 28 * true, the current <code>Time</code> must be defined (not indefinite), 29 * the syncbase and all <code>Time</code> 's that the syncbase depends on [all...] |
/docs/source.android.com/src/devices/tech/input/ |
key-layout-files.jd | 19 <p>Key layout files (<code>.kl</code> files) are responsible for mapping Linux key codes 34 <li><code>/system/usr/keylayout/Vendor_XXXX_Product_XXXX_Version_XXXX.kl</code></li> 35 <li><code>/system/usr/keylayout/Vendor_XXXX_Product_XXXX.kl</code></li> 36 <li><code>/system/usr/keylayout/DEVICE_NAME.kl</code></li> 37 <li><code>/data/system/devices/keylayout/Vendor_XXXX_Product_XXXX_Version_XXXX.kl</code></li [all...] |
/external/chromium_org/v8/src/ |
stub-cache.cc | 6 // * Redistributions of source code must retain the above copyright 33 #include "code-stubs.h" 58 Code* StubCache::Set(Name* name, Map* map, Code* code) { 59 // Get the flags from the code. 60 Code::Flags flags = Code::RemoveTypeFromFlags(code->flags()); 71 ASSERT(Code::ExtractICStateFromFlags(flags) == MONOMORPHIC) 213 Handle<Code> code = compiler.CompileLoadElement(receiver_map); local 240 Handle<Code> code = compiler.CompileStoreElement(receiver_map); local 291 Handle<Code> code = local 333 Handle<Code> code = local 371 Handle<Code> code = local 376 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); local 398 Handle<Code> code = local 402 CodeCreateEvent(CALL_LOGGER_TAG(kind, CALL_IC_TAG), *code, *name)); local 433 Object* code = dictionary->ValueAt(entry); local 455 Handle<Code> code = compiler.CompileCallInitialize(flags); local 484 Handle<Code> code = compiler.CompileCallPreMonomorphic(flags); local 501 Handle<Code> code = compiler.CompileCallNormal(flags); local 517 Handle<Code> code = compiler.CompileCallArguments(flags); local 536 Handle<Code> code = compiler.CompileCallMegamorphic(flags); local 556 Handle<Code> code = compiler.CompileCallMiss(flags); local 598 Handle<Code> code = compiler.CompilePolymorphicIC( local 651 Handle<Code> code = compiler.CompileStoreElementPolymorphic(receiver_maps); local 671 Handle<Code> code = compiler.CompileCallDebugBreak(flags); local 690 Handle<Code> code = compiler.CompileCallDebugPrepareStepIn(flags); local 958 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallInitialize"); local 962 *code, code->arguments_count())); local 979 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallPreMonomorphic"); local 983 *code, code->arguments_count())); local 1000 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallNormal"); local 1004 *code, code->arguments_count())); local 1019 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallMegamorphic"); local 1023 *code, code->arguments_count())); local 1032 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallArguments"); local 1051 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallMiss"); local 1055 *code, code->arguments_count())); local 1064 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallDebugBreak"); local 1084 Handle<Code> code = GetCodeWithFlags(flags, "CompileCallDebugPrepareStepIn"); local 1088 *code, local 1102 Handle<Code> code = factory()->NewCode(desc, flags, masm_.CodeObject()); local 1179 Handle<Code> code = CompileCustomCall(object, holder, local 1643 Handle<Code> code = GetCodeWithFlags(flags, name); local 1644 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); local 1655 Handle<Code> code = GetCodeWithFlags(flags, name); local 1656 PROFILE(isolate(), CodeCreateEvent(log_kind(code), *code, *name)); local 1736 Handle<Code> code = local [all...] |
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotation.java | 22 * {@code DexAnnotation} represents an annotation. 27 * {@code Visibility} indicates the retention of a {@code DexAnnotation}. 32 * of other code). 41 * (and not to regular user code). FIXME missing words in spec 53 * Returns the {@code Visibility} identified by the given {@code byte}. 54 * pre: 0 <= {@code value} <=2 57 * the {@code byte} value which identifies a {@code [all...] |
/external/chromium_org/content/public/common/ |
speech_recognition_error.h | 2 // Use of this source code is governed by a BSD-style license that can be 23 SpeechRecognitionErrorCode code; member in struct:content::SpeechRecognitionError 27 : code(SPEECH_RECOGNITION_ERROR_NONE), 31 : code(code_value), 36 : code(code_value),
|
/external/chromium_org/ios/consumer/ |
README.txt | 1 This directory exists to allow iOS code that is not yet upstreamed to call 2 Chromium code without being vulnerable to breakage during a merge. 3 Specifically, not-yet-upstreamed code is allowed to use the interfaces 6 code not yet upstreamed. Any change to code not under public/ can be TBR'd to
|
/external/chromium_org/ppapi/api/ |
ppp_graphics_3d.idl | 2 * Use of this source code is governed by a BSD-style license that can be 7 * Defines the <code>PPP_Graphics3D</code> struct representing a 3D graphics 16 * <code>PPP_Graphics3D</code> defines the notification interface for a 3D
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/ |
README | 1 GALLIUM REMOTE DEBUGGING COMMON CODE 5 This directory contains the common code for the Gallium 3D remote debugging 6 driver and clients. The code is two parts the connection managment code and 9 The code currently uses tcp and ip4v for connections.
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
README | 1 GALLIUM REMOTE DEBUGGING COMMON CODE 5 This directory contains the common code for the Gallium 3D remote debugging 6 driver and clients. The code is two parts the connection managment code and 9 The code currently uses tcp and ip4v for connections.
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowKeyEvent.java | 11 private int code; field in class:ShadowKeyEvent 13 public void __constructor__(int action, int code) { 15 this.code = code; 25 return code;
|