Home
last modified time | relevance | path

Searched defs:bound (Results 1 – 25 of 79) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBKeyRange.cpp101 IDBKey* bound = scriptValueToIDBKey(toIsolate(context), boundValue); in lowerBound() local
112 IDBKey* bound = scriptValueToIDBKey(toIsolate(context), boundValue); in upperBound() local
121 IDBKeyRange* IDBKeyRange::bound(ExecutionContext* context, const ScriptValue& lowerValue, const Scr… in bound() function in blink::IDBKeyRange
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DExceptionMessages.h71 static String indexExceedsMaximumBound(const char* name, NumberType given, NumberType bound) in indexExceedsMaximumBound()
88 static String indexExceedsMinimumBound(const char* name, NumberType given, NumberType bound) in indexExceedsMinimumBound()
/external/bison/lib/
Dgetdtablesize.c77 unsigned int bound; in getdtablesize() local
/external/chromium_org/tools/telemetry/telemetry/page/actions/
Dgesture_common.js13 var bound = { left: client_rect.left, variable
/external/chromium_org/v8/test/mjsunit/compiler/
Dregress-serialized-slots.js41 function bound() function
/external/chromium_org/media/cast/logging/
Dreceiver_time_offset_estimator_impl.h66 base::TimeDelta bound() const { return bound_; } in bound() function
/external/skia/src/gpu/
DGrClipMaskCache.h117 const SkIRect& bound) { in acquireMask()
161 void getLastBound(SkIRect* bound) const { in getLastBound()
/external/chromium_org/third_party/skia/src/gpu/
DGrClipMaskCache.h118 const SkIRect& bound) { in acquireMask()
162 void getLastBound(SkIRect* bound) const { in getLastBound()
DGrLayerHoister.cpp180 SkRect bound = SkRect::MakeXYWH(SkIntToScalar(layer->rect().fLeft), in DrawLayers() local
225 SkRect bound = SkRect::MakeXYWH(SkIntToScalar(layer->rect().fLeft), in DrawLayers() local
/external/valgrind/main/drd/tests/
Domp_prime.c19 int bound = floor(sqrt ((double)v)) + 1; in is_prime() local
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
Dps_context_2d.h19 int bound; member
/external/chromium_org/net/base/
Dcapturing_net_log.h134 BoundNetLog bound() const { return net_log_; } in bound() function
/external/chromium_org/mojo/public/cpp/bindings/lib/
Dinterface_impl_internal.h104 bool bound = instance_bound_to_pipe_; in OnConnectionError() local
/external/chromium_org/chrome/browser/resources/standalone/
Dstandalone_hack.js354 bound = function() { function
359 bound.prototype = new nop(); class
/external/skia/tests/
DFontHostStreamTest.cpp23 static void create(SkBitmap* bm, SkIRect bound) { in create()
DDrawTextTest.cpp19 static void create(SkBitmap* bm, SkIRect bound) { in create()
/external/chromium_org/third_party/skia/tests/
DDrawTextTest.cpp19 static void create(SkBitmap* bm, SkIRect bound) { in create()
DFontHostStreamTest.cpp24 static void create(SkBitmap* bm, SkIRect bound) { in create()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dutil.rb140 def bound( lower, upper=nil ) method in Integer
/external/smack/src/org/xbill/DNS/
DUDPClient.java43 private boolean bound = false; field in UDPClient
/external/bison/src/
Dlocation.c217 boundary_set_from_string (boundary *bound, char *loc_str) in boundary_set_from_string()
/external/openssl/crypto/asn1/
Dasn_mime.c283 char bound[33], c; in SMIME_write_ASN1() local
608 static int multi_split(BIO *bio, char *bound, STACK_OF(BIO) **ret) in multi_split()
923 static int mime_bound_check(char *line, int linelen, char *bound, int blen) in mime_bound_check()
/external/lzma/C/
DBcj2.c62 UInt32 bound; in Bcj2_Decode() local
/external/chromium_org/third_party/lzma_sdk/
DBcj2.c62 UInt32 bound; in Bcj2_Decode() local
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h75 Index bound = (std::max)(Index(0),size-8) & 0xfffffffe; in run() local

1234