HomeSort by relevance Sort by last modified time
    Searched refs:THIRD (Results 1 - 14 of 14) 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 257 // the first and third character. For preprocessor ID's there are no
261 #define HASH(LEN, FIRST, THIRD) \
262 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
263 #define CASE(LEN, FIRST, THIRD, NAME) \
264 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/ExactCalculator/src/com/android/calculator2/
BoundedRational.java 318 public final static BoundedRational THIRD = new BoundedRational(1,3);
UnifiedReal.java 153 private static final UnifiedReal THIRD_SQRT3 = new UnifiedReal(BoundedRational.THIRD, CR_SQRT3);
155 private static final UnifiedReal PI_OVER_3 = new UnifiedReal(BoundedRational.THIRD, CR_PI);
820 return new UnifiedReal(BoundedRational.THIRD, CR_PI);
    [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 825 #define THIRD() (stack_pointer[-3])
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 823 #define THIRD() (stack_pointer[-3])
    [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 407 milliseconds