Home
last modified time | relevance | path

Searched refs:fixedup (Results 1 – 23 of 23) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/url_formatter/
H A Durl_fixer_unittest.cc491 GURL fixedup(url_formatter::FixupURL(original.AsUTF8Unsafe(), std::string())); in TEST() local
492 EXPECT_EQ(golden, fixedup); in TEST()
594 std::string fixedup( in TEST() local
597 EXPECT_NE(std::string("file:///"), fixedup.substr(0, 8)); in TEST()
598 EXPECT_FALSE(IsMatchingFileURL(fixedup, nonexistent_file)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/url_formatter/
H A Durl_fixer_unittest.cc491 GURL fixedup(url_formatter::FixupURL(original.AsUTF8Unsafe(), std::string())); in TEST() local
492 EXPECT_EQ(golden, fixedup); in TEST()
594 std::string fixedup( in TEST() local
597 EXPECT_NE(std::string("file:///"), fixedup.substr(0, 8)); in TEST()
598 EXPECT_FALSE(IsMatchingFileURL(fixedup, nonexistent_file)); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup;
H A DAppleObjCTrampolineHandler.cpp1135 switch (this_dispatch->fixedup) {
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup; member
H A DAppleObjCTrampolineHandler.cpp1135 switch (this_dispatch->fixedup) { in GetStepThroughDispatchPlan()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup; member
H A DAppleObjCTrampolineHandler.cpp1135 switch (this_dispatch->fixedup) { in GetStepThroughDispatchPlan()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup; member
H A DAppleObjCTrampolineHandler.cpp1135 switch (this_dispatch->fixedup) { in GetStepThroughDispatchPlan()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup; member
H A DAppleObjCTrampolineHandler.cpp882 this_dispatch.fixedup = DispatchFunction::eFixUpFixed; in GetStepThroughDispatchPlan()
1108 switch (this_dispatch.fixedup) { in GetStepThroughDispatchPlan()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup; member
H A DAppleObjCTrampolineHandler.cpp1135 switch (this_dispatch->fixedup) {
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup; member
H A DAppleObjCTrampolineHandler.cpp1151 switch (this_dispatch->fixedup) { in GetStepThroughDispatchPlan()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup; member
H A DAppleObjCTrampolineHandler.cpp1135 switch (this_dispatch->fixedup) { in GetStepThroughDispatchPlan()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup; member
H A DAppleObjCTrampolineHandler.cpp1135 switch (this_dispatch->fixedup) { in GetStepThroughDispatchPlan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.h45 FixUpState fixedup; member
H A DAppleObjCTrampolineHandler.cpp1138 switch (this_dispatch->fixedup) { in GetStepThroughDispatchPlan()
/dports/games/r1q2/r1q2-8012_5/server/
H A Dsv_main.c2537 qboolean fixedup; in SV_ReadPackets() local
2540 fixedup = false; in SV_ReadPackets()
2550 fixedup = true; in SV_ReadPackets()
2558 if (!fixedup) in SV_ReadPackets()