OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:points
(Results
576 - 600
of
7862
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rect.h
111
* \brief Calculate a minimal rectangle enclosing a set of
points
113
* \return SDL_TRUE if any
points
were within the clipping rect
115
extern DECLSPEC SDL_bool SDLCALL SDL_EnclosePoints(const SDL_Point *
points
,
/prebuilts/misc/windows/sdl2/include/
SDL_rect.h
111
* \brief Calculate a minimal rectangle enclosing a set of
points
113
* \return SDL_TRUE if any
points
were within the clipping rect
115
extern DECLSPEC SDL_bool SDLCALL SDL_EnclosePoints(const SDL_Point *
points
,
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_rect.h
111
* \brief Calculate a minimal rectangle enclosing a set of
points
113
* \return SDL_TRUE if any
points
were within the clipping rect
115
extern DECLSPEC SDL_bool SDLCALL SDL_EnclosePoints(const SDL_Point *
points
,
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
cast.h
43
* 1) has a typedef element_type which names tehe type it
points
to.
63
* pointer equivalent of the address it
points
to, and must have an
64
* element_type typedef which names the type it
points
to.
/toolchain/binutils/binutils-2.25/gas/
flonum.h
41
* If 0: low
points
to the units littlenum. *
42
* If 1: low
points
to the LITTLENUM_RADIX littlenum. *
43
* If -1: low
points
to the 1/LITTLENUM_RADIX littlenum. *
/build/blueprint/proptools/
clone.go
78
panic(fmt.Errorf("can't clone field %q: interface
points
to a non-struct",
120
panic(fmt.Errorf("can't clone field %q:
points
to a %s",
158
panic(fmt.Errorf("can't zero field %q: interface
points
to a non-struct",
172
panic(fmt.Errorf("can't zero field %q:
points
to a %s",
219
panic(fmt.Errorf("can't clone empty field %q: interface
points
to a non-struct",
243
panic(fmt.Errorf("can't clone empty field %q:
points
to a %s",
/external/opencv3/modules/flann/include/opencv2/flann/
flann_base.hpp
208
* \param[in] queries The query
points
for which to find the nearest neighbors
268
* Performs a hierarchical clustering of the
points
passed as argument and then takes a cut in the
270
* @param[in]
points
Points
to be clustered
279
int hierarchicalClustering(const Matrix<typename Distance::ElementType>&
points
, Matrix<typename Distance::ResultType>& centers,
282
KMeansIndex<Distance> kmeans(
points
, params, d);
/external/vulkan-validation-layers/layers/
README.md
5
Layer libraries can be written to intercept or hook VK entry
points
for various
6
debug and validation purposes. One or more VK entry
points
can be defined in your Layer
10
available layers and their properties. Layers can intercept Vulkan instance level entry
points
11
in which case they are called an Instance Layer. Layers can intercept device entry
points
12
in which case they are called a Device Layer. Instance level entry
points
are those with VkInstance
13
or VkPhysicalDevice as first parameter. Device level entry
points
are those with VkDevice, VkCommandBuffer,
/frameworks/rs/api/
rs_vector_math.spec
70
summary: Distance between two
points
72
Compute the distance between two
points
.
122
summary: Approximate distance between two
points
124
Computes the approximate distance between two
points
.
205
summary: Approximate distance between two
points
207
Computes the approximate distance between two
points
.
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_helper.cpp
181
// node code
points
are stored in the buffer in the reverse order.
189
// Then, following parent node link to the dictionary root and fetch node code
points
.
198
// Store node code
points
to buffer in the reverse order.
208
// Reverse the stored code
points
to output them.
227
// Current node has too many code
points
or its first code point is different from
232
// Check following merged node code
points
.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h
209
/* Which hook entry
points
are valid: bitmask */
212
/* Hook entry
points
: one per netfilter hook. */
215
/* Underflow
points
. */
231
/* Which hook entry
points
are valid: bitmask. You can't
241
/* Hook entry
points
. */
244
/* Underflow
points
. */
/development/samples/SearchableDictionary/
AndroidManifest.xml
44
<!--
Points
to searchable meta data. -->
57
<!--
Points
to searchable activity so the whole app can invoke search. -->
/development/samples/Snake/src/com/example/android/snake/
BackgroundView.java
37
{ 0, 1, 2, 0, 3, 4, 0, 1, 4 // Corner
points
for triangles (with offset = 2)
64
// Set color for all vertex
points
to current triangle color
/external/chromium-trace/catapult/devil/devil/utils/
geometry.py
5
"""Objects for convenient manipulation of
points
and other surface areas."""
23
"""Sum of two
points
, e.g. p + q."""
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipfw_win32/
netipfw.inf
59
; ddinstall->copyfiles
points
here
63
; ddinstall->addreg
points
here
/external/curl/lib/
formdata.h
28
FORM_CALLBACK, /* 'line'
points
to the custom pointer we pass to the callback
30
FORM_FILE /* 'line'
points
to a file name we should read from
/external/deqp/framework/referencerenderer/
design.txt
7
- must support lines,
points
56
- gl3: triangles,
points
, lines (adjecency?)
/external/dng_sdk/source/
dng_gain_map.cpp
140
if (fMap.
Points
().v < 1)
144
uint32 lastRow = static_cast<uint32> (fMap.
Points
().v - 1);
207
if (fMap.
Points
().h < 1)
211
uint32 lastCol = static_cast<uint32> (fMap.
Points
().h - 1);
253
const dng_point &
points
,
258
: fPoints (
points
)
263
, fRowStep (SafeUint32Mult(planes,
points
.h))
366
printf ("
Points
: v=%d, h=%d\n",
/external/eigen/bench/btl/data/
gnuplot_common_settings.hh
1
set noclip
points
43
set cntrparam
points
5
/external/guice/core/src/com/google/inject/spi/
InjectionRequest.java
65
* @return a possibly empty set of injection
points
. The set has a specified iteration order. All
71
* of the valid injection
points
.
StaticInjectionRequest.java
57
* @return a possibly empty set of injection
points
. The set has a specified iteration order. All
63
* of the valid injection
points
.
/external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp
17
* for supplementary code
points
.
80
// Copy the indexes for surrogate code
points
into the BMP range
/external/kernel-headers/original/uapi/linux/
mic_ioctl.h
50
* The (struct mic_device_desc *) pointer
points
to a device page entry
69
* The (__u8 *) pointer
points
to config space values for the device
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/
ContactListener.java
29
* detect changes. Note: this is called only for awake bodies. Note: this is called even when the number of contact
points
is
30
* zero. Note: this is not called for sensors. Note: if you set the number of contact
points
to zero, you will not get an
/external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/joints/
DistanceJointDef.java
24
* The definition uses local anchor
points
so that the initial configuration can violate the constraint slightly. This helps when
47
/** The natural length between the anchor
points
. */
Completed in 2337 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>