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

<<51525354555657585960>>

  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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.
  /toolchain/binutils/binutils-2.25/bfd/doc/
bfdsumm.texi 19 another BFD back end routine is called to take the newly
33 another format. One example of this is alignment information in
41 Another example is COFF section names. COFF files may contain an
57 format and writes another. Each BFD back end is responsible for
93 another.
  /cts/tests/app/src/android/app/cts/
ActivityManagerTest.java 51 // A secondary test activity from another APK.
164 // Start another activity from another APK.
438 // Prepare to start an activity from another APK.
468 // complete only when the user switches to another activity that is not part of the
479 // Issuing now another activity will trigger the timing information release.
496 // Prepare to start an activity from another APK.
526 // Starting now another activity will put ours into the back hence releasing the timing.
543 // Prepare to start an activity from another APK.
574 // complete only when the user switches to another activity that is not part of th
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 50 * the lock is not owned by another thread. The method will return
274 * <p>Acquires the lock if it is not held by another thread and returns
280 * <p>If the lock is held by another thread then the
293 * <p>Acquires the lock if it is not held by another thread and returns
299 * <p>If the lock is held by another thread then the
340 * Acquires the lock only if it is not held by another thread at the time
343 * <p>Acquires the lock if it is not held by another thread and
358 * <p>If the lock is held by another thread then this method will return
370 * Acquires the lock if it is not held by another thread within the given
374 * <p>Acquires the lock if it is not held by another thread and return
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/
ComposableFunction.java 274 /** Precompose the instance with another function.
293 /** Postcompose the instance with another function.
313 * Return a function combining the instance and another function.
334 * Return a function adding the instance and another function.
364 * Return a function subtracting another function from the instance.
379 * Return a function multiplying the instance and another function.
408 * Return a function dividing the instance by another function.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
CoroutineManager.java 33 * multitasking model, where the switch from one task to another is
39 * either exits or resumes another coroutine.</li>
42 * <li>An active coroutine that gives up control by resuming another in
50 * from one coroutine to another. Like pipes, neither coroutine is
124 * from one coroutine to another during a co_resume() operation.
147 * not want to spend time wrapping another object around.
247 /** Transfer control to another coroutine which has already been started and
  /external/ltp/testcases/realtime/include/
list.h 154 * list_move - delete from one list and add as another's head
165 * list_move_tail - delete from one list and add as another's tail
193 * if another CPU could re-list_add() it.
287 * @n: another &struct list_head to use as temporary storage
341 * @n: another type * to use as temporary storage
355 * @n: another type * to use as temporary storage
369 * @n: another type * to use as temporary storage
  /external/llvm/include/llvm/Support/
TargetRegistry.h 614 /// while another thread is attempting to access the registry. Typically
632 /// while another thread is attempting to access the registry. Typically
650 /// while another thread is attempting to access the registry. Typically
670 /// while another thread is attempting to access the registry. Typically
683 /// while another thread is attempting to access the registry. Typically
697 /// while another thread is attempting to access the registry. Typically
710 /// while another thread is attempting to access the registry. Typically
723 /// while another thread is attempting to access the registry. Typically
736 /// while another thread is attempting to access the registry. Typically
749 /// while another thread is attempting to access the registry. Typicall
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextStream.java 59 * wrapping another exception.
82 * wrapping another exception.
120 * wrapping another exception.
159 * wrapping another exception.
191 * wrapping another exception.
240 * wrapping another exception.
373 * wrapping another exception.
413 * wrapping another exception.
447 * wrapping another exception.
468 * wrapping another exception
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 64 Probably, after this explanation you have already guessed another method
90 packets to another endpoint is not hidden. If you dislike this, or if you
113 tunnel device \verb|tunl0| and another tunnels may be created with command
177 packets. It must be an address on another interface of this host.
198 it with another devices. Certainly, the configuration of tunnels has
208 of another devices. You should set a protocol address with \verb|ifconfig|
245 not be able to escape to another device, when route to endpoint changes.
346 Among another tunnels Cisco IOS supports IPIP and GRE.
401 will find one another automatically and will form virtual Ethernet-like
414 using methods typical for another NBMA networks f.e.\ to start use
    [all...]
api-ip6-flowlabels.tex 39 or to implement receiver side of SRP or another end-to-end protocol
75 flow label for another flow within the maximal lifetime has expired,
77 the label is taken over by another flow.
118 Another problem is Linux specific. Historically Linux IPv6 did not
162 another optional information.
323 still can be shared by another sockets. Current implementation does not allow
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 297 public void recordCollection(NetworkStatsCollection another) {
298 for (int i = 0; i < another.mStats.size(); i++) {
299 final Key key = another.mStats.keyAt(i);
300 final NetworkStatsHistory value = another.mStats.valueAt(i);
677 public int compareTo(Key another) {
679 if (ident != null && another.ident != null) {
680 res = ident.compareTo(another.ident);
683 res = Integer.compare(uid, another.uid);
686 res = Integer.compare(set, another.set);
689 res = Integer.compare(tag, another.tag)
    [all...]
  /frameworks/support/design/tests/src/android/support/design/widget/
AppBarWithCollapsingToolbarTest.java 75 // Perform another swipe-up gesture
108 // Perform another swipe-down gesture across the horizontal center of the screen.
123 // Perform yet another swipe-down gesture across the horizontal center of the screen.
186 // Perform another swipe-up gesture
218 // Perform another swipe-down gesture across the horizontal center of the screen.
233 // Perform yet another swipe-down gesture across the horizontal center of the screen.
291 // Perform another swipe-up gesture
323 // Perform another swipe-down gesture across the horizontal center of the screen.
338 // Perform yet another swipe-down gesture across the horizontal center of the screen.
478 // Swipe up by another toolbar's heigh
    [all...]
AppBarWithToolbarAndTabsTest.java 85 // Perform another swipe-up gesture
115 // Perform another swipe-down gesture across the horizontal center of the screen.
129 // Perform yet another swipe-down gesture across the horizontal center of the screen.
178 // Perform another swipe-up gesture
208 // Perform another swipe-down gesture across the horizontal center of the screen.
222 // Perform yet another swipe-down gesture across the horizontal center of the screen.
  /libcore/ojluni/src/main/java/java/util/
EnumSet.java 230 * @param e2 another element that this set is to contain initially
252 * @param e2 another element that this set is to contain initially
253 * @param e3 another element that this set is to contain initially
276 * @param e2 another element that this set is to contain initially
277 * @param e3 another element that this set is to contain initially
278 * @param e4 another element that this set is to contain initially
302 * @param e2 another element that this set is to contain initially
303 * @param e3 another element that this set is to contain initially
304 * @param e4 another element that this set is to contain initially
305 * @param e5 another element that this set is to contain initiall
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URITest.java 229 URI uri = new URI("http://host/file?query?another");
231 assertEquals("query?another", uri.getQuery());
269 new URI("http://host/file#fragment#another");
303 URI uri = base.resolve("another");
304 assertEquals("http://host/another", uri.toString());
305 assertEquals("/another", uri.getPath());
312 URI uri = base.resolve("#another");
313 assertEquals("http://host/file?query/x#another", uri.toString());
316 assertEquals("another", uri.getFragment());
326 assertEquals("http://host/another#fragment", base.resolve("another#fragment").toString())
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/metaclasses/
meta-vladimir.txt 15 Here's another try, expressing the same thing, but using the Python
56 >>> b = A() # 'b' is another instance of A
101 inherits the properties of another class. This property is called
147 And here we go for another round of what I said in section 1 -- Classes.
188 >>> B = M() # 'B' is another instance of M
234 meta-class inherits the properties of another meta-class. This property
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 177 // Copy the status of another candidate without changing policy.
274 // Merge Constant loads that have all their users into another group to the group.
278 // Merge SUs that have all their users into another group to the group
281 // Merge SUs that have all their users into another group to the group,
285 // Merge SUs that have all their users into another group to the group,
368 // Copy the status of another candidate without changing policy.
  /external/minijail/
syscall_filter.c 93 struct filter_block *another)
96 list->last->next = another;
97 list->last = another->last;
99 list->next = another;
100 list->last = another->last;
102 list->total_len += another->total_len;
  /external/skia/tests/
PDFPrimitivesTest.cpp 254 array->appendString(SkString("Another String"));
257 "(Another String)]");
264 "(Another String) [-1]]");
276 "(Another String) [-1] 1 0 R]");
323 dict->insertString("n7", SkString("Another String"));
325 "/n5 /AnotherName\n/n6 (A String)\n/n7 (Another String)>>");
  /frameworks/av/services/mediaresourcemanager/test/
ResourceManagerService_test.cpp 317 // call again should reclaim another largest graphic memory from lowest process
338 // call again should reclaim another graphic memory from lowest process
342 // call again should reclaim another graphic memory from lowest process
363 // call again should reclaim another secure codec from lowest process
412 // call again should reclaim another graphic memory from lowest process
416 // call again should reclaim another graphic memory from lowest process
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInt.java 142 * the dividend not span up into another word of precision.
218 * Multiply a FDBigInt by an int and add another int.
243 * Multiply a FDBigInt by another FDBigInt.
272 * Add one FDBigInt to another. Return a FDBigInt
313 * Subtract one FDBigInt from another. Return a FDBigInt
348 * Compare FDBigInt with another FDBigInt. Return an integer
  /art/runtime/base/
bit_vector.h 185 // Intersect with another bit vector.
188 // Union with another bit vector.
196 // Are we equal to another bit vector? Note: expandability attributes must also match.
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 100 // Create another messenger to send msg.
233 // Use another messenger to send msg.
238 * This method is used to check if the message sent by another messenger is correctly

Completed in 1475 milliseconds

<<51525354555657585960>>