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

<<11121314151617181920>>

  /external/chromium_org/ppapi/c/
ppb_network_list.h 2 * Use of this source code is governed by a BSD-style license that can be
23 * This file defines the <code>PPB_NetworkList</code> interface.
77 * The <code>PPB_NetworkList</code> is used to represent a list of
80 * using the <code>PPB_NetworkMonitor</code> interface.
84 * Determines if the specified <code>resource</code> is a
85 * <code>NetworkList</code> object
    [all...]
  /external/chromium_org/ppapi/cpp/
var.h 2 // Use of this source code is governed by a BSD-style license that can be
22 /// Special value passed to constructor to make <code>NULL</code>.
25 /// Default constructor. Creates a <code>Var</code> of type
26 /// <code>Undefined</code>.
29 /// A constructor used to create a <code>Var</code> of type <code>Null</code>
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
display-sql-null.html 17 <li>Click on the <code>DisplaySQLNull</code> table inside the <code>InspectorTest</code> database</li>
20 "<code>null</code>" in the <code>test</code> column), you have passed the
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
res.errwarn 1 -:1: warning: uninitialized space declared in code/data section: zeroing
2 -:2: warning: uninitialized space declared in code/data section: zeroing
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 54 static const UCDRecord *get_ucd_record(uint32_t code)
58 if (code >= 0x110000)
61 index = index0[code >> (SHIFT1+SHIFT2)] << SHIFT1;
62 offset = (code >> SHIFT2) & ((1<<SHIFT1) - 1);
64 offset = code & ((1<<SHIFT2) - 1);
71 static const unsigned short *get_decomp_record(uint32_t code)
75 if (code >= 0x110000)
78 index = decomp_index0[code >> (DECOMP_SHIFT1+DECOMP_SHIFT2)]
80 offset = (code >> DECOMP_SHIFT2) & ((1<<DECOMP_SHIFT1) - 1);
82 offset = code & ((1<<DECOMP_SHIFT2) - 1)
156 const unsigned short *code = *code_ptr; local
    [all...]
  /external/junit/src/org/junit/internal/
RealSystem.java 7 public void exit(int code) {
8 System.exit(code);
  /external/markdown/tests/misc/
br.html 2 <pre><code>&lt;p&gt;Some of these words &lt;em&gt;are emphasized&lt;/em&gt;.
7 </code></pre>
9 <p>Unordered (bulleted) lists use asterisks, pluses, and hyphens (<code>*</code>,
10 <code>+</code>, and <code>-</code>) as list markers. These three markers are
  /external/sfntly/cpp/
README.txt 1 Please refer to http://code.google.com/p/sfntly/wiki/build_cpp regarding how to build sfntly.
3 sfntly wiki contains other useful documents: http://code.google.com/p/sfntly/w/lis
  /external/smack/src/com/kenai/jbosh/
package.html 6 up on the <code>BOSHClient</code> documentation.
  /libcore/luni/src/main/java/java/util/
Comparator.java 21 * A {@code Comparator} is used to compare two objects to determine their ordering with
22 * respect to each other. On a given {@code Collection}, a {@code Comparator} can be used to
23 * obtain a sorted {@code Collection} which is <i>totally ordered</i>. For a {@code Comparator}
24 * to be <i>consistent with equals</i>, its {code #compare(Object, Object)}
26 * holds true. It is recommended that a {@code Comparator} implements
35 * {@code (lhs, rhs)} should form an <i>equivalence relation</i>.
38 * <li>{@code compare(a,a)} returns zero for all {@code a}</li
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 16 * The <code>Attr</code> interface represents an attribute in an
17 * <code>Element</code> object. Typically the allowable values for the
19 * <p><code>Attr</code> objects inherit the <code>Node</code> interface, but
22 * <code>Node</code> attributes <code>parentNode</code>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
sscape_ioctl.h 7 unsigned char code[256]; member in struct:sscape_bootblock
15 unsigned char *code; member in struct:sscape_microcode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
sscape_ioctl.h 7 unsigned char code[256]; member in struct:sscape_bootblock
15 unsigned char *code; member in struct:sscape_microcode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sscape_ioctl.h 7 unsigned char code[256]; member in struct:sscape_bootblock
15 unsigned char __user *code; member in struct:sscape_microcode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
sscape_ioctl.h 7 unsigned char code[256]; member in struct:sscape_bootblock
15 unsigned char *code; member in struct:sscape_microcode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
sscape_ioctl.h 7 unsigned char code[256]; member in struct:sscape_bootblock
15 unsigned char __user *code; member in struct:sscape_microcode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stab.h 7 #define __define_stab(NAME, CODE, STRING) NAME=CODE,
  /docs/source.android.com/src/compatibility/
cts-development.jd 22 to get and build the Android source code but specify <code>-b android-4.3_r1</code>
23 when issuing the <code>repo init</code> command. This assures that your CTS
28 <code>.classpath</code> file rather than copying the one from the development
30 <pre><code>cd /path/to/android/root
33 </code></pre>
34 <p>This <code>.classpath</code> file will contain both the Android framewor
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.view.accessibility.AccessibilityEvent.html 74 Class android.view.accessibility.<A HREF="../../../../reference/android/view/accessibility/AccessibilityEvent.html" target="_top"><font size="+2"><code>AccessibilityEvent</code></font></A>
76 <p><font xsize="+1">The superclass changed from <code>java.lang.Object</code> to <code>android.view.accessibility.AccessibilityRecord</code>.<br></font>
88 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/accessibility/AccessibilityEvent.html#appendRecord(android.view.accessibility.AccessibilityRecord)" target="_top"><code>appendRecord</code></A>(<code>AccessibilityRecord</code>)</nobr
    [all...]
  /external/chromium_org/ui/events/ozone/evdev/
event_device_info.cc 2 // Use of this source code is governed by a BSD-style license that can be
92 bool EventDeviceInfo::HasKeyEvent(unsigned int code) const {
93 if (code > KEY_MAX)
95 return BitIsSet(key_bits_, code);
98 bool EventDeviceInfo::HasRelEvent(unsigned int code) const {
99 if (code > REL_MAX)
101 return BitIsSet(rel_bits_, code);
104 bool EventDeviceInfo::HasAbsEvent(unsigned int code) const {
105 if (code > ABS_MAX)
107 return BitIsSet(abs_bits_, code);
    [all...]
  /external/javassist/src/main/javassist/
ByteArrayClassPath.java 23 * A <code>ByteArrayClassPath</code> contains bytes that is served as
24 * a class file to a <code>ClassPool</code>. It is useful to convert
25 * a byte array to a <code>CtClass</code> object.
27 * <p>For example, if you want to convert a byte array <code>b</code>
28 * into a <code>CtClass</code> object representing the class with a nam
    [all...]
  /libcore/luni/src/main/java/javax/sql/
RowSetReader.java 23 * An interface which provides functionality for a disconnected {@code RowSet}
24 * to get data from a database into its rows. The {@code RowSet} calls the
25 * {@code RowSetReader} interface when the {@code RowSet}'s execute method is
26 * invoked - a {@code RowSetReader} must first be registered with the {@code
34 * Reads new data into the {@code RowSet}. The calling {@code RowSet} object
35 * must itself implement the {@code RowSetInternal} interface and the
36 * {@code RowSetReader} must be registered as a reader on th
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParserFilter.java 19 * <code>LSParserFilter</code>s provide applications the ability to examine
25 * The document element is never passed to the <code>LSParserFilter</code>
27 * <code>Document</code>, <code>DocumentType</code>, <code>Notation</code>,
    [all...]

Completed in 1369 milliseconds

<<11121314151617181920>>