HomeSort by relevance Sort by last modified time
    Searched full:over (Results 226 - 250 of 3221) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/JavaScriptGlue/icu/unicode/
uiter.h 287 * and it must iterate over the same string
570 * Set up a UCharIterator to iterate over a string.
572 * Sets the UCharIterator function pointers for iteration over the string s
585 * @param s String to iterate over
595 * Set up a UCharIterator to iterate over a UTF-16BE string
606 * @param s UTF-16BE string to iterate over
618 * Set up a UCharIterator to iterate over a UTF-8 string.
620 * Sets the UCharIterator function pointers for iteration over the UTF-8 string s
644 * @param s UTF-8 string to iterate over
679 * Set up a UCharIterator to iterate over a C++ Replaceable
    [all...]
  /external/webkit/WebCore/icu/unicode/
uiter.h 287 * and it must iterate over the same string
570 * Set up a UCharIterator to iterate over a string.
572 * Sets the UCharIterator function pointers for iteration over the string s
585 * @param s String to iterate over
595 * Set up a UCharIterator to iterate over a UTF-16BE string
606 * @param s UTF-16BE string to iterate over
618 * Set up a UCharIterator to iterate over a UTF-8 string.
620 * Sets the UCharIterator function pointers for iteration over the UTF-8 string s
644 * @param s UTF-8 string to iterate over
679 * Set up a UCharIterator to iterate over a C++ Replaceable
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
uiter.h 287 * and it must iterate over the same string
570 * Set up a UCharIterator to iterate over a string.
572 * Sets the UCharIterator function pointers for iteration over the string s
585 * @param s String to iterate over
595 * Set up a UCharIterator to iterate over a UTF-16BE string
606 * @param s UTF-16BE string to iterate over
618 * Set up a UCharIterator to iterate over a UTF-8 string.
620 * Sets the UCharIterator function pointers for iteration over the UTF-8 string s
644 * @param s UTF-8 string to iterate over
679 * Set up a UCharIterator to iterate over a C++ Replaceable
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
double-int.h 43 number over the prescribed precision with zeros or with the sign bit) before
68 /* Constructs double_int from integer CST. The bits over the precision of
90 /* Constructs double_int from unsigned integer CST. The bits over the
  /cts/tools/host/src/com/android/cts/
Selector.java 101 * @return The string the user typed in over the console.
193 * Interact with user to select over packages.
246 * Interact with user to select over suites.
298 * Interact with user to select over test cases.
343 * Interact with user to select over tests.
  /external/apache-http/src/org/apache/http/message/
HeaderGroup.java 254 * Returns an iterator over this group of headers.
256 * @return iterator over this group of headers.
265 * Returns an iterator over the headers with a given name in this group.
267 * @param name the name of the headers over which to iterate, or
270 * @return iterator over some headers in this group.
BasicTokenIterator.java 62 * Undefined if the iteration is over.
68 * <code>null</code> if the iteration is over.
74 * Undefined if the iteration is over.
106 * @throws NoSuchElementException if the iteration is already over
222 * This method will iterate over headers if necessary.
273 * therefore not need to iterate over headers.
  /external/webkit/WebCore/rendering/
FixedTableLayout.cpp 52 the cell spans more than one column, the width is divided over the
61 the columns, the extra space should be distributed over the columns.
84 // iterate over all <col> elements
143 // Iterate over the first row in case some are unspecified.
313 // Spread extra space over columns.
RenderFrameSet.cpp 258 // over all percentage columns/rows. IMPORTANT: the size of each column/row is not relative
274 // over all relative columns/rows. IMPORTANT: the relative value of 0* is treated as 1*.
297 // If we still have some left over space we need to divide it over the already existing
300 // Our first priority is to spread if over the percentage columns. The remaining
316 // Our last priority is to spread the remaining space over the fixed columns.
332 // If we still have some left over space we probably ended up with a remainder of
334 // columns/rows simply spread the remainder equally over all available percentage columns,
350 // the remainder equally over all fixed columns/rows.
364 // Still some left over. Add it to the last column, because it is impossibl
    [all...]
  /frameworks/base/awt/java/awt/
AlphaComposite.java 60 * The Constant SRC_OVER indicates that the source is composited over the
61 * destination (Porter-Duff Source Over Destination rule).
66 * The Constant DST_OVER indicates that The destination is composited over
68 * Destination Over Source rule).
109 * inside of the source is composited over the source and replaces the
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CopyOnWriteArraySet.java 157 * precise control over the runtime type of the output array, and may,
296 * Returns an iterator over the elements contained in this set
304 * @return an iterator over the elements in this set
314 * returned by an {@linkplain List#iterator() iterator} over the
316 * iterator over this set. More formally, the two iterators are
319 * the iterator over the specified set, there is an element
320 * {@code e2} returned by the iterator over this set such that
  /dalvik/libcore/luni/src/main/java/java/util/
AbstractCollection.java 47 * iterates over the given {@code Collection} and calls {@code add} for each
86 * This implementation iterates over this {@code Collection} and calls the {@code
110 * implementation iterates over this {@code Collection} and tests, whether any
147 * specified {@code Collection}. This implementation iterates over the specified
203 * is contained (optional). This implementation iterates over this
251 * This implementation iterates over this {@code Collection} and tests for each
292 * This implementation iterates over this {@code Collection} and tests for each
  /dalvik/libcore/luni/src/main/java/java/lang/
ThreadLocal.java 315 // same size and move over the live entries, analogous to a
318 // the same thread locals over and over will overwrite tombstones
341 // Move over entries.
355 // Entry is still live. Move it over.
434 // If the first slot is empty, the search is over.
  /external/jpeg/
wrjpgcom.c 181 * garbage is unspecified; we choose to skip over it but emit a warning msg.
236 * This routine skips over the parameters for any marker we don't otherwise
256 /* Skip over the remaining bytes */
265 /* Skip over an unknown or uninteresting variable-length marker */
275 /* Skip over the remaining bytes */
437 arg++; /* advance over '-' */
  /external/webkit/WebCore/html/
