Lines Matching +refs:python +refs:indent +refs:guess +refs:indent +refs:offset
8789 + LOG(ERROR) << "get scroll bottom offset failed.";
31483 bool CanGoToOffset(int offset) override;
34396 virtual bool CanGoToOffset(int offset) = 0;
36400 + {{sync_method_ordinals|sort|join(', \n')|indent(4)}}
36955 + * @param delta_x horizontal offset.
36956 + * @param delta_y vertical offset.
41325 + // offset and size.
42224 + ScrollOffset offset = view->GetScrollableArea()->GetScrollOffset();
42225 + return view->GetScrollableArea()->ScrollOffsetToPosition(offset);
48892 F config.guess 883205ddf25b46f10c181818bf42c09da9888884af96f79e1719264345053bd6
50374 +-from tensorflow.lite.python import interpreter as interpreter_wrapper
50375 +-from tensorflow.python.platform import resource_loader
51129 -from tensorflow.lite.python import interpreter as interpreter_wrapper
51130 -from tensorflow.python.platform import resource_loader
51323 int offset) {
52229 + explicit ObjectSlotValueDependency(const HeapObjectRef& object, int offset,
52233 + offset_(offset),
52270 + const HeapObjectRef& object, int offset, const ObjectRef& value) {
52272 + zone_->New<ObjectSlotValueDependency>(object, offset, value));
52287 + void DependOnObjectSlotValue(const HeapObjectRef& object, int offset,
52307 Node* offset =
52310 - Node* result = __ Load(MachineType::AnyTagged(), object, offset);
52312 + Node* field = __ Load(MachineType::AnyTagged(), object, offset);
52321 - Node* result = __ Load(MachineType::AnyTagged(), properties, offset);
52323 + Node* field = __ Load(MachineType::AnyTagged(), properties, offset);
52339 Node* field = __ Load(MachineType::AnyTagged(), properties, offset);