HomeSort by relevance Sort by last modified time
    Searched full:another (Results 1401 - 1425 of 15616) sorted by null

<<51525354555657585960>>

  /frameworks/rs/script_api/
rs_convert.spec 20 The functions below convert from a numerical vector type to another, or from one color
21 representation to another.
34 Converts a vector from one numerical type to another. The conversion are done entry per entry.
  /frameworks/support/samples/SupportAppNavigation/res/values/
strings.xml 25 <string name="launch_peer">Link to another peer activity</string>
29 <string name="view_from_other_task_description">This combined demo shows how to handle up navigation when another task has launched your app\'s activity on its own task stack. Navigating up in this scenario should synthesize a task stack representing the most common or direct navigation path to the parent activity. The code example shows how to handle this using helper code from the support library. Press the button below to launch a separate task and begin the demo.</string>
33 <string name="outside_task_description">This activity has been launched in a new task. You can confirm this by pressing the Recents button now and switching back to the app navigation example task. This activity will view content with the fake mimetype \"application/x-example\" which will be received by another code example activity to continue the demo. Press the View button below.</string>
  /libcore/luni/src/main/java/org/xml/sax/
ErrorHandler.java 70 * wrapping another exception.
99 * wrapping another exception.
131 * wrapping another exception.
  /libcore/luni/src/main/java/org/xml/sax/ext/
DefaultHandler2.java 112 * another exception.
150 * another exception.
178 * another exception.
  /libcore/ojluni/src/main/java/sun/net/
