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

<<71727374757677787980>>

  /frameworks/base/docs/html/sdk/api_diff/5/changes/
methods_index_additions.html 74 (<code>Uri</code>)</b>&nbsp;in&nbsp;android.content.ContentResolver
77 (<code>String</code>)</b>&nbsp;in&nbsp;android.content.ContentResolver
80 (<code>NmeaListener</code>)</A></nobr><br>
82 (<code>int, SyncStatusObserver</code>)</A></nobr><br>
85 (<code>ArrayList&lt;ContentProviderOperation&gt;</code>)</b>&nbsp;in&nbsp;android.content.ContentProvide
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/7/changes/
android.content.Intent.html 74 Class android.content.<A HREF="../../../../reference/android/content/Intent.html" target="_top"><font size="+2"><code>Intent</code></font></A>
87 <nobr><code>Rect</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#getSourceBounds()" target="_top"><code>getSourceBounds</code></A>()</nobr>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/content/Intent.html#setSourceBounds(android.graphics.Rect)" target="_top"><code>setSourceBounds</code></A>(<code>Rect</code>)</nobr
    [all...]
  /external/opencore/doc/oscl_html/
files.html 10 <tr><td class="indexkey"><a class="el" href="oscl__aostatus_8h.html">oscl_aostatus.h</a> <a href="oscl__aostatus_8h-source.html">[code]</a></td><td class="indexvalue">Some basic types used with active objects</td></tr>
11 <tr><td class="indexkey"><a class="el" href="oscl__assert_8h.html">oscl_assert.h</a> <a href="oscl__assert_8h-source.html">[code]</a></td><td class="indexvalue">The file <a class="el" href="oscl__assert_8h.html">oscl_assert.h</a> provides an OSCL_ASSERT macro to document assumptions and test them during development</td></tr>
12 <tr><td class="indexkey"><a class="el" href="oscl__base_8h.html">oscl_base.h</a> <a href="oscl__base_8h-source.html">[code]</a></td><td class="indexvalue">The file <a class="el" href="oscl__base_8h.html">oscl_base.h</a> is the public header that should be included to pick up the platform configuration, basic type definitions, and common macros</td></tr>
13 <tr><td class="indexkey"><a class="el" href="oscl__base__alloc_8h.html">oscl_base_alloc.h</a> <a href="oscl__base__alloc_8h-source.html">[code]</a></td><td class="indexvalue">A basic allocator that does not rely on other modules</td></tr>
14 <tr><td class="indexkey"><a class="el" href="oscl__base__macros_8h.html">oscl_base_macros.h</a> <a href="oscl__base__macros_8h-source.html">[code]</a></td><td class="indexvalue">This file defines common macros and constants for basic compilation support</td></tr>
15 <tr><td class="indexkey"><a class="el" href="oscl__bin__stream_8h.html">oscl_bin_stream.h</a> <a href="oscl__bin__stream_8h-source.html">[code]</a></td><td class="indexvalue">Defines a set of binary stream classes which handle portable input / output of binary data regardless of the native byte order</td></tr>
16 <tr><td class="indexkey"><a class="el" href="oscl__byte__order_8h.html">oscl_byte_order.h</a> <a href="oscl__byte__order_8h-source.html">[code]</a></td><td class="indexvalue">This file defines functions providing byte ordering utility (e.g., switching between big and little endian orders)</td></tr>
17 <tr><td class="indexkey"><a class="el" href="oscl__defalloc_8h.html">oscl_defalloc.h</a> <a href="oscl__defalloc_8h-source.html">[code]</a></td><td class="indexvalue">The file defines simple default memory allocator classes. These allocators are used by the <a class="el" href="classOscl__Vector.html">Oscl_Vector</a> and <a class="el" href="classOscl__Map.html">Oscl_Map</a> class, etc</td></tr>
18 <tr><td class="indexkey"><a class="el" href="oscl__dll_8h.html">oscl_dll.h</a> <a href="oscl__dll_8h-source.html">[code]</a></td><td class="indexvalue">Defines a DLL entry point</td></tr>
19 <tr><td class="indexkey"><a class="el" href="oscl__dns_8h.html">oscl_dns.h</a> <a href="oscl__dns_8h-source.html">[code]</a></td><td class="indexvalue">The file <a class="el" href="oscl__socket_8h.html">oscl_socket.h</ (…)
    [all...]
  /external/guava/javadoc/com/google/common/util/concurrent/