HTMLDocument.cpp 221 // document's link colors over and over to the same value and we
245 // document's link colors over and over to the same value and we
269 // document's link colors over and over to the same value and we
  /dalvik/libcore/luni/src/main/java/java/io/
ByteArrayInputStream.java 31 * The {@code byte} array containing the bytes to stream over.
57 * the byte array to stream over.
71 * the byte array to stream over.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 50 * appear when traversing over the main document tree.
77 * traversing over the main document tree.
116 * not appear when traversing over the main document tree.
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
MatchPatternIterator.java 37 * filtered iteration over the tree, evaluating each node in a super axis
167 * Detaches the iterator from the set which it iterated over, releasing
200 * @return The next <code>Node</code> in the set being iterated over, or
  /development/pdk/docs/source/
overview-1.0.jd 77 Over time we expect to see support for other major chipsets.
87 <div><br>About Android's support for debugging:<br><ul><li>Debugging native code is supported via GDB (GNU Project Debugger) over USB.
89 <li>Debugging managed code is supported via any JDWP-compatible debugger over USB.
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DictionaryDatabase.java 101 * Returns a Cursor over all words that match the given query
105 * @return Cursor over all words that match, or null if none found.
133 * @return A Cursor over all rows matching the query
  /external/blktrace/
README 29 For browsing the repo over http and viewing history etc, you can direct
152 it will do batch sorts of input events. Similarly, you can do traces over
161 to connect and transfer data over the network.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
hash_tables.sgml 44 or use a iterator to iterate over the key/value pairs in the hash table, see
102 The hash values should be evenly distributed over a fairly large range?
346 used to iterate over the elements of a #GHashTable. GHashTableIter
  /external/bluetooth/glib/glib/
gerror.c 89 * function if @message contains text you don't have control over,
175 #define ERROR_OVERWRITTEN_WARNING "GError set over the top of a previous GError or uninitialized memory.\n" \
224 * Use this function if @message contains text you don't have control over,
  /external/openssl/crypto/des/
enc_read.c 64 /* This has some uglies in it but it works - even over sockets. */
119 /* left over data from last decrypt */
184 /* Check if there will be data left over. */
  /external/proguard/src/proguard/optimize/
MethodDescriptorShrinker.java 171 // Go over the parameters.
215 // Go over the parameters.
264 // Go over the parameters.

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>