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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
move.h 96 * @param __t A thing of arbitrary type.
112 * @param __x A thing of arbitrary type.
160 * @param __a A thing of arbitrary type.
161 * @param __b Another thing of arbitrary type.
stl_relops.h 78 * @brief Defines @c != for arbitrary types, in terms of @c ==.
91 * @brief Defines @c > for arbitrary types, in terms of @c <.
104 * @brief Defines @c <= for arbitrary types, in terms of @c <.
117 * @brief Defines @c >= for arbitrary types, in terms of @c <.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
move.h 96 * @param __t A thing of arbitrary type.
112 * @param __x A thing of arbitrary type.
160 * @param __a A thing of arbitrary type.
161 * @param __b Another thing of arbitrary type.
stl_relops.h 78 * @brief Defines @c != for arbitrary types, in terms of @c ==.
91 * @brief Defines @c > for arbitrary types, in terms of @c <.
104 * @brief Defines @c <= for arbitrary types, in terms of @c <.
117 * @brief Defines @c >= for arbitrary types, in terms of @c <.
  /system/chre/platform/include/chre/platform/
system_time.h 35 * Obtains a monotonic time reference relative to an arbitrary starting point.
  /external/autotest/client/cros/cellular/wardmodem/
task_loop.py 51 @var random_delays: Flag to control if arbitrary delays are inserted between
108 If True, arbitrary delays in range [0, |max_random_delay_ms|] are
132 The maximum arbitrary delay inserted in posted tasks in milliseconds.
191 In the |random_delays| mode, a new arbitrary delay is inserted before
224 @param callback: The function to call. The function may expect arbitrary
249 @param callback: The function to call. The function may expect arbitrary
305 We need this to be able to repost the task at arbitrary intervals.
  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager_unittest.cc 38 rtp_info->header.ssrc = 0x87654321; // Arbitrary.
39 rtp_info->header.numCSRCs = 0; // Arbitrary.
67 rtp_receive_timestamp_(1111) { } // Arbitrary starting point.
94 manager_->LatePackets(0x6789ABCD, &sync_stream); // Arbitrary but large
111 manager_->LatePackets(0x45678987, &sync_stream); // Large arbitrary receive
127 manager_->LatePackets(0x6789ABCD, &sync_stream); // Arbitrary but large
309 int kNumMissingPackets = 3; // Arbitrary.
  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.cpp 651 const int32_t defaultBursts = 2; // arbitrary, use 2 for double buffered
652 const int32_t maxBursts = 1024; // arbitrary
662 const int32_t minMicros = 0; // arbitrary
663 const int32_t defaultMicros = 200; // arbitrary, based on some observed jitter
664 const int32_t maxMicros = 5000; // arbitrary, probably don't want more than 500
677 const int32_t minMicros = 20; // arbitrary
678 const int32_t defaultMicros = 200; // arbitrary
679 const int32_t maxMicros = 2000; // arbitrary
692 const int32_t defaultMicros = 1000; // arbitrary
693 const int32_t maxMicros = 1000 * 1000; // arbitrary
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyGenParameterSpecTest.java 44 "arbitrary", KeyProperties.PURPOSE_ENCRYPT)
47 assertEquals("arbitrary", spec.getKeystoreAlias());
83 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
105 assertEquals("arbitrary", spec.getKeystoreAlias());
212 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
273 "arbitrary", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
  /external/arm-neon-tests/
ref_vcls.c 71 /* Fill input vector with arbitrary values */
90 /* Fill input vector with arbitrary values (negative) */
ref_vext.c 57 /* Choose arbitrary initialization values */
82 /* Choose arbitrary extract offsets */
ref_vqmovn.c 75 /* Fill input vector with arbitrary values */
95 /* Fill input vector with arbitrary values which cause an cumulative
  /external/autotest/client/site_tests/security_SessionManagerDbusEndpoints/
security_SessionManagerDbusEndpoints.py 80 'RestartJob did not fail when passed an arbitrary command')
94 logging.error('RestartJob ran an arbitrary command')
  /external/guava/guava-tests/test/com/google/common/reflect/
AbstractInvocationHandlerTest.java 128 return "some arbitrary string";
152 return "another arbitrary string";
  /external/jsilver/src/com/google/clearsilver/jsilver/
TemplateRenderer.java 32 * Renders a given template and provided data, writing to an arbitrary output.
58 * Renders a given template and provided data, writing to an arbitrary output.
  /external/libunwind/doc/
unw_init_remote.tex 22 \Var{unw\_local\_addr\_space} (local address space) or to an arbitrary
30 thread-id, or a pointer to an arbitrary structure which identifies the
  /external/llvm/lib/Target/Mips/
MipsOptionRecord.h 10 // MipsOptionRecord - Abstraction for storing arbitrary information in
11 // ELF files. Arbitrary information (e.g. register usage) can be stored in Mips
  /external/ltp/tools/genload/
README 23 an arbitrary value. The following forks 13 processes, each of which spins
64 You can write a file of arbitrary length to disk. The file is created with
  /external/python/cpython2/Doc/library/
sha.rst 22 object, then feed this object with arbitrary strings using the :meth:`update`
40 is used to allow an arbitrary string to be hashed.
  /external/v8/src/
fast-accessor-assembler.h 40 // - After creating the instance, you can call an arbitrary sequence of
64 // before the fast accessor is called on it. Using this on an arbitrary object
  /external/wayland/tests/
array-test.c 69 const unsigned int iterations = 1321; /* this is arbitrary */
104 const int iterations = 1529; /* this is arbitrary */
  /external/webrtc/talk/app/webrtc/java/jni/
surfacetexturehelper_jni.h 47 // can be released on an arbitrary thread.
70 // May be called on arbitrary thread.
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_reflection3264.java 37 private final int xSize = 17, ySize = 23; // arbitrary values
39 private final long seed = 20170609; // arbitrary value
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_reflection3264.java 39 private final int xSize = 17, ySize = 23; // arbitrary values
41 private final long seed = 20170609; // arbitrary value
  /hardware/google/av/codec2/vndk/include/v4l2/
C2VdaBqBlockPool.h 29 * The BufferQueue-backed block pool design which supports to request arbitrary count of graphic
64 * Sends the request of arbitrary number of graphic buffers allocation. If producer is given,

Completed in 1893 milliseconds

1 2 3 4 5 6 78 91011>>