HomeSort by relevance Sort by last modified time
    Searched refs:THIRD (Results 1 - 22 of 22) 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/jdk/jdk9/darwin-x86/legal/java.base/
cldr.md 30 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  /prebuilts/jdk/jdk9/darwin-x86/legal/java.xml/
dom.md 38 THIRD PARTY PATENTS,COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.localedata/
cldr.md 30 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  /prebuilts/jdk/jdk9/linux-x86/legal/java.base/
cldr.md 30 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  /prebuilts/jdk/jdk9/linux-x86/legal/java.xml/
dom.md 38 THIRD PARTY PATENTS,COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
  /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/
UnifiedReal.java 170 private static final UnifiedReal THIRD_SQRT3 = new UnifiedReal(BoundedRational.THIRD, CR_SQRT3);
172 private static final UnifiedReal PI_OVER_3 = new UnifiedReal(BoundedRational.THIRD, CR_PI);
861 return new UnifiedReal(BoundedRational.THIRD, CR_PI);
    [all...]
BoundedRational.java 423 public final static BoundedRational THIRD = new BoundedRational(1,3);
  /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/python/cpython2/Python/
ceval.c 922 #define THIRD() (stack_pointer[-3])
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/legal/jdk.crypto.ec/
ecc.md 27 For third party technology that you receive from Oracle in binary form
247 charge to all third parties under the terms of this License.
311 distribute the source code, even though third parties are not
445 You are not responsible for enforcing compliance by third parties with
527 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  /prebuilts/jdk/jdk9/linux-x86/legal/jdk.crypto.ec/
ecc.md 27 For third party technology that you receive from Oracle in binary form
247 charge to all third parties under the terms of this License.
311 distribute the source code, even though third parties are not
445 You are not responsible for enforcing compliance by third parties with
527 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
  /external/python/cpython3/Python/
ceval.c 929 #define THIRD() (stack_pointer[-3])
1275 PyObject *third = THIRD(); local
    [all...]
  /external/fonttools/Lib/fontTools/
agl.py 564 2153;onethird;VULGAR FRACTION ONE THIRD

Completed in 681 milliseconds