Home
last modified time | relevance | path

Searched refs:SetPin (Results 1 – 25 of 34) sorted by relevance

12

/dports/cad/ktechlab/ktechlab-0.50.0/src/flowparts/
H A Dsetpin.cpp21 Item* SetPin::construct( ItemDocument *itemDocument, bool newItem, const char *id ) in construct()
23 return new SetPin( (ICNDocument*)itemDocument, newItem, id ); in construct()
26 LibraryItem* SetPin::libraryItem() in libraryItem()
34 SetPin::construct ); in libraryItem()
37 SetPin::SetPin( ICNDocument *icnDocument, bool newItem, const char *id ) in SetPin() function in SetPin
55 SetPin::~SetPin() in ~SetPin()
59 void SetPin::dataChanged() in dataChanged()
64 void SetPin::generateMicrobe( FlowCode *code ) in generateMicrobe()
H A Dsetpin.h20 class SetPin : public FlowPart
23 SetPin( ICNDocument *icnDocument, bool newItem, const char *id = nullptr );
24 ~SetPin() override;
/dports/editors/picpas/PicPas-7940bc3/_libraries/PicUtils-1.6/
H A DPic10Devices.pas45 PIC.SetPin(2, 'VSS', pptGND);
46 PIC.SetPin(5, 'VDD', pptVcc);
58 PIC.SetPin(2, 'VSS', pptGND);
59 PIC.SetPin(5, 'VDD', pptVcc);
71 PIC.SetPin(2, 'VSS', pptGND);
72 PIC.SetPin(5, 'VDD', pptVcc);
84 PIC.SetPin(2, 'VSS', pptGND);
85 PIC.SetPin(5, 'VDD', pptVcc);
97 PIC.SetPin(2, 'VSS', pptGND);
98 PIC.SetPin(5, 'VDD', pptVcc);
H A DPic16Devices.pas75 PIC.SetPin(5, 'VSS', pptGND);
76 PIC.SetPin(14, 'VDD', pptVcc);
140 PIC.SetPin(5, 'VSS', pptGND);
141 PIC.SetPin(14, 'VDD', pptVcc);
158 PIC.SetPin(5, 'VSS', pptGND);
159 PIC.SetPin(14, 'VDD', pptVcc);
244 PIC.SetPin(8, 'VSS', pptGND);
245 PIC.SetPin(19, 'VSS', pptGND);
289 PIC.SetPin(8, 'VSS', pptGND);
290 PIC.SetPin(19, 'VSS', pptGND);
[all …]
H A DPic17Devices.pas76 PIC.SetPin(14, 'VSS', pptGND);
77 PIC.SetPin(1, 'VDD', pptVcc);
H A DPicCore.pas191 procedure SetPin(pNumber: integer; pLabel: string; pType: TPICPinType); procedure
703 procedure TPicCore.SetPin(pNumber: integer; pLabel: string; pType: TPICPinType); procedure
733 SetPin(pNumber, pinName, pptControl);
/dports/editors/picpas/PicPas-7940bc3/picutils/
H A DPic10Devices.pas45 PIC.SetPin(2, 'VSS', pptGND);
46 PIC.SetPin(5, 'VDD', pptVcc);
58 PIC.SetPin(2, 'VSS', pptGND);
59 PIC.SetPin(5, 'VDD', pptVcc);
71 PIC.SetPin(2, 'VSS', pptGND);
72 PIC.SetPin(5, 'VDD', pptVcc);
84 PIC.SetPin(2, 'VSS', pptGND);
85 PIC.SetPin(5, 'VDD', pptVcc);
97 PIC.SetPin(2, 'VSS', pptGND);
98 PIC.SetPin(5, 'VDD', pptVcc);
H A DPic16Devices.pas75 PIC.SetPin(5, 'VSS', pptGND);
76 PIC.SetPin(14, 'VDD', pptVcc);
140 PIC.SetPin(5, 'VSS', pptGND);
141 PIC.SetPin(14, 'VDD', pptVcc);
158 PIC.SetPin(5, 'VSS', pptGND);
159 PIC.SetPin(14, 'VDD', pptVcc);
244 PIC.SetPin(8, 'VSS', pptGND);
245 PIC.SetPin(19, 'VSS', pptGND);
289 PIC.SetPin(8, 'VSS', pptGND);
290 PIC.SetPin(19, 'VSS', pptGND);
[all …]
H A DPic17Devices.pas76 PIC.SetPin(14, 'VSS', pptGND);
77 PIC.SetPin(1, 'VDD', pptVcc);
H A DPicCore.pas191 procedure SetPin(pNumber: integer; pLabel: string; pType: TPICPinType); procedure
699 procedure TPicCore.SetPin(pNumber: integer; pLabel: string; pType: TPICPinType); procedure
729 SetPin(pNumber, pinName, pptControl);
/dports/games/xjig/xjig-2.4/
H A Dpuzzle.C118 PFS(x,y).SetPin(1,left,off); in Init()
119 PFS(x+1,y).SetPin(3,1-left,1.0-off); in Init()
127 PFS(x,y).SetPin(2,left,off); in Init()
128 PFS(x,y+1).SetPin(0,1-left,1.0-off); in Init()
143 case 0: PFS(x,y-1).SetPin(2,0,0); PFS(x,y).SetPin(0,0,0); x++; break; in Init()
144 case 1: PFS(x-1,y).SetPin(1,0,0); PFS(x,y).SetPin(3,0,0); y++; break; in Init()
145 case 2: x--; PFS(x,y-1).SetPin(2,0,0); PFS(x,y).SetPin(0,0,0); break; in Init()
146 case 3: y--; PFS(x-1,y).SetPin(1,0,0); PFS(x,y).SetPin(3,0,0); break; in Init()
H A Dobjects.H72 void SetPin( int i, int l, const Real &pd ) { left[i]=l; pin[i]=pd; } in SetPin() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/quick_unlock/
H A Dpin_storage_prefs_unittest.cc80 PinStoragePrefs()->SetPin("1111"); in TEST_F()
115 PinStoragePrefs()->SetPin("1111"); in TEST_F()
126 PinStoragePrefs()->SetPin("1111"); in TEST_F()
149 pin_storage->SetPin("1111"); in TEST_F()
H A Dpin_storage_prefs.h43 void SetPin(const std::string& pin);
H A Dpin_storage_cryptohome.h42 void SetPin(const UserContext& user_context,
H A Dpin_backend.cc148 cryptohome_backend_->SetPin( in MigrateToCryptohome()
196 cryptohome_backend_->SetPin(*user_context, pin, base::nullopt, in Set()
200 storage->pin_storage_prefs()->SetPin(pin); in Set()
H A Dpin_storage_prefs.cc40 void PinStoragePrefs::SetPin(const std::string& pin) { in SetPin() function in chromeos::quick_unlock::PinStoragePrefs
H A Dpin_migration_browsertest.cc60 storage->pin_storage_prefs()->SetPin("111111"); in IN_PROC_BROWSER_TEST_F()
H A Dpin_storage_cryptohome.cc171 void PinStorageCryptohome::SetPin(const UserContext& user_context, in SetPin() function in chromeos::quick_unlock::PinStorageCryptohome
178 &PinStorageCryptohome::SetPin, weak_factory_.GetWeakPtr(), user_context, in SetPin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/quick_unlock_private/
H A Dquick_unlock_private_api_unittest.cc561 SetPin(pin); in SetPinForBackfillTests()
912 SetPin("123456789012"); in TEST_P()
924 SetPin("123456"); in TEST_P()
936 SetPin("123456"); in TEST_P()
961 SetPin("123456"); in TEST_P()
966 SetPin("12345678"); in TEST_P()
976 SetPin("123456"); in TEST_P()
989 SetPin("12345678"); in TEST_P()
1000 SetPin("123456"); in TEST_P()
1020 SetPin("123456"); in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/fido/
H A Dvirtual_ctap2_device.h196 void SetPin(std::string pin); in COMPONENT_EXPORT()
H A Dfido_device_authenticator_unittest.cc149 virtual_device_->SetPin(kPin); in TEST_F()
H A Dvirtual_ctap2_device.cc637 void VirtualCtap2Device::SetPin(std::string pin) { in SetPin() function in device::VirtualCtap2Device
/dports/security/gcr/gcr-3.40.0/gck/
H A Dgck-session.c997 } SetPin; typedef
1000 free_set_pin (SetPin *args) in free_set_pin()
1008 perform_set_pin (SetPin *args) in perform_set_pin()
1037 SetPin args = { GCK_ARGUMENTS_INIT, (guchar*)old_pin, n_old_pin, (guchar*)new_pin, n_new_pin }; in gck_session_set_pin()
1063 SetPin* args; in gck_session_set_pin_async()
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Ditemlibrary.cpp175 addLibraryItem( SetPin::libraryItem() ); in addFlowParts()

12