OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apply
(Results
276 - 300
of
7701
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
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/jsilver/src/com/google/clearsilver/jsilver/template/
TemplateLoader.java
32
* should be applied to the variable, and automatically
apply
this escaping.
37
* @param escapeMode the type of escaping to
apply
to the entire template.
46
* should be applied to the variable, and automatically
apply
this escaping.
50
* @param escapeMode the type of escaping to
apply
to the entire template.
/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/llvm/test/Transforms/MergeFunc/
fold-weak.ll
7
; only
apply
on ELF systems and not Mach-O systems.
/external/mesa3d/src/gallium/drivers/trace/
trace.xsl
63
<xsl:
apply
-templates/>
72
<xsl:
apply
-templates select="@no"/>
80
<xsl:
apply
-templates select="arg"/>
82
<xsl:
apply
-templates select="ret"/>
87
<xsl:
apply
-templates select="@name"/>
89
<xsl:
apply
-templates />
97
<xsl:
apply
-templates />
124
<xsl:
apply
-templates />
129
<xsl:
apply
-templates />
/external/mockito/src/org/mockito/internal/configuration/
DefaultInjectionEngine.java
25
.
apply
();
/external/protobuf/
build.gradle
0
apply
plugin: 'java'
/external/v8/test/mjsunit/regress/
regress-603.js
50
Function.prototype.call.
apply
(
56
Function.prototype.
apply
.call(
62
Function.prototype.
apply
.
apply
(
/frameworks/ex/common/
build.gradle
0
apply
plugin: 'android-library'
/frameworks/support/v7/appcompat/
build.gradle
0
apply
plugin: 'android-library'
/frameworks/support/v7/gridlayout/
build.gradle
0
apply
plugin: 'android-library'
/frameworks/volley/
build.gradle
0
apply
plugin: 'android-library'
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/template.valarray/valarray.members/
apply_cref.pass.cpp
14
// valarray
apply
(value_type f(const value_type&)) const;
30
std::valarray<T> v2 = v1.
apply
(f);
38
std::valarray<T> v2 = v1.
apply
(f);
46
std::valarray<T> v2 = (v1+v1).
apply
(f);
apply_value.pass.cpp
14
// valarray
apply
(value_type f(value_type)) const;
30
std::valarray<T> v2 = v1.
apply
(f);
38
std::valarray<T> v2 = v1.
apply
(f);
46
std::valarray<T> v2 = (v1+v1).
apply
(f);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
find_if_pred.hpp
23
struct
apply
struct in struct:boost::mpl::aux::find_if_pred
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
boolobject.h
17
Don't forget to
apply
Py_INCREF() when returning either!!! */
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
boolobject.h
17
Don't forget to
apply
Py_INCREF() when returning either!!! */
/external/guava/guava/src/com/google/common/base/
Functions.java
48
* documented at {@link Function#
apply
}). For example, this function yields different results for
60
public String
apply
(Object o) {
method in class:Functions.ToStringFunction
83
public Object
apply
(Object o) {
method in class:Functions.IdentityFunction
108
public V
apply
(K key) {
method in class:Functions.FunctionForMapNoDefault
157
public V
apply
(K key) {
method in class:Functions.ForMapWithDefault
185
* @param g the second function to
apply
186
* @param f the first function to
apply
204
public C
apply
(A a) {
method in class:Functions.FunctionComposition
205
return g.
apply
(f.
apply
(a))
246
public Boolean
apply
(T t) {
method in class:Functions.PredicateFunction
287
public E
apply
(@Nullable Object from) {
method in class:Functions.ConstantFunction
330
@Override public T
apply
(@Nullable Object input) {
method in class:Functions.SupplierFunction
[
all
...]
/external/bison/data/xslt/
xml2xhtml.xsl
87
<xsl:
apply
-templates select="bison-xml-report"/>
131
<xsl:
apply
-templates select="grammar" mode="reductions"/>
132
<xsl:
apply
-templates select="grammar" mode="useless-in-parser"/>
133
<xsl:
apply
-templates select="automaton" mode="conflicts"/>
134
<xsl:
apply
-templates select="grammar"/>
135
<xsl:
apply
-templates select="automaton"/>
143
<xsl:
apply
-templates select="nonterminals" mode="useless-in-grammar"/>
144
<xsl:
apply
-templates select="terminals" mode="unused-in-grammar"/>
145
<xsl:
apply
-templates select="rules" mode="useless-in-grammar"/>
235
<xsl:
apply
-templates select="terminals"/
[
all
...]
/external/llvm/include/llvm/Support/
CommandLine.h
289
void
apply
(Option &O) const { O.setDescription(Desc); }
function in struct:llvm::cl::desc
297
void
apply
(Option &O) const { O.setValueStr(Desc); }
function in struct:llvm::cl::value_desc
310
void
apply
(Opt &O) const { O.setInitialValue(Init); }
function in struct:llvm::cl::initializer
329
void
apply
(Opt &O) const { O.setLocation(O, Loc); }
function in struct:llvm::cl::LocationClass
342
void
apply
(Opt &O) const { O.setCategory(Category); }
function in struct:llvm::cl::cat
499
void
apply
(Opt &O) const {
function in class:llvm::cl::ValuesClass
1039
void
apply
(const Mod &M, Opt *O) {
function in namespace:llvm::cl
1436
void
apply
(list<D, S, P> &L) const { L.setNumAdditionalVals(AdditionalVals); }
function in struct:llvm::cl::multi_val
[
all
...]
Completed in 896 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>