HomeSort by relevance Sort by last modified time
    Searched refs:applied (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_parameter_layout.h 36 extern unsigned _mesa_combine_swizzles(unsigned base, unsigned applied);
prog_parameter_layout.c 39 _mesa_combine_swizzles(unsigned base, unsigned applied)
45 const unsigned s = GET_SWZ(applied, i);
  /external/mesa3d/src/mesa/program/
prog_parameter_layout.h 36 extern unsigned _mesa_combine_swizzles(unsigned base, unsigned applied);
prog_parameter_layout.c 39 _mesa_combine_swizzles(unsigned base, unsigned applied)
45 const unsigned s = GET_SWZ(applied, i);
  /external/chromium_org/courgette/
run_mem_test 40 local applied="${out_base}.applied"
43 "${original}" "${patch}" "${applied}" &
  /external/chromium_org/chrome/browser/sync_file_system/
fake_remote_change_processor.cc 42 // Override |local_metadata| by applied changes.
154 const std::vector<FileChange>& applied = itr->second; local
157 if (applied.empty() || expected.empty()) {
158 EXPECT_TRUE(!applied.empty());
163 EXPECT_EQ(expected.size(), applied.size());
165 for (size_t i = 0; i < applied.size() && i < expected.size(); ++i) {
166 EXPECT_EQ(expected[i], applied[i])
169 << " applied:" << applied[i].DebugString();
  /external/llvm/test/MC/PowerPC/
ppc64-fixup-apply.s 8 # object file are applied correctly.
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.css 119 .pod.focused:not(.multiprofiles-policy-applied) .auth-container {
  /external/chromium_org/third_party/skia/src/animator/
SkAnimateActive.cpp 197 bool applied = fAnimators.count() == 0; local
209 applied = true;
227 else if (applied)
  /external/libpcap/
grammar.c     [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js 416 // Image bounds of element (that is not applied zoom and offset) on screen.
488 * image. The new rotated image that the transformation is applied to looks the
512 * image. The new cropped image that the transformation is applied to fits to
  /external/chromium_org/ui/login/account_picker/
user_pod_row.css 100 .pod.multiprofiles-policy-applied .user-image {
133 .pod.focused:not(.multiprofiles-policy-applied) .auth-container {
149 .pod.focused.multiprofiles-policy-applied .name-container {
279 * loaded when CSS properties using them are first applied, which has visible
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
memoize.js 6 * @fileoverview Provides a system for memoizing computations applied to
table_util.js 29 * header cells when applied across all table cells.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
pending_changes.js 8 * @fileoverview PendingChanges class tracks changes to be applied when an
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 103 // If a jolt is applied, bump the rollong balls enough for them to
  /external/chromium_org/v8/test/webkit/
toString-prefix-postfix-preserve-parens.js 25 "This test checks that toString() round-trip on a function that has prefix, postfix and typeof operators applied to group expression will not remove the grouping. Also checks that evaluation of such a expression produces run-time exception"
array-defineOwnProperty.js 24 description("This test checks the behavior of [[DefineOwnProperty]] applied to Array objects (see ES5.1 15.4.5.1).");
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 343 * applied to the function.
344 * @return {!Function} A partially-applied form of the function bind() was
  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system.py 29 '''A decorator which can be applied to the compilation function
41 '''A decorator which can be optionally applied to the compilation function
54 '''A decorator which can be optionally applied to the compilation function
  /external/chromium_org/v8/test/webkit/fast/js/
arguments.js 621 // Test cases for [[DefineOwnProperty]] applied to the arguments object.
673 // Test cases for [[DefineOwnProperty]] applied to the arguments object.
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
base.js     [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 54 texture applied to it. If the transition is from beach sand to
264 specified or changed, and when applied to a fragment. Each parameter is
419 are therefore operated upon, queried, and applied as TEXTURE_1D,
656 operations are applied as if the image were two-dimensional, except
658 PACK_SKIP_IMAGES are applied. ..."
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 54 texture applied to it. If the transition is from beach sand to
264 specified or changed, and when applied to a fragment. Each parameter is
419 are therefore operated upon, queried, and applied as TEXTURE_1D,
656 operations are applied as if the image were two-dimensional, except
658 PACK_SKIP_IMAGES are applied. ..."
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js 188 * @param {FileSelection} selection Selection to be applied.
467 * @param {transform} transform Transformation to be applied to the image.

Completed in 1115 milliseconds

1 2 3