HomeSort by relevance Sort by last modified time
    Searched full:code (Results 951 - 975 of 26167) sorted by null

<<31323334353637383940>>

  /external/oprofile/daemon/
opd_interface.h 27 /* Code 9 used to be TRACE_END_CODE which is not used anymore */
28 /* Code 9 is now considered an unknown escape code */
40 /* Code 12 is now considered an unknown escape code */
43 /* AMD's Instruction-Based Sampling (IBS) escape code */
  /external/proguard/src/proguard/classfile/visitor/
LibraryClassFilter.java 27 * This <code>ClassVisitor</code> delegates its visits to another given
28 * <code>ClassVisitor</code>, but only when visiting library classes.
39 * @param classVisitor the <code>ClassVisitor</code> to which visits
ProgramClassFilter.java 27 * This <code>ClassVisitor</code> delegates its visits to another given
28 * <code>ClassVisitor</code>, but only when visiting program classes.
39 * @param classVisitor the <code>ClassVisitor</code> to which visits
SubclassTraveler.java 27 * This <code>ClassVisitor</code> lets a given <code>ClassVisitor</code>
39 * @param classVisitor the <code>ClassVisitor</code> to
  /external/strace/
ioctl.c 11 * 1. Redistributions of source code must retain the above copyright
38 * program `ioctlsort', such that the list is sorted by the `code' field.
76 unsigned long code1 = ((struct ioctlent *) a)->code;
77 unsigned long code2 = ((struct ioctlent *) b)->code;
82 ioctl_lookup(code)
83 long code;
87 ioent.code = code;
89 ioent.code &= (_IOC_NRMASK<<_IOC_NRSHIFT) | (_IOC_TYPEMASK<<_IOC_TYPESHIFT);
94 if ((--iop)->code != ioent.code)
105 long code; local
    [all...]
  /external/tinyxml/docs/
classTiXmlComment-members.html 10 <tr class="memlist"><td><a class="el" href="classTiXmlComment.html#a4">Clone</a>() const </td><td><a class="el" href="classTiXmlComment.html">TiXmlComment</a></td><td><code> [virtual]</code></td></tr>
11 <tr class="memlist"><td><a class="el" href="classTiXmlBase.html#a4">Column</a>() const </td><td><a class="el" href="classTiXmlBase.html">TiXmlBase</a></td><td><code> [inline]</code></td></tr>
12 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a8">FirstChild</a>() const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr>
15 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a16">FirstChild</a>(const std::string &amp;_value) const </td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr>
16 <tr class="memlist"><td><a class="el" href="classTiXmlNode.html#a17">FirstChild</a>(const std::string &amp;_value)</td><td><a class="el" href="classTiXmlNode.html">TiXmlNode</a></td><td><code> [inline]</code></td></tr
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor-test.log 5 code-creation,Stub,0xf540a100,474,"CEntryStub"
6 code-creation,Script,0xf541cd80,736,"exp.js"
7 code-creation,Stub,0xf541d0e0,47,"RuntimeStub_Math_exp"
8 code-creation,LazyCompile,0xf541d120,145,"exp native math.js:41"
10 code-creation,LoadIC,0xf541d280,117,"j"
11 code-creation,LoadIC,0xf541d360,63,"i"
  /external/webkit/WebCore/manual-tests/inspector/
display-sql-transaction-error.html 15 <li>Click on the <code>InspectorTest</code> database</li>
16 <li>Enter the following text on the query input line: <code>INSERT INTO DisplaySQLTransactionError (test) VALUES (NULL)</code></li>
24 callback passed by the Inspector to <code>db.transaction</code> to be called.</p>
  /frameworks/base/awt/java/beans/
FeatureDescriptor.java 171 * <code>true</code> if preferred, <code>false</code>
184 * <code>true</code> if hidden, <code>false</code> otherwise.
196 * <code>true</code> if expert, <code>false</code> otherwise
    [all...]
  /frameworks/base/docs/html/guide/tutorials/views/
hello-datepicker.jd 77 The <code>DATE_DIALOG_ID</code> is a static integer that uniquely identifies the Dialog. In the
78 <code>onCreate()</code> method, we get prepared by setting the layout and capturing the View elements.
80 show our DatePicker dialog. The <code>showDialog()</code> method will pop-up the date picker dialog
81 by calling the <code>onCreateDialog()</code> callback method
84 <code>updateDisplay()</code>&mdash;our own method (defined later) that will fill the TextView.</p
    [all...]
  /frameworks/base/media/libdrm/mobile2/include/util/xml/
