HomeSort by relevance Sort by last modified time
    Searched refs:flop (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
conversion-function.cpp 64 struct Flop {
65 Flop();
66 Flop(const Flip&); // expected-note{{candidate constructor}}
69 operator Flop() const; // expected-note{{candidate function}}
71 Flop flop = Flip(); // expected-error {{conversion from 'Flip' to 'Flop' is ambiguous}} variable
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 211 Camera2RequestSettingsSet flop = new Camera2RequestSettingsSet(null); local
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 1172 if node == start ... node == stop # <-- hey look, it's the flip flop operator
    [all...]

Completed in 1013 milliseconds