Home
last modified time | relevance | path

Searched refs:plans (Results 1 – 25 of 77) sorted by relevance

1234

/external/libcxx/docs/
DReleaseNotes.rst54 plans to standardize this facility it is being removed.
58 are no plans to standardize this feature at this time. Formally speaking,
/external/angle/
DMETADATA8 "11. Future plans include ES 3.2, translation to Metal and MacOS, Chrome "
DREADME.md6 desktop OpenGL, OpenGL ES, Direct3D 9, and Direct3D 11. Future plans include ES 3.2, translation to
/external/llvm-project/lldb/test/Shell/Minidump/Windows/
Darm-fp-unwind.test1 Test that unwind plans use the frame pointer register correctly.
/external/llvm-project/lldb/test/Shell/Unwind/
Dprefer-debug-over-eh-frame.test1 # Test that we prefer debug_frame over eh_frame unwind plans. They usually
/external/llvm-project/lldb/
DCODE_OWNERS.txt19 D: Overall LLDB architecture, Thread plans, Expression parser, ValueObject, Breakpoints, ABI
/external/llvm-project/lldb/test/Shell/SymbolFile/Breakpad/
Dstack-cfi-parsing.test18 # The following plans are all (syntactically) invalid for various reasons.
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_scan.c427 struct nlattr *plans; in nl80211_sched_scan_add_scan_plans() local
431 plans = nla_nest_start(msg, NL80211_ATTR_SCHED_SCAN_PLANS); in nl80211_sched_scan_add_scan_plans()
432 if (!plans) in nl80211_sched_scan_add_scan_plans()
485 nla_nest_end(msg, plans); in nl80211_sched_scan_add_scan_plans()
/external/llvm-project/lldb/source/Target/
DThread.cpp1058 ThreadPlanStack *plans = GetProcess()->FindThreadPlans(GetID()); in GetPlans() local
1059 if (plans) in GetPlans()
1060 return *plans; in GetPlans()
1107 const ThreadPlanStack &plans = GetPlans(); in AutoCompleteThreadPlans() local
1108 if (!plans.AnyPlans()) in AutoCompleteThreadPlans()
1114 while ((p = plans.GetPlanByIndex(i, false))) { in AutoCompleteThreadPlans()
/external/llvm-project/lldb/docs/use/
Dpython-reference.rst415 types. LLDB's stepping is driven by a stack of "thread plans" and a fairly
416 simple state machine that runs the plans. You can create a Python class that
420 There is a longer discussion of scripted thread plans and the state machine,
430 plans are set to be "MasterPlans", and not "OkayToDiscard".
440 | | | use one of the canned thread plans, you …
442 …db.SBEvent** | Return True if this stop is part of your thread plans logic, false other…
465 into your __init__ function can also push several common plans (step
467 used to compose more complex stepping operations. When you use subsidiary plans
470 doesn't explain. For instance, step over plans don't explain a breakpoint hit
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Dconsecutive-ptr-cg-bug.ll21 ; TODO: The SCEV limitation described before may affect plans to further
/external/llvm-project/llvm/docs/
DMemTagSanitizer.rst21 CPU and memory. There are plans for a debug mode with slightly higher
DHowToBuildWithPGO.rst46 PGO does best when the profiles gathered represent how the user plans to use the
/external/perfetto/docs/contributing/
Dembedding.md77 NOTE: At some point, there are plans to add an API which does not create the metrics proto but just…
/external/tensorflow/tensorflow/lite/g3doc/models/bert_qa/
Doverview.md111 > 2015, Google announced plans to reorganize its various interests as a
/external/iperf3/docs/
Dnews.rst179 Beginning with the release of iperf 3.1, ESnet plans to support iperf3
180 in "maintenance mode". At this point, we have no definite plans for
/external/subsampling-scale-image-view/
DREADME.md6 …ed for photo galleries and displaying huge images (e.g. maps and building plans) without `OutOfMem…
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DSECURITY.md97 plans in vanishing in the near future.
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dindex.md96 TensorFlow Lite plans to provide high performance on-device inference for any
/external/guava/
DREADME.md101 plans to start removing things again, but officially, we're leaving our
/external/rust/crates/aho-corasick/
DREADME.md179 Here are some plans for the future:
/external/mesa3d/docs/drivers/openswr/
Dfaq.rst93 What are your development plans?
/external/curl/docs/
DSECURITY-PROCESS.md105 plans in vanishing in the near future.
/external/xz-embedded/linux/Documentation/
Dxz.txt87 Future plans
/external/toybox/www/
D0bsd-mckusick.txt77 > I _think_ I told you about my plans to try to promote public domain

1234