HomeSort by relevance Sort by last modified time
    Searched refs:applied (Results 1 - 25 of 69) 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 41 // Override |local_metadata| by applied changes.
153 const std::vector<FileChange>& applied = itr->second; local
156 if (applied.empty() || expected.empty()) {
157 EXPECT_TRUE(!applied.empty());
162 EXPECT_EQ(expected.size(), applied.size());
164 for (size_t i = 0; i < applied.size() && i < expected.size(); ++i) {
165 EXPECT_EQ(expected[i], applied[i])
168 << " applied:" << applied[i].DebugString();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 27 // can be applied at most once. In addition, there is one more constraint
103 // A filtering is available if it's not applied, and the old filtering
117 // Gets the filters applied in the path.
167 GalleryActionBar model, int id, boolean applied, boolean updateTitle) {
168 model.setClusterItemEnabled(id, !applied);
171 private static void setMenuItemAppliedEnabled(GalleryActionBar model, int id, boolean applied, boolean enabled, boolean updateTitle) {
GalleryActionBar.java 81 public ActionItem(int action, boolean applied, boolean enabled, int title,
83 this(action, applied, enabled, title, title, clusterBy);
86 public ActionItem(int action, boolean applied, boolean enabled, int spinnerTitle,
  /external/valgrind/main/cachegrind/
cg_diff.in 51 --mod-filename=<expr> a Perl search-and-replace expression that is applied
53 --mod-funcname=<expr> like --mod-filename, but applied to function names
  /external/llvm/test/MC/PowerPC/
ppc64-fixup-apply.s 8 # object file are applied correctly.
  /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/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/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"
  /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 21 '''A decorator which can be optionally applied to the compilation function
34 '''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 196 * @param {FileSelection} selection Selection to be applied.
471 * @param {transform} transform Transformation to be applied to the image.
  /external/smack/src/org/jivesoftware/smack/util/
StringUtils.java 402 * after case-folding, etc. has been applied).<p>
463 * after case-folding, etc. has been applied).<p>
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
table_util.js 29 * header cells when applied across all table cells.

Completed in 893 milliseconds

1 2 3