/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr2/ |
bool_set.tcc | 87 * ctype<CharT>::truename() or ctype<CharT>::falsename(). Sets 88 * @a v to true or false if successful. Sets err to 89 * ios_base::failbit if reading the string fails. Sets err to 93 * except if the value is 1, sets @a v to true, if the value is 0, sets
|
/external/valgrind/callgrind/ |
sim.c | 74 int sets; member in struct:__anon20153 119 /* The offsets are only correct because all per-instruction event sets get 158 for (i = 0; i < c->sets * c->assoc; i++) 161 for (i = 0; i < c->sets * c->assoc; i++) { 183 c->sets = (c->size / c->line_size) / c->assoc; 184 c->sets_min_1 = c->sets - 1; 186 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets); 204 sizeof(UWord) * c->sets * c->assoc); 219 for (i = 0, set = 0; set < c->sets; set++) { 310 VG_(tool_panic)("item straddles more than two cache sets"); [all...] |
/libcore/luni/src/main/java/java/text/ |
DecimalFormatSymbols.java | 416 * Sets the currency. 437 * Sets the international currency symbol. 468 * Sets the currency symbol. 478 * Sets the character which represents the decimal point in a number. 488 * Sets the character which represents a single digit in a format pattern. 498 * Sets the character used as the thousands separator in a number. 508 * Sets the string which represents infinity. 518 * Sets the minus sign character. 528 * Sets the character which represents the decimal point in a monetary 539 * Sets the string which represents NaN [all...] |
BreakIterator.java | 339 * sets the current position to the returned value, or {@code DONE} if the 353 * Sets the new text string to be analyzed, the current position will be 371 * Sets this iterator's current position to the first boundary and returns 379 * Sets the position of the first boundary to the one following the given 404 * Sets this iterator's current position to the last boundary and returns 412 * Sets this iterator's current position to the next boundary after the 421 * Sets this iterator's current position to the next boundary after the 432 * Sets this iterator's current position to the previous boundary before the 441 * Sets the new text to be analyzed by the given {@code CharacterIterator}.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
bitmap.h | 23 /* Implementation of sparse integer sets as a linked list. 25 This sparse set representation is suitable for sparse sets with an 38 This representation is very space-efficient for large sparse sets, and 89 Some operations on 3 sets that occur frequently in in data flow problems 96 The storage requirements for linked-list sparse sets are O(E), with E->N 101 sparse sets. The canonical example in GCC is, of course, the "set of 102 sets" for some CFG-based data flow problems (liveness analysis, dominance 110 For random-access sets with a known, relatively small universe size, the 112 linked-list set. For random-access sets of unknown universe, a hash table 121 of related sets). Elements allocated on obstacks are released to [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
AbstractImmutableSetTest.java | 74 assertEquals(Sets.newHashSet("a", "b"), set); 79 assertEquals(Sets.newHashSet("a", "b", "c"), set); 84 assertEquals(Sets.newHashSet("a", "b", "c", "d"), set); 89 assertEquals(Sets.newHashSet("a", "b", "c", "d", "e"), set); 94 assertEquals(Sets.newHashSet("a", "b", "c", "d", "e", "f"), set); 99 assertEquals(Sets.newHashSet("a", "b", "c", "d", "e", "f", "g"), set); 104 assertEquals(Sets.newHashSet("a", "b", "c", "d", "e", "f", "g", "h"), set); 369 "Modifying the builder should not have changed any already built sets", 472 Sets.newHashSet(expected), copyOf(misleading));
|
/external/icu/icu4c/source/common/unicode/ |
uchriter.h | 136 * Sets the iterator to refer to the first code unit in its 145 * Sets the iterator to refer to the first code unit in its 155 * Sets the iterator to refer to the first code point in its 166 * Sets the iterator to refer to the first code point in its 176 * Sets the iterator to refer to the last code unit in its 185 * Sets the iterator to refer to the last code point in its 194 * Sets the iterator to refer to the "position"-th code unit 204 * Sets the iterator to refer to the beginning of the code point 338 * Sets the iterator to iterate over a new range of text
|
/frameworks/base/telecomm/java/android/telecom/ |
Conference.java | 291 * Sets state to be on hold. 298 * Sets state to be dialing. 305 * Sets state to be active. 312 * Sets state to disconnected. 333 * Sets the capabilities of a conference. See {@code CAPABILITY_*} constants of class 385 * Sets the connections with which this connection can be conferenced. 420 * Sets the video connection provider. 518 * Sets the connection start time of the {@code Conference}. 597 * Sets the label and icon status to display in the InCall UI.
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
OkHttpClient.java | 227 * Sets the default connect timeout for new connections. A value of 0 means no timeout, otherwise 247 * Sets the default read timeout for new connections. A value of 0 means no timeout, otherwise 267 * Sets the default write timeout for new connections. A value of 0 means no timeout, otherwise 285 * Sets the HTTP proxy that will be used by connections created by this 300 * Sets the proxy selection policy to be used if no {@link #setProxy proxy} 318 * Sets the cookie handler to be used to read outgoing cookies and write 333 /** Sets the response cache to be used to read and write cached responses. */ 354 * Sets the socket factory used to create connections. 369 * Sets the socket factory used to secure HTTPS connections. 383 * Sets the verifier used to confirm that response certificates apply t [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/ |
GenericRequestBuilder.java | 187 * Sets the {@link com.bumptech.glide.load.ResourceDecoder} to use to load the resource from the original data. 208 * Sets the {@link com.bumptech.glide.load.ResourceDecoder} to use to load the resource from the disk cache. By 229 * Sets the source encoder to use to encode the data retrieved by this request directly into cache. The returned 247 * Sets the {@link com.bumptech.glide.load.engine.DiskCacheStrategy} to use for this load. Defaults to 270 * Sets the {@link com.bumptech.glide.load.Encoder} to use to encode the original data directly to cache. Will only 294 * Sets the priority for this load. 337 * Sets the {@link com.bumptech.glide.load.resource.transcode.ResourceTranscoder} to use for this load. 365 * Sets an animation to run on the wrapped target when an resource load finishes. Will only be run if the resource 376 * Sets an animation to run on the wrapped target when a resource load finishes. Will only be run if the resource 396 * Sets an animator to run a {@link android.view.ViewPropertyAnimator} on a view that the target may be wr (…) [all...] |
/art/compiler/optimizing/ |
graph_test.cc | 71 // This test sets the false block to be the return block. 106 // This test sets the true block to be the return block. 141 // This test sets the true block to be the loop header. 176 // This test sets the false block to be the loop header. 211 // This test sets the true block to be a loop header with multiple pre headers. 250 // This test sets the false block to be a loop header with multiple pre headers.
|
/development/samples/training/network-usage/src/com/example/android/networkusage/ |
NetworkActivity.java | 126 // Checks the network connection and sets the wifiConnected and mobileConnected 263 // Given a string representation of a URL, sets up a connection and gets 282 * If it is, it checks whether Wi-Fi is connected and sets the wifiConnected flag in the 300 // If device has its Wi-Fi connection, sets refreshDisplay 307 // (which by process of elimination would be mobile), sets refreshDisplay to true. 314 // Sets refreshDisplay to false.
|
/development/tools/idegen/src/com/android/idegen/ |
Module.java | 24 import com.google.common.collect.Sets; 71 private Set<String> allDependencies = Sets.newHashSet(); // direct + indirect 72 private Set<File> allDependentImlFiles = Sets.newHashSet(); 76 private HashSet<File> sourceFiles = Sets.newHashSet(); 79 Set<String> explicitModuleNameDependencies = Sets.newHashSet(); 85 Set<File> implicitModulePathDependencies = Sets.newHashSet();
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
BasicClientCookie.java | 102 * Sets the value 159 * Sets expiration date. 198 * Sets the domain attribute. 225 * Sets the path attribute. 245 * Sets the secure attribute of the cookie. 283 * Sets the version of the cookie specification to which this
|
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/ |
SetGenerators.java | 21 import static com.google.common.collect.Sets.newTreeSet; 36 import com.google.common.collect.Sets; 55 * Generators of different types of sets and derived collections from sets. 260 Set<String> elementsPlus = Sets.newLinkedHashSet(); 271 * defer that to Range, since it's ContiguousSet.create() that's used to create the sets. However,
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
SetGenerators.java | 21 import static com.google.common.collect.Sets.newTreeSet; 37 import com.google.common.collect.Sets; 56 * Generators of different types of sets and derived collections from sets. 287 Set<String> elementsPlus = Sets.newLinkedHashSet(); 298 * defer that to Range, since it's ContiguousSet.create() that's used to create the sets. However,
|
/external/icu/icu4c/source/i18n/unicode/ |
compactdecimalformat.h | 126 * Currently sets status to U_UNSUPPORTED_ERROR. 160 * Currently sets status to U_UNSUPPORTED_ERROR 178 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR 199 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR 219 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR. 253 * sets status to U_UNSUPPORTED_ERROR
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DecimalFormatSymbols.java | 208 * Sets the character used for zero. 235 * Sets the character used to represent a significant digit in a pattern. 253 * Sets the character used for thousands separator. Different for French, etc. 271 * Sets the character used for decimal sign. Different for French, etc. 289 * Sets the character used for mille percent sign. Different for Arabic, etc. 307 * Sets the character used for percent sign. Different for Arabic, etc. 325 * Sets the character used for a digit in a pattern. 344 * Sets the character used to separate positive and negative subpatterns 366 * Sets the String used to represent infinity. Almost always left 387 * Sets the String used to represent NaN. Almost always lef [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/ |
Renderer.java | 88 * Sets the background (aka clear) color. 123 * Sets the view and projection matrices to use. Does nothing if the Renderer 170 * Sets the shader to use for rendering. 206 * Sets the framebuffer that will be drawn to. 236 * Sets the texture to use for the given texture unit. 292 * Sets the alpha to coverage state.
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/ |
ParticleDepositionHeightMap.java | 61 * Constructor sets the attributes of the Particle Deposition
328 * <code>setJumps</code> sets the number of jumps or peaks that will
341 * <code>setPeakWalk</code> sets how often the jump point will be
357 * <code>setCaldera</code> sets the level at which a peak will be
373 * <code>setMaxParticles</code> sets the maximum number of particles
384 * <code>setMinParticles</code> sets the minimum number of particles
|
/frameworks/base/core/java/android/hardware/hdmi/ |
HdmiTvClient.java | 131 * Sets the listener used to get informed of the input change event. 171 * Sets system audio mode. 186 * Sets system audio volume. 201 * Sets system audio mute status. 214 * Sets record listener. 388 * Sets {@link HdmiMhlVendorCommandListener} to get incoming MHL vendor command.
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
RotateDrawable.java | 160 * Sets the start angle for rotation. 183 * Sets the end angle for rotation. 206 * Sets the X position around which the drawable is rotated. 232 * Sets whether the X pivot value represents a fraction of the drawable 256 * Sets the Y position around which the drawable is rotated. 282 * Sets whether the Y pivot value represents a fraction of the drawable
|
/frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/ |
NetworkActivity.java | 126 // Checks the network connection and sets the wifiConnected and mobileConnected 263 // Given a string representation of a URL, sets up a connection and gets 282 * If it is, it checks whether Wi-Fi is connected and sets the wifiConnected flag in the 300 // If device has its Wi-Fi connection, sets refreshDisplay 307 // (which by process of elimination would be mobile), sets refreshDisplay to true. 314 // Sets refreshDisplay to false.
|
/frameworks/support/recommendation/src/android/support/app/recommendation/ |
RecommendationExtender.java | 133 * Sets the content types associated with the notification content. The first tag entry will be 173 * Sets the content genres associated with the notification content. These genres may be used 198 * Sets the pricing and availability information for the content associated with the 243 * Sets the availability status for the content associated with the notification. This status 270 * Sets the maturity level rating for the content associated with the notification. 294 * Sets the running time (when applicable) for the content associated with the notification.
|
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/ |
DrawerArrowDrawable.java | 150 * Sets the length of the arrow head (from tip to edge, perpendicular to the shaft). 170 * Sets the arrow shaft length. 196 * Sets the length of the bars when they are parallel to each other. 208 * Sets the color of the drawable. 226 * Sets the thickness (stroke size) for the bars. 255 * Sets the max gap between the bars when they are parallel to each other.
|