/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 73 float top = GetObject<float>(); in BitmapFuzzTest002() local 78 top, in BitmapFuzzTest002()
|
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionitem_fuzzer/ |
H A D | avsessionitem_fuzzer.cpp | 124 bool top = *(reinterpret_cast<const bool *>(data)); in AvSessionItemTestImpl() local 140 avSessionItem->SetTop(top); in AvSessionItemTestImpl()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | run.c | 57 top: in spu_stopped() 65 goto top; in spu_stopped()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | run.c | 57 top: in spu_stopped() 65 goto top; in spu_stopped()
|
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 154 struct btcx_riscmem top; member 162 struct bttv_buffer *top; /* top field buffer */ member 455 - only the irq handler is supported to touch top + bottom + vcurr */ 492 /* Latest possible end of VBI capturing (= crop[x].rect.top when
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_atomic_state_helper.c | 452 state->tv.margins.top = cmdline->tv_margins.top; in drm_atomic_helper_connector_tv_reset()
|
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 152 struct btcx_riscmem top; member 157 struct bttv_buffer *top; /* top field buffer */ member 412 - only the irq handler is supported to touch top + bottom + vcurr */ 465 /* Latest possible end of VBI capturing (= crop[x].rect.top when
|
/kernel/linux/linux-6.6/drivers/media/platform/microchip/ |
H A D | microchip-isc-scaler.c | 143 sel->r.top = 0; in isc_scaler_g_sel() 160 try_crop->top = 0; in isc_scaler_init_cfg()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_result_plot.py | 160 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 D | check-layout.js | 76 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 D | index.js | 6 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 D | rebuild.js | 217 // 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 D | graph-reducer.cc | 73 // 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 D | control-equivalence.cc | 94 DFSStackEntry& entry = stack.top(); in RunUndirectedDFS() 200 DCHECK_EQ(stack.top().node, node); in DFSPop()
|
/third_party/node/deps/v8/src/execution/ |
H A D | frames-inl.h | 278 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 D | sljitUtils.c | 198 stack->top = stack->end; in sljit_allocate_stack() 292 stack->top = stack->end; in sljit_allocate_stack()
|
/third_party/python/Lib/ |
H A D | symtable.py | 18 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 D | SkAlphaThresholdImageFilter.cpp | 198 offset->fY = bounds.top(); in onFilterImage() 301 offset->fY = bounds.top(); in onFilterImage()
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | quant_levels_dec_utils.c | 85 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 D | encode.h | 423 // 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 D | MusicKeyboardView.java | 32 * 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 D | SkPaintFilterCanvas.cpp | 124 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 D | StrokeTest.cpp | 18 SkScalarNearlyEqual(a.top(), b.top()) && in equal()
|
/third_party/skia/src/sksl/ |
H A D | SkSLThreadContext.cpp | 151 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 D | SplitModule.cpp | 191 unsigned CurrentClusterID = BalancinQueue.top().first; in findPartitions() 192 unsigned CurrentClusterSize = BalancinQueue.top().second; in findPartitions()
|