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

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
CycleDetectingLockFactoryTest.java 82 lock3 = factory2.newReentrantLock(MyOrder.THIRD);
88 lock03 = factory3.newReentrantLock(OtherOrder.THIRD);
176 checkMessage(expected, "MyOrder.THIRD -> MyOrder.SECOND");
183 checkMessage(expected, "MyOrder.THIRD -> MyOrder.FIRST");
213 "OtherOrder.FIRST -> MyOrder.THIRD",
214 "MyOrder.THIRD -> OtherOrder.FIRST");
248 "OtherOrder.THIRD -> MyLock",
249 "OtherOrder.FIRST -> OtherOrder.THIRD");
551 FIRST, SECOND, THIRD;
555 FIRST, SECOND, THIRD;
    [all...]
  /external/libmpeg2/common/
impeg2_defs.h 265 THIRD,
  /external/clang/lib/Basic/
IdentifierTable.cpp 256 // the first and third character. For preprocessor ID's there are no
260 #define HASH(LEN, FIRST, THIRD) \
261 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
262 #define CASE(LEN, FIRST, THIRD, NAME) \
263 case HASH(LEN, FIRST, THIRD): \
  /external/ant-glob/
NOTICE 116 * wherever such third-party notices normally appear. The contents
188 * identification within third-party archives.
232 THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
  /prebuilts/tools/common/m2/repository/com/android/tools/external/ant-glob/1.0/
NOTICE 116 * wherever such third-party notices normally appear. The contents
188 * identification within third-party archives.
232 THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
  /prebuilts/tools/common/m2/repository/com/intellij/annotations/12.0/
NOTICE 116 * wherever such third-party notices normally appear. The contents
188 * identification within third-party archives.
232 THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
  /prebuilts/tools/common/offline-m2/com/intellij/annotations/12.0/
NOTICE 116 * wherever such third-party notices normally appear. The contents
188 * identification within third-party archives.
232 THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java 66 // Each item will occupy one third of the height.
67 private static final int THIRD = 3;
491 // Special case: if the top third of the screen is empty and the touch event happens
686 return getAdjustedHeight() / THIRD + 1;
789 * will fill only a third of the screen.
    [all...]
  /external/dnsmasq/contrib/dnslist/
dnslist.pl 368 part thereof, to be licensed as a whole at no charge to all third
411 years, to give any third party, for a charge no more than your
437 distribution of the source code, even though third parties are not
462 You are not responsible for enforcing compliance by third parties to
544 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  /external/fonttools/Lib/fontTools/
agl.py 564 2153;onethird;VULGAR FRACTION ONE THIRD

Completed in 252 milliseconds