OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plan
(Results
26 - 50
of
647
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/tradefed-host/
README
38
To run a test
plan
on a single device:
48
'run cts --
plan
CTS' to run the default CTS
plan
58
To shard a
plan
test run on multiple devices
59
'run cts --
plan
CTS --shards <number of shards>
/external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-fallback.hh
48
arabic_fallback_synthesize_lookup_single (const hb_ot_shape_plan_t *
plan
HB_UNUSED,
101
arabic_fallback_synthesize_lookup_ligature (const hb_ot_shape_plan_t *
plan
HB_UNUSED,
184
arabic_fallback_synthesize_lookup (const hb_ot_shape_plan_t *
plan
,
189
return arabic_fallback_synthesize_lookup_single (
plan
, font, feature_index);
191
return arabic_fallback_synthesize_lookup_ligature (
plan
, font);
226
const hb_ot_shape_plan_t *
plan
,
248
fallback_plan->mask_array[j] =
plan
->map.get_1_mask (manifest[i].tag);
271
const hb_ot_shape_plan_t *
plan
,
278
fallback_plan->mask_array[j] =
plan
->map.get_1_mask (arabic_fallback_features[i]);
281
fallback_plan->lookup_array[j] = arabic_fallback_synthesize_lookup (
plan
, font, i)
[
all
...]
hb-ot-shape-fallback.cc
165
_hb_ot_shape_fallback_position_recategorize_marks (const hb_ot_shape_plan_t *
plan
HB_UNUSED,
195
position_mark (const hb_ot_shape_plan_t *
plan
,
301
position_around_base (const hb_ot_shape_plan_t *
plan
,
348
if (HB_DIRECTION_IS_HORIZONTAL (
plan
->props.direction))
349
horiz_dir =
plan
->props.direction;
351
horiz_dir = hb_script_get_horizontal_direction (
plan
->props.script);
368
position_mark (
plan
, font, buffer, cluster_extents, i, this_combining_class);
387
position_cluster (const hb_ot_shape_plan_t *
plan
,
407
position_around_base (
plan
, font, buffer, i, j);
414
_hb_ot_shape_fallback_position (const hb_ot_shape_plan_t *
plan
,
[
all
...]
hb-ot-shape-complex-indic.cc
415
setup_syllables (const hb_ot_shape_plan_t *
plan
,
419
initial_reordering (const hb_ot_shape_plan_t *
plan
,
423
final_reordering (const hb_ot_shape_plan_t *
plan
,
427
clear_syllables (const hb_ot_shape_plan_t *
plan
,
432
collect_features_indic (hb_ot_shape_planner_t *
plan
)
434
hb_ot_map_builder_t *map = &
plan
->map;
463
override_features_indic (hb_ot_shape_planner_t *
plan
)
468
switch ((hb_tag_t)
plan
->props.script)
471
plan
->map.add_feature (HB_TAG('k','e','r','n'), 0, F_GLOBAL);
476
plan
->map.add_feature (HB_TAG('l','i','g','a'), 0, F_GLOBAL)
[
all
...]
hb-shape-plan.cc
27
#include "hb-shape-
plan
-private.hh"
191
* @shape_plan: a shape
plan
.
207
* @shape_plan: a shape
plan
.
229
* @shape_plan: a shape
plan
.
253
* @shape_plan: a shape
plan
.
272
* @shape_plan: a shape
plan
.
340
* not cases where the feature lists would be compatible for
plan
purposes
456
/* Don't add the
plan
to the cache if there were user features with non-global ranges */
480
* @shape_plan: a shape
plan
.
hb-ot-shape-normalize-private.hh
54
const hb_ot_shape_plan_t *
plan
;
member in struct:hb_ot_shape_normalize_context_t
hb-ot-shape.h
38
/* TODO port to shape-
plan
/ set. */
hb-shaper-impl-private.hh
33
#include "hb-shape-
plan
-private.hh"
/external/lldb/source/Target/
ThreadPlanBase.cpp
37
ThreadPlan(ThreadPlan::eKindBase, "base
plan
", thread, eVoteYes, eVoteNoOpinion)
61
s->Printf ("Base thread
plan
.");
73
// The base
plan
should defer to its tracer, since by default it
126
log->Printf("Base
plan
discarding thread plans for thread tid = 0x%4.4" PRIx64 " (breakpoint hit.)", m_thread.GetID());
154
log->Printf("Base
plan
discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exception.)", m_thread.GetID());
162
log->Printf("Base
plan
discarding thread plans for thread tid = 0x%4.4" PRIx64 " (exec.)", m_thread.GetID());
171
log->Printf("Base
plan
discarding thread plans for thread tid = 0x%4.4" PRIx64 " (signal.)", m_thread.GetID());
230
// The base
plan
is never done.
234
// The base
plan
is never done.
ThreadPlanCallFunction.cpp
37
// ThreadPlanCallFunction:
Plan
to call a single function
137
ThreadPlan (ThreadPlan::eKindCallFunction, "Call function
plan
", thread, eVoteNoOpinion, eVoteNoOpinion),
203
ThreadPlan (ThreadPlan::eKindCallFunction, "Call function
plan
", thread, eVoteNoOpinion, eVoteNoOpinion),
327
s->Printf("Function call thread
plan
");
332
s->Printf("Thread
plan
to call 0x%" PRIx64, m_function_addr.GetLoadAddress(target_sp.get()));
444
// If we don't want to discard this
plan
, than any stop we don't understand should be propagated up the stack.
450
// If we want to discard the
plan
, then we say we explain the stop
453
// But don't discard the
plan
if the stop would restart itself (for instance if it is a
478
// We do some computation in DoPlanExplainsStop that may or may not set the
plan
as complete.
522
// Wait till the
plan
is pushed so we aren't changing the stop info till we're about to run
[
all
...]
/cts/tools/utils/cts/
tools.py
111
"""A CTS test
plan
generator."""
114
"""Instantiate a test
plan
with a list of available package names.
128
"""Include only specific tests in this
plan
.
146
"""Exclude specific tests from this
plan
.
163
"""Exclude all packages matching the given regular expression from the
plan
.
179
"""Include all packages matching the given regular expressions in the
plan
.
194
"""Write the test
plan
to the given file.
199
file_name: The name of the file into which the test
plan
should be written.
202
plan
= doc.createElement('TestPlan')
203
plan
.setAttribute('version', '1.0'
[
all
...]
/device/lge/hammerhead/overlay/packages/apps/Settings/res/values/
bools.xml
18
<!-- Whether to show a preference item for mobile
plan
-->
/device/moto/shamu/overlay/packages/apps/Settings/res/values/
bool.xml
18
<!-- Whether to show a preference item for mobile
plan
-->
/external/libutf/
utf.7
13
The
Plan
9 character set and representation are
28
In
Plan
9, a
53
work on
Plan
9
88
Plan
9 does not support the 4, 5, and 6 byte sequences proposed by X-Open.
/external/lldb/include/lldb/Target/
ThreadPlanStepRange.h
64
// Pushes a
plan
to proceed through the next section of instructions in the range - usually just a RunToAddress
65
//
plan
to run to the next branch. Returns true if it pushed such a
plan
. If there was no available 'quick run'
66
//
plan
, then just single step.
ThreadPlanCallFunction.h
25
// Create a thread
plan
to call a function at the address passed in the "function"
26
// argument. If you
plan
to call GetReturnValueObject, then pass in the
91
//
plan
is complete, you can call "GetReturnValue()" to retrieve the value
112
// thread state gets restored if the
plan
gets discarded.
116
// If the thread
plan
stops mid-course, this will be the stop reason that interrupted us.
ThreadPlanShouldStopHere.h
22
// when a thread
plan
comes to a place where it would ordinarily stop. If such modification makes
23
// sense for your
plan
, inherit from this class, and when you would be about to stop (in your ShouldStop
24
// method), call InvokeShouldStopHereCallback, and if that returns a non-NULL
plan
, execute that
25
//
plan
instead of stopping.
72
// Implement this, and call it in the
plan
's constructor to set the default flags.
/external/lldb/source/Plugins/Process/Utility/
InferiorCallPOSIX.cpp
97
// This
plan
is a utility
plan
, so set it to discard itself when done.
183
// This
plan
is a utility
plan
, so set it to discard itself when done.
237
// This
plan
is a utility
plan
, so set it to discard itself when done.
/external/lldb/source/Symbol/
FuncUnwinders.cpp
60
//
plan
, that they get one and don't run into a race condition where one
61
// thread has started to create the unwind
plan
and has put it into
103
//
plan
, that they get one and don't run into a race condition where one
104
// thread has started to create the unwind
plan
and has put it into
129
//
plan
, that they get one and don't run into a race condition where one
130
// thread has started to create the unwind
plan
and has put it into
155
//
plan
, that they get one and don't run into a race condition where one
156
// thread has started to create the unwind
plan
and has put it into
191
//
plan
, that they get one and don't run into a race condition where one
192
// thread has started to create the unwind
plan
and has put it into
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
deltablue.js
293
* change their output during
plan
execution. This is called "stay
633
* Extract a
plan
for resatisfaction starting from the given source
635
* assumes that stay optimization is desired; the
plan
will contain
638
* not included in the
plan
.
640
* to the
plan
under construction. A constraint may be appended to
641
* the
plan
when all its input variables are known. A variable is
643
* been computed by a constraint appearing earlier in the
plan
), b)
644
* the variable is 'stay' (i.e. it is a constant at
plan
execution
653
var
plan
= new
Plan
();
[
all
...]
/external/v8/benchmarks/
deltablue.js
290
* change their output during
plan
execution. This is called "stay
630
* Extract a
plan
for resatisfaction starting from the given source
632
* assumes that stay optimization is desired; the
plan
will contain
635
* not included in the
plan
.
637
* to the
plan
under construction. A constraint may be appended to
638
* the
plan
when all its input variables are known. A variable is
640
* been computed by a constraint appearing earlier in the
plan
), b)
641
* the variable is 'stay' (i.e. it is a constant at
plan
execution
650
var
plan
= new
Plan
();
[
all
...]
/cts/common/host-side/scripts/
compatibility-tests_v2
29
compatibility-xml-
plan
-generator_v2 compatibility-xml-
plan
-generator-tests_v2\
/cts/tools/tradefed-host/res/config/
cts.xml
17
description="Runs a CTS
plan
from a pre-existing CTS installation">
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
ITestSummary.java
49
* @return the test
plan
associated with result
/external/google-breakpad/android/sample_app/
README
30
If you
plan
to use the library in a regular Android application, store
Completed in 220 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>