OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shrink
(Results
76 - 100
of
152
) sorted by null
1
2
3
4
5
6
7
/external/proguard/src/proguard/classfile/instruction/
VariableInstruction.java
219
public Instruction
shrink
()
method in class:VariableInstruction
/external/proguard/src/proguard/shrink/
AnnotationUsageMarker.java
21
package proguard.
shrink
;
ClassShrinker.java
21
package proguard.
shrink
;
71
//
Shrink
the arrays for constant pool, interfaces, fields, methods,
128
//
Shrink
the attributes array.
133
//
Shrink
any attributes.
145
//
Shrink
the array of InnerClassesInfo objects.
172
//
Shrink
the attributes array.
181
//
Shrink
the annotations array.
186
//
Shrink
the annotations themselves.
196
//
Shrink
the parameter annotations array.
202
//
Shrink
the annotations themselves
[
all
...]
UsageMarker.java
21
package proguard.
shrink
;
/external/clang/test/Misc/
warning-flags.c
19
The list of warnings below should NEVER grow. It should gradually
shrink
to 0.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar
org.sat4j.core_2.2.0.v20100429.jar
/external/marisa-trie/lib/marisa/
trie-build.cc
127
labels_.
shrink
();
156
labels_.
shrink
();
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-build.cc
136
labels_.
shrink
();
165
labels_.
shrink
();
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutRect.h
105
m_size.
shrink
(box.left() + box.right(), box.top() + box.bottom());
/external/chromium_org/third_party/WebKit/Source/wtf/text/
Base64.cpp
204
out.
shrink
(outLength);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java
[
all
...]
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.cpp
[
all
...]
/external/marisa-trie/tests/
vector-test.cc
51
vec.
shrink
();
/external/marisa-trie/v0_1_5/tests/
vector-test.cc
52
vec.
shrink
();
/external/proguard/src/proguard/classfile/editor/
ConstantPoolRemapper.java
464
constantInstruction.constant).
shrink
();
CodeAttributeEditor.java
1082
public Instruction
shrink
()
method in class:CodeAttributeEditor.CompositeInstruction
[
all
...]
/external/qemu/android/skin/
window.c
962
int
shrink
;
member in struct:SkinWindow
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java
163
compiler.
shrink
();
218
m_ops.
shrink
();
[
all
...]
/external/e2fsprogs/
e2fsprogs.spec
26
shrink
unmounted ext2 filesystems, and most of the other core ext2fs
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java
244
shrink
();
420
shrink
();
method
470
private void
shrink
() {
method in class:RecipientEditTextView
484
// Re-post the
shrink
for later.
803
* Set whether to
shrink
the recipients field such that at most
807
* @param
shrink
809
public void setOnFocusListShrinkRecipients(boolean
shrink
) {
810
mShouldShrink =
shrink
;
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js
72
// Expand or
shrink
the result table.
120
// Reloading the page causes table to
shrink
(default original status).
/external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.cpp
580
remainingNames.
shrink
(variableCount);
/external/proguard/src/proguard/
ConfigurationWriter.java
114
writeOption(ConfigurationConstants.DONT_SHRINK_OPTION, !configuration.
shrink
);
Completed in 1233 milliseconds
1
2
3
4
5
6
7