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

1 2

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
vibrance.rs 28 static float Gt = 0.f;
44 Gt = Gf * MS;
51 float Rc = R * (Rt + S) + G * Gt + B * Bt;
52 float Gc = R * Rt + G * (Gt + S) + B * Bt;
53 float Bc = R * Rt + G * Gt + B * (Bt + S);
67 Gt = Gf * MS;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
vibrance.rs 28 static float Gt = 0.f;
44 Gt = Gf * MS;
51 float Rc = R * (Rt + S) + G * Gt + B * Bt;
52 float Gc = R * Rt + G * (Gt + S) + B * Bt;
53 float Bc = R * Rt + G * Gt + B * (Bt + S);
67 Gt = Gf * MS;
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
vibrance.rs 39 float Gt = Gf * MS;
46 float Rc = R * (Rt + S) + G * Gt + B * Bt;
47 float Gc = R * Rt + G * (Gt + S) + B * Bt;
48 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /packages/apps/Gallery2/jni/filters/
saturated.c 31 float Gt = Gf * MS;
44 float Rc = R * (Rt + S) + G * Gt + B * Bt;
45 float Gc = R * Rt + G * (Gt + S) + B * Bt;
46 float Bc = R * Rt + G * Gt + B * (Bt + S);
vibrance.c 33 float Gt = Gf * MS;
46 Gt = Gf * MS;
53 float Rc = R * (Rt + S) + G * Gt + B * Bt;
54 float Gc = R * Rt + G * (Gt + S) + B * Bt;
55 float Bc = R * Rt + G * Gt + B * (Bt + S);
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Gt.java 19 * $Id: Gt.java 468655 2006-10-28 07:12:06Z minchau $
29 public class Gt extends Operation
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
saturation.rs 71 float Gt = Gf * MS;
77 rsMatrixSet(&colorMatrix_max, 1, 0, b * Gt);
80 rsMatrixSet(&colorMatrix_max, 1, 1, b * (Gt + S));
83 rsMatrixSet(&colorMatrix_max, 1, 2, b * Gt);
89 Gt = Gf * MS;
94 rsMatrixSet(&colorMatrix_min, 1, 0, b * Gt);
97 rsMatrixSet(&colorMatrix_min, 1, 1, b * (Gt + S));
100 rsMatrixSet(&colorMatrix_min, 1, 2, b * Gt);
vignette.rs 49 float Gt = Gf * MS;
57 rsMatrixSet(&colorMatrix, 1, 0, b * Gt);
60 rsMatrixSet(&colorMatrix, 1, 1, b * (Gt + S));
63 rsMatrixSet(&colorMatrix, 1, 2, b * Gt);
grad.rs 73 float Gt = Gf * MS;
81 rsMatrixSet(&grads[i].colorMatrix, 1, 0, b * Gt);
84 rsMatrixSet(&grads[i].colorMatrix, 1, 1, b * (Gt + S));
87 rsMatrixSet(&grads[i].colorMatrix, 1, 2, b * Gt);
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win_unittest.cc 28 using ::testing::Gt;
320 ais, NotNull(), bytes_per_packet, Gt(bytes_per_packet), _))
343 ais, NotNull(), bytes_per_packet, Gt(bytes_per_packet), _))
363 ais, NotNull(), bytes_per_packet, Gt(bytes_per_packet), _))
audio_low_latency_output_win_unittest.cc 35 using ::testing::Gt;
  /external/chromium/testing/gmock/test/
gmock-generated-matchers_test.cc 66 using testing::Gt;
126 EXPECT_THAT(t, Not(Args<0, 2>(Gt())));
137 EXPECT_THAT(t, (Args<2, 0>(Gt())));
210 const Matcher<tuple<int, char> > m = Args<1, 0>(Gt());
295 Matcher<vector<int> > m = ElementsAre(Gt(5));
312 Matcher<const list<int>& > m = ElementsAre(Gt(5));
960 EXPECT_THAT(42, TwoOf(Gt(0), Lt(50), Eq(10)));
961 EXPECT_THAT(0, Not(TwoOf(Gt(-1), Lt(1), Eq(0))));
972 EXPECT_THAT(some_list, Contains(Gt(2.5)));
    [all...]
gmock-matchers_test.cc 87 using testing::Gt;
770 // Tests that Gt(v) matches anything > v.
772 Matcher<double> m1 = Gt(0);
778 // Tests that Gt(v) describes itself properly.
780 Matcher<int> m = Gt(5);
    [all...]
gmock_link_test.h 70 // Gt, Lt, Ge, Le, Ne
144 using testing::Gt;
494 // Tests the linkage of the Lt, Gt, Le, Ge, and Ne matchers.
499 ON_CALL(mock, VoidFromFloat(Gt(1.0f))).WillByDefault(Return());
  /external/chromium_org/chrome/browser/extensions/
script_badge_controller_unittest.cc 161 EXPECT_THAT(location_bar_updated.events, testing::Gt(0));
260 EXPECT_THAT(initial_badge_display.events, testing::Gt(0));
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job_unittest.cc 28 using testing::Gt;
213 EXPECT_CALL(*stream_reader, ReadRawData(NotNull(), Gt(0)))
  /external/chromium_org/content/renderer/gpu/
input_handler_proxy_unittest.cc 195 testing::Property(&gfx::Vector2dF::y, testing::Gt(0))))
208 testing::Property(&gfx::Vector2dF::y, testing::Gt(0))))
342 testing::Property(&gfx::Vector2dF::y, testing::Gt(0))))
527 testing::Field(&WebSize::width, testing::Gt(0))))));
634 testing::Field(&WebSize::width, testing::Gt(0))))));
700 testing::Property(&gfx::Vector2dF::y, testing::Gt(0))))
    [all...]
  /external/chromium_org/chrome_frame/test/
url_request_test.cc 97 testing::Gt(0u))))
276 testing::Gt(0u))))
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 46 import org.apache.xpath.operations.Gt;
140 expr = gt(opPos); break;
345 * @return reference to {@link org.apache.xpath.operations.Gt} instance.
349 protected Expression gt(int opPos) throws TransformerException method in class:Compiler
351 return compileOperation(new Gt(), opPos);
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-matchers.h 133 // being matched. For example, the DescribeTo() method of the Gt(7)
736 // Implements Eq(v), Ge(v), Gt(v), Le(v), Lt(v), and Ne(v)
740 GMOCK_IMPLEMENT_COMPARISON_MATCHER_(Gt, >, "is >", "isn't >");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 246 self.assertTrue(issubclass(ast.Gt, ast.AST))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 246 self.assertTrue(issubclass(ast.Gt, ast.AST))
  /external/chromium_org/media/cdm/
aes_decryptor_unittest.cc 20 using ::testing::Gt;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 24 typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsNot=8,

Completed in 763 milliseconds

1 2