OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aggressive
(Results
1 - 24
of
24
) sorted by null
/device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_server.h
36
explicit VncServer(int port, bool
aggressive
);
vnc_server.cpp
30
VncServer::VncServer(int port, bool
aggressive
)
31
: server_(port), frame_buffer_watcher_{&bb_}, aggressive_{
aggressive
} {}
vnc_client_connection.h
39
BlackBoard* bb, bool
aggressive
);
98
void FrameBufferUpdateRequestHandler(bool
aggressive
) EXCLUDES(m_);
vnc_client_connection.cpp
178
BlackBoard* bb, bool
aggressive
)
181
&VncClientConnection::FrameBufferUpdateRequestHandler, this,
aggressive
);
384
void VncClientConnection::FrameBufferUpdateRequestHandler(bool
aggressive
) {
406
if (
aggressive
) {
/external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf
9
exchange_mode
aggressive
;
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf
8
exchange_mode
aggressive
;
/prebuilts/go/darwin-x86/test/
inline_variadic.go
7
// Test more
aggressive
inlining (-l=3 allows variadic functions)
/prebuilts/go/linux-x86/test/
inline_variadic.go
7
// Test more
aggressive
inlining (-l=3 allows variadic functions)
/prebuilts/go/darwin-x86/test/fixedbugs/
issue8947.go
8
// expressions broke with our more
aggressive
zeroing
/prebuilts/go/linux-x86/test/fixedbugs/
issue8947.go
8
// expressions broke with our more
aggressive
zeroing
/build/soong/cc/config/
clang.go
97
// Disable overly
aggressive
warning for macros defined with a leading underscore
102
// Disable overly
aggressive
warning for format strings.
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
cse.go
325
// OpSelect is a pseudo-op. We need to be more
aggressive
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
cse.go
325
// OpSelect is a pseudo-op. We need to be more
aggressive
/external/tensorflow/tensorflow/contrib/makefile/
README.md
370
Please note this is an
aggressive
optimization of the operators and the resulting library may not work with other graphs but will reduce the size of the final library.
/external/ipsec-tools/src/racoon/
cftoken.l
311
<S_RMTS>
aggressive
{ YYD; yylval.num = ISAKMP_ETYPE_AGG; return(EXCHANGETYPE); }
/prebuilts/go/darwin-x86/src/cmd/go/internal/work/
exec.go
[
all
...]
/prebuilts/go/linux-x86/src/cmd/go/internal/work/
exec.go
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
order.go
[
all
...]
typecheck.go
1092
// TODO: more
aggressive
[
all
...]
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
order.go
[
all
...]
typecheck.go
1092
// TODO: more
aggressive
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
mbitmap.go
409
// TODO(austin): We could be more
aggressive
[
all
...]
/prebuilts/go/linux-x86/src/runtime/
mbitmap.go
409
// TODO(austin): We could be more
aggressive
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java
[
all
...]
Completed in 785 milliseconds