Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 25 of 174) sorted by relevance

1234567

/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DAreaUtils.java59 public static float calcScreenArea(BoundingVolume bound, float distance, float screenWidth) { in calcScreenArea() argument
60 if (bound.getType() == BoundingVolume.Type.Sphere){ in calcScreenArea()
61 return calcScreenArea((BoundingSphere) bound, distance, screenWidth); in calcScreenArea()
62 }else if (bound.getType() == BoundingVolume.Type.AABB){ in calcScreenArea()
63 return calcScreenArea((BoundingBox) bound, distance, screenWidth); in calcScreenArea()
68 private static float calcScreenArea(BoundingSphere bound, float distance, float screenWidth) { in calcScreenArea() argument
74 float radius = (bound.getRadius() * screenWidth) / (distance * 2); in calcScreenArea()
78 private static float calcScreenArea(BoundingBox bound, float distance, float screenWidth) { in calcScreenArea() argument
80 float radiusSquare = bound.getXExtent() * bound.getXExtent() in calcScreenArea()
81 + bound.getYExtent() * bound.getYExtent() in calcScreenArea()
[all …]
/external/webkit/LayoutTests/storage/indexeddb/
Dobjectstore-cursor-expected.txt23 Next test: lower open bound is 0; sorted ascending.
32 Next test: lower bound is 0; sorted ascending.
42 Next test: upper open bound is 0; sorted ascending.
45 Next test: upper bound is 0; sorted ascending.
49 Next test: lower open bound is 0; sorted descending.
58 Next test: lower bound is 0; sorted descending.
68 Next test: upper open bound is 0; sorted descending.
71 Next test: upper bound is 0; sorted descending.
75 Next test: lower open bound is 0; upper open bound is 6; sorted ascending.
83 Next test: lower open bound is 0; upper bound is 6; sorted ascending.
[all …]
Dindex-cursor-expected.txt25 Next test: lower open bound is 0; sorted ascending.
40 Next test: lower bound is 0; sorted ascending.
59 Next test: upper open bound is 0; sorted ascending.
62 Next test: upper bound is 0; sorted ascending.
69 Next test: lower open bound is 0; sorted descending.
84 Next test: lower bound is 0; sorted descending.
103 Next test: upper open bound is 0; sorted descending.
106 Next test: upper bound is 0; sorted descending.
113 Next test: lower open bound is 0; upper open bound is 6; sorted ascending.
124 Next test: lower open bound is 0; upper bound is 6; sorted ascending.
[all …]
Dkeyrange-expected.txt13 PASS 'bound' in webkitIDBKeyRange is true
23 PASS 'bound' in instance is false
130 webkitIDBKeyRange.bound(30,40, undefined, undefined)
135 webkitIDBKeyRange.bound(31,41, false, false)
140 webkitIDBKeyRange.bound(32,42, false, true)
145 webkitIDBKeyRange.bound(33,43, true, false)
150 webkitIDBKeyRange.bound(34,44, true, true)
155 webkitIDBKeyRange.bound(30.1,40.2, undefined, undefined)
160 webkitIDBKeyRange.bound(31.3,41.4, false, false)
165 webkitIDBKeyRange.bound(32.5,42.6, false, true)
[all …]
/external/webkit/Source/WebCore/storage/
DIDBKeyRange.cpp49 PassRefPtr<IDBKeyRange> IDBKeyRange::lowerBound(PassRefPtr<IDBKey> bound, bool open) in lowerBound() argument
51 return IDBKeyRange::create(bound, 0, open, false); in lowerBound()
54 PassRefPtr<IDBKeyRange> IDBKeyRange::upperBound(PassRefPtr<IDBKey> bound, bool open) in upperBound() argument
56 return IDBKeyRange::create(0, bound, false, open); in upperBound()
59 PassRefPtr<IDBKeyRange> IDBKeyRange::bound(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool… in bound() function in WebCore::IDBKeyRange
DIDBKeyRange.h52 static PassRefPtr<IDBKeyRange> lowerBound(PassRefPtr<IDBKey> bound, bool open = false);
53 static PassRefPtr<IDBKeyRange> upperBound(PassRefPtr<IDBKey> bound, bool open = false);
54 …static PassRefPtr<IDBKeyRange> bound(PassRefPtr<IDBKey> lower, PassRefPtr<IDBKey> upper, bool lowe…
DIDBKeyRange.idl38 [ClassMethod] IDBKeyRange lowerBound(in IDBKey bound, in [Optional] boolean open);
39 [ClassMethod] IDBKeyRange upperBound(in IDBKey bound, in [Optional] boolean open);
40 …[ClassMethod] IDBKeyRange bound(in IDBKey lower, in IDBKey upper, in [Optional] boolean lowerOpen,…
/external/openssl/crypto/asn1/
Dasn_mime.c103 static int mime_bound_check(char *line, int linelen, char *bound, int blen);
104 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret);
283 char bound[33], c; in SMIME_write_ASN1() local
299 RAND_pseudo_bytes((unsigned char *)bound, 32); in SMIME_write_ASN1()
301 c = bound[i] & 0xf; in SMIME_write_ASN1()
304 bound[i] = c; in SMIME_write_ASN1()
306 bound[32] = 0; in SMIME_write_ASN1()
313 bound, mime_eol, mime_eol); in SMIME_write_ASN1()
317 BIO_printf(bio, "------%s%s", bound, mime_eol); in SMIME_write_ASN1()
320 BIO_printf(bio, "%s------%s%s", mime_eol, bound, mime_eol); in SMIME_write_ASN1()
[all …]
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/
DPostShadowPSSM.frag91 float bound = KERNEL * 0.5 - 0.5;
92 bound *= PCFEDGE;
93 for (float y = -bound; y <= bound; y += PCFEDGE){
94 for (float x = -bound; x <= bound; x += PCFEDGE){
DPostShadowPSSM15.frag110 float bound = KERNEL * 0.5 - 0.5;
111 bound *= PCFEDGE;
112 for (float y = -bound; y <= bound; y += PCFEDGE){
113 for (float x = -bound; x <= bound; x += PCFEDGE){
/external/openssl/apps/
DCA.pl.in175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
DCA.pl175 my ($infile, $outfile, $bound) = @_;
180 $flag = 1 if (/^-----BEGIN.*$bound/) ;
182 if (/^-----END.*$bound/) {
DCA.sh35 bound=$3
40 echo $line|grep "^-----END.*$bound" 2>/dev/null 1>/dev/null
49 echo $line|grep "^-----BEGIN.*$bound" 2>/dev/null 1>/dev/null
/external/v8/test/mjsunit/compiler/
Dregress-serialized-slots.js41 function bound() function
48 return bound;
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DLetterQuad.java134 Rectangle bound = block.getTextBox(); in isInvalid() local
135 if (bound == null) { in isInvalid()
138 return x0 > 0 && bound.x+bound.width-gap < getX1(); in isInvalid()
253 final Rectangle bound = getBound(block); in update() local
292 x0 = bound.x; in update()
333 xAdvance = bound.x-x0; in update()
/external/skia/tests/
DDrawTextTest.cpp21 static void create(SkBitmap* bm, SkIRect bound, SkBitmap::Config config) { in create() argument
22 bm->setConfig(config, bound.width(), bound.height()); in create()
DBlurTest.cpp23 static void create(SkBitmap* bm, SkIRect bound, SkBitmap::Config config) { in create() argument
24 bm->setConfig(config, bound.width(), bound.height()); in create()
/external/chromium/base/
Dcallback.h.pump32 // parameters have been bound (usually via currying). Closures are well
121 // and all its bound parameters. Each Callback specialization has a templated
124 // uniquely identifies the function it is representing, all its bound
128 // full static type and erases the target function type, and the bound
138 // - Determining the number of parameters that are bound
139 // - Creating the storage for the bound parameters
149 // By default Bind() will store copies of all bound parameters, and attempt
150 // to refcount a target object if the function being bound is a class method.
176 // for each bound parameter. Also, each when passing a tr1::function, each
177 // bound argument will be copied again.
[all …]
Dbind_internal.h.pump35 // 3) The number of bound parameters.
43 // InvokerStorageN<> -- Provides storage for the bound parameters, and
88 // Target type for each bound parameter.
105 // Target type for each bound parameter.
122 // Target type for each bound parameter.
143 // no knowledge of the bound function and bound parameter types.
149 // The InvokerN templates are the only point that knows the number of bound
172 $$ the first bound parameter is the object.
/external/valgrind/main/drd/tests/
Domp_prime.c19 int bound = floor(sqrt ((double)v)) + 1; in is_prime() local
21 for (i = 2; i < bound; i++) in is_prime()
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp2.txt18 the upper bound. The lower bound is always implied to be zero, for
22 explicitly. Since the lower bound must always be known in a high level
/external/v8/test/mjsunit/
Ddebug-stepin-function-call.js140 var bound = g.bind(null, 3);
142 bound();
/external/v8/src/
Ddebug-agent.cc55 bool bound = false; in Run() local
56 while (!bound && !terminate_) { in Run()
57 bound = server_->Bind(port_); in Run()
62 if (!bound) { in Run()
/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c823 TyEnt* bound; in ML_() local
835 bound = ML_(TyEnts__index_by_cuOff)(tyents, NULL, boundR); in ML_()
836 vg_assert(bound); in ML_()
837 vg_assert(bound->tag == Te_Bound); in ML_()
838 if (!(bound->Te.Bound.knownL && bound->Te.Bound.knownU in ML_()
839 && bound->Te.Bound.boundL == 0 in ML_()
840 && bound->Te.Bound.boundU >= bound->Te.Bound.boundL)) in ML_()
842 size = bound->Te.Bound.boundU - bound->Te.Bound.boundL + 1; in ML_()
/external/mesa3d/docs/
DMESA_texture_array.spec391 same initial values. If the new texture object is bound to TEXTURE_1D,
402 bind is successful no change is made to the state of the bound texture
405 While a texture object is bound, GL operations on the target to which
406 it is bound affect the bound object, and queries of the target to which
407 it is bound return state from the bound object. If texture mapping of
408 the dimensionality of the target to which a texture object is bound is
409 enabled, the state of the bound texture object directs the texturing
421 TEXTURE_2D_ARRAY_EXT respectively while 0 is bound to the corresponding
718 TEXTURE_BINDING_1D_ARRAY_EXT 2*xZ+ GetIntegerv 0 texture object bound 3.8.12 texture
720 TEXTURE_BINDING_2D_ARRAY_EXT 2*xZ+ GetIntegerv 0 texture object bound 3.8.12 texture

1234567