/hardware/interfaces/biometrics/fingerprint/aidl/default/tests/ |
D | FakeFingerprintEngineTest.cpp | 158 ASSERT_FALSE((Fingerprint::cfg().getopt<OptInt64>("challenge")).has_value()); in TEST_F() 192 ASSERT_FALSE(Fingerprint::cfg().getopt<OptString>("next_enrollment").has_value()); in TEST_F() 193 ASSERT_EQ(1, Fingerprint::cfg().getopt<OptIntVec>("enrollments").size()); in TEST_F() 194 ASSERT_EQ(4, Fingerprint::cfg().getopt<OptIntVec>("enrollments")[0].value()); in TEST_F() 211 ASSERT_EQ(0, Fingerprint::cfg().getopt<OptIntVec>("enrollments").size()); in TEST_F() 225 ASSERT_EQ(0, Fingerprint::cfg().getopt<OptIntVec>("enrollments").size()); in TEST_F() 226 ASSERT_FALSE(Fingerprint::cfg().getopt<OptString>("next_enrollment").has_value()); in TEST_F() 237 ASSERT_FALSE(Fingerprint::cfg().getopt<OptString>("next_enrollment").has_value()); in TEST_F() 238 ASSERT_EQ(1, Fingerprint::cfg().getopt<OptIntVec>("enrollments").size()); in TEST_F() 239 ASSERT_EQ(4, Fingerprint::cfg().getopt<OptIntVec>("enrollments")[0].value()); in TEST_F() [all …]
|
D | VirtualHalTest.cpp | 95 ASSERT_TRUE(Fingerprint::cfg().getopt<OptIntVec>("enrollments") == OptIntVec()); in TEST_F() 139 OptIntVec ac_get = Fingerprint::cfg().getopt<OptIntVec>("operation_authenticate_acquired"); in TEST_F() 185 OptIntVec out_lat = Fingerprint::cfg().getopt<OptIntVec>("operation_authenticate_latency"); in TEST_F()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | FakeFingerprintEngine.cpp | 133 BEGIN_OP(getLatency(Fingerprint::cfg().getopt<OptIntVec>("operation_enroll_latency"))); in onEnrollFingerDown() 179 auto enrollments = Fingerprint::cfg().getopt<OptIntVec>("enrollments"); in onEnrollFingerDown() 199 BEGIN_OP(getLatency(Fingerprint::cfg().getopt<OptIntVec>("operation_authenticate_latency"))); in onAuthenticateFingerDown() 259 auto enrolls = Fingerprint::cfg().getopt<OptIntVec>("enrollments"); in onAuthenticateFingerDown() 277 Fingerprint::cfg().getopt<OptIntVec>("operation_detect_interaction_latency"))); in onDetectInteractFingerDown() 326 for (auto& enrollment : Fingerprint::cfg().getopt<OptIntVec>("enrollments")) { in enumerateEnrollmentsImpl() 342 for (auto& enrollment : Fingerprint::cfg().getopt<OptIntVec>("enrollments")) { in removeEnrollmentsImpl() 358 if (Fingerprint::cfg().getopt<OptIntVec>("enrollments").size() == 0) { in getAuthenticatorIdImpl() 370 if (Fingerprint::cfg().getopt<OptIntVec>("enrollments").size() == 0) { in invalidateAuthenticatorIdImpl()
|
/hardware/google/gfxstream/codegen/generic-apigen/ |
D | getopt.h | 12 int getopt(int argc, char* const argv[], const char* ostr);
|
D | CMakeLists.txt | 3 ApiGen.cpp EntryPoint.cpp getopt.c main.cpp Parser.cpp strUtils.cpp TypeFactory.cpp)
|
D | getopt.c | 13 int getopt(int argc, char* const argv[], const char* ostr) { in getopt() function
|
D | main.cpp | 50 while((c = getopt(argc, argv, "TE:D:i:hW:")) != -1) { in main()
|
/hardware/interfaces/biometrics/common/config/tests/ |
D | ConfigTest.cpp | 188 EXPECT_EQ(cfg.getopt<OptIntVec>("avector"), exp); in TEST_F() 210 EXPECT_EQ(cfg.getopt<OptIntVec>("avector"), val_avector_new); in TEST_F() 230 EXPECT_EQ(cfg.getopt<OptIntVec>("avector"), exp); in TEST_F() 252 EXPECT_EQ(cfg.getopt<OptIntVec>("avector"), val_avector_new); in TEST_F()
|
/hardware/qcom/sm8150/display/libhistogram/ |
D | color_sampling_tool.cpp | 49 while ((c = getopt(argc, argv, "o:t:h")) != -1) { in main()
|
/hardware/qcom/sm7250/display/libhistogram/ |
D | color_sampling_tool.cpp | 48 while ((c = getopt(argc, argv, "o:t:h")) != -1) { in main()
|
/hardware/google/pixel/perfstatsd/ |
D | main.cpp | 118 while ((c = getopt(argc, argv, "sdo:h")) != -1) { in main()
|
/hardware/libhardware/modules/radio/ |
D | radio_hal_tool.c | 195 while ((opt = getopt(argc, argv, "lmt:")) != -1) { in main()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
D | read_device_node.c | 233 while ((c = getopt(argc, argv, "c:vh")) != -1) { in main()
|
/hardware/interfaces/biometrics/common/config/include/config/ |
D | Config.h | 71 T getopt(const std::string& name) { in getopt() function
|
/hardware/google/gfxstream/guest/mesa/src/ |
D | meson.build | 62 subdir('getopt') subdir
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/ |
D | mm_jpegdec_test.c | 345 while ((c = getopt(argc, argv, "I:O:W:H:F:")) != -1) { in mm_jpegdec_test_get_input()
|
D | mm_jpeg_test.c | 561 while ((c = getopt(argc, argv, "-I:O:W:H:F:BTx:y:Q:J:K:C:q:")) != -1) { in mm_jpeg_test_get_input()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/ |
D | inv_self_test.c | 305 while ((c = getopt(argc, argv, "lw")) != -1) { in main()
|
/hardware/google/pixel/thermal/virtualtemp_estimator/ |
D | virtualtemp_estimator_test.cpp | 433 while ((c = getopt(argc, argv, "hm:p:i:c:o:d:t:s:")) != -1) switch (c) { in main()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
D | mpu_iio.c | 608 while ((c = getopt(argc, argv, "l:w:c:premavt:")) != -1) { in main()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/ |
D | stress_iio.c | 936 while ((c = getopt(argc, argv, "lcd:e:rmp")) != -1) { in main()
|
/hardware/ril/reference-ril/ |
D | reference-ril.c | 3724 while ( -1 != (opt = getopt(argc, argv, "p:d:s:c:"))) { 3779 while ( -1 != (opt = getopt(argc, argv, "p:d:"))) {
|