HomeSort by relevance Sort by last modified time
    Searched full:apply (Results 751 - 775 of 7701) sorted by null

<<31323334353637383940>>

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ASequenceExpression.java 33 public void apply(Switch sw) method in class:ASequenceExpression
AStringExpression.java 32 public void apply(Switch sw) method in class:AStringExpression
AVariableExpression.java 32 public void apply(Switch sw) method in class:AVariableExpression
  /external/junit/src/org/junit/rules/
ExternalResource.java 36 public Statement apply(Statement base, Description description) { method in class:ExternalResource
TestWatcher.java 41 public Statement apply(final Statement base, final Description description) { method in class:TestWatcher
  /external/junit/src/org/junit/runner/manipulation/
Sorter.java 36 public void apply(Object object) { method in class:Sorter
  /external/liblzf/
README 13 I do not know for certain whether any patents in any countries apply
  /external/libmtp/examples/
common.h 4 * Special quirks that apply to all samples go here.
  /external/libselinux/
NOTICE 19 limitation will apply even if NSA has been advised of the possibility
  /external/libsepol/src/
sidtab.c 146 int (*apply) (sepol_security_id_t sid,
159 ret = apply(cur->sid, &cur->context, args);
169 int (*apply) (sepol_security_id_t sid,
183 ret = apply(cur->sid, &cur->context, args);
  /external/libvorbis/test/
util.c 40 /* Apply Hanning Window. */
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_int.h 44 int do_loopfilter_inline; // apply loopfilter to available rows immediately
  /external/llvm/test/Transforms/Reassociate/
otherops.ll 1 ; Reassociation should apply to Add, Mul, And, Or, & Xor
  /external/mesa3d/docs/
patents.txt 15 license from SGI, or are in a country where the patent does not apply,
  /external/mesa3d/src/gallium/tools/
addr2line.sh 19 # Construct a sed script to convert hex address to human readable form, and apply it
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 42 Apply fail-op to stencil value
46 Apply zfail-op to stencil value
49 Apply zpass-op to stencil value
117 * Apply the given stencil operator to the array of stencil values.
123 * @param mask array [n] of flag: 1=apply operator, 0=don't apply operator
197 * Apply stencil test to an array of stencil values (before depth buffering).
198 * For the values that fail, we'll apply the GL_STENCIL_FAIL operator to
377 * Apply the stencil test to the fragments.
392 * Some fragments passed the stencil test, apply depth test to the
    [all...]
  /external/openfst/src/script/
arcsort.cc 27 Apply<Operation<ArcSortArgs> >("ArcSort", fst->ArcType(), &args);
closure.cc 27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args);
compile.cc 35 Apply<Operation<FstCompileArgs> >("CompileFst", arc_type, &args);
convert.cc 29 Apply<Operation<ConvertArgs> >("Convert", ifst.ArcType(),
decode.cc 28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
determinize.cc 30 Apply<Operation<DeterminizeArgs> >("Determinize", ifst.ArcType(), &args);
draw.cc 47 Apply<Operation<FstDrawerArgs> >("DrawFst", fst.ArcType(), &args);
encode.cc 29 Apply<Operation<EncodeArgs> >("Encode", ofst->ArcType(), &args);
epsnormalize.cc 29 Apply<Operation<EpsNormalizeArgs> >("EpsNormalize", ifst.ArcType(), &args);

Completed in 423 milliseconds

<<31323334353637383940>>