OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Exit
(Results
126 - 150
of
331
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/freetype/src/autofit/
afhints.c
56
goto
Exit
;
64
goto
Exit
;
71
Exit
:
101
goto
Exit
;
109
goto
Exit
;
137
Exit
:
622
goto
Exit
;
639
goto
Exit
;
670
goto
Exit
;
793
Exit
[
all
...]
afcjk.c
92
goto
Exit
;
96
goto
Exit
;
115
goto
Exit
;
127
goto
Exit
;
160
Exit
:
1007
goto
Exit
;
[
all
...]
aflatin.c
82
goto
Exit
;
89
goto
Exit
;
108
goto
Exit
;
121
goto
Exit
;
155
Exit
:
922
/* now
exit
if we are at the start/end point */
938
goto
Exit
;
1005
Exit
:
[
all
...]
/external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp
113
/// @brief Transforms the control flow graph on one single entry/
exit
region
135
/// Control flow is expressed as a branch where the true
exit
goes into the
136
/// "Then"/"Else" region, while the false
exit
skips the region
289
// Test for
exit
as back edge
290
BasicBlock *
Exit
= N->getNodeAs<Region>()->getExit();
291
if (Visited.count(
Exit
))
292
Loops[
Exit
] = N->getEntry();
401
// It's an
exit
from a sub region
582
/// \brief Let node
exit
(s) point to NewExit
590
// Find all the edges from the sub region to the
exit
[
all
...]
/external/chromium_org/third_party/freetype/src/base/
ftrfork.c
202
goto
Exit
;
204
goto
Exit
;
206
goto
Exit
;
208
goto
Exit
;
218
goto
Exit
;
230
Exit
:
/external/freetype/src/base/
ftrfork.c
202
goto
Exit
;
204
goto
Exit
;
206
goto
Exit
;
208
goto
Exit
;
218
goto
Exit
;
230
Exit
:
/external/chromium_org/third_party/freetype/src/psnames/
psmodule.c
82
/*
Exit
if a non-uppercase hexadecimal character was found */
467
goto
Exit
;
482
goto
Exit
; /* we have a variant glyph */
495
Exit
:
/external/chromium_org/v8/src/
v8threads.cc
65
isolate_->
Exit
();
102
isolate_->
Exit
();
119
isolate_->
Exit
();
/external/freetype/src/psnames/
psmodule.c
82
/*
Exit
if a non-uppercase hexadecimal character was found */
467
goto
Exit
;
482
goto
Exit
; /* we have a variant glyph */
495
Exit
:
/external/llvm/include/llvm/Analysis/
RegionInfo.h
10
// Calculate a program structure tree built out of single entry single
exit
141
/// @brief A single entry single
exit
Region.
152
/// BasicBlocks that merge several entry or
exit
edges so that after the merge
153
/// just one entry and one
exit
edge exists.
159
/// The \e
Exit
of a Region is the first BasicBlock that is passed after
160
/// leaving the Region. It is not an element of the Region. The
exit
BasicBlock,
211
// The
exit
BasicBlock of this region.
213
BasicBlock *
exit
;
member in class:llvm::Region
242
/// @param
Exit
The
exit
basic block of the region
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s
190
BNE
Exit
;// If not set
Exit
234
B
Exit
;// Branch to
exit
274
Exit
/external/chromium/chrome/browser/ui/
browser_list.h
99
// Called from Browser::
Exit
.
100
static void
Exit
();
105
// additionally
exit
the application.
/external/chromium_org/ash/shell/
shell_delegate_impl.cc
107
void ShellDelegateImpl::
Exit
() {
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.h
113
m_context->
Exit
();
/external/chromium_org/third_party/freetype/src/autofit/
afcjk.c
92
goto
Exit
;
96
goto
Exit
;
115
goto
Exit
;
127
goto
Exit
;
160
Exit
:
1007
goto
Exit
;
[
all
...]
aflatin.c
82
goto
Exit
;
89
goto
Exit
;
108
goto
Exit
;
121
goto
Exit
;
155
Exit
:
922
/* now
exit
if we are at the start/end point */
938
goto
Exit
;
1005
Exit
:
[
all
...]
aflatin2.c
82
goto
Exit
;
86
goto
Exit
;
101
goto
Exit
;
114
goto
Exit
;
145
Exit
:
821
goto
Exit
;
958
Exit
:
[
all
...]
/external/qemu/telephony/
gsm.c
476
goto
Exit
; /* malformed utf-8 */
479
goto
Exit
;
483
goto
Exit
;
489
Exit
:
/external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S
3
# count for additional 500 million each before
exit
67
jmp
exit
79
#
Exit
81
exit
:
label
91
mov $60,%rax # put
exit
syscall number (60) in rax
/external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S
3
# count for additional 500 million each before
exit
67
jmp
exit
79
#
Exit
81
exit
:
label
91
mov $1,%eax # put
exit
syscall number (60) in rax
/external/qemu/audio/
alsaaudio.c
901
goto
Exit
;
917
goto
Exit
;
923
Exit
:
1006
goto
Exit
;
1022
goto
Exit
;
1028
Exit
:
1134
goto
exit
;
1139
goto
exit
[
all
...]
/frameworks/av/services/audioflinger/
AudioFlinger.cpp
465
goto
Exit
;
473
goto
Exit
;
483
goto
Exit
;
554
Exit
:
[
all
...]
/external/chromium_org/tools/idl_parser/
idl_node.py
49
def
Exit
(self, node):
137
search.
Exit
(self)
/external/chromium_org/v8/test/cctest/
test-alloc.cc
103
env->
Exit
();
157
env->
Exit
();
/external/v8/test/cctest/
test-alloc.cc
130
env->
Exit
();
173
env->
Exit
();
Completed in 474 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>