HomeSort by relevance Sort by last modified time
    Searched refs:Generates (Results 1 - 25 of 48) sorted by null

1 2

  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 126 * Generates fresh instances of types that are different from each other (if possible).
137 if (method.isAnnotationPresent(Generates.class)) {
178 // For any Optional<T>, we'll first generate absent(). The next call generates a distinct
189 // We require all @Generates methods to either be parameter-less or accept non-null
193 // When a parameter of a @Generates method cannot be created,
287 private @interface Generates {}
289 @Generates private Class<?> freshClass() {
297 @Generates private Object freshObject() {
301 @Generates private Number freshNumber() {
305 @Generates private int freshInt()
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
CpuBreakpoint.asm 22 ; Generates a breakpoint on the CPU.
24 ; Generates a breakpoint on the CPU. The breakpoint must be implemented such
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
RdRand.asm 18 ; Generates random number through CPU RdRand instruction under 32-bit platform.
30 ; Generates a 16 bit random number through RDRAND instruction.
50 ; Generates a 32 bit random number through RDRAND instruction.
70 ; Generates a 64 bit random number through RDRAND instruction.
RdRand.S 17 # Generates random number through CPU RdRand instruction under 32-bit platform.
24 // Generates a 16 bit random number through RDRAND instruction.
42 // Generates a 32 bit random number through RDRAND instruction.
60 // Generates a 64 bit random number through RDRAND instruction.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
RdRand.asm 18 ; Generates random number through CPU RdRand instruction under 64-bit platform.
27 ; Generates a 16 bit random number through RDRAND instruction.
46 ; Generates a 32 bit random number through RDRAND instruction.
65 ; Generates a 64 bit random number through one RDRAND instruction.
RdRand.S 17 # Generates random number through CPU RdRand instruction under 64-bit platform.
24 // Generates a 16 bit random number through RDRAND instruction.
41 // Generates a 32 bit random number through RDRAND instruction.
58 // Generates a 64 bit random number through RDRAND instruction.
  /external/v8/tools/
compare-table-gen.js 5 // Generates a comparison table test case.
  /external/conscrypt/
Android.mk 30 # src/gen # Generates NativeConstants.java.
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_arm_gen.go 7 // Generates root_darwin_armx.go.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_arm_gen.go 7 // Generates root_darwin_armx.go.
  /external/google-breakpad/src/testing/scripts/
gmock_doctor.py 138 """Generates all matches of regex in string s."""
569 """Generates all possible diagnoses given the compiler error message."""
  /external/googletest/googlemock/scripts/
gmock_doctor.py 138 """Generates all matches of regex in string s."""
578 """Generates all possible diagnoses given the compiler error message."""
  /external/v8/testing/gmock/scripts/
gmock_doctor.py 138 """Generates all matches of regex in string s."""
578 """Generates all possible diagnoses given the compiler error message."""
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/x86/
387.go 16 // Generates code for v using 387 instructions.
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_code.go 63 // Generates a HuffmanCode corresponding to the fixed literal table
  /prebuilts/go/linux-x86/src/cmd/compile/internal/x86/
387.go 16 // Generates code for v using 387 instructions.
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_code.go 63 // Generates a HuffmanCode corresponding to the fixed literal table
  /external/curl/projects/
generate.bat 316 rem Generates a single file xml element.
  /external/libmojo/base/android/jni_generator/
jni_generator.py 6 """Extracts native methods from a Java file and generates the JNI bindings.
724 """Generates an inline header file for JNI integration."""
    [all...]
  /external/ImageMagick/www/api/
morphology.php 148 <dd> Blur:{radius},{sigma}[,{angle}] Generates a 1 dimensional or linear gaussian blur, at the angle given (current restricted to orthogonal angles). If a 'radius' is given the kernel is clipped to a width of 2*radius+1. Kernel can be rotated by a 90 degree angle. </dd>
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 1135 Generates visitation statistics for the project being analyzed.
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 1135 Generates visitation statistics for the project being analyzed.
    [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat2.f     [all...]

Completed in 791 milliseconds

1 2