HomeSort by relevance Sort by last modified time
    Searched full:deterministic (Results 51 - 75 of 492) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/elfutils/config/
eu.am 36 # with deterministic archives.
  /external/guava/guava-tests/test/com/google/common/collect/
HashMultimapTest.java 71 * lot of code with HashMultimap and has deterministic iteration order.
HashMultisetTest.java 123 * which shares a lot of code with HashMultiset and has deterministic
  /external/iproute2/doc/actions/
gact-usage 20 At the moment there are only two algorithms. One is deterministic
  /external/libxml2/os400/iconv/
README.iconv 38 - An OS/400 C program (in subdirectory bldcsndfa) generates a deterministic
  /external/llvm/include/llvm/MC/
ConstantPools.h 76 // constant pools in a deterministic order when printing an assembly
  /external/llvm/lib/Support/
RandomNumberGenerator.cpp 10 // This file implements deterministic random number generation (RNG).
  /external/opencv3/modules/calib3d/perf/
perf_pnp.cpp 143 // limit concurrency to get deterministic result
  /external/proguard/src/proguard/classfile/
ClassPool.java 36 // in order to make the processing more deterministic.
  /external/skia/gm/
textblobrandomfont.cpp 27 // but deterministic masks
  /frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreRSASignatureSpi.java 40 // No entropy required for this deterministic signature scheme.
  /prebuilts/go/darwin-x86/src/strings/
compare_test.go 59 // randomish but deterministic data. No 0 or 255.
  /prebuilts/go/linux-x86/src/strings/
compare_test.go 59 // randomish but deterministic data. No 0 or 255.
  /build/tools/releasetools/
target_files_diff.py 54 # b/26956807 .odex files are not deterministic
103 Sort the file. Some OTA metadata files are not in a deterministic order
  /external/autotest/client/site_tests/hardware_TrimIntegrity/
hardware_TrimIntegrity.py 40 hdparm_rzat = 'Deterministic read ZEROs after TRIM'
245 msg += ' Disk claim deterministic read zero after trim.'
  /external/llvm/include/llvm/ADT/
MapVector.h 1 //===- llvm/ADT/MapVector.h - Map w/ deterministic value order --*- C++ -*-===//
27 /// in a deterministic order. The values are kept in a std::vector and the
SetVector.h 12 // visited later but in a deterministic order (insertion order). The interface
34 /// property of a deterministic iteration order. The order of iteration is the
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 132 static bool Deterministic = true; ///< 'D' and 'U' modifiers
251 Deterministic = true;
254 Deterministic = false;
603 ArchiveName, *NewMembersP, Symtab, Kind, Deterministic, Thin);
610 writeArchive(ArchiveName, NewMembers, Symtab, Kind, Deterministic, Thin);
  /toolchain/binutils/binutils-2.25/binutils/
ChangeLog-2013 50 output deterministic. time.h include is no longer needed.
134 * arsup.c (ar_save): Respect the deterministic setting when
136 * ar.c (main): Set the default deterministic mode when reading
639 * objcopy.c (deterministic): Make int rather than bfd_boolean,
641 (strip_options, copy_options): Add -U/--disable-deterministic-archives.
objcopy.c 88 static int deterministic = -1; /* Enable deterministic archives. */
330 {"disable-deterministic-archives", no_argument, 0, 'U'},
333 {"enable-deterministic-archives", no_argument, 0, 'D'},
382 {"disable-deterministic-archives", no_argument, 0, 'U'},
386 {"enable-deterministic-archives", no_argument, 0, 'D'},
501 -D --enable-deterministic-archives\n\
502 Produce deterministic output when stripping archives (default)\n\
503 -U --disable-deterministic-archives\n\
507 -D --enable-deterministic-archives\n
87 static int deterministic = -1; \/* Enable deterministic archives. *\/ variable
    [all...]
arsup.c 41 extern int deterministic;
337 if (deterministic > 0)
  /libcore/luni/src/test/java/libcore/javax/crypto/
ECDHKeyAgreementTest.java 379 // Sort providers by name to guarantee deterministic order in which providers are used in
402 // Sort providers by name to guarantee deterministic order in which providers are used in
  /prebuilts/misc/windows/sdl2/test/
testsprite2.c 38 /* -1: infinite random moves (default); >=0: enables N deterministic moves */
330 /* Deterministic seed - used for visual tests */
  /build/tools/ijar/
README.txt 115 because we can assume the compiler is deterministic and the order in
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 186 // ID. Most apps will prefer a more deterministic way of identifying an ID such as hashing

Completed in 476 milliseconds

1 23 4 5 6 7 8 91011>>