HomeSort by relevance Sort by last modified time
    Searched defs:bound (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium_org/tools/telemetry/telemetry/page/actions/
gesture_common.js 13 var bound = { left: client_rect.left,
23 bound.left += frame_bound.left;
24 bound.top += frame_bound.top;
28 return bound;
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-serialized-slots.js 41 function bound()
48 return bound;
  /external/bison/lib/
getdtablesize.c 71 The number N can also be obtained as the upper bound for
77 unsigned int bound; local
78 for (bound = 0x10000; _setmaxstdio (bound) < 0; bound = bound / 2)
81 dtablesize = bound;
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_context_2d.h 19 int bound; member in struct:__anon13555
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyRange.cpp 101 IDBKey* bound = scriptValueToIDBKey(toIsolate(context), boundValue); local
102 if (!bound || !bound->isValid()) {
107 return IDBKeyRange::create(bound, 0, open ? LowerBoundOpen : LowerBoundClosed, UpperBoundOpen);
112 IDBKey* bound = scriptValueToIDBKey(toIsolate(context), boundValue); local
113 if (!bound || !bound->isValid()) {
118 return IDBKeyRange::create(0, bound, LowerBoundOpen, open ? UpperBoundOpen : UpperBoundClosed);
121 IDBKeyRange* IDBKeyRange::bound(ExecutionContext* context, const ScriptValue& lowerValue, const ScriptValue& upperValue, bool lowerOpen, bool upperOpen, ExceptionState& exceptionState) function in class:blink::IDBKeyRange
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
util.rb 127 # Returns self if above the given lower bound, or
129 # otherwise returns the the bound of which the
132 # 4.bound(3) #=> 4
133 # 4.bound(5) #=> 5
134 # 4.bound(2,7) #=> 4
135 # 9.bound(2,7) #=> 7
136 # 1.bound(2,7) #=> 2
140 def bound( lower, upper=nil ) method in class:Integer
  /external/chromium_org/media/cast/logging/
receiver_time_offset_estimator_impl.h 51 // to calculate an upper bound on the difference between the clocks
66 base::TimeDelta bound() const { return bound_; } function in class:media::cast::ReceiverTimeOffsetEstimatorImpl::BoundCalculator
  /external/chromium_org/net/base/
capturing_net_log.h 127 // bound() method.
134 BoundNetLog bound() const { return net_log_; } function in class:net::CapturingBoundNetLog
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.c 50 EGLint bound = surf->Config->MaxSwapInterval; local
51 if (interval >= bound) {
52 interval = bound;
55 bound = surf->Config->MinSwapInterval;
56 if (interval < bound)
57 interval = bound;
  /external/mesa3d/src/egl/main/
eglsurface.c 50 EGLint bound = surf->Config->MaxSwapInterval; local
51 if (interval >= bound) {
52 interval = bound;
55 bound = surf->Config->MinSwapInterval;
56 if (interval < bound)
57 interval = bound;
  /external/chromium_org/mojo/public/cpp/bindings/lib/
interface_impl_internal.h 100 // If the the instance is not bound to the pipe, the instance might choose
104 bool bound = instance_bound_to_pipe_; variable
106 if (!bound)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Character.cpp 68 const T* bound = std::upper_bound(&intervalList[0], &intervalList[size], value); variable
69 if ((bound - intervalList) % 2 == 1)
71 return bound > intervalList && *(bound - 1) == value;
  /external/chromium_org/third_party/skia/src/gpu/
GrLayerHoister.cpp 180 SkRect bound = SkRect::MakeXYWH(SkIntToScalar(layer->rect().fLeft), local
184 atlasCanvas->clipRect(bound);
188 atlasCanvas->drawRect(bound, paint);
196 initialCTM.postTranslate(bound.fLeft, bound.fTop);
200 atlasCanvas->translate(bound.fLeft, bound.fTop);
203 SkRecordPartialDraw(*pict->fRecord.get(), atlasCanvas, bound,
225 SkRect bound = SkRect::MakeXYWH(SkIntToScalar(layer->rect().fLeft), local
230 layerCanvas->clipRect(bound); // TODO: still useful
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
Bcj2.c 29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
30 #define UPDATE_0(p) range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE;
31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
62 UInt32 bound; local
  /external/lzma/C/
Bcj2.c 29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound)
30 #define UPDATE_0(p) range = bound; *(p) = (CProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits)); NORMALIZE;
31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE;
62 UInt32 bound; local
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.cc 114 // Capture the upper bound of our target entry's deltas.
115 const size_t bound = (iter == index_.end() ? deltas_.size() : iter->second); local
126 for (size_t di = iter->second; di < bound && current < prefix; ++di) {
  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller_unittest.cc 101 cc::ViewportSelectionBound bound; local
102 bound.type = cc::SELECTION_BOUND_CENTER;
103 bound.edge_top = rect.origin();
104 bound.edge_bottom = rect.bottom_left();
105 bound.visible = visible;
106 controller_->OnSelectionBoundsChanged(bound, bound);
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 38 int bound; member in struct:__anon13524
108 g_Context.bound =
315 if (g_Context.bound) {
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 41 int bound; member in struct:__anon13533
115 g_Context.bound =
315 if (g_Context.bound) {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
si_state_draw.c 407 bool bound[PIPE_MAX_ATTRIBS] = {}; local
447 if (!bound[ve->vertex_buffer_index]) {
449 bound[ve->vertex_buffer_index] = true;
  /external/chromium_org/tools/cr/cr/
plugin.py 118 def bound(*args, **kwargs): function in function:Plugin.activemethod.__get__
123 return bound
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixVector.h 75 Index bound = (std::max)(Index(0),size-8) & 0xfffffffe; local
77 bound = size - bound;
79 for (Index j=FirstTriangular ? bound : 0;
80 j<(FirstTriangular ? size : bound);j+=2)
148 for (Index j=FirstTriangular ? 0 : bound;j<(FirstTriangular ? bound : size);j++)
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 407 bool bound[PIPE_MAX_ATTRIBS] = {}; local
447 if (!bound[ve->vertex_buffer_index]) {
449 bound[ve->vertex_buffer_index] = true;
  /external/chromium_org/printing/
emf_win.cc 223 gfx::Rect bound = GetPageBounds(1); local
224 RECT rect = bound.ToRECT();
225 return bound.IsEmpty() ||
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 159 //test type variable bound
161 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0); local
162 assertEquals("java.lang.Object", bound.getClassDefinition().getQualifiedName());
178 //test type variable bound
180 IClassReference bound = (IClassReference) variable.getUpperBounds().get(0); local
181 assertEquals("java.lang.Integer", bound.getClassDefinition().getQualifiedName());
197 //test type variable bound
204 //test type variable bound
223 //test type variable bound
230 //test type variable bound
    [all...]

Completed in 659 milliseconds

1 2 3