/external/chromium_org/ui/views/controls/ |
glow_hover_controller.h | 40 // Sets the AnimationContainer used by the animation. 43 // Sets the location of the hover, relative to the View passed to the
|
/external/chromium_org/ui/views/controls/scrollbar/ |
base_scroll_bar_thumb.h | 34 // Sets the size (width or height) of the thumb to the specified value. 40 // Sets the position of the thumb on the x or y axis.
|
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/ |
AnnotationsList.java | 33 * disjoint sets of types. 81 * Sets the element at the given index. The given element must be
|
/external/guava/guava/src/com/google/common/collect/ |
WellBehavedMap.java | 61 return entrySet = Sets.transform( 66 extends Sets.InvertibleFunction<K, Map.Entry<K, V>> {
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
SettableFuture.java | 44 * Sets the value of this future. This method will return {@code true} if 57 * Sets the future to having failed with the given exception. This exception
|
/external/guava/guava-tests/test/com/google/common/collect/ |
LinkedHashMultimapTest.java | 20 import static com.google.common.collect.Sets.newHashSet; 21 import static com.google.common.collect.Sets.newLinkedHashSet; 229 Set<Entry<String, Integer>> set = Sets.newLinkedHashSet(asList( 324 (Collection<Integer>) Sets.newHashSet(2, 3, 6)), 326 (Collection<Integer>) Sets.newHashSet(4, 5, 10, 11)), 328 (Collection<Integer>) Sets.newHashSet(7, 8)), 330 (Collection<Integer>) Sets.newHashSet(9)), 332 (Collection<Integer>) Sets.newHashSet(12, 13, 14))
|
SortedIterablesTest.java | 55 assertTrue(SortedIterables.hasSameComparator(Ordering.natural(), Sets.newTreeSet())); 62 Sets.newTreeSet(Ordering.natural().reverse())));
|
/external/guava/guava-tests/test/com/google/common/io/ |
CheckCloseSupplier.java | 19 import com.google.common.collect.Sets; 38 private final Set<Callback> open = Sets.newHashSet();
|
/external/icu/icu4c/source/i18n/ |
scriptset.h | 28 // This class was originally used exclusively with script sets appearing 49 UBool intersects(const ScriptSet &other) const; // Sets contain at least one script in commmon.
|
/external/jsilver/src/com/google/streamhtmlparser/ |
Parser.java | 71 * Sets the current line number which is returned during error messages. 82 * Sets the current column number which is returned during error messages.
|
/external/libnl/include/linux/ |
neighbour.h | 75 * specific parameter sets. 85 * otherwise. Device specific parameter sets can be changed by
|
/external/llvm/include/llvm-c/ |
lto.h | 217 * Sets triple string with which the object will be codegened. 351 * Sets if debug info should be generated. 361 * Sets which PIC code model to generated. 371 * Sets the cpu to generate code for. 379 * Sets attributes for the cpu to generate code for. 388 * Sets the location of the assembler tool to run. If not set, libLTO 397 * Sets extra arguments that libLTO should pass to the assembler. 449 * Sets options to help debug codegen bugs.
|
/external/llvm/lib/Support/ |
regfree.c | 65 if (g->sets != NULL) 66 free((char *)g->sets);
|
/external/proguard/src/proguard/ |
Targeter.java | 31 * This class sets the target version on program classes. 51 * Sets the target version on classes in the given program class pool.
|
/external/proguard/src/proguard/classfile/constant/ |
NameAndTypeConstant.java | 68 * Sets the name index. 84 * Sets the descriptor index.
|
/external/proguard/src/proguard/evaluation/ |
BasicBranchUnit.java | 50 * Sets the flag that tells whether any of the branch unit commands was 68 * Sets the initial branch targets, which will be updated as the branch
|
/external/qemu/android/ |
android.h | 92 /* parses a network speed parameter and sets qemu_net_upload_speed and 96 /* parse a network delay parameter and sets qemu_net_min/max_latency
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_SetColors.3 | 3 SDL_SetColors \- Sets a portion of the colormap for the given 8-bit surface\&. 11 Sets a portion of the colormap for the given 8-bit surface\&.
|
SDL_SetPalette.3 | 3 SDL_SetPalette \- Sets the colors in the palette of an 8-bit surface\&. 11 Sets a portion of the palette for the given 8-bit surface\&.
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCOwner.java | 66 * Sets a request to the server to destroy a room. The sender of the request 192 * Sets the actor (JID of an occupant in the room) that was kicked or banned. 201 * Sets the reason for the item child. The reason is optional and could be used to 211 * Sets the <room@service/nick> by which an occupant is identified within the context 221 * Sets the new nickname of an occupant that is changing his/her nickname. The new 231 * Sets the temporary position or privilege level of an occupant within a room. The 305 * Sets the JID of an alternate location since the current room is being destroyed. 314 * Sets the reason for the room destruction.
|
MUCUser.java | 135 * Sets the invitation for another user to a room. The sender of the invitation 146 * Sets the rejection to an invitation from another user to a room. The rejection will be 156 * Sets the item child that holds information about roles, affiliation, jids and nicks. 165 * Sets the password to use to enter Password-Protected Room. A Password-Protected Room is 175 * Sets the status which holds a code that assists in presenting notification messages. 185 * Sets the notification that the room has been destroyed. After a room has been destroyed, 236 * Sets the bare JID of the inviter or, optionally, the room JID. (e.g. 246 * Sets the message explaining the invitation. 255 * Sets the bare JID of the invitee. (e.g. 'hecate@shakespeare.lit') 321 * Sets the bare JID of the invitee that rejected the invitation. (e.g [all...] |
/external/srec/portable/include/ |
ptimestamp.h | 55 * Sets the time stamp to represent current time. Sets both secs field and
|
/external/valgrind/main/cachegrind/ |
cg_sim.c | 45 Int sets; member in struct:__anon36088 62 c->sets = (c->size / c->line_size) / c->assoc; 63 c->sets_min_1 = c->sets - 1; 65 c->tag_shift = c->line_size_bits + VG_(log2)(c->sets); 76 sizeof(UWord) * c->sets * c->assoc); 78 for (i = 0; i < c->sets * c->assoc; i++) 136 * tag = block >> log2(#sets) 160 VG_(tool_panic)("item straddles more than two cache sets");
|
/frameworks/base/core/java/android/widget/ |
TextSwitcher.java | 73 * Sets the text of the next view and switches to the next view. This can 85 * Sets the text of the text view that is currently showing. This does
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
TaskViewFooter.java | 59 /** Sets the callbacks for when the footer height changes. */ 65 /** Sets the footer height. */
|