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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
43 // This one prevents stores from being sunk across the barrier; in other
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
43 // This one prevents stores from being sunk across the barrier; in other
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
43 // This one prevents stores from being sunk across the barrier; in other
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
43 // This one prevents stores from being sunk across the barrier; in other
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
43 // This one prevents stores from being sunk across the barrier; in other
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
atomic_word.h 38 // This one prevents loads from being hoisted across the barrier;
43 // This one prevents stores from being sunk across the barrier; in other
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
javascriptstatetracker_test.py 250 self.assertCommentTarget('theTarget.is.split.across.lines', """
252 * Comment that addresses a symbol split across lines.
255 .across.lines)
258 self.assertCommentTarget('theTarget.is.split.across.lines', """
260 * Comment that addresses a symbol split across lines.
263 across.lines)
  /frameworks/base/core/tests/coretests/src/android/print/
IPrintManagerParametersTest.java 286 // Cannot test bad user Id as these tests are allowed to call across users
314 // Cannot test bad user Id as these tests are allowed to call across users
368 // Cannot test bad user Id as these tests are allowed to call across users
389 // Cannot test bad user Id as these tests are allowed to call across users
415 // Cannot test bad user Id as these tests are allowed to call across users
441 // Cannot test bad user Id as these tests are allowed to call across users
465 // Cannot test bad user Id as these tests are allowed to call across users
484 // Cannot test bad user Id as these tests are allowed to call across users
508 // Cannot test bad user Id as these tests are allowed to call across users
530 // Cannot test bad user Id as these tests are allowed to call across user
    [all...]
  /external/llvm/test/Analysis/GlobalsModRef/
nonescaping-noalias.ll 11 ; Ensure that we can fold a store to a load of a global across a store to
28 ; Ensure that we can fold a store to a load of a global across a store to
47 ; Ensure that we can fold a store to a load of a global across a store to
68 ; Ensure that we can fold a store to a load of a global across a store to
102 ; Ensure that we can fold a store to a load of a global across a store to
  /external/llvm/test/Transforms/GVN/
atomic.ll 9 ; GVN across unordered store (allowed)
21 ; GVN across unordered load (allowed)
56 ; GVN across release-acquire pair (forbidden)
69 ; GVN across monotonic store (allowed)
81 ; GVN of an unordered across monotonic load (not allowed)
  /bionic/libc/arch-mips/include/machine/
regdef.h 64 #define t0 $12 /* temp registers (not saved across subroutine calls) */
69 #define t0 $8 /* temp registers (not saved across subroutine calls) */
82 #define s0 $16 /* saved across subroutine calls (callee saved) */
  /development/ndk/platforms/android-21/arch-mips/include/machine/
regdef.h 57 #define t0 $12 /* temp registers (not saved across subroutine calls) */
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */
75 #define s0 $16 /* saved across subroutine calls (callee saved) */
  /development/ndk/platforms/android-21/arch-mips64/include/machine/
regdef.h 64 #define t0 $12 /* temp registers (not saved across subroutine calls) */
69 #define t0 $8 /* temp registers (not saved across subroutine calls) */
82 #define s0 $16 /* saved across subroutine calls (callee saved) */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 57 #define t0 $12 /* temp registers (not saved across subroutine calls) */
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */
75 #define s0 $16 /* saved across subroutine calls (callee saved) */
  /external/curl/docs/libcurl/
curl_share_setopt.3 61 Cookie data will be shared across the easy handles using this shared object.
63 Cached DNS hosts will be shared across the easy handles using this shared
68 SSL session IDs will be shared across the easy handles using this shared
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
ManualLocalTransactionsTest.java 66 assertTrue("EntityManager appears to have been closed across txns!",
68 assertTrue("EntityManager appears to have been closed across txns!", em.contains(entity));
69 assertTrue("EntityManager appears to have been closed across txns!", em.isOpen());
ManualLocalTransactionsWithCustomMatcherTest.java 72 assertTrue("EntityManager appears to have been closed across txns!",
74 assertTrue("EntityManager appears to have been closed across txns!", em.contains(entity));
75 assertTrue("EntityManager appears to have been closed across txns!", em.isOpen());
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 77 /* common parameters: try to keep these consistent across architectures */
79 #define MADV_DONTFORK 10 /* don't inherit across fork */
80 #define MADV_DOFORK 11 /* do inherit across fork */
  /external/llvm/test/Transforms/EarlyCSE/
fence.ll 9 ; We can value forward across the fence since we can (semantically)
37 ; We can not value forward across an acquire barrier since we might
74 ; We *could* DSE across this fence, but don't. No other thread can
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
Session.java 36 * Send the specified reply code and text across the control connection.
68 * Read data from the client across the data connection
75 * Read and return (up to) numBytes of data from the client across the data connection
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
ListCommandHandler.java 36 * the current directory across the data connection</li>
38 * then send a directory listing for the specified directory across the data connection</li>
40 * for the specified file across the data connection</li>
  /frameworks/base/docs/html/distribute/engage/
easy-signin.jd 11 familiar to users, consistent across devices, and quick and easy to use.</p>
31 <h3>Seamless experience across screens</h3>
33 Offer a seamless app experience across devices and into your website, securely
  /frameworks/base/docs/html/training/design-navigation/
index.jd 15 <p>You should also have basic familiarity with the Action Bar (<a href="{@docRoot}design/patterns/actionbar.html">pattern docs</a> at Android Design), used across most applications in devices running Android 3.0 and later.</p>
22 <p>One of the very first steps to designing and developing an Android application is to determine what users are able to see and do with the app. Once you know what kinds of data users are interacting with in the app, the next step is to design the interactions that allow users to navigate across, into, and back out from the different pieces of content within the app.</p>
39 <dd>Learn about techniques for allowing users to navigate deep into, as well as across, your content hierarchy. Also learn about pros and cons of, and best practices for, specific navigational UI elements for various situations.</dd>
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 57 #define t0 $12 /* temp registers (not saved across subroutine calls) */
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */
75 #define s0 $16 /* saved across subroutine calls (callee saved) */
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/
regdef.h 57 #define t0 $12 /* temp registers (not saved across subroutine calls) */
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */
75 #define s0 $16 /* saved across subroutine calls (callee saved) */

Completed in 1271 milliseconds

1 2 3 45 6 7 8 91011>>