/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
GenericDomTreeConstruction.h | 630 SmallDenseSet<TreeNodePtr, 8> Affected; 742 // Nothing affected -- NCA property holds. 746 // Identify and collect affected nodes. 748 DEBUG(dbgs() << "Marking " << BlockNamePrinter(To) << " as affected\n"); 749 II.Affected.insert(To); 762 // Discover and collect affected successors of the current node. 770 // Visits an affected node and collect its affected successors. 792 // Succ dominated by subtree From -- not affected. 799 DEBUG(dbgs() << "\t\tMarking visited not affected " [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
GenericDomTreeConstruction.h | 630 SmallDenseSet<TreeNodePtr, 8> Affected; 742 // Nothing affected -- NCA property holds. 746 // Identify and collect affected nodes. 748 DEBUG(dbgs() << "Marking " << BlockNamePrinter(To) << " as affected\n"); 749 II.Affected.insert(To); 762 // Discover and collect affected successors of the current node. 770 // Visits an affected node and collect its affected successors. 792 // Succ dominated by subtree From -- not affected. 799 DEBUG(dbgs() << "\t\tMarking visited not affected " [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
GenericDomTreeConstruction.h | 630 SmallDenseSet<TreeNodePtr, 8> Affected; 742 // Nothing affected -- NCA property holds. 746 // Identify and collect affected nodes. 748 DEBUG(dbgs() << "Marking " << BlockNamePrinter(To) << " as affected\n"); 749 II.Affected.insert(To); 762 // Discover and collect affected successors of the current node. 770 // Visits an affected node and collect its affected successors. 792 // Succ dominated by subtree From -- not affected. 799 DEBUG(dbgs() << "\t\tMarking visited not affected " [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
GenericDomTreeConstruction.h | 630 SmallDenseSet<TreeNodePtr, 8> Affected; 742 // Nothing affected -- NCA property holds. 746 // Identify and collect affected nodes. 748 DEBUG(dbgs() << "Marking " << BlockNamePrinter(To) << " as affected\n"); 749 II.Affected.insert(To); 762 // Discover and collect affected successors of the current node. 770 // Visits an affected node and collect its affected successors. 792 // Succ dominated by subtree From -- not affected. 799 DEBUG(dbgs() << "\t\tMarking visited not affected " [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
GenericDomTreeConstruction.h | 630 SmallDenseSet<TreeNodePtr, 8> Affected; 742 // Nothing affected -- NCA property holds. 746 // Identify and collect affected nodes. 748 DEBUG(dbgs() << "Marking " << BlockNamePrinter(To) << " as affected\n"); 749 II.Affected.insert(To); 762 // Discover and collect affected successors of the current node. 770 // Visits an affected node and collect its affected successors. 792 // Succ dominated by subtree From -- not affected. 799 DEBUG(dbgs() << "\t\tMarking visited not affected " [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
GenericDomTreeConstruction.h | 630 SmallDenseSet<TreeNodePtr, 8> Affected; 742 // Nothing affected -- NCA property holds. 746 // Identify and collect affected nodes. 748 DEBUG(dbgs() << "Marking " << BlockNamePrinter(To) << " as affected\n"); 749 II.Affected.insert(To); 762 // Discover and collect affected successors of the current node. 770 // Visits an affected node and collect its affected successors. 792 // Succ dominated by subtree From -- not affected. 799 DEBUG(dbgs() << "\t\tMarking visited not affected " [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
GenericDomTreeConstruction.h | 630 SmallDenseSet<TreeNodePtr, 8> Affected; 742 // Nothing affected -- NCA property holds. 746 // Identify and collect affected nodes. 748 DEBUG(dbgs() << "Marking " << BlockNamePrinter(To) << " as affected\n"); 749 II.Affected.insert(To); 762 // Discover and collect affected successors of the current node. 770 // Visits an affected node and collect its affected successors. 792 // Succ dominated by subtree From -- not affected. 799 DEBUG(dbgs() << "\t\tMarking visited not affected " [all...] |
/frameworks/base/core/java/android/transition/ |
Crossfade.java | 64 * between the old and new representation of all affected target 74 * new representation of all affected target views. This means 106 * representations of affected views from the starting size
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AnimatorUtils.java | 72 * therefore the touch feedback RippleDrawable) are not affected. 74 * @param view the affected view 132 // try to set the animated fraction directly so that it isn't affected by the
|
/build/make/target/product/ |
go_defaults_common.mk | 51 # Some notable apps that will be affected by this are gms and chrome.
|
/developers/build/prebuilts/gradle/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/ |
RepeatingAlarmFragment.java | 70 // passage of time (every 15 seconds, 15 minutes, etc), since it isn't affected by
|
/developers/samples/android/background/alarms/RepeatingAlarm/Application/src/main/java/com/example/android/repeatingalarm/ |
RepeatingAlarmFragment.java | 70 // passage of time (every 15 seconds, 15 minutes, etc), since it isn't affected by
|
/development/samples/browseable/RepeatingAlarm/src/com.example.android.repeatingalarm/ |
RepeatingAlarmFragment.java | 70 // passage of time (every 15 seconds, 15 minutes, etc), since it isn't affected by
|
/device/google/contexthub/firmware/os/algos/calibration/online_calibration/common_data/ |
calibration_quality.h | 51 * changed that may have affected the applicability of the
|
/device/google/cuttlefish_common/host/libs/vadb/ |
virtual_adb_client.h | 51 // on affected SharedFDs.
|
/external/chromium-trace/catapult/devil/devil/android/perf/ |
thermal_throttle.py | 72 test run was affected by thermal throttling.
|
/external/clang/include/clang/Basic/ |
SourceLocation.h | 375 /// This can be affected by \#line etc. 380 /// This can be affected by \#line etc. 385 /// This cannot be affected by \#line, but is packaged here for convenience. 390 /// This can be affected by GNU linemarker directives.
|
/external/clang/test/SemaCXX/ |
libstdcxx_pair_swap_hack.cpp | 8 // affected are array, pair, priority_queue, stack, and queue.
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_env_var_test.py | 75 """Verifies that the given flag is affected by the corresponding env var."""
|
/external/googletest/googletest/test/ |
gtest_env_var_test.py | 74 """Verifies that the given flag is affected by the corresponding env var."""
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
InterruptionUtil.java | 107 "InterruptenatorTask did not exit; future tests may be affected");
|
/external/honggfuzz/docs/ |
Android.md | 7 affected.
|
/external/libmicrohttpd/src/microhttpd/ |
internal.c | 176 * clock that isn't affected by someone setting the system real time
|
/external/libmojo/third_party/catapult/devil/devil/android/perf/ |
thermal_throttle.py | 70 test run was affected by thermal throttling.
|
/external/libxml2/include/libxml/ |
xmlschemas.h | 126 * to find out what file and line number are affected
|