Searched refs:Boolean (Results 126 - 145 of 145) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dlistbox.cpp66 static pascal void wxMacListDefinition( short message, Boolean isSelected, Rect *drawRect,
71 static pascal void wxMacListDefinition( short message, Boolean isSelected, Rect *drawRect,
850 Boolean wasDoubleClick = false ;
H A Ddc.cpp1916 sizeof( Boolean ) ,
1917 sizeof( Boolean ) ,
1918 sizeof( Boolean ) ,
1919 sizeof( Boolean ) ,
1920 sizeof( Boolean ) ,
1922 Boolean kTrue = true ;
1923 Boolean kFalse = false ;
H A Dgsocket.c91 OSStatus DoNegotiateIPReuseAddrOption(EndpointRef ep, Boolean enableReuseIPMode);
104 OSStatus DoNegotiateIPReuseAddrOption(EndpointRef ep, Boolean enableReuseIPMode)
H A Dcontrol.cpp108 pascal OSStatus wxMacSetupControlBackground( ControlRef iControl , SInt16 iMessage , SInt16 iDepth , Boolean iIsColor )
H A Dapp.cpp1609 Boolean growResult = ResizeWindow( window , ev->where ,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp105 #define Boolean int macro
418 static Boolean MCFilterProc(MovieController theController,
1191 Boolean wxQTMediaBackend::MCFilterProc(MovieController WXUNUSED(theController),
H A Dmediactrl.cpp1599 #define Boolean int macro
1912 static Boolean MCFilterProc(MovieController theController,
4051 Boolean wxQTMediaBackend::MCFilterProc(MovieController WXUNUSED(theController),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmimetmac.cpp69 OSErr IsRemoteVolume(short vRefNum, Boolean *isRemote, long *vMAttrib)
101 OSErr BuildVolumeList(Boolean includeRemote, short *vols,
105 Boolean isRemote;
164 OSErr FindApplication(OSType appCreator, Boolean includeRemote, Str255 appName, FSSpec* appSpec)
2038 Boolean bOpened = CFWriteStreamOpen(cfwsInfo);
H A Dtextctrl.cpp213 TXNSetSpellCheckAsYouType( m_txn, (Boolean) check );
1403 SetData<Boolean>( kControlEditTextPart , kControlEditTextSingleLineTag , true ) ;
1464 Boolean isPassword = ( m_windowStyle & wxTE_PASSWORD ) != 0 ;
1498 SetData<Boolean>( kControlEditTextPart , kControlEditTextLockedTag , (Boolean) !editable ) ;
2916 static pascal void wxMacControlUserPaneActivateProc(ControlRef control, Boolean activating)
H A Dgsocket.cpp93 OSStatus DoNegotiateIPReuseAddrOption(EndpointRef ep, Boolean enableReuseIPMode);
106 OSStatus DoNegotiateIPReuseAddrOption(EndpointRef ep, Boolean enableReuseIPMode)
H A Dwindow.cpp398 Boolean focusEverything = false ;
399 if ( cEvent.GetParameter<Boolean>(kEventParamControlFocusEverything , &focusEverything ) == noErr )
862 static pascal void wxMacControlUserPaneActivateProc(ControlRef control, Boolean activating)
1369 Boolean keyExistsAndHasValidFormat ;
1873 Boolean swapped = QDSwapPort( GetWindowPort( window ) , &savePort ) ;
H A Dprintmac.cpp220 Boolean collate;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Diphase.c731 iadev->carrier_detect = Boolean(mb25->mb25_intr_status & MB25_IS_GSB);
737 Boolean(!(suni_pm7345->suni_ds3_frm_stat & SUNI_DS3_LOSV));
742 Boolean(!(suni_pm7345->suni_e3_frm_fram_intr_ind_stat&SUNI_E3_LOS));
747 iadev->carrier_detect = Boolean(!(suni->suni_rsop_status & SUNI_LOSV));
764 iadev->carrier_detect = Boolean(mb25->mb25_intr_status & MB25_IS_GSB);
774 Boolean(!(suni_pm7345->suni_ds3_frm_stat & SUNI_DS3_LOSV));
785 Boolean(!(suni_pm7345->suni_e3_frm_fram_intr_ind_stat & SUNI_E3_LOS));
H A Diphase.h157 #define Boolean(x) ((x) ? 1 : 0) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dtextctrl.cpp337 XmTextSetEditable((Widget) m_mainWidget, (Boolean) editable);
H A Dwindow.cpp101 Boolean *continueToDispatch);
2052 Boolean *continueToDispatch)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassReader.java1243 av.visit(name, b ? Boolean.FALSE : Boolean.TRUE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveClasses.java3693 Boolean f9;
3748 Boolean kBoolean;
3946 (index, Boolean.class, "kBoolean").get(true));
3969 TestCase.assertEquals(obj.kBoolean, Boolean.valueOf(true));
3988 TestCase.assertEquals(embed.f9, Boolean.valueOf(true));
4879 Boolean isCat = (Boolean) petValues.remove("isCatNotDog");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dextrafld.c462 Boolean compress_data = true;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java101 PRIMITIVE_WRAPPERS.put(Boolean.class.getName(), Type.BOOLEAN);
1260 (INVOKESTATIC, "java/lang/Boolean", "valueOf",
1261 "(Z)Ljava/lang/Boolean;");
1307 (INVOKEVIRTUAL, "java/lang/Boolean", "booleanValue", "()Z");

Completed in 315 milliseconds

123456