XMLDocumentImpl.h 32 * @return the first child <code>Element</code> of document.
39 * @return a new xml <code>Element</code>
47 * @return a new <code>Text</code> node.
  /packages/apps/Email/src/org/apache/commons/io/
LineIterator.java 26 * An Iterator over the lines in a <code>Reader</code>.
28 * <code>LineIterator</code> holds a reference to an open <code>Reader</code>.
63 * Constructs an iterator of the lines for a <code>Reader</code>.
65 * @param reader the <code>Reader</code> to read from, not null
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/message/
TextBody.java 27 * Encapsulates the contents of a <code>text/*</code> entity body.
35 * Gets a <code>Reader</code> which may be used to read out the contents
38 * @return the <code>Reader</code>.
  /system/core/libcutils/
socket_local.h 26 * of <code>ANDROID_SOCKET_NAMESPACE_ABSTRACT</code>,
27 * <code>ANDROID_SOCKET_NAMESPACE_RESERVED</code>, or
28 * <code>ANDROID_SOCKET_NAMESPACE_FILESYSTEM</code>. Upon success,
  /frameworks/base/docs/html/guide/topics/resources/
layout-resource.jd 21 <dd><code>res/layout/<em>filename</em>.xml</code><br/>
29 In Java: <code>R.layout.<em>filename</em></code><br/>
30 In XML: <code>@[<em>package</em>:]layout/<em>filename</em></code>
56 one root element and it must contain the {@code xmlns:android} attribute with the {@code android}
64 <dt id="viewgroup-element"><code>&lt;ViewGroup&gt;</code></dt
    [all...]
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 27 <dd><code>res/xml/<em>filename</em>.xml</code><br/>
68 <dt id="searchable-element"><code>&lt;searchable&gt;</code></dt>
72 <dt><code>android:label</code></dt>
74 It should normally be the same as the name applied to the {@code android:label} attribute of your <a
75 href="{@docRoot}guide/topics/manifest/activity-element.html#label">{@code &lt;activity&gt;}</a> or
76 <a href="{@docRoot}guide/topics/manifest/application-element.html#label">{@code
78 <code>android:includeInGlobalSearch</code> "true", in which case, this label is used to identif
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ExecutionStack.java 17 package com.android.dx.cf.code;
33 /** {@code non-null;} array of stack contents */
37 * {@code >= 0;} stack pointer (points one past the end) / current stack
45 * @param maxStack {@code >= 0;} the maximum size of the stack for this
57 * @return {@code non-null;} the copy
72 * @param ex {@code non-null;} the exception to annotate
89 * @param type {@code non-null;} type to replace
111 * @return {@code >= 0;} the max stack size
120 * @return {@code >= 0, < getMaxStack();} the current stack size
142 * @param type {@code non-null;} type of the valu
    [all...]
  /dalvik/dx/src/com/android/dx/util/
Hex.java 31 * Formats a {@code long} as an 8-byte unsigned hex value.
34 * @return {@code non-null;} formatted form
47 * Formats an {@code int} as a 4-byte unsigned hex value.
50 * @return {@code non-null;} formatted form
63 * Formats an {@code int} as a 3-byte unsigned hex value.
66 * @return {@code non-null;} formatted form
79 * Formats an {@code int} as a 2-byte unsigned hex value.
82 * @return {@code non-null;} formatted form
95 * Formats an {@code int} as either a 2-byte unsigned hex value
100 * @return {@code non-null;} formatted for
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
FilterReader.java 38 * Constructs a new FilterReader on the Reader {@code in}.
62 * Sets a mark position in this reader. The parameter {@code readlimit}
64 * Sending {@code reset()} will reposition this reader back to the marked
65 * position, provided that {@code readlimit} has not been surpassed.
85 * Indicates whether this reader supports {@code mark()} and {@code reset()}.
88 * @return {@code true} if {@code mark()} and {@code reset()} are supported
89 * by the filtered reader, {@code false} otherwise
    [all...]
