/external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/ |
D | main_registration.cpp | 27 // Boolean the know if the registration it's done 51 * CREATE MODEL REGISTRATION OBJECT 56 ModelRegistration registration; variable 64 // Mouse events for model registration 69 int n_regist = registration.getNumRegist(); in onMouseModelRegistration() 75 bool is_registrable = registration.is_registrable(); in onMouseModelRegistration() 78 registration.registerPoint(point_2d, point_3d); in onMouseModelRegistration() 79 if( registration.getNumRegist() == registration.getNumMax() ) end_registration = true; in onMouseModelRegistration() 104 namedWindow("MODEL REGISTRATION", WINDOW_KEEPRATIO); in main() 107 setMouseCallback("MODEL REGISTRATION", onMouseModelRegistration, 0 ); in main() [all …]
|
/external/tcpdump/tests/ |
D | eapon1.out | 45 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST 47 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST 48 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST 50 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST 52 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST 57 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST 58 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST 61 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST 68 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST 69 IP 169.254.67.194.137 > 169.254.255.255.137: NBT UDP PACKET(137): REGISTRATION; REQUEST; BROADCAST [all …]
|
/external/autotest/client/common_lib/cros/fake_device_server/ |
D | registration_tickets_unittest.py | 27 """Sets up mox and a ticket / registration objects.""" 40 self.registration = registration_tickets.RegistrationTickets( 50 self.registration.POST, 1234, 'finalize') 58 returned_json = self.registration.POST(1234, 'finalize') 72 'Bearer %s' % self.registration.TEST_ACCESS_TOKEN) 74 returned_json = self.registration.POST() 82 returned_json = self.registration.GET(1234) 87 self.registration.GET, 1235) 101 returned_json = self.registration.PATCH(1234) 116 returned_json = self.registration.PUT(12345) [all …]
|
D | registration_tickets.py | 26 device: POST .../<id>/finalize # Finalize the device registration. 36 """Initializes a registration ticket. 48 """Creates and returns a new registration ticket.""" 115 This method implements the majority of the registration workflow.
|
/external/autotest/client/site_tests/cellular_DeferredRegistration/ |
D | cellular_DeferredRegistration.py | 18 Tests that shill can handle temporary registration loss without 22 registration loss for an extended period of time (>15s). 45 logging.info('Verifying temporary loss of registration behavior') 54 'destroyed after temporary registration loss.') 55 logging.info('Successfully verified temporary loss of registration ' 60 logging.info('Verifying permanent loss of registration behavior') 66 'after permanent registration loss.') 67 logging.info('Successfully verified permanent loss of registration '
|
D | control | 10 - Shill destroys a service due to temporary registration loss 11 - Shill never destroys a service after permanent registration loss 20 Tests that shill can handle temporary registration loss without destroying 23 still destroys a service that has suffered a registration loss for an
|
/external/autotest/client/common_lib/cros/tendo/ |
D | buffet_tester.py | 27 registration 94 self._registration_client = registration.RegistrationClient( 117 """Assert that buffet has the given registration status. 122 @param expected_device_id: device id created during registration. 153 @param device_id: string device id created during registration. 202 This includes the whole registration flow and ends with buffet 207 @return string: the device_id obtained during registration. 218 # Confirm that registration has populated some fields. 225 logging.info('Registration successful')
|
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
D | registration.py | 5 """Module contains a simple client lib to the registration RPC.""" 35 """Updates the given registration ticket with the new data. 63 """Creates a new registration ticket.""" 79 """Finalizes a registration ticket by creating a new device. 91 """Goes through the entire registration process using the device args.
|
/external/libxml2/os400/iconv/bldcsndfa/ |
D | character-sets.xhtml | 15 <dt>Registration Procedure(s)</dt> 72 Registration Authority), the ISO Registry number is specified as 118 Note: The current registration authority is IPSJ/ITSCJ, Japan. 130 Note: The current registration authority is IPSJ/ITSCJ, Japan. 142 Note: The current registration authority is IPSJ/ITSCJ, Japan. 154 Note: The current registration authority is IPSJ/ITSCJ, Japan. 166 Note: The current registration authority is IPSJ/ITSCJ, Japan. 178 Note: The current registration authority is IPSJ/ITSCJ, Japan. 190 Note: The current registration authority is IPSJ/ITSCJ, Japan. 202 Note: The current registration authority is IPSJ/ITSCJ, Japan. [all …]
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 1 //===-- Support/TargetRegistry.h - Target Registration ----------*- C++ -*-===// 81 /// For registration purposes, this is a POD type so that targets can be 615 /// @name Target Registration 621 /// Clients are responsible for ensuring that registration doesn't occur 639 /// Clients are responsible for ensuring that registration doesn't occur 652 /// Clients are responsible for ensuring that registration doesn't occur 666 /// Clients are responsible for ensuring that registration doesn't occur 686 /// Clients are responsible for ensuring that registration doesn't occur 699 /// Clients are responsible for ensuring that registration doesn't occur 713 /// Clients are responsible for ensuring that registration doesn't occur [all …]
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_client.h | 53 // registration is not successful, out-of-process crash dump 77 // Returns true if the registration is successful; false otherwise. 91 // if the registration step was not performed or it was not successful, 99 // if the registration step was not performed or it was not successful, 126 // Returns true if the registration step succeeded; false otherwise.
|
D | crash_generation_client.cc | 147 // Performs the registration step with the server process. 148 // The registration step involves communicating with the server 152 // * Message tag indicating the client is requesting registration. 166 // * Message tag indicating successful registration. 176 // registration step is not considered successful and hence out-of-process 179 // Returns true if the registration is successful; false otherwise.
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 11 // number stored in an exception registration stack object. The registration 13 // This pass adds the registration object and EH state updates. 188 /// Get the common EH registration subobject: 208 /// The __CxxFrameHandler3 registration node: 228 /// The _except_handler3/4 registration node: 251 // Emit an exception registration record. These are stack allocations with the 252 // common subobject of two pointers: the previous registration record (the old 402 // Mark the registration node. The backend needs to know which alloca it is so in addStateStores()
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | webcomponents-lite.js | 112 registrations.forEach(function(registration) { argument 113 if (registration.observer === observer) registration.removeTransientObservers(); 122 var registration = registrations[j]; 123 var options = registration.options; 126 if (record) registration.enqueue(record); 146 var registration; 149 registration = registrations[i]; 150 registration.removeListeners(); 151 registration.options = options; 155 if (!registration) { [all …]
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | webcomponents-lite.js | 112 registrations.forEach(function(registration) { argument 113 if (registration.observer === observer) registration.removeTransientObservers(); 122 var registration = registrations[j]; 123 var options = registration.options; 126 if (record) registration.enqueue(record); 146 var registration; 149 registration = registrations[i]; 150 registration.removeListeners(); 151 registration.options = options; 155 if (!registration) { [all …]
|
/external/autotest/client/cros/cellular/wardmodem/state_machines/ |
D | network_registration_machine.py | 12 This state machine controls registration with the selected network operator. 65 This sets the verbosity level of the messages sent when registration 66 state changes, or when mm explicitly requests registration status. 87 """ Respond to queries about the current registration status. """
|
/external/llvm/lib/ExecutionEngine/ |
D | GDBRegistrationListener.cpp | 92 /// singleton toolbox. Handles thread-safe registration and deregistration of 114 /// Removes the internal registration of @p Object, and 126 /// Lock used to serialize all jit registration events, since they 130 /// Do the registration. 177 "Second attempt to perform debug registration."); in NotifyObjectEmitted()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachinePassRegistry.h | 32 /// registration list. 47 /// MachinePassRegistryNode - Machine pass node stored in registration list. 81 /// MachinePassRegistry - Track the registration of machine passes. 105 /// Add - Adds a function pass to the registration list. 109 /// Remove - Removes a function pass from the registration list.
|
/external/libnfc-nxp/src/ |
D | phFriNfc_NdefReg.h | 19 * \brief NFC Ndef Registration / Listening. 48 * NDEF Registration And Listening - States of the Finite State machine 56 * NDEF Registration And Listening internal definitions 66 * This component implements the NDEF Registration and Listening functionality. 71 * \name NDEF Registration And Listening callback and node definitions 163 * \brief Registration of a Callback - Parameter Structure 329 * that requests its registration. 357 * that requests its un-registration.
|
/external/wpa_supplicant_8/src/wps/ |
D | wps.c | 30 * wps_init - Initialize WPS Registration protocol data 34 * This function is used to initialize WPS data for a registration protocol 35 * instance (i.e., each run of registration protocol as a Registrar of 37 * registration run has been completed by calling wps_deinit(). 157 * wps_deinit - Deinitialize WPS Registration protocol data 158 * @data: WPS Registration protocol data from wps_init() 193 * @wps: WPS Registration protocol data from wps_init() 216 * @wps: WPS Registration protocol data from wps_init()
|
D | wps.h | 106 * struct wps_config - WPS configuration for a single registration protocol run 291 * reg_success_cb - Callback for reporting successful registration 295 * @dev_pw: Device Password (PIN) used during registration 298 * This callback is called whenever an Enrollee completes registration 370 * disable_auto_conf - Disable auto-configuration on first registration 374 * registration protocol run is completed successfully. This option can 411 * WPS_EV_FAIL - Registration failed 416 * WPS_EV_SUCCESS - Registration succeeded 506 * struct wps_event_fail - Registration failure information 592 * structures and it is maintained over multiple registration protocol runs.
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | modem_3gpp.py | 212 Updates the current PCO value based on the registration state. 337 Request registration with a given modem network. 380 and Modem3gpp registration states. 400 logging.info('Modem3gpp.Register: Setting registration state to %s.', 454 logging.info('Setting registration state to IDLE.') 523 retval['m3gpp-registration-state'] = \
|
/external/libweave/src/privet/ |
D | cloud_delegate.cc | 118 // registration process. in Setup() 122 // Another registration is in progress. In case it fails, we will use in Setup() 254 "Unexpected registration status: %s", in OnRegistrationChanged() 283 // Registration failed. Retry with backoff. in RegisterDeviceDone() 343 // Number of remaining retries for device registration process. 349 // Backoff entry for retrying device registration.
|
/external/guice/core/src/com/google/inject/spi/ |
D | ElementVisitor.java | 41 * Visit a registration of interceptors for matching methods of matching classes. 47 * Visit a registration of a scope annotation with the scope that implements it. 52 * Visit a registration of type converters for matching target types.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/swf/ |
D | test_layer1.py | 62 # Domain registration params... 66 # Type registration params used for workflow type and activity type... 68 # Workflow type registration params... 75 # Activity type registration params...
|