HomeSort by relevance Sort by last modified time
    Searched full:code (Results 326 - 350 of 116262) sorted by null

<<11121314151617181920>>

  /external/icu4c/common/unicode/
ubidi.h 41 * In functions with an error code parameter,
42 * the <code>pErrorCode</code> pointer must be valid
59 * <h4> Sample code for the ICU Bidi API </h4>
63 * This is (hypothetical) sample code that illustrates
65 * Rendering code depends highly on the graphics system,
66 * therefore this sample code must make a lot of assumptions,
74 * characters (code units) in logical order.</li>
77 * and therefore its implementation omitted from this sample code.</li>
81 * \code
    [all...]
  /external/chromium_org/ppapi/api/private/
ppb_video_destination_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_VideoDestination_Private</code> interface
17 * The <code>PPB_VideoDestination_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/c/private/
ppb_video_destination_private.h 2 * Use of this source code is governed by a BSD-style license that can be
30 * This file defines the <code>PPB_VideoDestination_Private</code> interface
41 * The <code>PPB_VideoDestination_Private</code> interface contains pointers to
49 * @param[in] instance A <code>PP_Instance</code> identifying an instance of
52 * @return A <code>PP_Resource</code> with a nonzero ID on success or zero on
59 * @param[in] resource The <code>PP_Resource</code> to test
    [all...]
  /external/chromium_org/ppapi/cpp/
var_array.h 2 // Use of this source code is governed by a BSD-style license that can be
22 /// Constructs a <code>VarArray</code> given a var for which is_array() is
29 /// Constructs a <code>VarArray</code> given a <code>PP_Var</code> of type
32 /// @param[in] var A <code>PP_Var</code> of type PP_VARTYPE_ARRAY.
43 /// The <code>Var</code> assignment operator is overridden here so that we ca
    [all...]
  /external/icu4c/test/intltest/
colldata.h 32 * The size of the internal CE buffer in a <code>CEList</code> object
38 * Define this to enable the <code>CEList</code> objects to collect
43 * The size of the initial list in a <code>StringList</code> object.
51 * <code>UnicodeString</code>
58 * Construct a <code>CEList</code> object
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 111 Bytecode code = new Bytecode(info.getConstPool(), 2, 9); local
112 /* 0 */ code.addAload(0);
113 /* 1 */ code.addLdc("start");
114 /* 3 */ code.addInvokevirtual(clazz, "println", CtClass.voidType, new CtClass[] {stringClass});
115 /* 6 */ code.addAload(0);
116 /* 7 */ code.addLdc("try");
117 /* 9 */ code.addInvokevirtual(clazz, "println", CtClass.voidType, new CtClass[] {stringClass});
118 /* 12 */ addJump(code, Opcode.GOTO, 125);
119 /* 14 */ code.addAstore(2);
120 /* 16 */ code.addAload(2)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/intros/
notifications.html 12 via the <code>options</code> parameter:
28 (<code>basic</code>, <code>image</code>, and <code>list</code>)
29 must include a notification <code>title</code> and <code>message</code>
    [all...]
ttsEngine.html 49 <p>The <code>voice_name</code> parameter is required. The name should be
55 <p>The <code>gender</code> parameter is optional. If your voice corresponds
59 <p>The <code>lang</code> parameter is optional, but highly recommended.
66 leave out the <code>lang</code> parameter from your extension's manifest.</p>
68 <p>Finally, the <code>event_types</code> parameter is required if the engine ca
    [all...]
  /external/chromium_org/ppapi/api/
ppb_mouse_lock.idl 2 * Use of this source code is governed by a BSD-style license that can be
7 * This file defines the <code>PPB_MouseLock</code> interface for
18 * The <code>PPB_MouseLock</code> interface is implemented by the browser.
30 * <code>PP_INPUTEVENT_TYPE_MOUSEMOVE</code> event. The
31 * <code>GetPosition()</code> function in the <code>PPB_MouseInputEvent</code
    [all...]
  /external/chromium_org/ppapi/c/
ppb_mouse_lock.h 2 * Use of this source code is governed by a BSD-style license that can be
21 * This file defines the <code>PPB_MouseLock</code> interface for
31 * The <code>PPB_MouseLock</code> interface is implemented by the browser.
43 * <code>PP_INPUTEVENT_TYPE_MOUSEMOVE</code> event. The
44 * <code>GetPosition()</code> function in the <code>PPB_MouseInputEvent</code
    [all...]
  /external/javassist/src/main/javassist/
ClassClassPath.java 23 * by <code>getResourceAsStream()</code> in <code>java.lang.Class</code>.
25 * <p>Try adding a <code>ClassClassPath</code> when a program is running
27 * the default <code>ClassPool</code>. For example,
34 * This code snippet permanently adds a <code>ClassClassPath</code
    [all...]
CtNewConstructor.java 24 * A collection of static methods for creating a <code>CtConstructor</code>.
28 * methods in this class. Call <code>makeClassInitializer()</code> in
29 * <code>CtClass</code> and append code snippet to the body of the class
30 * initializer obtained by <code>makeClassInitializer()</code>.
44 * <code>Object</code> and passed to a super-class
141 Bytecode code = new Bytecode(cp, 1, 1); local
    [all...]
