Searched refs:Boolean (Results 1 - 25 of 40) sorted by relevance

12

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DmacDirectoryCopy.h36 typedef pascal Boolean (*CopyErrProcPtr) (OSErr error,
74 Boolean preflight,
H A DmacDirectoryCopy.c61 typedef pascal Boolean (*CopyFilterProcPtr) (const CInfoPBRec * const cpbPtr);
108 Boolean bailout; /* set to true to by error handling function if fatal error */
159 Boolean *spaceOK);
248 Boolean *spaceOK)
454 Boolean preflight,
564 Boolean preflight,
569 Boolean isDirectory;
571 Boolean ourCopyBuffer = false;
573 Boolean spaceOK;
777 Boolean prefligh
[all...]
H A DnsLocalFileMac.cpp279 static OSErr VolHasDesktopDB (short vRefNum, Boolean *hasDesktop)
445 static Boolean didReadLocation = false;
659 Boolean isRelative = (filePath && inSpec);
662 Boolean isDirectory;
844 Boolean isDirectory;
1074 Boolean resolvedWasFolder, resolvedWasAlias;
1142 Boolean isDir;
1349 Boolean resolvedWasFolder, resolvedWasAlias;
1354 Boolean isDir;
1646 Boolean isDirector
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl_panel.h97 Boolean warnings; /* generate warnings. */
98 Boolean verbose; /* verbose mode */
H A Dmac_xpidl_panel.cpp78 static Boolean sHighlightOn;
85 static short GetData(PanelParameterBlock *pb, Handle options, Boolean noisy);
89 static void Validate(Handle original, Handle current, Boolean *recompile, Boolean *relink, Boolean *reset);
94 static Boolean ComparePrefs(Handle prefsHand1, Handle prefsHand2);
95 static Boolean ComparePrefs(XPIDLSettings& prefs1, XPIDLSettings& prefs2);
96 static void OutlineRect(const Rect* focusRect, Boolean outlineOn);
275 inline Boolean hasLinkerOutput(short mode)
305 static short GetData(PanelParameterBlock *pb, Handle options, Boolean nois
[all...]
H A Dmac_memory.cpp60 const Boolean kTemporaryAllocation = false;
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.h140 typedef CALLBACK_API( Boolean , CopyObjectFilterProcPtr ) (
141 Boolean containerChanged,
206 Boolean wantFSSpec,
207 Boolean wantName,
H A DMoreFilesX.h532 Boolean *isDirectory); /* can be NULL */
548 isDirectory <** An optional pointer to a Boolean.
549 If not NULL, true will be returned in the Boolean
551 be returned in the Boolean if the specified path is
564 Boolean isVolumeName,
623 Boolean FSRefValid(const FSRef *ref);
680 Boolean *isDirectory); /* can be NULL */
691 isDirectory <** An optional pointer to a Boolean.
692 If not NULL, true will be returned in the Boolean
694 returned in the Boolean i
[all...]
H A DFSCopyObject.c119 Boolean copyingToDropFolder;
120 Boolean copyingToLocalVolume;
163 Boolean quitFlag; /* set to true if filter wants to kill interation */
164 Boolean containerChanged; /* temporary - set to true if the current container changed during iteration */
258 Boolean *isDropBox);
262 static Boolean CompareHFSUniStr255(const HFSUniStr255 *lhs,
276 Boolean isVolumeName,
304 Boolean wantFSSpec,
305 Boolean wantName,
314 Boolean isDirector
[all...]
H A DMoreFilesX.c84 Boolean quitFlag; /* set to true if filter wants to kill interation */
85 Boolean containerChanged; /* temporary - set to true if the current container changed during iteration */
471 Boolean *isDirectory) /* can be NULL */
501 Boolean isVolumeName,
661 Boolean FSRefValid(const FSRef *ref)
729 Boolean *isDirectory) /* can be NULL */
984 Boolean notifyParent;
1056 Boolean *isDirectory) /* can be NULL */
1097 /* set isDirectory Boolean if requested */
1194 Boolean setBit
[all...]
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/internal/
H A DXPCOMJavaProxy.java170 protected static Boolean proxyEquals(Object aProxy, Object aOther) {
173 return Boolean.TRUE;
178 return Boolean.TRUE;
181 return Boolean.FALSE;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacdll.c64 Boolean inRecursive;
67 Boolean outFound;
75 GetSharedLibraryFilterProc(const CInfoPBRec* const inCpb, Boolean* inWantQuit, void *inFilterData);
92 Boolean recursive;
96 Boolean done;
166 static Boolean
179 GetSharedLibraryFilterProc(const CInfoPBRec* const inCpb, Boolean* inWantQuit, void *inFilterData)
188 Boolean crap;
248 static Boolean
255 Boolean foun
[all...]
H A Dmactime.c64 static Boolean didReadLocation = false;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecMac.cpp81 Boolean hexDecode,
82 Boolean resolveAlias,
83 Boolean allowPartial = false,
84 Boolean createDirs = false);
87 Boolean hexDecode);
90 Boolean prependSlash,
91 Boolean doEscape );
95 Boolean inCreateDirs);
109 void SetNoResolve(Boolean inResolve);
112 OSErr ResolveAliasFile(FSSpec& inOutSpec, Boolean
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drmxftmpl.x71 template Boolean
80 Boolean u;
81 Boolean v;
87 Boolean u;
88 Boolean v;
/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-dyntype.cpp64 case RTASN1TYPE_BOOLEAN: rc = RTAsn1Boolean_Clone(&pThis->u.Boolean, &pSrc->u.Boolean, pAllocator); break;
128 case RTASN1TYPE_BOOLEAN: return RTAsn1Boolean_Compare(&pLeft->u.Boolean, &pRight->u.Boolean);
153 case RTASN1TYPE_BOOLEAN: rc = RTAsn1Boolean_CheckSanity(&pThis->u.Boolean, fFlags, pErrInfo, pszErrorTag); break;
H A Dasn1-ut-dyntype-decode.cpp210 rc = RTAsn1Boolean_DecodeAsn1(pCursor, 0, &pDynType->u.Boolean, pszErrorTag);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtraplib.h124 Boolean (*eventFunc[XETrapNumberEvents])(XETrapDataEvent *event, struct _XETC *tc);
H A Dxtraplibp.h95 Boolean XETrapDispatchXLib (XETrapDataEvent *event , XETC *tc);
98 Boolean XETrapDispatchEvent (XEvent *pevent , XETC *tc );
103 Boolean (*XETrapSetEventHandler(XETC *tc, CARD32 id, Boolean (*pfunc)(XETrapDataEvent *event, XETC *tc))) (XETrapDataEvent *event, XETC *tc);
/vbox/src/VBox/Main/webservice/samples/java/axis/
H A Dclienttest.java160 Boolean fSessionOpen = false;
166 Boolean fOK = false;
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgabios.h8 typedef unsigned short Boolean; typedef
H A Dvbe.c177 static uint16_t mode_info_find_mode(uint16_t mode, Boolean using_lfb)
216 static ModeInfoListItem* mode_info_find_mode(uint16_t mode, Boolean using_lfb)
413 Boolean using_lfb;
486 Boolean using_lfb;
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsProcessMac.cpp101 Boolean bDone = false;
/vbox/src/VBox/Runtime/r3/darwin/
H A DRTSystemQueryDmiString-darwin.cpp118 Boolean fRc = CFStringGetCString(StringRef, pszBuf, cbBuf, kCFStringEncodingUTF8);
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A Dvmstarter.mm75 Boolean fDir;

Completed in 633 milliseconds

12