/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/ |
ECFieldF2m_ImplTest.java | 30 * Tests for <code>ECFieldF2m</code> class fields and methods. 37 * Encapsulates <code>ECFieldF2m</code> testing 44 * <code>NPE</code> reference object of class NullPointerException. 45 * NullPointerException must be thrown by <code>ECFieldF2m</code> 50 * <code>IArgE</code> reference object of class IllegalArgumentException [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
packaging.html | 9 for example, <code>myextension.crx</code>. 17 then the only reason to create your own <code>.crx</code> file 58 for example, <code>c:\myext</code>. 67 a <code>.crx</code> file, 69 and a <code>.pem</code> file [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
declarativeContent.html | 23 <code>$ref:onPageChanged</code> $ref:[events.Event event] object which 24 take an action (currently just <code>$ref:ShowPageAction</code>) when 26 <code>$ref:[PageStateMatcher]</code>, are met. 30 The <code>$ref:PageStateMatcher</code> matches web pages if and only 32 action for pages on <code>https://www.google.com/</code> when [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DebugInfoItem.java | 19 import com.android.dx.dex.code.DalvCode; 20 import com.android.dx.dex.code.DalvInsnList; 21 import com.android.dx.dex.code.LocalList; 22 import com.android.dx.dex.code.PositionList; 35 /** {@code non-null;} the code this item represents */ 36 private final DalvCode code; field in class:DebugInfoItem 43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { 47 if (code == null) { 48 throw new NullPointerException("code == null") [all...] |
/external/javassist/src/main/javassist/tools/web/ |
Viewer.java | 25 * the main class is not a subclass of <code>Applet</code>. 26 * This viewwer first calls <code>main()</code> in the main class. 30 * <ul><code>% java javassist.tools.web.Viewer <i>host port</i> Main arg1, ...</code></ul> 32 * <p>This command calls <code>Main.main()</code> with <code>arg1,...</code> [all...] |
/external/smack/src/org/xbill/DNS/ |
EDNSOption.java | 16 public static class Code { 17 private Code() {} 30 codes.setPrefix("CODE"); 38 * Converts an EDNS Option Code into its textual representation 41 string(int code) { 42 return codes.getText(code); 46 * Converts a textual representation of an EDNS Option Code into its 48 * @param s The textual representation of the option code 49 * @return The option code, or -1 on error. 57 private final int code; field in class:EDNSOption 118 int code, length; local [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
path-permission-element.jd | 18 <dd><code><a href="{@docRoot}guide/topics/manifest/provider-element.html"><provider></a></code></dd> 35 <dt><a name="path"></a>{@code android:path}</dt> 42 <dt><a name="pathPrefix"></a>{@code android:pathPrefix}</dt> 47 <dt><a name="pathPattern"></a>{@code android:pathPattern}</dt> 52 <li>An asterisk ('<code class="Code prettyprint">*</code>'). This matches a sequence of 0 to many occurrences of 55 <li>A period followed by an asterisk ("<code class="Code prettyprint">.*</code>"). This matches any sequence of [all...] |
/frameworks/base/docs/html/training/multiscreen/ |
screendensities.jd | 55 <code>dp</code> or <code>sp</code> units. A <code>dp</code> is a density-independent pixel 56 that corresponds to the physical size of a pixel at 160 dpi. An <code>sp</code> is the same 61 <p>For example, when you specify spacing between two views, use <code>dp</code> [all...] |
/frameworks/base/docs/html-intl/es/training/multiscreen/ |
screendensities.jd | 46 <p>Un error común que debes evitar al crear tus diseños es utilizar píxeles absolutos para definir distancias o tamaños. Definir dimensiones de diseño mediante píxeles es problemático porque cada pantalla tiene densidades de píxeles diferentes, por lo que es posible que el mismo número de píxeles corresponda a varios tamaños físicos en distintos dispositivos. Por tanto, al especificar dimensiones, debes utilizar siempre unidades <code>dp</code> o <code>sp</code>. <code>dp</code> es un píxel independiente de la densidad que corresponde al tamaño físico de un píxel a 160 dpi. <code>sp</code> es la misma unidad de base, pero aumentada en función del tamaño de letra preferido por el usuario (se trata de un píxel independiente de la escala). Por tanto, debes utilizar esta unidad de medida para definir el tamaño de letra (pero no para tamaños de diseños).</p> 48 <p>Por ejemplo, al especificar un espacio entre dos vistas, debes utilizar <code>dp</code> en lugar de <code>px</code>:</p [all...] |
/libcore/luni/src/main/java/java/util/ |
StringTokenizer.java | 21 * Breaks a string into tokens; new code should probably use {@link String#split}. 25 * // Legacy code: 31 * // New code: 51 * Constructs a new {@code StringTokenizer} for the parameter string using 52 * whitespace as the delimiter. The {@code returnDelimiters} flag is set to 53 * {@code false}. 63 * Constructs a new {@code StringTokenizer} for the parameter string using 64 * the specified delimiters. The {@code returnDelimiters} flag is set to 65 * {@code false}. If {@code delimiters} is {@code null}, this constructo [all...] |
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementTime.java | 63 * A code representing the value of the restart attribute, as defined 64 * above. Default value is <code>RESTART_ALWAYS</code> . 78 * A code representing the value of the fill attribute, as defined 79 * above. Default value is <code>FILL_REMOVE</code> . 111 * @return <code>true</code> if the method call was successful and the 112 * element was begun. <code>false</code> if the method call failed [all...] |
/bionic/libc/kernel/common/linux/ |
blkdev.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
genetlink.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * [all...] |
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
verifier.cc | 2 // Use of this source code is governed by a BSD-style license that can be 32 const ErrorCode& code, 34 if (code.error_type() == ErrorCode::ET_SIMPLE || 35 code.error_type() == ErrorCode::ET_TRAP) { 36 return code.err(); 37 } else if (code.error_type() == ErrorCode::ET_COND) { 38 if (code.width() == ErrorCode::TP_32BIT && 39 (data.args[code.argno()] >> 32) && 40 (data.args[code.argno()] & 0xFFFFFFFF80000000ull) != 44 switch (code.op()) 390 ErrorCode code = policy.EvaluateSyscall(sandbox, sysnum); local [all...] |
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ip_conntrack_tuple.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * 71 u_int8_t type, code; member in struct:ip_conntrack_tuple::__anon470::__anon471::__anon474 [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/ |
AttConstantValue.java | 27 * Attribute class for standard {@code ConstantValue} attributes. 30 /** {@code non-null;} attribute name for attributes of this type */ 33 /** {@code non-null;} the constant value */ 39 * @param constantValue {@code non-null;} the constant value, which must 40 * be an instance of one of: {@code CstString}, 41 * {@code CstInteger}, {@code CstLong}, 42 * {@code CstFloat}, or {@code CstDouble} 68 * is an instance of one of: {@code CstString} [all...] |
/dalvik/dx/src/com/android/dx/cf/attrib/ |
AttConstantValue.java | 27 * Attribute class for standard {@code ConstantValue} attributes. 30 /** {@code non-null;} attribute name for attributes of this type */ 33 /** {@code non-null;} the constant value */ 39 * @param constantValue {@code non-null;} the constant value, which must 40 * be an instance of one of: {@code CstString}, 41 * {@code CstInteger}, {@code CstLong}, 42 * {@code CstFloat}, or {@code CstDouble} 68 * is an instance of one of: {@code CstString} [all...] |
/external/chromium_org/ppapi/c/ |
ppp_messaging.h | 2 * Use of this source code is governed by a BSD-style license that can be 34 * The <code>PPP_Messaging</code> interface contains pointers to functions 46 * @param[in] instance A <code>PP_Instance</code> identifying one instance 48 * @param[in] message A <code>PP_Var</code> which has been converted from a 59 * The following JavaScript code invokes <code>HandleMessage</code>, passin [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
BinaryOp.java | 19 import com.android.dx.rop.code.Rop; 20 import com.android.dx.rop.code.Rops; 36 * {@link ArithmeticException} if {@code b == 0}. For float and double operands, 37 * the operations return {@code NaN}. 40 /** {@code a + b} */ 47 /** {@code a - b} */ 54 /** {@code a * b} */ 61 /** {@code a / b} */ 68 /** {@code a % b} */ 75 /** {@code a & b} * [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/ |
Assert.java | 16 * <code>Assert</code> is useful for for embedding runtime sanity checks in code. The predicate 42 * Asserts that an argument is legal. If the given boolean is not <code>true</code>, an 43 * <code>IllegalArgumentException</code> is thrown. 47 * @return <code>true</code> if the check passes (does not return if the check fails) 56 * Asserts that an argument is legal. If the given boolean is not <code>true</code>, a [all...] |
/external/javassist/src/main/javassist/ |
CtField.java | 38 * Creates a <code>CtField</code> object. 40 * with <code>CtClass.addField()</code>. 42 * by a <code>CtField.Initializer</code> object. 45 * call <code>CtNewMethod.getter()</code> and 46 * <code>CtNewMethod.setter()</code> [all...] |
CtNewWrappedConstructor.java | 37 Bytecode code = makeBody(declaring, declaring.getClassFile2(), local 40 cons.getMethodInfo2().setCodeAttribute(code.toCodeAttribute()); 58 Bytecode code = new Bytecode(classfile.getConstPool(), 0, 0); local 59 code.setMaxLocals(false, parameters, 0); 60 code.addAload(0); 63 code.addInvokespecial(superclazz, "<init>", "()V"); 66 stacksize = code.addLoadParameters(parameters, 1) + 1; 67 code.addInvokespecial(superclazz, "<init>", 71 stacksize = compileParameterList(code, parameters, 1); 78 stacksize2 = cparam.compile(code) + 2 [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
DNSStatefulObject.java | 449 * @return <code>true</code> is the task is associated with this object, <code>false</code> otherwise. 458 * @return <code>true</code if the state was changed by this thread, <code>false</code> otherwise. 466 * @return <code>true</code if the state was changed by this thread, <code>false</code> otherwise [all...] |
/external/valgrind/main/none/tests/x86/ |
smc1.c | 2 /* Test Valgrind's ability to spot writes to code which has been 18 WRONG output (if you fail to spot code-writes to code[0 .. 4]) is 47 static UChar code[10]; variable 49 /* Make `code' be PUSHL $dest ; ret */ 53 code[0] = 0x68; /* PUSH imm32 */ 54 code[1] = (dest & 0xFF); 55 code[2] = ((dest >> 8) & 0xFF); 56 code[3] = ((dest >> 16) & 0xFF); 57 code[4] = ((dest >> 24) & 0xFF) [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
Objects.java | 30 * <li>{@code true} if {@code a} and {@code b} are both null. 31 * <li>{@code true} if {@code a} and {@code b} are both non-null and they are 33 * <li>{@code false} in all other situations. 37 * to the {@code equals()} contract. 44 * Generates a hash code for multiple values. The hash code is generated b [all...] |