Home
last modified time | relevance | path

Searched defs:testFirst (Results 1 – 3 of 3) sorted by relevance

/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
DRangeSpecificationTest.java130 public void testFirst() { in testFirst() method in RangeSpecificationTest
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp2713 …ntermediate::addLoop(TIntermNode* body, TIntermTyped* test, TIntermTyped* terminal, bool testFirst, in addLoop()
2726 TIntermTyped* terminal, bool testFirst, const TSourceLoc& loc, TIntermLoop*& node) in addForLoop()
/third_party/glslang/glslang/Include/
Dintermediate.h1175 TIntermLoop(TIntermNode* aBody, TIntermTyped* aTest, TIntermTyped* aTerminal, bool testFirst) : in TIntermLoop()
1196 bool testFirst() const { return first; } in testFirst() function