OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:taken
(Results
151 - 175
of
4386
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
base-pointers.ll
103
br i1 %cnd, label %merge, label %
taken
105
taken
: ; preds = %entry
108
merge: ; preds = %
taken
, %entry
112
%bdv = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj2, %
taken
]
120
br i1 %cnd, label %merge, label %
taken
122
taken
: ; preds = %entry
125
merge: ; preds = %
taken
, %entry
129
%bdv = phi i64 addrspace(1)* [ %obj, %entry ], [ %obj, %
taken
]
basics.ll
42
; Tests to make sure we visit both the
taken
and untaken predeccessor
54
br i1 %cmp, label %
taken
, label %untaken
56
taken
: ; preds = %entry
57
; CHECK-LABEL:
taken
:
70
merge: ; preds = %untaken, %
taken
72
; CHECK-NEXT: %.0 = phi i8 addrspace(1)* [ %obj.relocated, %
taken
], [ %obj.relocated2, %untaken ]
/external/selinux/secilc/docs/
cil_default_object_statements.md
9
Allows the default user to be
taken
from the source or target context when computing a new context for the object [`class`](cil_class_and_permission_statements.md#class) identifier. Requires policy version 27.
40
When creating new `binder`, `property_service`, `zygote` or `memprotect` objects the [`user`](cil_user_statements.md#user) component of the new security context will be
taken
from the `source` context:
63
Allows the default role to be
taken
from the source or target context when computing a new context for the object [`class`](cil_class_and_permission_statements.md#class) identifier. Requires policy version 27.
92
When creating new `binder`, `property_service` or `zygote` objects the [`role`](cil_role_statements.md#role) component of the new security context will be
taken
from the `target` context:
108
Allows the default type to be
taken
from the source or target context when computing a new context for the object [`class`](cil_class_and_permission_statements.md#class) identifier. Requires policy version 28.
139
When creating a new `socket` object, the [`type`](cil_type_statements.md#type) component of the new security context will be
taken
from the `source` context:
146
Allows the default level or range to be
taken
from the source or target context when computing a new context for the object [`class`](cil_class_and_permission_statements.md#class) identifier. Requires policy version 27.
181
When creating a new `file` object, the appropriate `range` component of the new security context will be
taken
from the `target` context:
/external/valgrind/cachegrind/
cg_branchpred.c
36
- a
taken
/not-
taken
predictor for conditional branches
61
/* Get a
taken
/not-
taken
prediction for the instruction (presumably a
63
predictor state based on whether or not it was actually
taken
, as
64
indicated by '
taken
'. Finally, return 1 for a mispredict and 0 for
71
taken
/not-
taken
behaviour of the most recent few branches. This
/hardware/bsp/intel/peripheral/libupm/src/mpu9150/
mpu9250.cxx
45
// this equation is
taken
from the datasheet. The 333.87 value was
46
//
taken
from the adafruit code (it is referenced as
/toolchain/binutils/binutils-2.25/gold/testsuite/
icf_safe_test.cc
27
//
taken
. kept_func_3 should never be folded as its pointer is
taken
.
/external/llvm/docs/
BranchWeightMetadata.rst
11
Branch Weight Metadata represents branch weights as its likeliness to be
taken
21
indicates greater chance to be
taken
.
93
// This block is likely to be
taken
.
101
case is assumed to be likely
taken
.
109
case 5: // This case is likely to be
taken
.
116
are changed some action should be
taken
. In other case some misoptimizations may
/external/valgrind/none/tests/s390x/
spechelper-alr.c
5
unsigned char
taken
; \
10
" mvi %[
taken
],0\n\t" \
12
"1: mvi %[
taken
],1\n\t" \
14
: [
taken
] "=Q" (
taken
), [b1] "+d"(b1) \
17
taken
; \
spechelper-clr.c
5
unsigned char
taken
; \
9
" mvi %[
taken
],0\n\t" \
11
"1: mvi %[
taken
],1\n\t" \
13
: [
taken
] "=Q" (
taken
) \
16
taken
; \
spechelper-cr.c
5
unsigned char
taken
; \
9
" mvi %[
taken
],0\n\t" \
11
"1: mvi %[
taken
],1\n\t" \
13
: [
taken
] "=Q" (
taken
) \
16
taken
; \
spechelper-ltr.c
5
unsigned char
taken
; \
9
" mvi %[
taken
],0\n\t" \
11
"1: mvi %[
taken
],1\n\t" \
13
: [
taken
] "=Q" (
taken
), [b1] "+d"(b1) \
16
taken
; \
spechelper-slgr.c
5
unsigned char
taken
; \
10
" mvi %[
taken
],0\n\t" \
12
"1: mvi %[
taken
],1\n\t" \
14
: [
taken
] "=Q" (
taken
), [b1] "+d"(b1) \
17
taken
; \
spechelper-slr.c
5
unsigned char
taken
; \
10
" mvi %[
taken
],0\n\t" \
12
"1: mvi %[
taken
],1\n\t" \
14
: [
taken
] "=Q" (
taken
), [b1] "+d"(b1) \
17
taken
; \
spechelper-algr.c
5
unsigned char
taken
; \
10
" mvi %[
taken
],0\n\t" \
12
"1: mvi %[
taken
],1\n\t" \
14
: [
taken
] "=Q" (
taken
), [b1] "+d"(b1) \
17
taken
; \
/external/llvm/test/Analysis/ScalarEvolution/
max-trip-count.ll
42
; CHECK: Loop %for.cond: <multiple exits> Unpredictable backedge-
taken
count.
43
; CHECK: Loop %for.cond: max backedge-
taken
count is 5
99
; CHECK-NEXT: backedge-
taken
count is
100
; CHECK-NEXT: max backedge-
taken
count is -1
102
; PR19799: Indvars miscompile due to an incorrect max backedge
taken
count from SCEV.
104
; CHECK: Loop %for.body.i: <multiple exits> Unpredictable backedge-
taken
count.
105
; CHECK: Loop %for.body.i: max backedge-
taken
count is 1
128
; PR18886: Indvars miscompile due to an incorrect max backedge
taken
count from SCEV.
130
; CHECK: Loop %for.body: <multiple exits> Unpredictable backedge-
taken
count.
131
; CHECK: Loop %for.body: max backedge-
taken
count is
[
all
...]
/art/runtime/interpreter/mterp/x86_64/
footer.S
126
*
Taken
backward branches:
131
*
Taken
forward branches and not-
taken
backward branches:
134
* Our most common case is expected to be a
taken
backward branch with active jit profiling,
136
* Next most common case is not-
taken
branch with no full OSR check.
213
* not-
taken
path. All Dalvik not-
taken
conditional branch offsets are 2.
/external/llvm/test/Transforms/RewriteStatepointsForGC/
basics.ll
50
; Tests to make sure we visit both the
taken
and untaken predeccessor
54
br i1 %cmp, label %
taken
, label %untaken
56
taken
:
57
; CHECK-LABEL:
taken
:
72
; CHECK-NEXT: %.0 = phi i8 addrspace(1)* [ %obj.relocated, %
taken
], [ %obj.relocated1, %untaken ]
/frameworks/base/packages/Shell/res/values/
strings.xml
39
<!-- Checkbox that indicates this dialog should not be shown again when the next bugreport is
taken
. [CHAR LIMIT=50] -->
59
<!-- Toast message sent when the a screenshot for the bug report was
taken
successfully. -->
60
<string name="bugreport_screenshot_taken">Screenshot
taken
successfully.</string>
61
<!-- Toast message sent when the a screenshot for the bug report was not
taken
due to an error. -->
62
<string name="bugreport_screenshot_failed">Screenshot could not be
taken
.</string>
/cts/tests/sample/src/android/sample/cts/
SampleDeviceResultTest.java
34
* This test measures the time
taken
to run a workload and adds in the report.
61
* Measures the time
taken
to sort an array.
64
// MeasureTime runs the workload N times and records the time
taken
by each run.
/external/llvm/include/llvm/IR/
GlobalAlias.h
55
// The module is
taken
from the Aliasee.
60
// Type, Parent and AddressSpace
taken
from the Aliasee.
64
// Linkage, Type, Parent and AddressSpace
taken
from the Aliasee.
/external/llvm/test/CodeGen/X86/
late-address-taken.ll
7
; test @catchret - catchret target is not address-
taken
until PEI
33
; CHECK: [[Exit:^[^ :]+]]: # Block address
taken
67
; CHECK: {{^}}[[Label]]: # Block address
taken
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
CameraTestHelper.java
61
Log.v(TAG, "Raw picture
taken
");
71
Log.v(TAG, "JPEG picture
taken
");
127
* Helper method for cleaning up pics
taken
during tests
/libcore/luni/src/main/java/java/util/concurrent/
CompletionService.java
29
* actions
taken
by that task, which in turn <i>happen-before</i>
36
* this task may be
taken
or polled.
49
*
taken
or polled.
/packages/apps/Settings/src/com/android/settings/
RemoteBugreportActivity.java
34
* <li>bugreport is still being
taken
and can be shared or declined</li>
35
* <li>bugreport has been
taken
and can be shared or declined</li>
36
* <li>bugreport has already been accepted to be shared, but is still being
taken
</li>
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
LocaleNameTest.java
73
// The name should be
taken
from ICU
128
// The name should be
taken
from ICU
134
// The name might be
taken
from JDK
178
// The name should be
taken
from ICU
184
// The name might be
taken
from JDK
251
// The name should be
taken
from ICU
Completed in 1224 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>