Searched defs:set (Results 226 - 250 of 583) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DLabel.java35 * label such as a token or character. A label can be a set of char or
52 /** label is a set of tokens or char */
120 /** A set of token types or character codes if label==SET */
128 /** Make a set label */
219 // convert single element to a set if they ask for it.
225 public void setSet(IntSet set) { argument
227 labelSet = set;
244 public boolean matches(IntSet set) { argument
246 return set.member(getAtom());
250 return !getSet().and(set)
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBitSet.java40 * Primary differences are that most set operators return new sets
45 * Consider defining set degree. Without access to the bits, I must
48 * Also seems like or() from util is wrong when size of incoming set is bigger
84 /** or this element into this set (grow as necessary to accommodate) */
96 public void addAll(IntSet set) { argument
97 if ( set instanceof BitSet ) {
98 this.orInPlace((BitSet)set);
100 else if ( set instanceof IntervalSet ) {
101 IntervalSet other = (IntervalSet)set;
102 // walk set an
293 complement(IntSet set) argument
341 of(IntSet set) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DNFAFactory.java133 /** From set build single edge graph o->o-set->o. To conform to
136 public StateCluster build_Set(IntSet set, GrammarAST associatedAST) { argument
141 Label label = new Label(set);
149 * result, that is. Get set and complement, replace old with complement.
152 IntSet set = getCollapsedBlockAsSet(s0);
153 if ( set!=null ) {
154 // if set is available, then structure known and blk is a set
155 set
352 build_AlternativeBlockFromSet(StateCluster set) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DCharInfo.java97 /** Array of values is faster access than a set of bits
104 /** Array of values is faster access than a set of bits
111 /** An array of bits to record if the character is in the set.
131 * set.
140 * the integers in the set. It is the index of the first element
164 // Not set here, but in a constructor that uses this one
321 * two arrays we will change by adding a tab to the set of
570 * @param i the integer that might be in the set of integers
578 * For a given integer in the set it returns the single bit
580 * the integer is in the set o
605 private final void set(int i) { method in class:CharInfo
[all...]
/external/bluetooth/bluedroid/hci/src/
H A Duserial.c103 static inline int create_signal_fds(fd_set* set) argument
110 FD_SET(signal_fds[0], set);
123 static inline int is_signaled(fd_set* set) argument
125 return FD_ISSET(signal_fds[0], set);
148 /* Initialize the input fd set */
H A Duserial_mct.c106 static inline int create_signal_fds(fd_set* set) argument
113 FD_SET(signal_fds[0], set);
126 static inline int is_signaled(fd_set* set) argument
128 return FD_ISSET(signal_fds[0], set);
153 /* Initialize the input fd set */
/external/chromium/base/
H A Dstring_piece.h70 void set(const char* data, size_type len) { function in class:base::StringPiece
74 void set(const char* str) { function in class:base::StringPiece
78 void set(const void* data, size_type len) { function in class:base::StringPiece
/external/chromium/chrome/browser/sync/engine/
H A Dconflict_resolver.cc8 #include <set>
19 using std::set;
69 // If an update fails, locally we have to be in a set or unsynced. We're not
70 // in a set here, so we must be unsynced.
80 VLOG(1) << "No set for conflicting entry id " << id << ". There should "
121 // If a server deleted folder has local contents we should be in a set.
129 "should be in a set. (race condition).";
161 ConflictSet* set) {
162 // TODO(sync): Come up with a better scheme for set hashing. This scheme
166 sort(set
160 GetSetKey( ConflictSet* set) argument
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type.cc282 ModelTypeBitSet ModelTypeBitSetFromSet(const ModelTypeSet& set) { argument
284 for (ModelTypeSet::const_iterator iter = set.begin(); iter != set.end();
286 bitset.set(*iter);
/external/chromium/chrome/common/
H A Dsqlite_utils.h195 void set(sqlite3_stmt* stmt) { function in class:scoped_sqlite3_stmt_ptr
/external/chromium/net/base/
H A Dupload_data.h164 void set_is_chunked(bool set) { is_chunked_ = set; } argument
/external/clang/test/CXX/class.access/
H A Dp6.cpp60 template <class T> static void set(T &t, typename T::type v) { function in class:test2::A
78 A::set(b, 0);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java67 theInterningItem.set(reg, type, local);
624 public void set(int reg, TypeBearer type, LocalItem local) { method in class:RegisterSpec.ForComparison
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DStdTypeList.java172 result.set(0, type);
185 result.set(0, type0);
186 result.set(1, type1);
200 result.set(0, type0);
201 result.set(1, type1);
202 result.set(2, type2);
218 result.set(0, type0);
219 result.set(1, type1);
220 result.set(2, type2);
221 result.set(
384 public void set(int n, Type type) { method in class:StdTypeList
[all...]
/external/dnsmasq/src/
H A Dlog.c109 /* NOTE: umask is set to 022 by the time this gets called */
397 void set_log_writer(fd_set *set, int *maxfdp) argument
401 FD_SET(log_fd, set);
406 void check_log_writer(fd_set *set) argument
408 if (log_fd != -1 && (!set || FD_ISSET(log_fd, set)))
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_prng.h45 set; /* did we call add_entropy to set key? */ member in struct:sober128_prng
/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c189 device_handle=NULL; /* Notice that our device is still not set up */
229 wprintw (command_win,"Error - No type set\n");refresh_command_win ();
304 wprintw (command_win, "Variable %s set to %s\n",
339 wprintw (command_win, "Variable %s set to %s\n",
352 wprintw (command_win, "Variable %s set to %s\n",
357 void set (char *command_line) function
410 "set: unhandled type %d\n",
519 wprintw (command_win,"Structure type set to %s\n",buffer);refresh_command_win ();
/external/e2fsprogs/misc/
H A Dchattr.c61 static int set; variable
175 set = 1;
212 if (set) {
221 printf (_("Flags of %s set as "), name);
240 printf(_("Flags of %s set as "), name);
257 printf (_("Version of %s set as %lu\n"), name, version);
319 if (set && (add || rem)) {
324 fputs("Can't both set and unset same flag.\n", stderr);
327 if (!(add || rem || set || set_version)) {
/external/guava/guava/src/com/google/common/collect/
H A DConstraints.java108 * Returns a constrained view of the specified set, using the specified
109 * constraint. Any operations that add new elements to the set will call the
113 * <p>The returned set is not serializable.
115 * @param set the set to constrain
117 * @return a constrained view of the set
120 Set<E> set, Constraint<? super E> constraint) {
121 return new ConstrainedSet<E>(set, constraint);
146 * Returns a constrained view of the specified sorted set, using the specified
147 * constraint. Any operations that add new elements to the sorted set wil
119 constrainedSet( Set<E> set, Constraint<? super E> constraint) argument
249 @Override public E set(int index, E element) { method in class:Constraints.ConstrainedList
300 @Override public void set(E element) { method in class:Constraints.ConstrainedListIterator
[all...]
H A DRegularImmutableTable.java282 ImmutableSet<E> set) {
286 for (E key : set) {
281 makeIndex( ImmutableSet<E> set) argument
/external/guava/guava/src/com/google/common/primitives/
H A DBooleans.java326 * Arrays#asList(Object[])}. The list supports {@link List#set(int, Object)},
327 * but any attempt to set a value to {@code null} will result in a {@link
403 @Override public Boolean set(int index, Boolean element) { method in class:Booleans.BooleanArrayAsList
H A DBytes.java243 * Arrays#asList(Object[])}. The list supports {@link List#set(int, Object)},
244 * but any attempt to set a value to {@code null} will result in a {@link
320 @Override public Byte set(int index, Byte element) { method in class:Bytes.ByteArrayAsList
H A DChars.java442 * Arrays#asList(Object[])}. The list supports {@link List#set(int, Object)},
443 * but any attempt to set a value to {@code null} will result in a {@link
519 @Override public Character set(int index, Character element) { method in class:Chars.CharArrayAsList
H A DDoubles.java385 * Arrays#asList(Object[])}. The list supports {@link List#set(int, Object)},
386 * but any attempt to set a value to {@code null} will result in a {@link
465 @Override public Double set(int index, Double element) { method in class:Doubles.DoubleArrayAsList
H A DFloats.java382 * Arrays#asList(Object[])}. The list supports {@link List#set(int, Object)},
383 * but any attempt to set a value to {@code null} will result in a {@link
462 @Override public Float set(int index, Float element) { method in class:Floats.FloatArrayAsList

Completed in 559 milliseconds

1234567891011>>