HomeSort by relevance Sort by last modified time
    Searched defs:registration (Results 1 - 25 of 42) sorted by null

1 2

  /external/autotest/client/common_lib/cros/fake_device_server/client_lib/
client_lib_test.py 7 """Small integration test for registration client
30 import registration namespace
65 r_client = registration.RegistrationClient(server_url=server_url,
  /external/autotest/client/common_lib/cros/tendo/
buffet_tester.py 27 registration namespace
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/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
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();
75 bool is_registrable = registration.is_registrable();
78 registration.registerPoint(point_2d, point_3d);
79 if( registration.getNumRegist() == registration.getNumMax() ) end_registration = true;
104 namedWindow("MODEL REGISTRATION", WINDOW_KEEPRATIO)
    [all...]
  /frameworks/av/media/libmedia/
IAudioPolicyService.cpp 707 virtual status_t registerPolicyMixes(Vector<AudioMix> mixes, bool registration)
711 data.writeInt32(registration ? 1 : 0);
1312 bool registration = data.readInt32() == 1; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.util_3.2.100.v20100503.jar 
org.eclipse.equinox.simpleconfigurator_1.0.200.v20100503.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /external/libweave/src/privet/
privet_handler.cc 780 const base::DictionaryValue* registration = nullptr; local
781 if (input.GetDictionary(kGcdKey, &registration)) {
788 registration->GetString(kSetupStartTicketIdKey, &ticket);
795 registration->GetString(kSetupStartUserKey, &user);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
org.eclipse.core.runtime_3.9.100.v20131218-1515.jar 
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator_1.0.400.v20130327-2119.jar 
org.eclipse.core.runtime_3.9.0.v20130326-1255.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /hardware/ril/reference-ril/
reference-ril.c 1326 int *registration; local
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.core.runtime_3.6.0.v20100505.jar 
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 

Completed in 153 milliseconds

1 2