OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arbitrary
(Results
126 - 150
of
3770
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
.
/prebuilts/go/darwin-x86/src/testing/quick/
quick.go
47
// complexSize is the maximum length of
arbitrary
values that contain other
51
// Value returns an
arbitrary
value of the given type.
53
// Note: To create
arbitrary
values for structs, all the fields must be exported.
166
// If non-nil, the Values function generates a slice of
arbitrary
226
// such that f returns false. It calls f repeatedly, with
arbitrary
280
// It calls f and g repeatedly with
arbitrary
values for each argument.
338
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
47
// complexSize is the maximum length of
arbitrary
values that contain other
51
// Value returns an
arbitrary
value of the given type.
53
// Note: To create
arbitrary
values for structs, all the fields must be exported.
166
// If non-nil, the Values function generates a slice of
arbitrary
226
// such that f returns false. It calls f repeatedly, with
arbitrary
280
// It calls f and g repeatedly with
arbitrary
values for each argument.
338
err = SetupError(fmt.Sprintf("cannot create
arbitrary
value of type %s for argument %d", f.In(j), j))
/cts/tests/tests/keystore/src/android/keystore/cts/
KeyGenParameterSpecTest.java
44
"
arbitrary
", KeyProperties.PURPOSE_ENCRYPT)
47
assertEquals("
arbitrary
", spec.getKeystoreAlias());
82
"
arbitrary
", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
103
assertEquals("
arbitrary
", spec.getKeystoreAlias());
209
"
arbitrary
", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
270
"
arbitrary
", KeyProperties.PURPOSE_SIGN | KeyProperties.PURPOSE_ENCRYPT)
/external/chromium-trace/catapult/third_party/Paste/paste/util/
import_string.py
12
attributes as necessary.
Arbitrary
expressions are not allowed in
23
arbitrary
strings because of the eval.
/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/toybox/tests/
seq.test
14
testing "seq two arguments equal,
arbitrary
negative step" "seq 1 -15 1" \
16
testing "seq two arguments equal,
arbitrary
positive step" "seq 1 +15 1" \
/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.
/build/core/
version_defaults.mk
45
# than overriding it somewhere else). Can be an
arbitrary
string.
122
# Can be an
arbitrary
string, but must be a single word.
130
# like "M5-RC7". Can be an
arbitrary
string, but must be a single
152
# perforce changelist number or a git hash. Can be an
arbitrary
string
/development/samples/ApiDemos/res/xml/
preference_headers.xml
31
<!--
Arbitrary
key/value pairs can be included with a header as
/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/autotest/client/site_tests/security_RestartJob/
security_RestartJob.py
16
"""Verifies that RestartJob cannot be abused to execute
arbitrary
processes.
/external/avahi/avahi-core/
lookup.h
28
/** A browsing object for
arbitrary
RRs */
63
void* userdata /**<
Arbitrary
user data passed to avahi_s_record_browser_new() */ );
65
/** Create a new browsing object for
arbitrary
RRs */
73
void* userdata /**<
Arbitrary
use suppliable data which is passed to the callback */);
/external/bison/
AUTHORS
22
Paul Eggert fixed a million portability issues,
arbitrary
limitations,
/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/ceres-solver/internal/ceres/
collections_port.cc
34
uint32 b = 0x9e3779b9UL; // the golden ratio; an
arbitrary
value
/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/glide/library/src/main/java/com/bumptech/glide/load/
Transformation.java
6
* A class for performing an
arbitrary
transformation on a resource.
Completed in 609 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>