SimpleTimeLimiter.html 108 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutorService</CODE></A>. If the time limit expires for a given method call,
132 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/SimpleTimeLimiter.html#SimpleTimeLimiter()">SimpleTimeLimiter</A></B>()</CODE>
135 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a TimeLimiter instance using a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executors.html?is-external=true#newCachedThreadPool()" title="class or interface in java.util.concurrent"><CODE>Executors.newCachedThreadPool()</CODE></A> to execute proxied
139 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/SimpleTimeLimiter.html#SimpleTimeLimiter(java.util.concurrent.ExecutorService)">SimpleTimeLimiter</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent">ExecutorService</A>&nbsp;executor)</CODE>
157 <CODE>
161 <CODE>&lt;T&gt; T</CODE></FONT></TD
    [all...]
  /bionic/libc/regex/
regerror.c 7 * This code is derived from software contributed to Berkeley by
13 * 1. Redistributions of source code must retain the above copyright
50 int code; member in struct:rerr
70 { 0, "", "*** unknown regexp error code ***" }
90 for (r = rerrs; r->code != 0; r++)
91 if (r->code == target)
95 if (r->code != 0) {
122 for (r = rerrs; r->code != 0; r++)
125 if (r->code == 0)
128 (void)snprintf(localbuf, localbufsize, "%d", r->code);
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
LocalItem.java 17 package com.android.dx.rop.code;
25 /** {@code null-ok;} local variable name */
28 /** {@code null-ok;} local variable signature */
36 * @param name {@code null-ok;} local variable name
37 * @param signature {@code null-ok;} local variable signature
38 * @return {@code non-null;} appropriate instance.
51 * @param name {@code null-ok;} local variable name
52 * @param signature {@code null-ok;} local variable signature
129 * @return {@code null-ok;} name
138 * @return {@code null-ok;} signatur
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstArray.java 27 /** {@code non-null;} the actual list of contents */
33 * @param list {@code non-null;} the actual list of contents
93 * @return {@code non-null;} the list
106 * {@code null}.
141 * do that, this will throw {@code NullPointerException}.
143 * @param n {@code >= 0, < size();} which index
144 * @return {@code non-null;} element at that index
153 * @param n {@code >= 0, < size();} which index
154 * @param a {@code null-ok;} the element to set at {@code n
    [all...]
  /dalvik/dx/src/com/android/dx/util/
ExceptionWithContext.java 27 /** {@code non-null;} human-oriented context of the exception */
36 * @param ex {@code non-null;} the exception to augment
37 * @param str {@code non-null;} context to add
38 * @return {@code non-null;} an appropriate instance
65 * @param cause {@code null-ok;} exception that caused this one
75 * @param cause {@code null-ok;} exception that caused this one
108 * @param str {@code non-null;} new context
124 * @return {@code non-null;} the context
133 * @param out {@code non-null;} where to print to
143 * @param out {@code non-null;} where to print t
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
FileWriter.java 34 * Creates a FileWriter using the File {@code file}.
39 * if {@code file} cannot be opened for writing.
46 * Creates a FileWriter using the File {@code file}. The parameter
47 * {@code append} determines whether or not the file is opened and appended
55 * if the {@code file} cannot be opened for writing.
62 * Creates a FileWriter using the existing FileDescriptor {@code fd}.
72 * Creates a FileWriter using the platform dependent {@code filename}.
84 * Creates a FileWriter using the platform dependent {@code filename}. The
85 * parameter {@code append} determines whether or not the file is opened and
93 * if the {@code file} cannot be opened for writing
    [all...]
  /dalvik/libcore/luni/src/main/java/java/net/
ServerSocket.java 29 * connections. A {@code ServerSocket} handles the requests and sends back an
31 * implemented by an internal {@code SocketImpl} instance.
52 * Constructs a new {@code ServerSocket} instance which is not bound to any
79 * Constructs a new {@code ServerSocket} instance bound to the nominated
81 * backlogged. If {@code aport} is 0 a free port is assigned to the socket.
93 * Constructs a new {@code ServerSocket} instance bound to the nominated
95 * backlogged is specified by {@code backlog}. If {@code aport} is 0 a free
111 * Constructs a new {@code ServerSocket} instance bound to the nominated
113 * be backlogged is specified by {@code backlog}. If {@code aport} is 0
    [all...]
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/
Handler.java 35 * Returns a connection to the a file pointed by this <code>URL</code> in
50 * <code>proxy</code> is not used in FileURLConnection.
86 * Parse the <code>string</code>str into <code>URL</code> u which
88 * following format: <code><center>/c:/windows/win.ini</center></code>
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
DriverManager.java 38 * The {@code DriverManager} class loads JDBC drivers during its initialization,
39 * from the list of drivers referenced by the system property {@code
110 * Removes a driver from the {@code DriverManager}'s registered driver list.
115 * If the removal succeeds, the {@code DriverManager} will not use this
116 * driver in the future when asked to get a {@code Connection}.
147 * @return a {@code Connection} to the database identified by the URL.
148 * {@code null} if no connection can be established.
165 * Normally, at least the properties {@code "user"} and {@code
169 * @return a {@code Connection} to the database identified by the URL
    [all...]
  /device/sample/frameworks/PlatformLibrary/
README.txt 7 write JNI code for incorporating native code into the library, and a client
32 whose target is "com.example.android.platform_library". The code for this
45 basically whatever code you want. You can also put code in other Java
55 This is an optional example of how to write JNI code associated with a
56 shared library. This code lives under jni/. The jni/Android.mk file defines
57 the rules for building the final .so in which the code lives. This example
58 provides everything needed to hook up the native code with the Java library
66 shared library. This code lives under client/. Note that the example i
    [all...]
  /external/apache-http/src/org/apache/http/
ConnectionReuseStrategy.java 51 * If this method returns <code>false</code>, the caller MUST
53 * If it returns <code>true</code>, the caller SHOULD attempt to
61 * If the connection is already closed, <code>false</code> is returned.
70 * @return <code>true</code> if the connection is allowed to be reused, or
71 * <code>false</code> if it MUST NOT be reuse
    [all...]
  /external/apache-http/src/org/apache/http/util/
ExceptionUtils.java 49 * Returns a <code>Method<code> allowing access to
51 * or <code>null</code> if the method
54 * @return A <code>Method<code> for <code>Throwable.initCause</code>, or
55 * <code>null</code> if unavailable
    [all...]
  /external/e2fsprogs/lib/ss/
test_ss.c 83 int c, code; local
105 (char *)NULL, &test_cmds, &code);
106 if (code) {
107 ss_perror(sci_idx, code, "creating invocation");
111 (void) ss_add_request_table (sci_idx, &ss_std_requests, 1, &code);
112 if (code) {
113 ss_perror (sci_idx, code, "adding standard requests");
121 code = ss_execute_line(sci_idx, request);
122 if (code) {
123 ss_perror(sci_idx, code, request)
    [all...]
  /external/guava/src/com/google/common/collect/
MapDifference.java 34 * Returns {@code true} if there are no differences between the two maps;
65 * {@code true} if the given object is also a {@code MapDifference} and the
73 * Returns the hash code for this instance. This is defined as the hash code
74 * of <pre> {@code
83 * {@code leftValue()} and {@code rightValue} are not equal, and one but not
104 * The hash code equals the value
105 * {@code Arrays.asList(leftValue(), rightValue()).hashCode()}
    [all...]
  /external/opencore/doc/pv2way_html/
pv__2way__proxy__factory_8h-source.html 17 00009 <span class="preprocessor"></span><span class="preprocessor">#include "<a class="code" href="pv__2way__interface_8h.html">pv_2way_interface.h</a>"</span>
24 <a name="l00016"></a><a class="code" href="classCPV2WayProxyFactory.html">00016</a> <span class="keyword">class </span><a class="code" href="classCPV2WayProxyFactory.html">CPV2WayProxyFactory</a>
27 00019 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCPV2WayProxyFactory.html#d0">Init</a>();
29 00021 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCPV2WayProxyFactory.html#d1">Cleanup</a>();
31 00034 OSCL_IMPORT_REF <span class="keyword">static</span> <a class="code" href="classCPV2WayInterface.html">CPV2WayInterface</a> *<a class="code" href="classCPV2WayProxyFactory.html#d2">CreateTerminal</a>(<a class="code" href="pv__2way__basic__types_8h.html#a44">TPVTerminalType</a> aTerminalType,
36 00048 OSCL_IMPORT_REF <span class="keyword">static</span> <span class="keywordtype">void</span> <a class="code" href="classCPV2WayProxyFactory.html#d3">DeleteTerminal</a>(<a class="code" href="classCPV2WayInterface.html">CPV2WayInterface</a>* terminal)
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
SimpleClassPrinter.java 30 * This <code>ClassVisitor</code> and <code>MemberVisitor</code>
47 * <code>System.out</code>, including the access modifiers.
56 * <code>System.out</code>, with or without the access modifiers.
65 * <code>PrintStream</code>, with or without the access modifiers
    [all...]
  /external/zlib/contrib/infback9/
inftree9.c 21 Build a set of tables to decode the provided canonical Huffman code.
22 The code lengths are lens[0..codes-1]. The result starts at *table,
24 lens shorts, which is used as a work area. type is the type of code
26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
30 longest code or if it is less than the shortest code.
36 code FAR * FAR *table;
40 unsigned len; /* a code's length in bits */
41 unsigned sym; /* index of code symbols */
42 unsigned min, max; /* minimum and maximum code lengths *
    [all...]
  /frameworks/base/core/java/android/os/
ParcelUuid.java 47 * if {@code uuid} is {@code null}.
49 * if {@code uuid} is not formatted correctly.
82 * Compares this ParcelUuid to another object for equality. If {@code object}
83 * is not {@code null}, is a ParcelUuid instance, and all bits are equal, then
84 * {@code true} is returned.
87 * the {@code Object} to compare to.
88 * @return {@code true} if this ParcelUuid is equal to {@code object}
89 * or {@code false} if not
    [all...]
  /frameworks/base/core/java/android/util/
DebugUtils.java 27 * <p>Filters objects against the <code>ANDROID_OBJECT_FILTER</code>
31 * <p>Here is the syntax for <code>ANDROID_OBJECT_FILTER</code>:</p>
33 * <p><code>ClassName@attribute1=value1@attribute2=value2...</code></p>
37 * <li>Select TextView instances: <code>TextView</code></li>
39 * <code>TextView@text=Loading.*@bottom=22</code></li
    [all...]
  /frameworks/base/docs/html/guide/developing/tools/
draw9patch.jd 17 <li>From a terminal, launch the <code>draw9patch</code> application from your SDK
18 <code>/tools</code> directory.
32 <p>Your image will be saved with the <code>.9.png</code> file name.</p>
35 <p class="note"><strong>Note:</strong> A normal PNG file (<code>*.png</code>) will be
38 A previously saved 9-patch file (<code>*.9.png</code>) will be loaded as-is,
    [all...]
layoutopt.jd 4 <p><code>layoutopt</code> is a command-line tool that helps you optimize the
10 <p>To run the tool, open a terminal and launch <code>layoutopt
11 &lt;resources&gt;</code> from your SDK <code>tools/</code> directory. In the
47 <p>The <code>layoutopt</code> tool is available in SDK Tools, Revision 3 or
55 <p>To run <code>layoutopt</code> against a given list of layout resources:</p
    [all...]
  /frameworks/base/docs/html/guide/publishing/
preparing.jd 85 application, you can use emulator options such as <code>-dpi</code>,
86 <code>-device</code>, <code>-scale</code>, <code>-netspeed</code>,
87 <code>-netdelay</code>, <code>-cpu-delay</code> and others to model th
    [all...]

Completed in 298 milliseconds

<<71727374757677787980>>