Searched defs:EQ (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/skia/src/gpu/
H A Dgr_unittests.cpp24 static bool EQ(const int& elem, int value) { function
H A DGrTextStrike_impl.h25 static bool EQ(const GrTextStrike& strike, const Key& key) { function in class:GrFontCache::Key
88 static bool EQ(const GrGlyph& glyph, const Key& key) { function in class:GrTextStrike::Key
H A DGrBinHashKey.h80 static bool EQ(const ENTRY& entry, const GrTBinHashKey<ENTRY, KEY_SIZE>& key) { function in class:GrTBinHashKey
H A DGrResourceCache.h92 static bool EQ(const GrResourceKey& a, const GrResourceKey& b) { function in class:GrResourceKey
97 inline static bool EQ(const GrResourceEntry& entry, const GrResourceKey& key);
99 inline static bool EQ(const GrResourceEntry& a, const GrResourceEntry& b);
175 bool GrResourceKey::EQ(const GrResourceEntry& entry, const GrResourceKey& key) { function in class:GrResourceKey
176 return EQ(entry.key(), key);
183 bool GrResourceKey::EQ(const GrResourceEntry& a, const GrResourceEntry& b) { function in class:GrResourceKey
184 return EQ(a.key(), b.key());
/external/clang/test/CodeGen/
H A D2005-04-09-ComplexOps.c7 _Bool EQ(double __complex A, double __complex B) { return A == B; } function
/external/skia/src/gpu/
H A Dgr_unittests.cpp24 static bool EQ(const int& elem, int value) { function
H A DGrTextStrike_impl.h25 static bool EQ(const GrTextStrike& strike, const Key& key) { function in class:GrFontCache::Key
88 static bool EQ(const GrGlyph& glyph, const Key& key) { function in class:GrTextStrike::Key
H A DGrBinHashKey.h80 static bool EQ(const ENTRY& entry, const GrTBinHashKey<ENTRY, KEY_SIZE>& key) { function in class:GrTBinHashKey
/external/clang/test/Preprocessor/
H A Dmacro_with_initializer_list.cpp19 #define EQ(x,y) (void)(x == y) // expected-note 6{{defined here}} macro
24 EQ(F,F);
25 EQ(F,Foo());
26 EQ(F,Foo({1,2,3}));
27 EQ(Foo({1,2,3}),F);
28 EQ((Foo{1,2,3}),(Foo{1,2,3}));
29 EQ(F, F + F);
30 EQ(F, Foo({1,2,3}) + Foo({1,2,3}));
31 EQ(F, (Foo{1,2,3} + Foo{1,2,3}));
33 EQ(
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-assignment-condition.cpp120 #define EQ(x,y) ((x) == (y)) macro
121 if (EQ(x, 5)) {}
122 #undef EQ macro
H A Dwarn-unused-comparison.cpp69 #define EQ(x,y) (x) == (y) macro
70 EQ(x, 5);
71 #undef EQ macro
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DComparison.java43 EQ() { method in enum:Comparison
/external/skia/tests/
H A DHashCacheTest.cpp45 static bool EQ(const HashElement& entry, const HashKey& key) { function in class:HashKey
56 static bool EQ(const HashElement& a, const HashElement& b) { function in class:HashKey
/external/valgrind/main/none/tests/s390x/
H A Dcgij.c22 #define EQ 8 macro
118 CGIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
H A Dcgrj.c22 #define EQ 8 macro
131 CGRJ(7,8,8,EQ) "\n\t"
H A Dcij.c22 #define EQ 8 macro
118 CIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgij.c22 #define EQ 8 macro
118 CLGIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclgrj.c22 #define EQ 8 macro
131 CLGRJ(7,8,8,EQ) "\n\t"
H A Dclij.c22 #define EQ 8 macro
118 CLIJ(7,EQ,8,2a) "\n\t" /* 0x2a == 42 */
H A Dclrj.c22 #define EQ 8 macro
131 CLRJ(7,8,8,EQ) "\n\t"
H A Dcrj.c22 #define EQ 8 macro
131 CRJ(7,8,8,EQ) "\n\t"
/external/llvm/lib/Support/
H A Dregexec.c65 #define EQ(a, b) ((a) == (b)) macro
91 #undef EQ macro
112 #define EQ(a, b) (memcmp(a, b, m->g->nstates) == 0) macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCLexer.java30 public static final int EQ=11; field in class:SimpleCLexer
370 // $ANTLR start "EQ"
373 int _type = EQ;
388 // $ANTLR end "EQ"
510 // SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
599 // SimpleC.g:1:76: EQ
725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCLexer.java30 public static final int EQ=11; field in class:SimpleCLexer
370 // $ANTLR start "EQ"
373 int _type = EQ;
388 // $ANTLR end "EQ"
510 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:8: ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS )
599 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleC.g:1:76: EQ
725 return "1:1: Tokens : ( T__21 | T__22 | T__23 | T__24 | T__25 | T__26 | FOR | INT_TYPE | CHAR | VOID | ID | INT | EQ | EQEQ | LT | PLUS | WS );";
/external/chromium_org/chrome/browser/download/
H A Ddownload_query.cc173 enum ComparisonType {LT, EQ, GT}; enumerator in enum:__anon4726::ComparisonType
187 case EQ: return accessor.Run(item) == value;
235 return EQ;
259 AddFilter(base::Bind(&FieldMatches<DownloadItem::DownloadState>, state, EQ,
264 AddFilter(base::Bind(&FieldMatches<DownloadDangerType>, danger, EQ,
272 return AddFilter(BuildFilter<int>(value, EQ, &GetReceivedBytes));
274 return AddFilter(BuildFilter<bool>(value, EQ, &GetDangerAccepted));
276 return AddFilter(BuildFilter<bool>(value, EQ, &GetExists));
278 return AddFilter(BuildFilter<string16>(value, EQ, &GetFilename));
282 return AddFilter(BuildFilter<std::string>(value, EQ,
[all...]

Completed in 2551 milliseconds

123