HomeSort by relevance Sort by last modified time
    Searched defs:guard (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /ndk/sources/cxx-stl/gabi++/src/
one_time_construction.cc 30 // And "3.2.3 Guard variables and the one-time construction API" in the ARM C++ ABI reference.
32 /* Note that the ARM C++ ABI defines the size of each guard variable
39 * We will treat guard variables here as 32-bit values, even on x86,
66 int guard = *gv; local
67 if ((guard & 1) != 0) {
73 // we use bit 8 to indicate that the guard value is being
76 if ((guard & 0x100) == 0) {
77 // nobody is initializing this yet, so mark the guard value
87 *gv = guard | 0x200;
96 int guard = *gv local
109 int guard = *gv; local
    [all...]
  /libcore/luni/src/main/java/java/io/
FileInputStream.java 64 private final CloseGuard guard = CloseGuard.get(); field in class:FileInputStream
80 guard.open("close");
97 // Note that we do not call guard.open here because the
115 guard.close();
139 if (guard != null) {
140 guard.warnIfOpen();
FileOutputStream.java 64 private final CloseGuard guard = CloseGuard.get(); field in class:FileOutputStream
90 this.guard.open("close");
106 // Note that we do not call guard.open here because the
133 guard.close();
150 if (guard != null) {
151 guard.warnIfOpen();
RandomAccessFile.java 56 private final CloseGuard guard = CloseGuard.get(); field in class:RandomAccessFile
128 guard.open("close");
160 guard.close();
172 if (guard != null) {
173 guard.warnIfOpen();
  /libcore/luni/src/main/java/libcore/net/
RawSocket.java 57 private final CloseGuard guard = CloseGuard.get(); field in class:RawSocket
68 guard.open("close");
128 guard.close();
134 if (guard != null) {
135 guard.warnIfOpen();
  /libcore/luni/src/main/java/java/security/
GuardedObject.java 25 * for the object with a {@code Guard}.
33 private final Guard guard; field in class:GuardedObject
37 * to the specified {@code Object} using the specified {@code Guard}.
41 * @param guard
42 * the {@code Guard} which protects the specified {@code Object},
45 public GuardedObject(Object object, Guard guard) {
47 this.guard = guard;
    [all...]
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 39 private final CloseGuard guard = CloseGuard.get(); field in class:DexFile
82 guard.open("close");
113 guard.open("close");
175 guard.close();
281 if (guard != null) {
282 guard.warnIfOpen();
  /libcore/luni/src/main/java/java/util/zip/
ZipFile.java 107 private final CloseGuard guard = CloseGuard.get(); field in class:ZipFile
152 guard.open("close");
157 if (guard != null) {
158 guard.warnIfOpen();
177 guard.close();
Deflater.java 155 private final CloseGuard guard = CloseGuard.get(); field in class:Deflater
192 guard.open("end");
253 guard.close();
269 if (guard != null) {
270 guard.warnIfOpen();
Inflater.java 61 private final CloseGuard guard = CloseGuard.get(); field in class:Inflater
82 guard.open("end");
94 guard.close();
107 if (guard != null) {
108 guard.warnIfOpen();
  /bionic/tests/
stack_protector_test.cpp 39 // For x86, bionic and glibc have per-thread stack guard values (all identical).
42 uint32_t guard; local
43 asm ("mov %%gs:0x14, %0": "=d" (guard));
44 return guard;
53 uint32_t guard = GetGuardFromTls(); local
55 printf("[thread %d] %%gs:0x14 = 0x%08x\n", tid, guard);
60 // Uninitialized guard. Our bug. Note this is potentially flaky; we _could_ get
62 ASSERT_NE(guard, 0U);
65 guards.insert(guard);
87 // bionic and glibc use the same guard for every thread
    [all...]
  /external/clang/test/CodeGen/
2007-09-12-PragmaPack.c 24 uint32_t guard; member in struct:__anon18199
  /external/chromium_org/content/browser/renderer_host/media/
audio_mirroring_manager.cc 50 ReentrancyGuard guard; local
77 ReentrancyGuard guard; local
99 ReentrancyGuard guard; local
141 ReentrancyGuard guard; local
  /libcore/luni/src/main/java/java/net/
PlainDatagramSocketImpl.java 45 private final CloseGuard guard = CloseGuard.get(); field in class:PlainDatagramSocketImpl
59 guard.open("close");
82 guard.close();
96 if (guard != null) {
97 guard.warnIfOpen();
PlainSocketImpl.java 60 private final CloseGuard guard = CloseGuard.get(); field in class:PlainSocketImpl
65 guard.open("close");
84 guard.open("close");
161 guard.close();
206 if (guard != null) {
207 guard.warnIfOpen();
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 159 * <p>This version adds some verbosity around the {@code Guard} objects, but removes that same
167 * private final Monitor.Guard valuePresent = new Monitor.Guard(monitor) {
172 * private final Monitor.Guard valueAbsent = new Monitor.Guard(monitor) {
208 * A boolean condition for which a thread may wait. A {@code Guard} is associated with a single
209 * {@code Monitor}. The monitor may check the guard at arbitrary times from any thread occupying
210 * the monitor, so code should not be written to rely on how often a guard might or might not be
213 * <p>If a {@code Guard} is passed into any method of a {@code Monitor} other than the one it is
219 public abstract static class Guard {
783 Guard guard = guards.get(i); local
796 Guard guard = guards.get(i); local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
try.js 60 function guard(f) { try { f(); } catch (o) { return o; } } function
61 assertEquals('baz', guard(function() { throw 'baz'; }));
63 assertEquals(1, guard(function() { try { throw 1; } finally { } }));
64 assertEquals(2, guard(function() { try { throw 2; } finally { var x = 12; } }));
65 assertEquals(4, guard(function() { try { throw 3; } finally { throw 4; } }));
  /external/libvorbis/vq/
huffbuild.c 65 int i,j,k,begin,n,subn,guard=1; local
71 if(argc==4)guard=0;
133 for(j=loval;j<vals;j++)hist[j]=guard;
latticetune.c 45 int entries=-1,dim=-1,guard=1; local
58 if(argv[3]!=NULL)guard=0;
86 for(j=0;j<entries;j++)hits[j]=guard;
  /external/v8/test/mjsunit/
try.js 60 function guard(f) { try { f(); } catch (o) { return o; } } function
61 assertEquals('baz', guard(function() { throw 'baz'; }));
63 assertEquals(1, guard(function() { try { throw 1; } finally { } }));
64 assertEquals(2, guard(function() { try { throw 2; } finally { var x = 12; } }));
65 assertEquals(4, guard(function() { try { throw 3; } finally { throw 4; } }));
  /external/aac/libSBRenc/src/
ton_corr.h 143 when indexing a highband channel, -1 represents a guard band */
145 INT guard; /*!< number of guardbands between every patch */ member in struct:__anon2674
  /external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.c 219 void* guard; local
226 // Allocate stack + guard page
232 guard = mmap(stack, PAGE_CHUNK_SIZE,
234 if (guard != stack) {
235 fprintf(stderr, "WARNING: Failed to add guard page for alt stack.\n");
  /external/stlport/stlport/stl/
_ostream.c 114 * Helper struct (guard) to put back a character in a streambuf
129 void guard(int_type c) { function in struct:_SPutBackC
165 __cguard.guard(__c);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 114 * Helper struct (guard) to put back a character in a streambuf
129 void guard(int_type c) { function in struct:_SPutBackC
165 __cguard.guard(__c);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ostream.c 114 * Helper struct (guard) to put back a character in a streambuf
129 void guard(int_type c) { function in struct:_SPutBackC
165 __cguard.guard(__c);

Completed in 780 milliseconds

1 2 3 4 5