Home
last modified time | relevance | path

Searched refs:GetFlags (Results 1 – 25 of 105) sorted by relevance

12345

/external/toolchain-utils/bestflags/
Dgenetic_algorithm.py108 father_flags = self.GetFlags().GetFlags()
109 mother_flags = other.GetFlags().GetFlags()
280 child = RandomMutate(specs, keep_task.GetFlags(), mutation_rate)
Dhill_climb_best_neighbor.py95 flag_set = current_task.GetFlags()
100 for next_flag in flags_util.ClimbNext(flag_set.GetFlags(), spec):
Diterative_elimination.py144 work_flags_set = worst_task.GetFlags().GetFlags()
Dflags.py166 return isinstance(other, FlagSet) and self._flags == other.GetFlags()
186 def GetFlags(self): member in FlagSet
Dtesting_batch.py315 task_result = _ComputeCost(cost_func, specs, task.GetFlags())
374 all_flags = list(generation_tasks)[0].GetFlags()
438 all_flags = list(all_flags_tasks)[0].GetFlags()
Dtask.py117 return self.GetFlags() == other.GetFlags()
219 def GetFlags(self): member in Task
/external/mesa3d/include/android_stub/backtrace/
DBacktraceMap.h126 int GetFlags(uint64_t pc) { in GetFlags() function
135 bool IsReadable(uint64_t pc) { return GetFlags(pc) & PROT_READ; } in IsReadable()
136 bool IsWritable(uint64_t pc) { return GetFlags(pc) & PROT_WRITE; } in IsWritable()
137 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable()
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/
Dtask_executor.cc24 auto flag_list = GetFlags(); in Run()
25 auto delegate_flags = delegate_providers_.GetFlags(); in Run()
Dtask_executor.h36 virtual std::vector<Flag> GetFlags() = 0;
/external/selinux/libselinux/fuzzers/
Dselinux_android_restorecon_fuzzer.cpp24 unsigned int GetFlags(FuzzedDataProvider &fdp) { in GetFlags() function
61 unsigned int flags = GetFlags(fdp); in LLVMFuzzerTestOneInput()
/external/llvm-project/lldb/source/Host/posix/
DProcessLauncherPosixFork.cpp60 if (info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)) { in DisableASLRIfRequested()
93 if (info.GetFlags().Test(eLaunchFlagLaunchInSeparateProcessGroup)) { in ChildFunc()
137 if (info.GetFlags().Test(eLaunchFlagDebug)) { in ChildFunc()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanShouldStopHere.h104 lldb_private::Flags &GetFlags() { return m_flags; } in GetFlags() function
106 const lldb_private::Flags &GetFlags() const { return m_flags; } in GetFlags() function
/external/llvm-project/lldb/source/Target/
DThreadPlanStepInRange.cpp69 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
71 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
85 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
87 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
DThreadPlanStepOverRange.cpp92 GetFlags().Set(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
94 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in SetupAvoidNoDebug()
98 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in SetupAvoidNoDebug()
/external/llvm-project/lldb/include/lldb/Host/
DProcessLaunchInfo.h63 Flags &GetFlags() { return m_flags; } in GetFlags() function
65 const Flags &GetFlags() const { return m_flags; } in GetFlags() function
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/inference_diff/
Drun_eval.cc43 std::vector<Flag> GetFlags() final;
57 std::vector<Flag> InferenceDiff::GetFlags() { in GetFlags() function in tflite::evaluation::InferenceDiff
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp266 GetFlags().Set(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
268 GetFlags().Clear(ThreadPlanShouldStopHere::eStepInAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
271 GetFlags().Clear(ThreadPlanShouldStopHere::eStepOutAvoidNoDebug); in AppleThreadPlanStepThroughDirectDispatch()
/external/tensorflow/tensorflow/lite/tools/evaluation/
Devaluation_delegate_provider.cc93 std::vector<Flag> DelegateProviders::GetFlags() { in GetFlags() function in tflite::evaluation::DelegateProviders
103 std::vector<Flag> flags = GetFlags(); in InitFromCmdlineArgs()
/external/compiler-rt/lib/asan/
Dasan_fake_stack.cc95 u8 *flags = GetFlags(stack_size_log, class_id); in Allocate()
145 u8 *flags = GetFlags(stack_size_log(), class_id); in GC()
162 u8 *flags = GetFlags(stack_size_log(), class_id); in ForEachFakeFrame()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_fake_stack.cpp94 u8 *flags = GetFlags(stack_size_log, class_id); in Allocate()
144 u8 *flags = GetFlags(stack_size_log(), class_id); in GC()
161 u8 *flags = GetFlags(stack_size_log(), class_id); in ForEachFakeFrame()
/external/llvm-project/lldb/source/Host/windows/
DProcessLauncherWindows.cpp95 if (launch_info.GetFlags().Test(eLaunchFlagDebug)) in LaunchProcess()
98 if (launch_info.GetFlags().Test(eLaunchFlagDisableSTDIO)) in LaunchProcess()
/external/llvm-project/lldb/unittests/Host/
DProcessLaunchInfoTest.cpp26 EXPECT_EQ(eLaunchFlagStopAtEntry, Info.GetFlags().Get()); in TEST()
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
Drun_eval.cc55 std::vector<Flag> GetFlags() final;
72 std::vector<Flag> CocoObjectDetection::GetFlags() { in GetFlags() function in tflite::evaluation::CocoObjectDetection
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/imagenet_image_classification/
Drun_eval.cc56 std::vector<Flag> GetFlags() final;
74 std::vector<Flag> ImagenetClassification::GetFlags() { in GetFlags() function in tflite::evaluation::ImagenetClassification
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp164 const uint32_t flags = GetFlags().Get(); in CheckRequirements()
218 if (GetFlags().AnySet(eCommandProcessMustBeLaunched | in CheckRequirements()
223 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements()
243 if (GetFlags().Test(eCommandProcessMustBeLaunched)) { in CheckRequirements()
252 if (GetFlags().Test(eCommandProcessMustBePaused)) { in CheckRequirements()
262 if (GetFlags().Test(eCommandProcessMustBeTraced)) { in CheckRequirements()

12345