HomeSort by relevance Sort by last modified time
    Searched full:arbitrary (Results 201 - 225 of 6268) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/go/darwin-x86/src/testing/quick/
quick.go 52 // complexSize is the maximum length of arbitrary values that contain other
56 // Value returns an arbitrary value of the given type.
58 // Note: To create arbitrary values for structs, all the fields must be exported.
63 // sizedValue returns an arbitrary value of the given type. The size
189 // arbitrary reflect.Values that are congruent with the
248 // such that f returns false. It calls f repeatedly, with arbitrary
298 // It calls f and g repeatedly with arbitrary values for each argument.
352 err = SetupError(fmt.Sprintf("cannot create arbitrary value of type %s for argument %d", f.In(j), j))
  /prebuilts/go/linux-x86/src/testing/quick/
quick.go 52 // complexSize is the maximum length of arbitrary values that contain other
56 // Value returns an arbitrary value of the given type.
58 // Note: To create arbitrary values for structs, all the fields must be exported.
63 // sizedValue returns an arbitrary value of the given type. The size
189 // arbitrary reflect.Values that are congruent with the
248 // such that f returns false. It calls f repeatedly, with arbitrary
298 // It calls f and g repeatedly with arbitrary values for each argument.
352 err = SetupError(fmt.Sprintf("cannot create arbitrary value of type %s for argument %d", f.In(j), j))
  /cts/tests/tests/nativemedia/aaudio/jni/
test_aaudio_callback.cpp 204 // cb buffer size: arbitrary prime number < 192
206 // cb buffer size: arbitrary prime number > 192
317 // cb buffer size: arbitrary prime number < 192
319 // cb buffer size: arbitrary prime number > 192
  /development/samples/ApiDemos/res/xml/
preference_headers.xml 31 <!-- Arbitrary key/value pairs can be included with a header as
  /device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/sds/
sds_private.h 32 /* Arbitrary, 16 bit value that indicates a valid SDS Memory Region */
  /external/ImageMagick/
version.sh 28 # Package version addendum. This is an arbitrary suffix (if any) appended
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
BigRealField.java 25 * Representation of real numbers with arbitrary precision field.
  /external/autotest/client/cros/cellular/
test_endpoint.py 18 Tests use this URL to download an arbitrary amount of data.
  /external/caliper/caliper/src/main/java/com/google/caliper/memory/
ObjectVisitor.java 46 * Returns an arbitrary value (presumably constructed during the object
  /external/caliper/caliper/src/test/java/com/google/caliper/runner/
ArbitraryMeasurmentInstrumentTest.java 42 .instrument("arbitrary")
  /external/clang/test/Misc/
warn-sysheader.cpp 7 int f() { return (int)0; } // Use the old-style-cast warning as an arbitrary "ordinary" diagnostic for the purpose of testing.
  /external/eigen/doc/
QuickStartGuide.dox 40 The Eigen header files define many types, but for simple applications it may be enough to use only the \c MatrixXd type. This represents a matrix of arbitrary size (hence the \c X in \c MatrixXd), in which every entry is a \c double (hence the \c d in \c MatrixXd). See the \ref QuickRef_Types "quick reference guide" for an overview of the different types you can use to represent a matrix.
71 The next line of the \c main function introduces a new type: \c VectorXd. This represents a (column) vector of arbitrary size. Here, the vector \c v is created to contain \c 3 coefficients which are left unitialized. The one but last line uses the so-called comma-initializer, explained in \ref TutorialAdvancedInitialization, to set all coefficients of the vector \c v to be as follows:
84 Now look back at the second example program. We presented two versions of it. In the version in the left column, the matrix is of type \c MatrixXd which represents matrices of arbitrary size. The version in the right column is similar, except that the matrix is of type \c Matrix3d, which represents matrices of a fixed size (here 3-by-3). Because the type already encodes the size of the matrix, it is not necessary to specify the size in the constructor; compare <tt>MatrixXd m(3,3)</tt> with <tt>Matrix3d m</tt>. Similarly, we have \c VectorXd on the left (arbitrary size) versus \c Vector3d on the right (fixed size). Note that here the coefficients of vector \c v are directly set in the constructor, though the same syntax of the left example could be used too.
  /external/gemmlowp/doc/
output.md 26 The gemmlowp entry point allowing to use an arbitrary output pipeline is
  /external/glide/library/src/main/java/com/bumptech/glide/load/
Transformation.java 6 * A class for performing an arbitrary transformation on a resource.
  /external/guava/guava/src/com/google/common/base/
Ticker.java 24 * fixed but arbitrary point in time. Note that most users should use {@link Stopwatch} instead of
  /external/guice/core/src/com/google/inject/spi/
PrivateElements.java 51 * Returns an arbitrary object containing information about the "place" where this key was
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
Description.java 26 * Appends an arbitrary value to the description.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DictionaryMatcher.java 15 * The DictionaryMatcher interface is used to allow arbitrary "types" of
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
SessionInfo.java 31 * arbitrary session identifier, must not be <code>null</code>
  /external/llvm/lib/Fuzzer/
FuzzerFnAdapter.h 1 //===- FuzzerAdapter.h - Arbitrary function Fuzzer adapter -------*- C++ -*===//
12 // Defines an adapter to fuzz functions with (almost) arbitrary signatures.
107 // Unpacking into arbitrary tuple.
128 // Unpacks into arbitrary tuple and returns true if successful.
  /external/llvm/test/CodeGen/SystemZ/
atomicrmw-xor-03.ll 33 ; Check an arbitrary constant.
vec-perm-01.ll 28 ; Test v16i8 splat of an arbitrary element, using the second operand of
63 ; Test v8i16 splat of an arbitrary element, using the second operand of
95 ; Test v4i32 splat of an arbitrary element, using the second operand of
146 ; Test v4f32 splat of an arbitrary element, using the second operand of
  /external/llvm/test/Transforms/InstCombine/
apint-and-or-and.ll 12 ; This tests arbitrary precision integers.
apint-not.ll 2 ; when arbitrary precision integers are used.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/
2-1.c 9 * we first map some arbitrary memory allowing the OS to select the address

Completed in 1808 milliseconds

1 2 3 4 5 6 7 891011>>