/external/webkit/JavaScriptCore/wrec/ |
WRECGenerator.cpp | 144 skipIfEmpty.link(this); 170 start.link(this); 182 start.link(this); 228 doneReadingAtomsList.link(this); 330 isUpper.link(this); 360 loOrAbove.link(this); 367 loOrAbove.link(this); 404 below.link(this); 409 isAscii.link(this); 419 failures.link(this) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ResourceManager.java | 54 * It provide direct access to all the resources of a project as a {@link ProjectResources} 62 * {@link GlobalProjectMonitor}. 64 * {@link ResourceFile}, or {@link ResourceFolder}. 93 * @param file the {@link ResourceFile} representing the file. 94 * @param eventType the type of event. See {@link IResourceDelta}. 100 * @param folder the {@link ResourceFolder} representing the folder. 101 * @param eventType the type of event. See {@link IResourceDelta}. 129 * Adds a new {@link IResourceListener} to be notified of resource changes. 139 * Removes an {@link IResourceListener}, so that it's not notified of resource changes anymore [all...] |
/external/dbus/dbus/ |
dbus-threads.c | 330 DBusList *link; local 334 link = uninitialized_mutex_list; 335 while (link != NULL) 339 mp = (DBusMutex **)link->data; 346 link = _dbus_list_get_next_link (&uninitialized_mutex_list, link); 349 link = uninitialized_condvar_list; 350 while (link != NULL) 354 cp = (DBusCondVar **)link->data; 361 link = _dbus_list_get_next_link (&uninitialized_condvar_list, link) [all...] |
/external/tcpdump/tests/ |
lmp.new | 3 Link ID Object (3), Class-Type: IPv4 Local (1) Flags: [non-negotiable], length: 8 4 IPv4 Link ID: 1.0.0.0 (0x01000000) 7 Link ID Object (3), Class-Type: IPv4 Remote (2) Flags: [non-negotiable], length: 8 8 IPv4 Link ID: 1.0.0.0 (0x01000000) 63 LMPv1, msg-type: Link Summary ACK, Flags: [Control Channel Down], length: 16 67 LMPv1, msg-type: Link Summary NACK, Flags: [Control Channel Down], length: 96 74 Invalid DATA-LINK Object, 75 Unknown TE-LINK Object c-type, 76 Unknown DATA-LINK Object c-type 77 Data Link Object (12), Class-Type: IPv4 (1) Flags: [non-negotiable], length: 3 [all...] |
lmp.out | 3 Link ID Object (3), Class-Type: IPv4 Local (1) Flags: [non-negotiable], length: 8 4 IPv4 Link ID: 1.0.0.0 (0x01000000) 7 Link ID Object (3), Class-Type: IPv4 Remote (2) Flags: [non-negotiable], length: 8 8 IPv4 Link ID: 1.0.0.0 (0x01000000) 63 LMPv1, msg-type: Link Summary ACK, Flags: [Control Channel Down], length: 16 67 LMPv1, msg-type: Link Summary NACK, Flags: [Control Channel Down], length: 96 74 Invalid DATA-LINK Object, 75 Unknown TE-LINK Object c-type, 76 Unknown DATA-LINK Object c-type 77 Data Link Object (12), Class-Type: IPv4 (1) Flags: [non-negotiable], length: 3 [all...] |
/frameworks/base/docs/html/sdk/ |
android-1.1.jd | 201 subclasses of {@link android.view.View View}.</li> 215 <tr><td>Added {@link android.test.suitebuilder.annotation.LargeTest LargeTest} annotation.</td></tr> 216 <tr><td>Added {@link android.test.suitebuilder.annotation.MediumTest MediumTest} annotation.</td></tr> 217 <tr><td>Added {@link android.test.suitebuilder.annotation.SmallTest SmallTest} annotation.</td></tr> 220 <tr><td>Added public method {@link android.os.Process#myUid} to class {@link android.os.Process android.os.Process}</td></tr> 223 <tr><td>Added public method {@link android.view.View#getBottomPaddingOffset} to class {@link android.view.View android.view.View}.</td></tr> 224 <tr><td>Added public method {@link android.view.View#getLeftPaddingOffset} to class {@link android.view.View android.view.View}.</td></tr [all...] |
android-2.1.jd | 78 function toggleDiv(link) { 79 var toggleable = $(link).parent(); 183 <li>New {@link android.service.wallpaper} package.</li> 184 <li>New {@link android.app.WallpaperInfo} class.</li> 185 <li>Updated {@link android.app.WallpaperManager}.</li> 206 <li>New {@link android.telephony.SignalStrength} class provides information 208 new {@link 212 <li>New {@link 220 <li>New {@link android.view.View} methods {@link android.view.View#isOpaque() [all...] |
/bootable/bootloader/legacy/ |
README | 50 architecture specific libraries to link against as well as what link
|
/cts/tests/src/android/provider/cts/ |
MediaStoreAudioTestHelper.java | 30 * {@link MediaStore.Audio.Media} 31 * {@link MediaStore.Audio.Genres} 32 * {@link MediaStore.Audio.Genres.Members} 33 * {@link MediaStore.Audio.Playlists} 34 * {@link MediaStore.Audio.Playlists.Members} 35 * {@link MediaStore.Audio.Albums} 36 * {@link MediaStore.Audio.Artists} 37 * {@link MediaStore.Audio.Artists.Albums}
|
/cts/tests/tests/gesture/src/android/gesture/cts/ |
GesturePointTest.java | 25 * A (very) simple compatibility test for {@link GesturePoint} 31 * Test for {@link GesturePoint#GesturePoint(float, float, long)
|
/cts/tests/tests/permission/src/android/permission/cts/ |
AppWidgetManagerPermissionTest.java | 40 * {@link AppWidgetManager#bindAppWidgetId(int, android.content.ComponentName)} 43 * {@link android.Manifest.permission#BIND_APP_WIDGET}.
|
/cts/tools/signature-tools/src/signature/compare/model/ |
IDelta.java | 36 * Returns the "from" element. Is null if type is {@link DeltaType#ADDED} 43 * Returns the "to" element. Is null if type is {@link DeltaType#REMOVED}
|
/cts/tools/signature-tools/src/signature/model/ |
IAnnotation.java | 24 * modeled as an {@link IClassDefinition} with the {@link Kind#ANNOTATION}.
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
StdFieldList.java | 22 * Standard implementation of {@link FieldList}, which directly stores 23 * an array of {@link Field} objects and can be made immutable.
|
StdMethodList.java | 22 * Standard implementation of {@link MethodList}, which directly stores 23 * an array of {@link Method} objects and can be made immutable.
|
/dalvik/dx/src/com/android/dx/command/ |
DxConsole.java | 23 * By default the PrintStream objects link to {@code System.out} and 24 * {@code System.err} but they can be changed to link to other
|
/dalvik/dx/src/com/android/dx/rop/code/ |
ConservativeTranslationAdvice.java | 20 * Implementation of {@link TranslationAdvice} which conservatively answers 30 * This class is not publicly instantiable. Use {@link #THE_ONE}.
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstInterfaceMethodRef.java | 25 * {@code null-ok;} normal {@link CstMethodRef} that corresponds to this 48 * Gets a normal (non-interface) {@link CstMethodRef} that corresponds to
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
Callable.java | 14 * <p>The <tt>Callable</tt> interface is similar to {@link 20 * <p> The {@link Executors} class contains utility methods to
|
ThreadFactory.java | 11 * removes hardwiring of calls to {@link Thread#Thread(Runnable) new Thread}, 24 * The {@link Executors#defaultThreadFactory} method provides a more
|
/dalvik/libcore/json/src/main/java/org/json/ |
JSONException.java | 26 * <li>Use of numeric types not available to JSON, such as {@link 27 * Double#isNaN() NaNs} or {@link Double#isInfinite() infinities}.
|
/dalvik/libcore/luni/src/main/java/java/io/ |
Closeable.java | 22 * {@link InputStream}s and {@link OutputStream}s. Calling the {@code close}
|
IOException.java | 24 * {@link FileNotFoundException} or {@link EOFException}.
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Observer.java | 35 * the {@link Observable} object. 37 * the data passed to {@link Observable#notifyObservers(Object)}.
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
NoConnectionPendingException.java | 21 * {@link SocketChannel#finishConnect() finishConnect} method is called before 22 * the {@code SocketChannel}'s {@link
|