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
3258
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/linux-tools-perf/Documentation/
perf-kvm.txt
23
of an
arbitrary
workload.
26
of an
arbitrary
workload and save it into a perf data file. If both
/external/skia/tests/
TDStackNesterTest.cpp
85
// Test nesting (with
arbitrary
number of pushes) from the beginning.
93
// Test nesting (an
arbitrary
number of pushes) early on.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
move.h
92
* @param a A thing of
arbitrary
type.
93
* @param b Another thing of
arbitrary
type.
/development/samples/ApiDemos/res/xml/
preference_headers.xml
31
<!--
Arbitrary
key/value pairs can be included with a header as
/external/bison/
AUTHORS
22
Paul Eggert fixed a million portability issues,
arbitrary
limitations,
/external/ceres-solver/internal/ceres/
collections_port.cc
34
uint32 b = 0x9e3779b9UL; // the golden ratio; an
arbitrary
value
jet_quaternion_integration_test.cc
69
// A couple of
arbitrary
normalized quaternions.
150
// Get two
arbitrary
vectors x and y.
163
// Get two
arbitrary
vectors x and y.
182
// Get two
arbitrary
vectors x and y.
/external/chromium/chrome/browser/chromeos/login/
html_page_screen.h
48
// HTMLPageScreen is used to show
arbitrary
HTML page. It is used to show
/external/chromium_org/cc/test/
pixel_comparator.h
39
// Fuzzy pixel comparator. Counts small and
arbitrary
errors separately and
/external/chromium_org/chrome/browser/ui/cocoa/
info_bubble_view.h
47
// Content view for a bubble with an arrow showing
arbitrary
content.
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
trusted_crash_in_startup.html
21
// so the choice of NaCl executable is
arbitrary
.
/external/chromium_org/sync/internal_api/public/base/
node_ordinal.h
49
// lossy: NodeOrdinals can have
arbitrary
fidelity, while numeric
/external/chromium_org/third_party/
README.chromium.template
7
License: The license under which the package is distributed.
Arbitrary
text is allowed, but prefer standard forms, eg MIT/X11/BSD/Apache 2.0/GPL/LGPL.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
base.hpp
184
///
arbitrary
number of arguments.
201
///
arbitrary
number of arguments and it doesn't have to be
225
///
arbitrary
number of arguments.
242
///
arbitrary
number of arguments.
/external/chromium_org/third_party/skia/include/gpu/
GrPathRendererChain.h
56
whether the path can be rendered with
arbitrary
stencil rules or not. See comments on
/external/chromium_org/v8/test/webkit/
dfg-abs-backwards-propagation.js
25
"Tests that the DFG knows that a function that appears like Math.abs could potentially use value in
arbitrary
ways, and not just in a context that converts values to numbers."
dfg-max-backwards-propagation.js
25
"Tests that the DFG knows that a function that appears like Math.max could potentially use value in
arbitrary
ways, and not just in a context that converts values to numbers."
dfg-min-backwards-propagation.js
25
"Tests that the DFG knows that a function that appears like Math.min could potentially use value in
arbitrary
ways, and not just in a context that converts values to numbers."
dfg-proven-sqrt-backwards-propagation.js
25
"Tests that the DFG knows that a Math.sqrt could potentially use value in
arbitrary
ways, and not just in a context that converts values to numbers."
dfg-sqrt-backwards-propagation.js
25
"Tests that the DFG knows that a function that appears like Math.sqrt could potentially use value in
arbitrary
ways, and not just in a context that converts values to numbers."
/external/eigen/doc/
C00_QuickStartGuide.dox
39
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.
70
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:
83
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/hyphenation/
README.compound
5
languages with
arbitrary
number of compound words. The new options,
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
NullComparator.java
40
*
arbitrary
order.
/external/kernel-headers/original/linux/sunrpc/
debug.h
87
#define CTL_SUNRPC 7249 /*
arbitrary
and hopefully unused */
/external/libvorbis/doc/
vorbis-clip.txt
3
Sample granularity editing of a Vorbis file; inferred
arbitrary
sample
27
PCM stream of
arbitrary
length and starting offset without padding the
97
marking an
arbitrary
ending point. If the encoder wishes sample zero
124
Beginning point at
arbitrary
positive timestamp (no 'zero' sample):
Completed in 1772 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>