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

<<21222324252627282930>>

  /external/chromium_org/ppapi/c/
pp_stdint.h 16 * for Microsoft compilers. These definitions only apply
  /external/chromium_org/sync/engine/
conflict_resolver.h 51 // Returns true if the syncer should try to apply its updates again.
update_applicator.h 41 // Attempt to apply the specified updates.
  /external/chromium_org/third_party/WebKit/ManualTests/
drag-color-to-contenteditable.html 19 If the color change does not apply to the text, and the drag appears to bounce back, then the bug is probably occurring. The bug can be confirmed by looking for evidence of an uncaught exception in the system console log.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
UNCOVERED 40 Function.apply
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.h 31 // Certain CSS Properties/Values do not apply to certain elements
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
touch-action-tests.css 2 Use a class to apply touch-action so that we can easily manually check
  /external/chromium_org/third_party/freetype2/
README.chromium 28 % git apply freetype2.patch
  /external/chromium_org/third_party/jstemplate/
jstemplate_example.js 73 * @param {Object} data Test data to apply the template to.
88 * @param {Object} data Test data to apply the template to.
101 * @param {Object} data Test data to apply the template to.
120 * @param {Object} data Test data to apply the template to.
  /external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.h 23 // Apply post-processing to input 'data' of size 'width'x'height' assuming
  /external/chromium_org/third_party/mesa/src/docs/
patents.txt 15 license from SGI, or are in a country where the patent does not apply,
  /external/chromium_org/third_party/mesa/src/src/gallium/tools/
addr2line.sh 19 # Construct a sed script to convert hex address to human readable form, and apply it
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/ots/test/
test_malicious_fonts.sh 18 # No font file is specified. Apply this script to all TT/OT files under the
  /external/chromium_org/third_party/skia/include/effects/
SkRectShaderImageFilter.h 24 * @param rect Rectangle of output pixels in which to apply the shader.
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.h 69 SkTDOperandPtrArray fSaveRestore; // if apply has restore="true"
SkDisplayApply.cpp 94 void SkApply::append(SkApply* apply) {
98 fActive->append(apply);
179 // currently, if an apply is in a g and scopes a statement in another g, it ends up as members
308 debugOut.append(" apply enable id=");
336 // now that one apply might embed another, only the parent apply should replace the scope
338 // similarly, an apply added by an add immediate has already been located in the display list
367 SkApply* apply = (SkApply*) (*parentList)[old]; local
368 if (apply != this && apply->fActive == NULL
    [all...]
SkDrawPaint.h 40 virtual bool resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply);
  /external/chromium_org/v8/test/mjsunit/harmony/
string-contains.js 63 assertThrows("String.prototype.contains.apply(null, ['test'])", TypeError);
64 assertThrows("String.prototype.contains.apply(null, [null])", TypeError);
65 assertThrows("String.prototype.contains.apply(undefined, [undefined])", TypeError);
98 assertTrue(String.prototype.contains.apply(v, [v]), e.msg);
string-endswith.js 52 assertThrows("String.prototype.endsWith.apply(null, ['test'])", TypeError);
53 assertThrows("String.prototype.endsWith.apply(null, [null])", TypeError);
54 assertThrows("String.prototype.endsWith.apply(undefined, [undefined])", TypeError);
88 assertTrue(String.prototype.endsWith.apply(v, [v]), e.msg);
string-startswith.js 52 assertThrows("String.prototype.startsWith.apply(null, ['test'])", TypeError);
53 assertThrows("String.prototype.startsWith.apply(null, [null])", TypeError);
54 assertThrows("String.prototype.startsWith.apply(undefined, [undefined])", TypeError);
88 assertTrue(String.prototype.startsWith.apply(v, [v]), e.msg);
  /external/chromium_org/v8/test/webkit/
comparison-operators.js 46 tests.push.apply(tests, makeTest(start, end, "==", relationship, expressionParts[i][2]));
47 tests.push.apply(tests, makeTest(start, end, "!=", relationship, expressionParts[i][2]));
48 tests.push.apply(tests, makeTest(start, end, "===", relationship, expressionParts[i][2]));
49 tests.push.apply(tests, makeTest(start, end, "!==", relationship, expressionParts[i][2]));
  /external/chromium_org/webkit/child/
fling_animator_impl_android.h 31 virtual bool apply(double time,
touch_fling_gesture_curve.h 32 virtual bool apply(double monotonicTime,
  /external/clang/test/Parser/
attributes.mm 12 EXP class C2 {}; // expected-warning {{attribute 'visibility' is ignored, place it after "class" to apply attribute to type declaration}}

Completed in 934 milliseconds

<<21222324252627282930>>