HomeSort by relevance Sort by last modified time
    Searched defs:isWeak (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScopedPersistent.h 67 bool isWeak() const { return m_handle.IsWeak(); }
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 243 * isWeak(byte[] key, int offset) method testing. Tests if the
250 DESKeySpec.isWeak(null, 1);
260 DESKeySpec.isWeak(key, 1);
271 DESKeySpec.isWeak(semiweaks[i], 0));
279 DESKeySpec.isWeak(notsemiweaks[i], 0));
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 380 bool isWeak = ((flags & (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK)) == (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK));
382 struct Block_byref *copy = (struct Block_byref *)_Block_allocator(src->size, false, isWeak);
387 if (isWeak) {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/heap_snapshot_worker/
JSHeapSnapshot.js 130 return containmentEdgesFilter(edge) && !edge.node().isRoot() && !edge.isWeak();
715 isWeak: function()
874 isWeak: function()
876 return this._edge().isWeak();
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 200 /// isWeak - Test if this a weak dependence. Weak dependencies are
204 bool isWeak() const {
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 504 bool isWeak() const {
508 void setWeak(bool IsWeak) {
510 (IsWeak << 8));
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 556 milliseconds