StringReader.java 23 * A specialized {@link Reader} that reads characters from a {@code String} in
38 * Construct a new {@code StringReader} with {@code str} as source. The size
39 * of the reader is set to the {@code length()} of the string and the Object
40 * to synchronize access through is set to {@code str}.
53 * will throw an {@code IOException}. Only the first invocation of this
64 * @return {@code true} if closed, otherwise {@code false}.
71 * Sets a mark position in this reader. The parameter {@code readLimit} is
72 * ignored for this class. Calling {@code reset()} will reposition th
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
BasicPermission.java 26 * {@code BasicPermission} is the common base class of all permissions which
27 * have a name but no action lists. A {@code BasicPermission} is granted or it
50 * Constructs a new instance of {@code BasicPermission} with the specified
55 * @throws NullPointerException if {@code name} is {@code null}.
56 * @throws IllegalArgumentException if {@code name.length() == 0}.
64 * Constructs a new instance of {@code BasicPermission} with the specified
65 * name. The {@code action} parameter is ignored.
72 * if {@code name} is {@code null}
    [all...]
  /external/opencore/doc/oscl_html/
oscl__types_8h-source.html 22 00025 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="osclconfig_8h.html">osclconfig.h</a>"</span>
25 <a name="l00029"></a><a class="code" href="group__osclbase.html#a24">00029</a> <span class="keyword">typedef</span> <span class="keywordtype">int</span> <a class="code" href="group__osclbase.html#a24">c_bool</a>;
28 <a name="l00033"></a><a class="code" href="group__osclbase.html#a25">00033</a> <span class="keyword">typedef</span> <span class="keywordtype">void</span> <a class="code" href="group__osclbase.html#a25">OsclAny</a>;
30 <a name="l00036"></a><a class="code" href="group__osclbase.html#a26">00036</a> <span class="keyword">typedef</span> <span class="keywordtype">char</span> <a class="code" href="group__osclbase.html#a26">mbchar</a>;
34 <a name="l00041"></a><a class="code" href="group__osclbase.html#a27">00041</a> <span class="keyword">typedef</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="group__osclbase.html#a27">uint</a>;
37 <a name="l00045"></a><a class="code" href="group__osclbase.html#a28">00045</a> <span class="keyword">typedef</span> uint8 <a class="co (…)
    [all...]
  /external/guava/javadoc/com/google/common/collect/
ImmutableSortedSet.html 109 An immutable <code>SortedSet</code> that stores its elements in a sorted array.
114 <p>Unlike <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collections.html?is-external=true#unmodifiableSortedSet(java.util.SortedSet)" title="class or interface in java.util"><CODE>Collections.unmodifiableSortedSet(java.util.SortedSet<T>)</CODE></A>, which is a <i>view</i>
115 of a separate collection that can still change, an instance of <code>ImmutableSortedSet</code> contains its own private data and will <i>never</i>
116 change. This class is convenient for <code>public static final</code> sets
120 <p>The sets returned by <A HREF="../../../../com/google/common/collect/ImmutableSortedSet.html#headSet(E)"><CODE>headSet(E)</CODE></A>, <A HREF="../../../../com/google/common/collect/ImmutableSortedSet.html#tailSet(E)"><CODE>tai (…)
    [all...]
Ordering.html 108 <pre> <code>if (Ordering.from(comparator).reverse().isOrdered(list)) { ... }</code></pre>
110 <p>The <A HREF="../../../../com/google/common/collect/Ordering.html#from(java.util.Comparator)"><CODE>from(Comparator)</CODE></A> method returns the equivalent <code>Ordering</code> instance for a pre-existing comparator. You can also skip the
111 comparator step and extend <code>Ordering</code> directly: <pre> <code>Ordering&lt;String&gt; byLengthOrdering = new Ordering&lt;String&gt;() {
115 };</code></pre
    [all...]
  /dalvik/libcore/math/src/main/java/java/math/
MathContext.java 34 * A {@code MathContext} which corresponds to the IEEE 754r quadruple
42 * A {@code MathContext} which corresponds to the IEEE 754r single decimal
50 * A {@code MathContext} which corresponds to the IEEE 754r double decimal
58 * A {@code MathContext} for unlimited precision with
74 * A {@code RoundingMode} object which specifies the algorithm to be used
80 * An array of {@code char} containing: {@code
82 * methods related to {@code String} conversion.
91 * An array of {@code char} containing: {@code
    [all...]

Completed in 183 milliseconds

<<31323334353637383940>>