Searched refs:guard (Results 1 – 21 of 21) sorted by relevance
73 final CloseGuard guard = CloseGuard.get(); field in BaseObj124 guard.close(); in helpDestroy()140 if (guard != null) { in finalize()141 guard.warnIfOpen(); in finalize()
44 guard.open("destroy"); in KernelID()122 guard.open("destroy"); in FieldID()345 guard.open("destroy"); in Script()
152 guard.open("destroy"); in Closure()187 guard.open("destroy"); in Closure()406 guard.open("destroy"); in ScriptGroup()423 guard.open("destroy"); in ScriptGroup()
173 guard.open("destroy"); in FileA3D()
153 guard.open("destroy"); in Font()
79 guard.open("destroy"); in Program()
230 guard.open("destroy"); in Type()
54 guard.open("destroy"); in Sampler()
1074 guard.open("destroy"); in Element()1094 guard.open("destroy"); in Element()
94 guard.open("destroy"); in Mesh()
421 guard.open("destroy"); in Allocation()
216 private final CloseGuard guard = CloseGuard.get(); field in Animation309 guard.close(); in cancel()322 guard.close(); in detach()867 guard.open("cancel or detach or getTransformation"); in getTransformation()885 guard.close(); in getTransformation()1065 if (guard != null) { in finalize()1066 guard.warnIfOpen(); in finalize()
331 const string guard = makeGuardString(headerFileName); in writeHeaderFile() local332 file << "#ifndef " << guard << "\n"; in writeHeaderFile()333 file << "#define " << guard << "\n\n"; in writeHeaderFile()379 file << "#endif // " << guard << "\n"; in writeHeaderFile()
56 private final CloseGuard guard = CloseGuard.get(); field in StrictJarFile112 guard.open("close"); in StrictJarFile()195 guard.close(); in close()
86 public static Object guard(Object lock) { in guard() method in LockGuard
40 // Check FEATURE_AUDIO_OUTPUT to guard against false positives.
366 …guard or any other lock screens. Can be used with <a class="el" href="group___native_activity.html…
874 <p>On SMP, a spin lock is a useful way to guard a small critical section. If we1496 should be used to guard any field that can be accessed by more than one thread.
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
206 <p>The licensing server applies general request limits to guard against overuse
2113 <li>Added a {@code -mstack-protector-guard=} option for x86 to choose between a2120 <strong>Note:</strong> The {@code -mstack-protector-guard} setting itself does not2630 data sections after linking to guard against security vulnerabilities caused by memory corruption.