Home
last modified time | relevance | path

Searched refs:top (Results 651 - 675 of 1359) sorted by relevance

1...<<21222324252627282930>>...55

/third_party/astc-encoder/Test/
H A Dastc_test_result_plot.py160 bottom=True, top=False, labelbottom=True)
235 ax.set_ylim(bottom=limits[1][0], top=limits[1][1])
/third_party/node/test/fixtures/wpt/resources/
H A Dcheck-layout.js76 var actualOffset = node.getBoundingClientRect().top - positionedAncestor(node).getBoundingClientRect().top;
78 failures.push("Expected " + expectedOffset + " for getBoundingClientRect().top offset, but got " + actualOffset + ". ");
126 var expectedPaddingTop = checkAttribute(output, node, "data-expected-padding-top");
132 failures.push("Expected " + expectedPaddingTop + " for padding-top, but got " + actualPaddingTop + ". ");
162 var expectedMarginTop = checkAttribute(output, node, "data-expected-margin-top");
168 failures.push("Expected " + expectedMarginTop + " for margin-top, but got " + actualMarginTop + ". ");
/third_party/node/deps/npm/node_modules/@isaacs/cliui/build/lib/
H A Dindex.js6 const top = 0;
184 // add top and bottom padding.
186 wrapped.unshift(...new Array(col.padding[top] || 0).fill(''));
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Drebuild.js217 // if the node is a global top, and we're not in force mode, then
226 await binLinks.checkBins({ pkg, path, top: true, global: true })
393 top: !!(node.isTop || node.globalTop),
/third_party/node/deps/v8/src/compiler/
H A Dgraph-reducer.cc73 // Process the node on the top of the stack, potentially pushing more or in ReduceNode()
149 NodeState& entry = stack_.top(); in ReduceTop()
290 Node* node = stack_.top().node; in Pop()
H A Dcontrol-equivalence.cc94 DFSStackEntry& entry = stack.top(); in RunUndirectedDFS()
200 DCHECK_EQ(stack.top().node, node); in DFSPop()
/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h278 ThreadLocalTop* top) in JavaScriptFrameIterator()
279 : iterator_(isolate, top) { in JavaScriptFrameIterator()
277 JavaScriptFrameIterator(Isolate* isolate, ThreadLocalTop* top) JavaScriptFrameIterator() argument
/third_party/pcre2/pcre2/src/sljit/
H A DsljitUtils.c198 stack->top = stack->end; in sljit_allocate_stack()
292 stack->top = stack->end; in sljit_allocate_stack()
/third_party/python/Lib/
H A Dsymtable.py18 top = _symtable.symtable(code, filename, compile_type)
19 return _newSymbolTable(top, filename)
55 if self._table.name == "top":
86 or 'top' if the table is for a class, function or
127 module_scope = (self._table.name == "top")
/third_party/skia/src/effects/imagefilters/
H A DSkAlphaThresholdImageFilter.cpp198 offset->fY = bounds.top(); in onFilterImage()
301 offset->fY = bounds.top(); in onFilterImage()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_dec_utils.c85 const uint16_t* const top = p->top_; in VFilter() local
93 new_value = top[x] + sum; in VFilter()
102 // That's why we don't update the 'src' pointer on top/bottom area: in VFilter()
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Dencode.h423 // self-crops a picture to the rectangle defined by top/left/width/height.
426 // The rectangle for the view is defined by the top-left corner pixel
427 // coordinates (left, top) as well as its width and height. This rectangle
429 // picture uses the YUV420 colorspace, the top and left coordinates will be
432 int left, int top, int width, int height);
435 // is defined by the top-left corner pixel coordinates (left, top) as well
438 // the top and left coordinates will be snapped to even values.
446 int left, int top, int width, int height,
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMusicKeyboardView.java32 * MusicKeyListener. Keys that pressed are highlighted. Running a finger along the top of the
150 int top = 0; in makeBlackRectangles()
165 Rect rect = new Rect(left, top, right, mBlackBottom); in makeBlackRectangles()
/third_party/skia/src/utils/
H A DSkPaintFilterCanvas.cpp124 void SkPaintFilterCanvas::onDrawImage2(const SkImage* image, SkScalar left, SkScalar top, in onDrawImage2() argument
128 this->SkNWayCanvas::onDrawImage2(image, left, top, sampling, &apf.paint()); in onDrawImage2()
/third_party/skia/tests/
H A DStrokeTest.cpp18 SkScalarNearlyEqual(a.top(), b.top()) && in equal()
/third_party/skia/src/sksl/
H A DSkSLThreadContext.cpp151 CurrentEmitArgs()->fFragBuilder->fDeclarations.swap(instance.fStack.top().fSavedDeclarations); in StartFragmentProcessor()
158 CurrentEmitArgs()->fFragBuilder->fDeclarations.swap(instance.fStack.top().fSavedDeclarations); in EndFragmentProcessor()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp191 unsigned CurrentClusterID = BalancinQueue.top().first; in findPartitions()
192 unsigned CurrentClusterSize = BalancinQueue.top().second; in findPartitions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGSort.cpp307 Next = Preferred.top(); in sortBlocks()
309 // If X isn't dominated by the top active region header, defer it until in sortBlocks()
338 Next = Ready.top(); in sortBlocks()
340 // If Next isn't dominated by the top active region header, defer it in sortBlocks()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DFieldType.java270 top: in getListParameter()
317 continue top; in getListParameter()
/third_party/python/Lib/unittest/
H A Dmain.py157 self.test = loader.discover(self.start, self.pattern, self.top)
219 'importable from the top level directory of the '
226 parser.add_argument('-t', '--top-level-directory', dest='top',
229 for arg in ('start', 'pattern', 'top'):
239 self.top = None
/third_party/skia/modules/androidkit/src/
H A DCanvas.cpp137 jfloat left, jfloat top, jfloat right, jfloat bottom, in Canvas_DrawRect()
142 canvas->drawRect(SkRect::MakeLTRB(left, top, right, bottom), *paint); in Canvas_DrawRect()
136 Canvas_DrawRect(JNIEnv* env, jobject, jlong native_instance, jfloat left, jfloat top, jfloat right, jfloat bottom, jlong native_paint) Canvas_DrawRect() argument
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbn.rs9 pub fn BN_rand(r: *mut BIGNUM, bits: c_int, top: c_int, bottom: c_int) -> c_int; in BN_rand()
11 pub fn BN_pseudo_rand(r: *mut BIGNUM, bits: c_int, top: c_int, bottom: c_int) -> c_int; in BN_pseudo_rand()
/third_party/ffmpeg/libavcodec/
H A Dvc1dsp.c87 static void vc1_v_s_overlap_c(int16_t *top, int16_t *bottom) in vc1_v_s_overlap_c() argument
94 a = top[48]; in vc1_v_s_overlap_c()
95 b = top[56]; in vc1_v_s_overlap_c()
101 top[48] = ((a * 8) - d1 + rnd1) >> 3; in vc1_v_s_overlap_c()
102 top[56] = ((b * 8) - d2 + rnd2) >> 3; in vc1_v_s_overlap_c()
107 top++; in vc1_v_s_overlap_c()
/third_party/icu/icu4c/source/common/
H A Duresdata.cpp1344 int32_t bundleLength, indexLength, keysBottom, keysTop, resBottom, top; in ures_swap() local
1406 top=udata_readInt32(ds, inIndexes[URES_INDEX_BUNDLE_TOP]); in ures_swap()
1409 if(0<=bundleLength && bundleLength<top) { in ures_swap()
1410 udata_printError(ds, "ures_swap(): resource top %d exceeds bundle length %d\n", in ures_swap()
1411 top, bundleLength); in ures_swap()
1452 uprv_memcpy(outBundle, inBundle, 4*top); in ures_swap()
1509 return headerSize+4*top; in ures_swap()
/third_party/nghttp2/src/
H A Dshrpx_worker.cc216 auto &top = wg->pq.top(); in ensure_enqueue_addr() local
217 cycle = top.cycle; in ensure_enqueue_addr()
229 auto &top = wgpq.top(); in ensure_enqueue_addr() local
230 cycle = top.cycle; in ensure_enqueue_addr()

Completed in 43 milliseconds

1...<<21222324252627282930>>...55