Home
last modified time | relevance | path

Searched refs:getNative (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DMath_as.cpp244 proto.init_member("abs", vm.getNative(200, 0), flags); in attachMathInterface()
245 proto.init_member("min", vm.getNative(200, 1), flags); in attachMathInterface()
246 proto.init_member("max", vm.getNative(200, 2), flags); in attachMathInterface()
247 proto.init_member("sin", vm.getNative(200, 3), flags); in attachMathInterface()
248 proto.init_member("cos", vm.getNative(200, 4), flags); in attachMathInterface()
249 proto.init_member("atan2", vm.getNative(200, 5), flags); in attachMathInterface()
250 proto.init_member("tan", vm.getNative(200, 6), flags); in attachMathInterface()
251 proto.init_member("exp", vm.getNative(200, 7), flags); in attachMathInterface()
252 proto.init_member("log", vm.getNative(200, 8), flags); in attachMathInterface()
253 proto.init_member("sqrt", vm.getNative(200, 9), flags); in attachMathInterface()
[all …]
H A DTextFormat_as.cpp697 get = vm.getNative(110, 1); in attachTextFormatInterface()
698 set = vm.getNative(110, 2); in attachTextFormatInterface()
700 get = vm.getNative(110, 3); in attachTextFormatInterface()
701 set = vm.getNative(110, 4); in attachTextFormatInterface()
703 get = vm.getNative(110, 5); in attachTextFormatInterface()
704 set = vm.getNative(110, 6); in attachTextFormatInterface()
706 get = vm.getNative(110, 7); in attachTextFormatInterface()
707 set = vm.getNative(110, 8); in attachTextFormatInterface()
709 get = vm.getNative(110, 9); in attachTextFormatInterface()
710 set = vm.getNative(110, 10); in attachTextFormatInterface()
[all …]
H A DDate_as.cpp341 o.init_member("getYear", vm.getNative(103, 1)); in attachDateInterface()
343 o.init_member("getDate", vm.getNative(103, 3)); in attachDateInterface()
344 o.init_member("getDay", vm.getNative(103, 4)); in attachDateInterface()
345 o.init_member("getHours", vm.getNative(103, 5)); in attachDateInterface()
350 o.init_member("setMonth", vm.getNative(103, 10)); in attachDateInterface()
351 o.init_member("setDate", vm.getNative(103, 11)); in attachDateInterface()
352 o.init_member("setHours", vm.getNative(103, 12)); in attachDateInterface()
356 o.init_member("getTime", vm.getNative(103, 16)); in attachDateInterface()
357 o.init_member("setTime", vm.getNative(103, 17)); in attachDateInterface()
359 o.init_member("toString", vm.getNative(103, 19)); in attachDateInterface()
[all …]
H A DMovieClip_as.cpp219 o.init_member("play", vm.getNative(900, 12)); in attachMovieClipAS2Interface()
261 getset = vm.getNative(900, 200); in attachMovieClipAS2Interface()
263 getset = vm.getNative(900, 300); in attachMovieClipAS2Interface()
265 getset = vm.getNative(900, 401); in attachMovieClipAS2Interface()
267 getset = vm.getNative(900, 402); in attachMovieClipAS2Interface()
269 getset = vm.getNative(900, 403); in attachMovieClipAS2Interface()
271 getset = vm.getNative(900, 417); in attachMovieClipAS2Interface()
273 getset = vm.getNative(900, 418); in attachMovieClipAS2Interface()
275 getset = vm.getNative(900, 500); in attachMovieClipAS2Interface()
277 getset = vm.getNative(900, 502); in attachMovieClipAS2Interface()
[all …]
H A DSelection_as.cpp90 o.init_member("getBeginIndex", vm.getNative(600, 0), flags); in attachSelectionInterface()
91 o.init_member("getEndIndex", vm.getNative(600, 1), flags); in attachSelectionInterface()
92 o.init_member("getCaretIndex", vm.getNative(600, 2), flags); in attachSelectionInterface()
93 o.init_member("getFocus", vm.getNative(600, 3), flags); in attachSelectionInterface()
94 o.init_member("setFocus", vm.getNative(600, 4), flags); in attachSelectionInterface()
95 o.init_member("setSelection", vm.getNative(600, 5), flags); in attachSelectionInterface()
H A DObject.cpp87 as_object* cl = vm.getNative(101, 9); in initObjectClass()
101 cl->init_member("registerClass", vm.getNative(101, 8), readOnlyFlags); in initObjectClass()
120 o.init_member("valueOf", vm.getNative(101, 3)); in attachObjectInterface()
121 o.init_member("toString", vm.getNative(101, 4)); in attachObjectInterface()
128 o.init_member("addProperty", vm.getNative(101, 2), swf6flags); in attachObjectInterface()
129 o.init_member("hasOwnProperty", vm.getNative(101, 5), swf6flags); in attachObjectInterface()
130 o.init_member("isPropertyEnumerable", vm.getNative(101, 7), swf6flags); in attachObjectInterface()
131 o.init_member("isPrototypeOf", vm.getNative(101, 6), swf6flags); in attachObjectInterface()
132 o.init_member("watch", vm.getNative(101, 0), swf6flags); in attachObjectInterface()
133 o.init_member("unwatch", vm.getNative(101, 1), swf6flags); in attachObjectInterface()
H A DSound_as.cpp936 o.init_member("getPan", vm.getNative(500, 0), flags); in attachSoundInterface()
937 o.init_member("getTransform", vm.getNative(500, 1), flags); in attachSoundInterface()
938 o.init_member("getVolume", vm.getNative(500, 2), flags); in attachSoundInterface()
939 o.init_member("setPan", vm.getNative(500, 3), flags); in attachSoundInterface()
940 o.init_member("setTransform", vm.getNative(500, 4), flags); in attachSoundInterface()
941 o.init_member("setVolume", vm.getNative(500, 5), flags); in attachSoundInterface()
942 o.init_member("stop", vm.getNative(500, 6), flags); in attachSoundInterface()
943 o.init_member("attachSound", vm.getNative(500, 7), flags); in attachSoundInterface()
944 o.init_member("start", vm.getNative(500, 8), flags); in attachSoundInterface()
948 o.init_member("getDuration", vm.getNative(500, 9), flagsn6); in attachSoundInterface()
[all …]
H A DGlobal_as.cpp263 init_member("ASSetNative", vm.getNative(4, 0)); in registerClasses()
267 init_member("trace", vm.getNative(100, 4)); in registerClasses()
271 init_member("setTimeout", vm.getNative(250, 2)); in registerClasses()
288 init_member("escape", vm.getNative(100, 0)); in registerClasses()
289 init_member("unescape", vm.getNative(100, 1)); in registerClasses()
290 init_member("parseInt", vm.getNative(100, 2)); in registerClasses()
291 init_member("parseFloat", vm.getNative(100, 3)); in registerClasses()
292 init_member("isNaN", vm.getNative(200, 18)); in registerClasses()
293 init_member("isFinite", vm.getNative(200, 19)); in registerClasses()
678 as_function* fun = vm.getNative(x, y); in global_asconstructor()
[all …]
H A DString_as.cpp115 as_object* cl = vm.getNative(251, 0); in string_class_init()
136 o.init_member("valueOf", vm.getNative(251, 1)); in attachStringInterface()
137 o.init_member("toString", vm.getNative(251, 2)); in attachStringInterface()
140 o.init_member("charAt", vm.getNative(251, 5)); in attachStringInterface()
141 o.init_member("charCodeAt", vm.getNative(251, 6)); in attachStringInterface()
142 o.init_member("concat", vm.getNative(251, 7)); in attachStringInterface()
143 o.init_member("indexOf", vm.getNative(251, 8)); in attachStringInterface()
145 o.init_member("slice", vm.getNative(251, 10)); in attachStringInterface()
146 o.init_member("substring", vm.getNative(251, 11)); in attachStringInterface()
147 o.init_member("split", vm.getNative(251, 12)); in attachStringInterface()
[all …]
H A DLoadVars_as.cpp68 o.init_member("decode", vm.getNative(301, 3), flags); in attachLoadVarsInterface()
69 o.init_member("load", vm.getNative(301, 0), flags); in attachLoadVarsInterface()
70 o.init_member("send", vm.getNative(301, 1), flags); in attachLoadVarsInterface()
71 o.init_member("sendAndLoad", vm.getNative(301, 2), flags); in attachLoadVarsInterface()
H A DKey_as.cpp146 o.init_member("getAscii", vm.getNative(800, 0), flags); in attachKeyInterface()
147 o.init_member("getCode", vm.getNative(800, 1), flags); in attachKeyInterface()
148 o.init_member("isDown", vm.getNative(800, 2), flags); in attachKeyInterface()
149 o.init_member("isToggled", vm.getNative(800, 3), flags); in attachKeyInterface()
H A DAccessibility_as.cpp79 o.init_member("isActive", vm.getNative(1999, 0), flags); in attachAccessibilityStaticInterface()
80 o.init_member("sendEvent", vm.getNative(1999, 1), flags); in attachAccessibilityStaticInterface()
81 o.init_member("updateProperties", vm.getNative(1999, 2), flags); in attachAccessibilityStaticInterface()
H A DBoolean_as.cpp66 as_object* cl = vm.getNative(107, 2); in boolean_class_init()
93 o.init_member("valueOf", vm.getNative(107, 0)); in attachBooleanInterface()
94 o.init_member("toString", vm.getNative(107, 1)); in attachBooleanInterface()
H A DNumber_as.cpp119 o.init_member("valueOf", vm.getNative(106, 0)); in attachNumberInterface()
120 o.init_member("toString", vm.getNative(106, 1)); in attachNumberInterface()
155 as_object* cl = vm.getNative(106, 2); in number_class_init()
H A DTextSnapshot_as.cpp468 o.init_member("getCount", vm.getNative(1067, 1), flags); in attachTextSnapshotInterface()
469 o.init_member("setSelected", vm.getNative(1067, 2), flags); in attachTextSnapshotInterface()
470 o.init_member("getSelected", vm.getNative(1067, 3), flags); in attachTextSnapshotInterface()
471 o.init_member("getText", vm.getNative(1067, 4), flags); in attachTextSnapshotInterface()
472 o.init_member("getSelectedText", vm.getNative(1067, 5), flags); in attachTextSnapshotInterface()
473 o.init_member("hitTestTextNearPos", vm.getNative(1067, 6), flags); in attachTextSnapshotInterface()
474 o.init_member("findText", vm.getNative(1067, 7), flags); in attachTextSnapshotInterface()
475 o.init_member("setSelectColor", vm.getNative(1067, 8), flags); in attachTextSnapshotInterface()
476 o.init_member("getTextRunInfo", vm.getNative(1067, 9), flags); in attachTextSnapshotInterface()
/dports/net/kea/kea-2.0.1/src/lib/config/
H A Dcommand_mgr.cc75 .arg(socket_->getNative()); in Connection()
111 .arg(socket_->getNative()); in stop()
307 .arg(socket_->getNative()).arg(os.str()); in receiveHandler()
310 .arg(ec.value()).arg(socket_->getNative()); in receiveHandler()
323 .arg(bytes_transferred).arg(socket_->getNative()); in receiveHandler()
410 .arg(socket_->getNative()).arg(ec.message()); in sendHandler()
425 .arg(socket_->getNative()); in sendHandler()
445 .arg(socket_->getNative()); in timeoutHandler()
452 .arg(socket_->getNative()) in timeoutHandler()
609 .arg(acceptor_->getNative()).arg(ec.message()); in doAccept()
[all …]
/dports/games/fillets-ng/fillets-ng-1.0.1/src/gengine/
H A DPath.cpp45 .addInfo("path", datapath.getNative())); in dataPath()
48 try_open = fopen(datapath.getNative().c_str(), "wb"); in dataPath()
114 .addInfo("path", localizedPath.getNative())); in constructPath()
155 Path::getNative() const in getNative() function in Path
157 return FsPath::getNative(m_path); in getNative()
H A DResImagePack.cpp44 SDL_Surface *raw_image = IMG_Load(file.getNative().c_str()); in loadImage()
47 .addInfo("file", file.getNative())); in loadImage()
53 .addInfo("file", file.getNative())); in loadImage()
H A DSDLMusicLooper.cpp29 m_music = Mix_LoadWAV(file.getNative().c_str()); in SDLMusicLooper()
35 .addInfo("music", file.getNative()) in SDLMusicLooper()
92 std::string metafile = file.getNative() + ".meta"; in lookupLoopData()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/geom/
H A DColorTransform_as.cpp123 o.init_member("concat", vm.getNative(1105, 1), flags); in attachColorTransformInterface()
129 NativeFunction* getset = vm.getNative(1105, 101); in attachColorTransformInterface()
131 getset = vm.getNative(1105, 102); in attachColorTransformInterface()
133 getset = vm.getNative(1105, 103); in attachColorTransformInterface()
135 getset = vm.getNative(1105, 104); in attachColorTransformInterface()
137 getset = vm.getNative(1105, 105); in attachColorTransformInterface()
139 getset = vm.getNative(1105, 106); in attachColorTransformInterface()
141 getset = vm.getNative(1105, 107); in attachColorTransformInterface()
143 getset = vm.getNative(1105, 108); in attachColorTransformInterface()
145 getset = vm.getNative(1105, 109); in attachColorTransformInterface()
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/jni/
H A Ddocview.cpp1133 DocViewNative * p = getNative(env, view); in Java_org_coolreader_crengine_DocView_destroyInternal()
1157 DocViewNative * p = getNative(env, view); in Java_org_coolreader_crengine_DocView_getPageImageInternal()
1194 DocViewNative * p = getNative(_env, view); in Java_org_coolreader_crengine_DocView_checkImageInternal()
1224 DocViewNative * p = getNative(_env, view); in Java_org_coolreader_crengine_DocView_checkBookmarkInternal()
1252 DocViewNative * p = getNative(_env, view); in Java_org_coolreader_crengine_DocView_drawImageInternal()
1313 DocViewNative * p = getNative(env, view); in Java_org_coolreader_crengine_DocView_closeImageInternal()
1330 DocViewNative * p = getNative(_env, _this); in Java_org_coolreader_crengine_DocView_createDefaultDocumentInternal()
1349 DocViewNative * p = getNative(_env, _this); in Java_org_coolreader_crengine_DocView_loadDocumentInternal()
1369 DocViewNative * p = getNative(_env, _this); in Java_org_coolreader_crengine_DocView_loadDocumentFromMemoryInternal()
1391 DocViewNative * p = getNative(_env, _this); in Java_org_coolreader_crengine_DocView_getSettingsInternal()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.cpp173 xlibDisplay.getNative(), in createSurface()
174 xlibWindow.getNative() in createSurface()
189 xcbDisplay.getNative(), in createSurface()
190 xcbWindow.getNative() in createSurface()
205 waylandDisplay.getNative(), in createSurface()
206 waylandWindow.getNative() in createSurface()
220 androidWindow.getNative() in createSurface()
235 win32Display.getNative(), in createSurface()
236 win32Window.getNative() in createSurface()
250 macOSWindow.getNative() in createSurface()
[all …]
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/display/
H A DBitmapData_as.cpp1705 o.init_member("getPixel", vm.getNative(1100, 1)); in attachBitmapDataInterface()
1706 o.init_member("setPixel", vm.getNative(1100, 2)); in attachBitmapDataInterface()
1707 o.init_member("fillRect", vm.getNative(1100, 3)); in attachBitmapDataInterface()
1710 o.init_member("scroll", vm.getNative(1100, 6)); in attachBitmapDataInterface()
1712 o.init_member("draw", vm.getNative(1100, 8)); in attachBitmapDataInterface()
1720 o.init_member("hitTest", vm.getNative(1100, 16)); in attachBitmapDataInterface()
1722 o.init_member("merge", vm.getNative(1100, 18)); in attachBitmapDataInterface()
1723 o.init_member("noise", vm.getNative(1100, 19)); in attachBitmapDataInterface()
1725 o.init_member("clone", vm.getNative(1100, 21)); in attachBitmapDataInterface()
1726 o.init_member("dispose", vm.getNative(1100, 22)); in attachBitmapDataInterface()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/asiolink/tests/
H A Dio_socket_unittest.cc21 EXPECT_EQ(-1, IOSocket::getDummyUDPSocket().getNative()); in TEST()
22 EXPECT_EQ(-1, IOSocket::getDummyTCPSocket().getNative()); in TEST()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/flash/external/
H A DExternalInterface_as.cpp183 o.init_member("_initJS", vm.getNative(14, 0), swf8Flags); in attachExternalInterfaceStaticInterface()
184 o.init_member("_objectID", vm.getNative(14, 1), swf8Flags); in attachExternalInterfaceStaticInterface()
185 o.init_member("_addCallback", vm.getNative(14, 2), swf8Flags); in attachExternalInterfaceStaticInterface()
186 o.init_member("_evalJS", vm.getNative(14, 3), swf8Flags); in attachExternalInterfaceStaticInterface()
187 o.init_member("_callOut", vm.getNative(14, 4), swf8Flags); in attachExternalInterfaceStaticInterface()
188 o.init_member("_escapeXML", vm.getNative(14, 5), swf8Flags); in attachExternalInterfaceStaticInterface()
189 o.init_member("_unescapeXML", vm.getNative(14, 6), swf8Flags); in attachExternalInterfaceStaticInterface()
190 o.init_member("_jsQuoteString", vm.getNative(14, 7), swf8Flags); in attachExternalInterfaceStaticInterface()
193 NativeFunction* n = vm.getNative(14, 100); in attachExternalInterfaceStaticInterface()

12345678910>>...16