OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keep
(Results
26 - 50
of
1170
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/proguard/src/proguard/
SeedPrinter.java
30
* This class prints out the seeds specified by
keep
options.
50
* @param configuration the configuration containing the
keep
options.
57
// Check if we have at least some
keep
commands.
58
if (configuration.
keep
== null)
60
throw new IOException("You have to specify '-
keep
' options for the shrinking step.");
72
ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.
keep
,
/frameworks/base/core/java/android/text/
InputFilter.java
90
return null; //
keep
original
99
return null; //
keep
original
175
int
keep
= mMax - (dest.length() - (dend - dstart));
local
176
if (
keep
<= 0) {
178
} else if (
keep
>= end - start) {
179
return null; //
keep
original
181
keep
+= start;
182
if (Character.isHighSurrogate(source.charAt(
keep
- 1))) {
183
--
keep
;
184
if (
keep
== start)
[
all
...]
/prebuilts/tools/common/proguard/proguard4.7/examples/
midlets.pro
42
# You can
keep
a fixed source file attribute and all line number tables to
48
# You can print out the seeds that are matching the
keep
options below.
54
-
keep
public class * extends javax.microedition.midlet.MIDlet
65
# -
keep
public class mypackage.MyClass
66
# -
keep
public interface mypackage.MyInterface
67
# -
keep
public class * implements mypackage.MyInterface
proguard.pro
36
-
keep
public class proguard.ProGuard {
46
#-
keep
,allowobfuscation class proguard.ant.*
57
#-
keep
public class proguard.wtk.ProGuardObfuscator
retrace.pro
20
# perform incremental obfuscation based on its mapping file, and only
keep
the
41
-
keep
public class proguard.retrace.ReTrace {
/external/libmojo/mojo/edk/system/
awakable_list.cc
28
bool
keep
= true;
local
30
keep
= it->awakable->Awake(MOJO_RESULT_OK, it->context);
32
keep
= it->awakable->Awake(MOJO_RESULT_FAILED_PRECONDITION, it->context);
34
if (!
keep
) {
/external/llvm/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::tool_output_file
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::tool_output_file
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::tool_output_file
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::tool_output_file
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::ToolOutputFile
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::ToolOutputFile
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::ToolOutputFile
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::ToolOutputFile
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::tool_output_file
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::tool_output_file
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::tool_output_file
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::ToolOutputFile
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::ToolOutputFile
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::ToolOutputFile
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
ToolOutputFile.h
25
/// object is destroyed unless the client calls
keep
().
36
bool
Keep
;
58
void
keep
() { Installer.
Keep
= true; }
function in class:llvm::ToolOutputFile
/external/libmicrohttpd/src/microhttpd/
memorypool.c
254
* for @a
keep
of the given @a size.
257
* @param
keep
pointer to the entry to
keep
(maybe NULL)
259
* @return addr new address of @a
keep
(if it had to change)
263
void *
keep
,
266
if (NULL !=
keep
)
268
if (
keep
!= pool->memory)
270
memmove (pool->memory,
keep
, size);
271
keep
= pool->memory;
278
if (NULL !=
keep
)
[
all
...]
/build/soong/scripts/
strip.sh
25
# --
keep
-symbols
26
# --
keep
-mini-debug-info
35
--
keep
-symbols
Keep
symbols in out-file
36
--
keep
-mini-debug-info
Keep
compressed debug info in out-file
54
"${CROSS_COMPILE}objcopy" --only-
keep
-debug "${infile}" "${outfile}.debug"
60
"${CROSS_COMPILE}objcopy" -S --remove-section .gdb_index --remove-section .comment --
keep
-symbols="${outfile}.keep_symbols" "${outfile}.mini_debuginfo"
80
keep
-symbols) keep_symbols=true ;;
81
keep
-mini-debug-info) keep_mini_debug_info=true ;
[
all
...]
/external/smali/baksmali/
build.gradle
95
keep
'public class org.jf.baksmali.Main { public static void main(java.lang.String[]); }'
96
keep
'public class org.jf.util.jcommander.ColonParameterSplitter'
97
keep
'class com.beust.jcommander.** { *; }'
/external/parameter-framework/upstream/tools/xmlGenerator/
domainGenerator.sh
110
if test $2 != --
keep
-autoSync-disable
Completed in 671 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>