Loader.java 26 * <p>This is a sample class loader using <code>ClassPool</code>.
28 * from a <code>ClassPool</code>.
36 * <p>Suppose that an instance of <code>MyTranslator</code> implementing
37 * the interface <code>Translator</code> is responsible for modifying
39 * The startup program of an application using <code>MyTranslator</code>
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/util/
ModelUtil.java 32 * both of the objects might be <CODE>null</CODE> The result of
35 * <LI>If <CODE>o1</CODE> and <CODE>o2</CODE> are the same object
36 * according to the <CODE>==</CODE> operator, return
37 * <CODE>true</CODE>.
    [all...]
  /frameworks/base/core/java/android/text/
TextWatcher.java 25 * This method is called to notify you that, within <code>s</code>,
26 * the <code>count</code> characters beginning at <code>start</code>
27 * are about to be replaced by new text with length <code>after</code>.
28 * It is an error to attempt to make changes to <code>s</code> fro
    [all...]
  /frameworks/base/docs/html/tools/help/
hprof-conv.jd 7 The <code>hprof-conv</code> tool converts the HPROF file that is
14 You can use "-" for <code>&lt;infile&gt;</code> or <code>&lt;outfile&gt;</code>
  /libcore/luni/src/main/java/javax/crypto/spec/
PSource.java 23 * The source of the label <code>L</code> as specified in <a
33 * Creates a new <code>PSource</code> instance with the specified source
58 * The explicit specification of the parameter <code>P</code> used in the
66 * The instance of <code>PSpecified</code> with the default value
67 * <code>byte[0]</code> for <code>P</code
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
NamedNodeMap.java 16 * Objects implementing the <code>NamedNodeMap</code> interface are used to
18 * <code>NamedNodeMap</code> does not inherit from <code>NodeList</code>;
19 * <code>NamedNodeMaps</code> are not maintained in any particular order.
20 * Objects contained in an object implementing <code>NamedNodeMap</code> ma
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
bms.h 22 * A <code>UCD</code> object holds the Collator-specific data needed to
26 * <code>UCD</code> objects are quite expensive to compute. Because
27 * of this, they are cached. When you call <code>ucd_open</code> it
28 * returns a reference counted cached object. When you call <code>ucd_close</code>
32 * <code>ucd_flushCCache</code>. If you no longer need any <code>UCD</code
    [all...]
  /external/openfst/src/include/fst/
icu.h 48 int code = c & ((1 << (6 - count)) - 1); local
59 code = (code << 6) | (cb & 0x3f);
62 if (code < 0) {
67 labels->push_back(code);
77 int32_t code = labels[i]; local
78 if (code < 0) {
79 LOG(ERROR) << "LabelsToUTF8String: Invalid character found: " << code;
81 } else if (code < 0x80) {
82 ostr << static_cast<char>(code);
    [all...]
  /frameworks/base/core/java/android/util/
Property.java 34 * This factory method creates and returns a Property given the <code>class</code> and
35 * <code>name</code> parameters, where the <code>"name"</code> parameter represents either:
37 * <li>a public <code>getName()</code> method on the class which takes no arguments, plus an
38 * optional public <code>setName()</code> method which takes a value of the same typ
    [all...]
  /external/chromium_org/ppapi/utility/websocket/
websocket_api.h 2 // Use of this source code is governed by a BSD-style license that can be
19 /// The <code>WebSocketAPI</code> class
31 /// @param[in] url A <code>Var</code> of string type representing a WebSocket
34 /// <code>Var</code> specifying sub-protocols. Each <code>Var</code>
35 /// represents one sub-protocol and its <code>PP_VarType</code> must b
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
ubidi.h 41 * In functions with an error code parameter,
42 * the <code>pErrorCode</code> pointer must be valid
59 * <h4> Sample code for the ICU Bidi API </h4>
63 * This is (hypothetical) sample code that illustrates
65 * Rendering code depends highly on the graphics system,
66 * therefore this sample code must make a lot of assumptions,
74 * characters (code units) in logical order.</li>
77 * and therefore its implementation omitted from this sample code.</li>
81 * \code
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
android.R.style.html 74 Class android.<A HREF="../../../../reference/android/R.style.html" target="_top"><font size="+2"><code>R.style</code></font></A>
88 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.style.html#Holo_ButtonBar" target="_top"><code>Holo_ButtonBar</code></A></nobr>
95 <nobr><code>int</code>&nbsp;<A HREF="../../../../reference/android/R.style.html#Holo_ButtonBar_AlertDialog" target="_top"><code>Holo_ButtonBar_AlertDialog</code></A></nobr
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 35 * Tests for <code>CertPathValidatorException</code> class constructors and
61 * Test for <code>CertPathValidatorException()</code> constructor
71 * Test for <code>CertPathValidatorException(String)</code> constructor
73 * Parameter <code>msg</code> is not null.
86 * Test for <code>CertPathValidatorException(String)</code> constructo
    [all...]

Completed in 862 milliseconds

<<11121314151617181920>>