Home
last modified time | relevance | path

Searched full:then (Results 1 – 25 of 18799) sorted by relevance

12345678910>>...752

/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/
Dcomment_attribution_scenarios.story16 Then the compilation unit is not commented
17 Then the compilation unit has 0 orphan comments
18 Then class 1 has 4 total contained comments
19 Then method 1 in class 1 has 4 total contained comments
20 Then method 1 in class 1 has 0 orphan comments
21 Then block statement in method 1 in class 1 has 4 total contained comments
22 Then block statement in method 1 in class 1 has 3 orphan comments
45 Then the compilation unit is not commented
46 Then the compilation unit has 6 contained comments
47 Then the compilation unit orphan comment 1 is "Orphan comment inside the CompilationUnit"
[all …]
Dparsing_scenarios.story9 Then constructor 1 in class 1 declaration as a String is "protected ClassWithAConstructor(int a, St…
10 Then all nodes refer to their parent
21 Then constructor 1 in class 1 declaration short form as a String is "ClassWithAConstructor(int a, S…
22 Then all nodes refer to their parent
35 Then method 1 in class 1 declaration as a String is "protected final native List<String> aMethod(in…
36 Then all nodes refer to their parent
49 Then method 1 in class 1 declaration as a String short form is "List<String> aMethod(int a, String …
50 Then all nodes refer to their parent
75 Then the CompilationUnit is equal to the second CompilationUnit
76 Then the CompilationUnit has the same hashcode to the second CompilationUnit
[all …]
Dcomment_parsing_scenarios.story16 Then the total number of comments is 4
17 Then line comment 1 is " first comment"
18 Then line comment 2 is " second comment"
19 Then line comment 3 is " third comment"
20 Then line comment 4 is " fourth comment"
21 Then the line comments have the following positions:
49 Then the total number of comments is 5
50 Then block comment 1 is " comment which is not attributed to the class, it floats around as an orph…
51 Then block comment 2 is " comment to a class "
52 Then block comment 3 is " comment to a method "
[all …]
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
Dbattery_stats.sql34 THEN
36 WHEN 0 THEN "inactive"
37 WHEN 1 THEN "active"
41 THEN
43 WHEN 0 THEN "off"
44 WHEN 1 THEN "on"
48 THEN
50 WHEN 0 THEN "in"
51 WHEN 1 THEN "out"
52 WHEN 2 THEN "emergency"
[all …]
Dfreezer.sql58 WHEN $reason = 0 THEN 'none'
59 WHEN $reason = 1 THEN 'activity'
60 WHEN $reason = 2 THEN 'finish_receiver'
61 WHEN $reason = 3 THEN 'start_receiver'
62 WHEN $reason = 4 THEN 'bind_service'
63 WHEN $reason = 5 THEN 'unbind_service'
64 WHEN $reason = 6 THEN 'start_service'
65 WHEN $reason = 7 THEN 'get_provider'
66 WHEN $reason = 8 THEN 'remove_provider'
67 WHEN $reason = 9 THEN 'ui_visibility'
[all …]
/external/cronet/base/functional/
Dcallback_nocompile.nc52 #elif defined(NCTEST_ONCE_THEN_MISMATCH) // [r"\|then\| callback's parameter must be constructible…
54 // Calling Then() with a callback that can't receive the original
58 OnceCallback<void(float*)> then;
59 std::move(original).Then(std::move(then));
62 #elif defined(NCTEST_ONCE_THEN_MISMATCH_VOID_RESULT) // [r"\|then\| callback cannot accept paramet…
64 // Calling Then() with a callback that can't receive the original
68 OnceCallback<void(float)> then;
69 std::move(original).Then(std::move(then));
72 #elif defined(NCTEST_ONCE_THEN_MISMATCH_VOID_PARAM) // [r"\|then\| callback must accept exactly on…
74 // Calling Then() with a callback that can't receive the original
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-cmp-imm.ll2 ; registers and with -fast-isel-abort=1 turned on the test case will then fail.
13 br i1 %cmp, label %if.then, label %if.end
15 if.then: ; preds = %entry
19 if.end: ; preds = %if.then, %entry
32 br i1 %cmp, label %if.then, label %if.end
34 if.then: ; preds = %entry
38 if.end: ; preds = %if.then, %entry
49 br i1 %cmp, label %if.then, label %if.end
51 if.then: ; preds = %entry
55 if.end: ; preds = %if.then, %entry
[all …]
/external/llvm/test/Transforms/LCSSA/
D2006-10-31-UnreachableBlock.ll13 br i1 false, label %then.i, label %loopentry.__skb_dequeue67.exit_crit_edge
16 then.i: ; preds = %loopentry
18 __skb_dequeue67.exit: ; preds = %then.i, %loopentry.__skb_dequeue67.exit_crit_edge
19 br i1 false, label %then.0, label %__skb_dequeue67.exit.endif.0_crit_edge
22 then.0: ; preds = %__skb_dequeue67.exit
27 br i1 false, label %then.0.i, label %endif.0.endif.0.i_crit_edge
30 then.0.i: ; preds = %endif.0
32 endif.0.i: ; preds = %then.0.i, %endif.0.endif.0.i_crit_edge
33 br i1 false, label %then.i.i, label %endif.0.i.skb_bond.exit.i_crit_edge
36 then.i.i: ; preds = %endif.0.i
[all …]
D2006-10-31-UnreachableBlock-2.ll16 br i1 false, label %then.0, label %endif.0
17 then.0: ; preds = %shortcirc_done.1
18 br i1 false, label %then.1, label %endif.1
19 then.1: ; preds = %then.0
23 endif.1: ; preds = %after_ret.0, %then.0
28 br i1 false, label %then.2, label %endif.2
29 then.2: ; preds = %loopentry.0
42 br i1 false, label %then.3, label %endif.3
43 then.3: ; preds = %shortcirc_done.2
52 br i1 false, label %then.4, label %else
[all …]
/external/curl/tests/
Dech_tests.sh45 then
172 then
179 then
187 then
224 then
228 then
240 then
244 then
248 then
254 then
[all …]
/external/curl/packages/vms/
Dclean_gnv_curl.com43 $ if f$search(file) .nes. "" then delete 'file';*
46 $ if f$search(file) .nes. "" then delete 'file';*
49 $ if f$search(file) .nes. "" then delete 'file';*
52 $ if f$search(file) .nes. "" then delete 'file';*
55 $ if f$search(file) .nes. "" then delete 'file';*
58 $ if f$search(file) .nes. "" then delete 'file';*
62 $ if f$search(file) .nes. "" then delete 'file';*
64 $ if f$search(file) .nes. "" then delete 'file';*
68 $ if f$search(file) .nes. "" then delete 'file';*
70 $ if f$search(file) .nes. "" then delete 'file';*
[all …]
Dbuild_vms.com7 $! defined, then it is assumed that HP's SSL product has been installed.
8 $! If OPENSSL is defined, but SSL$INCLUDE is not, then OpenSSL will be
9 $! used. If neither logical name is defined, then SSL support will not
150 $! * then/else/endif same indentation as if statement.
163 $ on error then goto Common_Exit
164 $ on control_y then goto Common_Exit
180 $ if orig_def_dev .eqs. "::" then orig_def_dev = "sys$disk:"
184 $! then we know that we should use the original device from the
190 $ then
226 $ then
[all …]
Dconfig_h.com7 $! then this procedure will search for several common names of the file.
51 $on control_y then goto control_y
52 $on warning then goto general_error
53 $!on warning then set ver
78 $then
90 $if f$search(configure_script) .nes. "" then delete 'configure_script';*
95 $then
110 $then
115 $ then
118 $ then
[all …]
/external/llvm/test/CodeGen/NVPTX/
Dreg-copy.ll34 br i1 %9, label %if.then.i, label %_ZN12cuda_builtinmlIfEENS_7complexIT_EERKS3_S5_.exit
36 if.then.i: ; preds = %land.lhs.true.i
42 br i1 %or.cond.i, label %if.then.14.i, label %if.end.31.i
44 if.then.14.i: ; preds = %if.then.i
57 br i1 %24, label %if.then.24.i, label %if.end.i
59 if.then.24.i: ; preds = %if.then.14.i
65 if.end.i: ; preds = %if.then.24.i, %if.then.14.i
66 %__c.0.i = phi float [ %27, %if.then.24.i ], [ %2, %if.then.14.i ]
69 br i1 %29, label %if.then.28.i, label %if.end.31.i
71 if.then.28.i: ; preds = %if.end.i
[all …]
/external/linux-kselftest/tools/testing/selftests/firmware/
Dfw_lib.sh30 if [ ! -d $DIR ]; then
38 if [ $uid -ne 0 ]; then
44 if [ ! -d $DIR ]; then
47 if [ ! -f $PROC_CONFIG ]; then
48 if modprobe configs 2>/dev/null; then
50 if [ ! -f $PROC_CONFIG ]; then
71 if [ -z $PROC_SYS_DIR ]; then
79 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
83 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
87 if [ "$PROC_FW_FORCE_SYSFS_FALLBACK" = "1" ]; then
[all …]
/external/ltp/testcases/lib/
Dtst_test.sh20 if [ -z "$TST_FS_TYPE" ]; then
33 if [ -n "$TST_DO_CLEANUP" -a -n "$TST_CLEANUP" -a -z "$LTP_NO_CLEANUP" ]; then
34 if command -v $TST_CLEANUP >/dev/null 2>/dev/null; then
54 if [ "$TST_NEEDS_DEVICE" = 1 -a "$TST_DEVICE_FLAG" = 1 ]; then
55 if ! tst_device release "$TST_DEVICE"; then
60 if [ "$TST_NEEDS_TMPDIR" = 1 -a -n "$TST_TMPDIR" ]; then
65 if [ -n "$TST_NEEDS_CHECKPOINTS" -a -f "$LTP_IPC_PATH" ]; then
71 if [ $TST_FAIL -gt 0 ]; then
75 if [ $TST_BROK -gt 0 ]; then
79 if [ $TST_WARN -gt 0 ]; then
[all …]
/external/AFLplusplus/
Dafl-whatsup46 if [ -z "$TERM" ]; then export TERM=vt220; fi
50 if [ "$1" = "-d" ]; then
54 if [ "$1" = "-m" ]; then
58 if [ "$1" = "-n" ]; then
62 if [ "$1" = "-s" ]; then
72 if [ "$DIR" = "" -o "$DIR" = "-h" -o "$DIR" = "--help" ]; then
88 if [ -z "$MINIMAL_ONLY" ]; then
95 if [ -d queue ]; then
105 if [ -z "$NO_COLOR" ]; then
137 if [ "$SUMMARY_ONLY" = "" ]; then
[all …]
/external/cronet/third_party/protobuf/protoc-artifacts/
Dbuild-protoc.sh30 if [[ $# < 3 ]]; then
67 if [ -z "$lineno" ]; then
72 if [[ "$1" != "$2" ]]; then
85 if [[ "$OS" == windows || "$OS" == linux ]]; then
88 if [[ "$OS" == linux ]]; then
90 if [[ "$ARCH" == x86_32 ]]; then
92 elif [[ "$ARCH" == x86_64 ]]; then
94 elif [[ "$ARCH" == aarch_64 ]]; then
96 elif [[ "$ARCH" == s390_64 ]]; then
97 if [[ $host_machine == s390x ]];then
[all …]
/external/protobuf/protoc-artifacts/
Dbuild-protoc.sh30 if [[ $# < 3 ]]; then
67 if [ -z "$lineno" ]; then
72 if [[ "$1" != "$2" ]]; then
85 if [[ "$OS" == windows || "$OS" == linux ]]; then
88 if [[ "$OS" == linux ]]; then
90 if [[ "$ARCH" == x86_32 ]]; then
92 elif [[ "$ARCH" == x86_64 ]]; then
94 elif [[ "$ARCH" == aarch_64 ]]; then
96 elif [[ "$ARCH" == s390_64 ]]; then
97 if [[ $host_machine == s390x ]];then
[all …]
/external/bcc/src/lua/bcc/vendor/
Dargparse.lua24 if type(v) == "table" then
42 if parent then
48 if properties then
56 if not callback(self, value) then
70 if type((...)) == "table" then
72 if names[name] then
80 if i > nargs or i > properties.args then
86 if arg ~= nil then
113 if type(value) == type_ then
139 if tonumber(str) then
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dl2_tos_ttl_inherit.sh15 if [ "$(id -u)" != "0" ]; then
19 if ! which tcpdump > /dev/null 2>&1; then
45 if $found; then
50 if [ "$input_field" = "$field" ]; then
72 if [ "$tos_ttl" = "random" ]; then
75 elif [ "$tos_ttl" = "inherit" ]; then
87 if [ "$tos_ttl" = "random" ]; then
90 elif [ "$tos_ttl" = "inherit" ]; then
108 if [ "$type" = "gre" ] || [ "$type" = "vxlan" ]; then
109 if [ "$outer" = "4" ]; then
[all …]
/external/perfetto/tools/
Dtmux18 if [ "$TMPDIR" == "" ]; then
52 if [[ $SHELL == *"fish" ]]; then
58 if is_android "$OUT"; then
60 elif ! is_mac; then
63 if [ ! -w /sys/kernel/tracing ]; then
71 if is_ssh_target; then
85 if is_android "$OUT"; then
87 if adb_supports_push_sync; then
92 elif is_ssh_target; then
102 if is_android "$OUT"; then
[all …]
/external/mesa3d/src/freedreno/decode/scripts/
Dparse-submits.lua99 if draws == 0 and blits == 0 then
100 if nullbatch then
106 if draws > 0 then
111 if drawmode == "RM6_GMEM" then
114 if depthtest or depthwrite then
116 if depthtest then
119 if depthwrite then
124 if stenciltest or stencilwrite then
126 if stenciltest then
129 if stencilwrite then
[all …]
/external/capstone/bindings/vb6/
Dmx86.bas1775 If v = X86_SSE_CC_INVALID Then r = "X86_SSE_CC_INVALID"
1776 If v = X86_SSE_CC_EQ Then r = "X86_SSE_CC_EQ"
1777 If v = X86_SSE_CC_LT Then r = "X86_SSE_CC_LT"
1778 If v = X86_SSE_CC_LE Then r = "X86_SSE_CC_LE"
1779 If v = X86_SSE_CC_UNORD Then r = "X86_SSE_CC_UNORD"
1780 If v = X86_SSE_CC_NEQ Then r = "X86_SSE_CC_NEQ"
1781 If v = X86_SSE_CC_NLT Then r = "X86_SSE_CC_NLT"
1782 If v = X86_SSE_CC_NLE Then r = "X86_SSE_CC_NLE"
1783 If v = X86_SSE_CC_ORD Then r = "X86_SSE_CC_ORD"
1784 If v = X86_SSE_CC_EQ_UQ Then r = "X86_SSE_CC_EQ_UQ"
[all …]
/external/iproute2/examples/
Ddhcp-client-script33 if [ $[ ( 1 << $l ) + $1 ] -eq 256 ]; then
82 if [ "$1" = "255.255.255.255" ]; then
84 elif [ "$1" = "0.0.0.0" ]; then
86 elif [ $class -ge 224 ]; then
88 elif [ $class -ge 192 ]; then
90 elif [ $class -ge 128 ]; then
105 if [ "$1" = "255.255.255.255" ]; then
107 elif [ "$1" = "0.0.0.0" ]; then
109 elif [ $class -ge 224 ]; then
111 elif [ $class -ge 192 ]; then
[all …]

12345678910>>...752