Searched refs:wrapper (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A DMakefile67 wrapper \
68 wrapper.sh \
74 @cp wrapper.sh wrapper
75 @chmod +x bench multiview wrapper
79 rm -rf bin bin-* wrapper multiview bench
85 @cp wrapper.sh wrapper
86 @chmod +x wrapper
87 @ln -sf ../wrapper
[all...]
/haiku-fatelf/src/apps/cortex/ParameterView/
H A DParameterContainerView.cpp66 BView* wrapper = new BView( local
70 wrapper->AddChild(m_target);
71 AddChild(wrapper);
73 BRect b = wrapper->Frame();
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh925 # True iff FILE is a libtool wrapper script
934 # True iff FILE is a libtool wrapper executable
962 # True iff FILE is a libtool wrapper script or wrapper executable
1706 # This variable tells wrapper scripts just to set shlibpath_var
1710 # Check if any of the arguments is a wrapper script.
1967 # This variable tells wrapper scripts just to set variables rather
2159 wrapper=$func_ltwrapper_scriptname_result
2162 wrapper=$func_stripname_result
2166 wrapper
[all...]
/haiku-fatelf/src/tests/servers/app/painter/
H A DPainter.cpp756 char wrapper[2]; local
757 wrapper[0] = aChar;
758 wrapper[1] = 0;
759 return DrawString(wrapper, 1, baseLine);
/haiku-fatelf/src/system/kernel/vm/
H A Dvm_page.cpp1963 panic("page write wrapper going out of scope but isn't completed");
1975 panic("setting page write wrapper to busy page");
1978 panic("re-setting page write wrapper that isn't completed");
2010 panic("completing page write wrapper that is not active");
3131 PageWriteWrapper* wrapper = NULL; local
3133 wrapper = &wrapperPool[nextWrapper++];
3139 wrapper->SetTo(page);
3149 wrappers[usedWrappers++] = wrapper;
3170 wrappers[usedWrappers++] = wrapper;
/haiku-fatelf/src/libs/ncurses/test/
H A Dconfigure1310 c. use a wrapper such as unproto" 1>&2; exit 1; }
/haiku-fatelf/src/libs/ncurses/
H A Dconfigure2561 c. use a wrapper such as unproto" >&5
2566 c. use a wrapper such as unproto" >&2;}
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure480 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
8807 have to compile and use the lstat wrapper. */
23610 about remote file systems, we'd have to enable the wrapper function
[all...]

Completed in 306 milliseconds