ProgressMonitor.java 119 // Copy progress listeners to another list to avoid holding locks
156 // Copy progress listeners to another list to avoid holding locks
188 // Copy progress listeners to another list to avoid holding locks
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLookupKey.java 42 public int compareTo(LookupKeySegment another) {
43 if (contactId > another.contactId) {
46 if (contactId < another.contactId) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sets.py 33 really add a Set as an element to another Set; if you try, what is
156 # early, in case the deep copy recurses into another reference
290 """Report whether another set contains this set."""
299 """Report whether this set contains another set."""
429 """Update a set with the union of itself and another."""
435 """Update a set with the union of itself and another."""
439 """Update a set with the intersection of itself and another."""
445 """Update a set with the intersection of itself and another."""
452 """Update a set with the symmetric difference of itself and another."""
458 """Update a set with the symmetric difference of itself and another.""
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
sets.py 33 really add a Set as an element to another Set; if you try, what is
156 # early, in case the deep copy recurses into another reference
290 """Report whether another set contains this set."""
299 """Report whether this set contains another set."""
429 """Update a set with the union of itself and another."""
435 """Update a set with the union of itself and another."""
439 """Update a set with the intersection of itself and another."""
445 """Update a set with the intersection of itself and another."""
452 """Update a set with the symmetric difference of itself and another."""
458 """Update a set with the symmetric difference of itself and another.""
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/samples/
sample3_unittest.cc 49 // passed on to another test, which is a bad idea.
53 // another test's failure. If one test depends on info produced by
54 // another test, then the two tests should really be one big test.
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/samples/
sample3_unittest.cc 49 // passed on to another test, which is a bad idea.
53 // another test's failure. If one test depends on info produced by
54 // another test, then the two tests should really be one big test.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sets.py 33 really add a Set as an element to another Set; if you try, what is
156 # early, in case the deep copy recurses into another reference
290 """Report whether another set contains this set."""
299 """Report whether this set contains another set."""
429 """Update a set with the union of itself and another."""
435 """Update a set with the union of itself and another."""
439 """Update a set with the intersection of itself and another."""
445 """Update a set with the intersection of itself and another."""
452 """Update a set with the symmetric difference of itself and another."""
458 """Update a set with the symmetric difference of itself and another.""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sets.py 33 really add a Set as an element to another Set; if you try, what is
156 # early, in case the deep copy recurses into another reference
290 """Report whether another set contains this set."""
299 """Report whether this set contains another set."""
429 """Update a set with the union of itself and another."""
435 """Update a set with the union of itself and another."""
439 """Update a set with the intersection of itself and another."""
445 """Update a set with the intersection of itself and another."""
452 """Update a set with the symmetric difference of itself and another."""
458 """Update a set with the symmetric difference of itself and another.""
    [all...]
  /system/extras/memory_replay/
main.cpp 53 // another allocation. Since reallocs are relatively rare, this
120 // before triggering the action. Otherwise, another thread could
134 // another thread could be creating the same allocation where are
  /system/extras/perfprofd/quipper/
address_mapper.h 88 // Determines if this range intersects another range in real space.
94 // Determines if this range fully covers another range in real space.
100 // Determines if this range fully contains another range in real space.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
tls_test.cc 41 // 8 Like test 1, but with the thread variable defined in another file.
42 // 9 Like test 3, but with the thread variable defined in another file.
43 // 10 Like test 5, but with the thread variable defined in another file.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_mutants.py 20 # went thru many iterations as one "new" vulnerability after another was
163 # Another segfault bug, distilled by Michael Hudson from a c.l.py post.
195 # And another core-dumper from Michael Hudson.
227 # And another core-dumper from Michael Hudson.
253 # And another core-dumper from Michael Hudson.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
RandomKey.java 142 * Returns <code>true</code> iff <code>another</code> is a RandomKey and
145 * @param another chromosome to compare
149 protected boolean isSame(Chromosome another) {
151 if (! (another instanceof RandomKey<?>))
153 RandomKey<?> anotherRk = (RandomKey<?>) another;
  /external/guava/guava/src/com/google/common/cache/
LoadingCache.java 55 * <p>If another call to {@link #get} or {@link #getUnchecked} is currently loading the value for
61 * {@code Cache.asMap().putIfAbsent} after loading has completed; if another value was associated
84 * <p>If another call to {@link #get} or {@link #getUnchecked} is currently loading the value for
90 * {@code Cache.asMap().putIfAbsent} after loading has completed; if another value was associated
153 * <p>Returns without doing anything if another thread is currently loading the value for
  /external/nanopb-c/generator/google/protobuf/internal/
containers.py 71 """Checks if another instance isn't equal to this one."""
136 """Appends the contents of another repeated field of the same type to this
177 """Compares the current instance with another one."""
238 """Appends the contents of another repeated field of the same type to this
263 """Compares the current instance with another one."""
  /external/valgrind/gdbserver_tests/
filter_gdb 42 # and yet another (gdb 7.0 way) to get a system call
43 # and yet another (gdb 7.0 arm way) to get a system call
46 # + yet another way to get a select system call
47 # and yet another (Solaris way) to get a poll system call
53 # after the signal trapping using an expr in this sed, followed by another sed.
  /hardware/libhardware/include/hardware/
radio.h 131 * -ENODEV if another error occurs
155 * -ENODEV if another error occurs
178 * -ENODEV if another error occurs
197 * -ENODEV if another error occurs
215 * -ENODEV if another error occurs
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_mutants.py 20 # went thru many iterations as one "new" vulnerability after another was
163 # Another segfault bug, distilled by Michael Hudson from a c.l.py post.
195 # And another core-dumper from Michael Hudson.
227 # And another core-dumper from Michael Hudson.
253 # And another core-dumper from Michael Hudson.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_mutants.py 20 # went thru many iterations as one "new" vulnerability after another was
163 # Another segfault bug, distilled by Michael Hudson from a c.l.py post.
195 # And another core-dumper from Michael Hudson.
227 # And another core-dumper from Michael Hudson.
253 # And another core-dumper from Michael Hudson.
  /prebuilts/go/darwin-x86/src/html/template/
examplefiles_test.go 56 // Clean up after the test; another quirk of running as an example.
90 // Clean up after the test; another quirk of running as an example.
128 // Clean up after the test; another quirk of running as an example.
142 // Add another driver template.
176 // Clean up after the test; another quirk of running as an example.
  /prebuilts/go/linux-x86/src/html/template/
examplefiles_test.go 56 // Clean up after the test; another quirk of running as an example.
90 // Clean up after the test; another quirk of running as an example.
128 // Clean up after the test; another quirk of running as an example.
142 // Add another driver template.
176 // Clean up after the test; another quirk of running as an example.

Completed in 1920 milliseconds

<<51525354555657585960>>