OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:apply
(Results
201 - 225
of
1472
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TLte.java
28
public void
apply
(Switch sw)
method in class:TLte
TLvar.java
28
public void
apply
(Switch sw)
method in class:TLvar
TMinus.java
28
public void
apply
(Switch sw)
method in class:TMinus
TName.java
28
public void
apply
(Switch sw)
method in class:TName
TNe.java
28
public void
apply
(Switch sw)
method in class:TNe
TOr.java
28
public void
apply
(Switch sw)
method in class:TOr
TParenClose.java
28
public void
apply
(Switch sw)
method in class:TParenClose
TParenOpen.java
28
public void
apply
(Switch sw)
method in class:TParenOpen
TPercent.java
28
public void
apply
(Switch sw)
method in class:TPercent
TPlus.java
28
public void
apply
(Switch sw)
method in class:TPlus
TQuestion.java
28
public void
apply
(Switch sw)
method in class:TQuestion
TSet.java
28
public void
apply
(Switch sw)
method in class:TSet
TSlash.java
28
public void
apply
(Switch sw)
method in class:TSlash
TStar.java
28
public void
apply
(Switch sw)
method in class:TStar
TString.java
28
public void
apply
(Switch sw)
method in class:TString
TUvar.java
28
public void
apply
(Switch sw)
method in class:TUvar
TVar.java
28
public void
apply
(Switch sw)
method in class:TVar
TWith.java
28
public void
apply
(Switch sw)
method in class:TWith
TWord.java
28
public void
apply
(Switch sw)
method in class:TWord
/external/junit/src/org/junit/internal/requests/
SortingRequest.java
22
new Sorter(fComparator).
apply
(runner);
/external/junit/src/org/junit/rules/
RunRules.java
24
result= each.
apply
(result, description);
/external/junit/src/org/junit/runner/manipulation/
Sorter.java
36
public void
apply
(Object object) {
method in class:Sorter
/frameworks/base/packages/Shell/src/com/android/shell/
BugreportPrefs.java
43
prefs.edit().putInt(KEY_WARNING_STATE, value).
apply
();
/frameworks/ex/common/java/com/android/common/
SharedPreferencesCompat.java
25
* Reflection utils to call SharedPreferences$Editor.
apply
when possible,
26
* falling back to commit when
apply
isn't available.
33
sApplyMethod = cls.getMethod("
apply
");
39
public static void
apply
(SharedPreferences.Editor editor) {
method in class:SharedPreferencesCompat
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
O1_size.hpp
31
::template
apply
< Sequence >
Completed in 745 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>