/libcore/luni/src/main/java/java/io/ |
LineNumberInputStream.java | 80 * Sets a mark position in this stream. The parameter {@code readlimit} 87 * This implementation sets a mark in the filtered stream. 198 * Sets the line number of this stream to the specified
|
/libcore/luni/src/main/java/java/net/ |
URLConnection.java | 798 * Sets {@code allowUserInteraction}. Unused by Android. 806 * Sets the internally used content handler factory. The content factory can 822 * Sets the default value for {@code allowUserInteraction}. Unused by Android. 838 * Sets the default value for the flag indicating whether this connection 850 * Sets the flag indicating whether this {@code URLConnection} allows input. 866 * Sets the flag indicating whether this {@code URLConnection} allows 882 * Sets the internal map which is used by all {@code URLConnection} 895 * Sets the point of time since when the data must be modified to be 912 * Sets the value of the specified request header field. The value will only [all...] |
/libcore/luni/src/main/java/java/text/ |
CollationElementIterator.java | 88 * {@code setOffset(offset)} sets the index in the middle of a contraction, 183 * Sets a new source string iterator for iteration, and resets the offset to 194 * Sets a new source string for iteration, and resets the offset to the
|
/ndk/sources/host-tools/ndk-stack/regex/ |
regex2.h | 94 * Structure for [] character-set representation. Character sets are 98 * simplifies testing whether two sets could be identical. 132 cset *sets; /* -> cset [ncsets] */ member in struct:re_guts
|
/packages/apps/Camera2/src/com/android/camera/filmstrip/ |
FilmstripController.java | 52 * Sets the listener for filmstrip events. 59 * Sets the gap width between each images on the filmstrip. 71 * Sets the {@link FilmstripDataAdapter}.
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
GLCanvas.java | 47 // Sets and gets the current alpha, alpha must be in [0, 1]. 142 * Sets texture parameters to use GL_CLAMP_TO_EDGE for both 143 * GL_TEXTURE_WRAP_S and GL_TEXTURE_WRAP_T. Sets texture parameters to be
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
GLCanvas.java | 45 // Sets and gets the current alpha, alpha must be in [0, 1]. 140 * Sets texture parameters to use GL_CLAMP_TO_EDGE for both 141 * GL_TEXTURE_WRAP_S and GL_TEXTURE_WRAP_T. Sets texture parameters to be
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/ |
relabel.py | 88 # labels sets overlap 95 raise nx.NetworkXUnfeasible('The node label sets are overlapping ' 100 # non-overlapping label sets
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
TextAttributeDescriptor.java | 91 * Sets the UI name to be associated with this descriptor. This is usually 105 * Sets the tooltip to be associated with this descriptor. This is usually 119 * Sets whether this attribute is required
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
TemplateManager.java | 31 import com.google.common.collect.Sets; 47 private static final Set<String> EXCLUDED_CATEGORIES = Sets.newHashSet("Folder", "Google"); 48 private static final Set<String> EXCLUDED_FORMFACTORS = Sets.newHashSet("Wear", "TV");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
FlagManagerTest.java | 24 import com.google.common.collect.Sets; 118 Set<String> unused = Sets.newHashSet(LocaleManager.getRegionCodes(false)); 119 Set<String> reachable = Sets.newHashSet();
|
/system/bt/osi/include/ |
config.h | 71 // Sets an integral value for the |key| in |section|. If |key| or |section| do 76 // Sets a boolean value for the |key| in |section|. If |key| or |section| do 81 // Sets a string value for the |key| in |section|. If |key| or |section| do
|
/art/runtime/base/unix_file/ |
random_access_file.h | 47 // Sets the length of the file to 'new_length'. If this is smaller than the
|
/art/runtime/gc/accounting/ |
heap_bitmap.h | 82 // Sets covering discontinuous spaces.
|
/bionic/libc/dns/include/ |
resolv_cache.h | 36 /* sets the name server addresses to the provided res_state structure. The
|
/bionic/libc/private/ |
bionic_futex.h | 44 // Our generated syscall assembler sets errno, but our callers (pthread functions) don't want to.
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
mathimpl.h | 46 * TRUNC() is a macro that sets the trailing 27 bits in the mantissa of an
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServRespTestCase.java | 28 * This test case sets bonjour and UPnP local services.
|
/cts/tests/leanbackjank/app/src/android/cts/jank/leanback/presenter/ |
IconHeaderItemPresenter.java | 65 // TODO: TEMP - remove me when leanback onCreateViewHolder no longer sets the mUnselectAlpha,AND
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
TestSensorEvent.java | 37 * Constructor that sets {@link #receivedTimestamp} to
|
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_QuickContactsTest.java | 79 // Verify: the start activity call sets the prioritized mimetype and excludes mimetypes.
|
/cts/tests/tests/text/src/android/text/method/cts/ |
KeyListenerTestCase.java | 78 * Synchronously sets mTextView's key listener on the UI thread.
|
/cts/tests/tests/widget/src/android/widget/cts/ |
QuickContactBadgeTest.java | 71 // Verify: the QuickContactBadge attempts to start an activity, and sets the
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
IndexedItem.java | 58 * Sets the item index. This method may only ever be called once
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
StdAttributeList.java | 96 * Sets the attribute at the given index.
|