HomeSort by relevance Sort by last modified time
    Searched full:equivalents (Results 1 - 25 of 540) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/557-checker-ref-equivalent/
info.txt 1 Checker tests to ensure we do not get reference and integer phi equivalents.
  /art/test/429-ssa-builder/
info.txt 3 equivalents.
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
CanonicalCharacterData.java 37 // Skip all equivalents of length 1; it's either the original
51 equivalents = new String[nEquivalents];
57 sortEquivalents(equivalents, equivs);
68 if (equivalents == null) {
72 return equivalents.length;
77 return equivalents;
82 if (equivalents == null || index < 0 || index >= equivalents.length) {
86 return equivalents[index];
114 private String[] equivalents = null field in class:CanonicalCharacterData.Record
    [all...]
  /external/tensorflow/tensorflow/contrib/integrate/
README.md 3 TensorFlow equivalents to the routines provided by `scipy.integrate`. Currently
  /art/test/531-regression-debugphi/smali/
TestCase.smali 19 # - PhiA: PrimVoid + PrimNot equivalents
26 # - left with two PrimNot equivalents of PhiA
51 invoke-static {}, Ljava/lang/System;->nanoTime()J # env use of both PhiA equivalents
101 invoke-static {}, Ljava/lang/System;->nanoTime()J # env use of both PhiA equivalents
107 invoke-static {}, Ljava/lang/System;->nanoTime()J # env use of both PhiB equivalents
  /external/ImageMagick/Magick++/lib/Magick++/
Functions.h 7 // inconvenient ImageMagick equivalents
  /external/slf4j/slf4j-migrator/
LIMITATIONS.txt 34 SLF4J the equivalents.
  /external/vboot_reference/firmware/stub/
utility_stub.c 6 * equivalents.
  /external/libchrome/base/metrics/
histogram_macros_local.h 19 // For usage details, see the equivalents in histogram_macros.h.
33 // For usage details, see the equivalents in histogram_macros.h
41 // For usage details, see the equivalents in histogram_macros.h.
60 // For usage details, see the equivalents in histogram_macros.h.
74 // For usage details, see the equivalents in histogram_macros.h.
  /external/ImageMagick/Magick++/lib/
Functions.cpp 6 // Simple C++ function wrappers for ImageMagick equivalents
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/drawable/
GlideDrawable.java 7 * A base class for drawables that are either static equivalents of {@link android.graphics.drawable.BitmapDrawable} or
  /external/mesa3d/src/mapi/glapi/gen/
ARB_texture_float.xml 19 <!-- Note only the RGBA/RGB formats have unsuffixed core GL equivalents,
  /external/e2fsprogs/lib/ext2fs/
bitops.c 26 * architecture, here are some C-language equivalents. You should
29 * C language equivalents written by Theodore Ts'o, 9/26/92.
  /external/tensorflow/tensorflow/core/platform/
macros.h 35 // Non-GCC equivalents
46 // Non-GCC equivalents
  /art/test/557-checker-ref-equivalent/smali/
TestCase.smali 37 # We used to have a reference and an integer phi equivalents here, which
  /device/linaro/bootloader/arm-trusted-firmware/make_helpers/
unix.mk 18 # These defines provide Unix style equivalents of the shell commands
  /packages/services/Car/car_product/build/
car_base.mk 87 # The following packages, or their vendor specific equivalents should be include in the device.mk
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
shapeconst.h 32 * These would really be in SHAPE's X.h and Xproto.h equivalents
  /libcore/ojluni/src/main/java/sun/util/locale/
LocaleMatcher.java 309 String[] equivalents; local
310 if ((equivalents = getEquivalentsForLanguage(r)) != null) {
311 for (String equiv: equivalents) {
451 List<String> equivalents = map.get(keyMap.get(r)); local
452 if (equivalents != null) {
454 for (String equivalent : equivalents) {
  /external/libchrome/crypto/
apple_keychain.h 26 // through directly to their Keychain Services equivalents (Foo ->
  /external/llvm/utils/
test_debuginfo.pl 16 # translates gdb commands into their lldb equivalents.
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
LogManager.java 33 * resetConfiguration() methods which do not have SLF4J equivalents.
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.h 38 (left to right according to Horn), i.e. for the homogenous equivalents
  /packages/apps/Messaging/src/com/android/messaging/util/
TextUtil.java 40 * (e.g. Arabic, Persian) digits with their decimal digit equivalents.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/GlobalISel/
SelectionDAGCompat.td 49 // Specifies the GlobalISel equivalents for SelectionDAG's ComplexPattern.

Completed in 229 milliseconds

1 2 3 4 5 6 7 8 91011>>