HomeSort by relevance Sort by last modified time
    Searched full:over (Results 101 - 125 of 13432) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScriptRun.java 18 * It implements a simple iterator over an array of characters.
33 * Here is an example of how to iterate over script runs:
73 * Construct a <code>UScriptRun</code> object which iterates over the
76 * @param text the string of characters over which to iterate.
88 * Construct a <code>UScriptRun</code> object which iterates over a subrange
91 * @param text the string of characters over which to iterate.
92 * @param start the index of the first character over which to iterate
93 * @param count the number of characters over which to iterate
105 * Construct a <code>UScriptRun</code> object which iterates over the given
108 * @param chars the array of characters over which to iterate
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScriptRun.java 17 * It implements a simple iterator over an array of characters.
32 * Here is an example of how to iterate over script runs:
71 * Construct a <code>UScriptRun</code> object which iterates over the
74 * @param text the string of characters over which to iterate.
86 * Construct a <code>UScriptRun</code> object which iterates over a subrange
89 * @param text the string of characters over which to iterate.
90 * @param start the index of the first character over which to iterate
91 * @param count the number of characters over which to iterate
103 * Construct a <code>UScriptRun</code> object which iterates over the given
106 * @param chars the array of characters over which to iterate
    [all...]
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 41 // C++ [over.built]p8
45 // C++ [over.built]p10:
49 // C++ [over.built]p12
53 // C++ [over.built]p16
57 // C++ [over.built]p17
88 // C++ [over.built]p3
91 // C++ [over.built]p3
94 // C++ [over.built]p18
98 // C++ [over.built]p20:
106 // C++ [over.built]p2
    [all...]
rval-references.cpp 14 int over(int&);
15 not_int over(int&&);
38 int i2 = over(i1);
39 not_int ni1 = over(0);
40 int i3 = over(virr2);
41 not_int ni2 = over(ret_irr());
  /external/slf4j/slf4j-site/src/site/pages/
legacy.html 53 <h2 class="doAnchor" name="jcl-over-slf4j">Gradual migration to
56 <h4 class="doAnchor" name="jclOverSLF4J"><em>jcl-over-slf4j.jar</em></h4>
59 include the jar file <em>jcl-over-slf4j.jar</em>. This jar file is
62 the name "JCL over SLF4J."
65 <p>Our JCL over SLF4J implementation will allow you to migrate to
71 <em>jcl-over-slf4j.jar</em>. Subsequently, the selection of the
77 <em>jcl-over-slf4j.jar</em> will immediately and permanently solve
96 name="jclRecursion"><em>jcl-over-slf4j.jar</em> should not be
100 <p>JCL-over-SLF4J, i.e. <em>jcl-over-slf4j.jar</em>, comes in hand
    [all...]
  /external/vboot_reference/tests/
utility_string_tests.c 48 TEST_EQ(7, StrnAppend(dest, "Can't", 8), "StrnAppend(Y, over)");
49 TEST_EQ(0, strcmp(dest, "YesICan"), "StrnAppend(Y, over) result");
53 TEST_EQ(6, StrnAppend(dest, "Spending", 7), "StrnAppend(over, over)");
54 TEST_EQ(0, strcmp(dest, "Budget"), "StrnAppend(over, over) result");
100 /* Don't pad if over length */
  /external/eigen/unsupported/Eigen/
BVH 32 * of the two basic algorithms over a BVH: intersection of a query object against all objects in the hierarchy and minimization
33 * of a function over the objects in the hierarchy. It also provides intersection and minimization over a cartesian product of
36 * over a volume is no greater than the minimum of a function over any object contained in it.
47 * Some sample queries that can be written in terms of function minimization over a set of objects are:
61 typedef VolumeIterator //an iterator type over node children--returns Index
62 typedef ObjectIterator //an iterator over object (leaf) children--returns const Object &
67 //getChildren takes a node index and makes [outVBegin, outVEnd) range over its node children
68 //and [outOBegin, outOEnd) range over its object childre
    [all...]
  /frameworks/base/docs/html/training/wearables/apps/
bt-debugging.jd 1 page.title=Debugging over Bluetooth
24 <p>You can debug your wearable over Bluetooth by routing its debug output to the
45 <li>Enable <b>Debug over Bluetooth</b>.</li>
54 <li>Enable <b>Debugging over Bluetooth</b>. You should see a tiny status summary appear under the
61 <li>Connect the handheld to your machine over USB and run:
85 <p>If there are no other devices connected over TCP/IP (namely emulators), you can shorten the command
  /external/e2fsprogs/tests/progs/
test_rel_cmds.ct 23 request do_brel_start_iter, "Start iterating over the block table",
58 request do_irel_start_iter, "Start iterating over the inode table",
70 request do_irel_start_iter_ref, "Start iterating over references to an inode",
  /external/sonic/debian/
control 18 high quality at speed up factors well over 2X.
30 high quality at speed up factors well over 2X.
41 high quality at speed up factors well over 2X.
  /frameworks/base/core/java/android/util/
FastImmutableArraySet.java 25 * Iterating over an array in this fashion is 2.5x faster than iterating over a {@link HashSet}
26 * so it is worth copying the contents of the set to an array when iterating over it
  /prebuilts/tools/common/m2/repository/org/slf4j/jcl-over-slf4j/1.6.2/
jcl-over-slf4j-1.6.2.pom 12 <artifactId>jcl-over-slf4j</artifactId>
14 <name>JCL 1.1.1 implemented over SLF4J</name>
18 JCL 1.1.1 implementation over SLF4J
  /art/test/020-string/
expected.txt 6 subStr is 'uick brown fox jumps over the lazy '
  /external/autotest/client/site_tests/hardware_TLBMissCost/src/
generateBenchmarkFunction.sh 2 # This script generates an assembly function that jumps over blocks of size
  /external/autotest/client/site_tests/kernel_Ktime/
control 8 over a short amount of time.
  /external/autotest/client/site_tests/login_ChromeProfileSanitary/
control 16 browser to flip over to using the 'Default' profile, which is neither
  /external/autotest/client/site_tests/login_MultipleSessions/
control 17 session_manager.StartSession() over DBus more than once, with
  /external/autotest/client/site_tests/login_UserPolicyKeys/
control 16 This test stores a user policy at the session_manager over dbus, and verifies
  /external/autotest/client/site_tests/network_ChromeCellularEndToEnd/
control 17 * Ethernet is preferred over Cellular when both are connected.
  /external/autotest/client/site_tests/platform_MemoryMonitor/
control 2 PURPOSE = 'Monitor the memory usage over time. This is NOT a pass/fail test.'
  /external/autotest/server/site_tests/network_WiFi_Prefer5Ghz/
control 14 This test case verifies that we prefer 5Ghz APs over 2.4Ghz APs
  /external/chromium-trace/catapult/third_party/WebOb/docs/modules/
client.txt 1 :mod:`webob.client` -- Send WSGI requests over HTTP
  /external/clang/utils/ABITest/single-args-64/
Makefile 3 # COUNT can be over-ridden to change the number of tests generated per
  /external/curl/tests/data/
test1435 28 simple HTTP GET over Unix socket
test1529 29 HTTP request-injection in URL sent over proxy

Completed in 3966 milliseconds

1 2 3 45 6 7 8 91011>>