HomeSort by relevance Sort by last modified time
    Searched refs:IsWeak (Results 1 - 24 of 24) sorted by null

  /frameworks/base/tools/aapt2/
ResourceTable_test.cpp 108 EXPECT_TRUE(attr->IsWeak());
116 EXPECT_FALSE(attr->IsWeak());
ResourceTable.cpp 238 if (incoming->IsWeak()) {
242 } else if (existing->IsWeak()) {
252 if (existing->IsWeak()) {
274 return existing_attr->IsWeak() ? CollisionResult::kTakeNew : CollisionResult::kKeepOriginal;
277 if (existing_attr->IsWeak() && existing_attr->type_mask == android::ResTable_map::TYPE_ANY) {
282 if (incoming_attr->IsWeak() && incoming_attr->type_mask == android::ResTable_map::TYPE_ANY) {
ResourceValues.h 48 bool IsWeak() const { return weak_; }
ResourceValues.cpp 530 if (IsWeak()) {
  /external/clang/lib/CodeGen/
CGAtomic.cpp 221 /// \param IsWeak true if atomic operation is weak, false otherwise.
230 bool IsWeak = false);
271 bool IsWeak = false);
357 static void emitAtomicCmpXchg(CodeGenFunction &CGF, AtomicExpr *E, bool IsWeak,
370 Pair->setWeak(IsWeak);
406 bool IsWeak, Address Dest, Address Ptr,
437 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder,
462 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
468 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2,
478 emitAtomicCmpXchg(CGF, E, IsWeak, Dest, Ptr, Val1, Val2, Size, SuccessOrder
    [all...]
CodeGenFunction.h     [all...]
  /external/v8/src/
global-handles.cc 170 bool IsWeak() const { return state() == WEAK; }
623 bool GlobalHandles::IsWeak(Object** location) {
624 return Node::FromLocation(location)->IsWeak();
649 if (it.node()->IsWeak() && f(it.node()->location())) {
673 if (node->is_independent() && node->IsWeak() &&
705 if (node->IsWeak() && !is_unmodified(node->location())) {
717 if ((node->is_independent() || !node->is_active()) && node->IsWeak() &&
    [all...]
global-handles.h 182 static bool IsWeak(Object** location);
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer_test.cpp 98 EXPECT_THAT(new_id->IsWeak(), Eq(id->IsWeak()));
TableProtoSerializer.cpp 263 if (config_value->value->IsWeak()) {
  /external/v8/include/
v8-util.h 174 bool IsWeak() { return Traits::kCallbackType != kNotWeak; }
331 if (Traits::kCallbackType != kNotWeak && p.IsWeak()) {
v8.h 589 V8_INLINE bool IsWeak() const;
    [all...]
  /frameworks/base/tools/aapt2/flatten/
TableFlattener_test.cpp 243 EXPECT_EQ(attr.IsWeak(), actual_attr->IsWeak());
TableFlattener.cpp 284 if (entry->value->IsWeak()) {
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 551 bool isWeak() const {
555 void setWeak(bool IsWeak) {
557 (IsWeak << 8));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 552 bool isWeak() const {
556 void setWeak(bool IsWeak) {
558 (IsWeak << 8));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 552 bool isWeak() const {
556 void setWeak(bool IsWeak) {
558 (IsWeak << 8));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 552 bool isWeak() const {
556 void setWeak(bool IsWeak) {
558 (IsWeak << 8));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 552 bool isWeak() const {
556 void setWeak(bool IsWeak) {
558 (IsWeak << 8));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 552 bool isWeak() const {
556 void setWeak(bool IsWeak) {
558 (IsWeak << 8));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 552 bool isWeak() const {
556 void setWeak(bool IsWeak) {
558 (IsWeak << 8));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 552 bool isWeak() const {
556 void setWeak(bool IsWeak) {
558 (IsWeak << 8));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instructions.h 552 bool isWeak() const {
556 void setWeak(bool IsWeak) {
558 (IsWeak << 8));
    [all...]

Completed in 924 milliseconds