HomeSort by relevance Sort by last modified time
    Searched refs:str_map (Results 1 - 8 of 8) sorted by null

  /external/regex-re2/util/
sparse_array_test.cc 98 SparseArray<string> str_map(5);
99 str_map.set(1, "a");
100 str_map.set(2, "b");
101 EXPECT_EQ("a", FindWithDefault(str_map, 1, kNotFound));
102 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound));
103 str_map.erase(1);
104 EXPECT_EQ("NOT FOUND", FindWithDefault(str_map, 1, kNotFound));
105 EXPECT_EQ("b", FindWithDefault(str_map, 2, kNotFound));
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 178 static const str_map effects[] = {
193 static const str_map iso[] = {
203 static const str_map scenemode[] = {
225 static const str_map scenedetect[] = {
231 static const str_map focus_modes[] = {
240 static const str_map selectable_zone_af[] = {
247 static const str_map autoexposure[] = {
254 static const str_map whitebalance[] = {
262 static const str_map antibanding[] = {
269 static const str_map frame_rate_modes[] =
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Parm.cpp 177 static const str_map effects[] = {
192 static const str_map iso[] = {
202 static const str_map scenemode[] = {
225 static const str_map scenedetect[] = {
231 static const str_map focus_modes[] = {
240 static const str_map selectable_zone_af[] = {
247 static const str_map autoexposure[] = {
254 static const str_map whitebalance[] = {
262 static const str_map antibanding[] = {
269 static const str_map frame_rate_modes[] =
    [all...]
QualcommCameraHardware.cpp 337 static int attr_lookup(const str_map arr[], int len, const char *name)
403 static const str_map whitebalance[] = {
412 static const str_map effects[] = {
425 static const str_map autoexposure[] = {
432 static const str_map antibanding[] = {
439 static const str_map antibanding_3D[] = {
681 static const str_map scenemode[] = {
703 static const str_map scenedetect[] = {
709 static const str_map flash[] = {
717 static const str_map iso[] =
    [all...]
QCameraHWI.h 65 struct str_map { struct
634 String8 create_values_str(const str_map *values, int len);
QualcommCameraHardware.h 47 struct str_map { struct
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 1504 struct str_map { struct in namespace:android
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 65 struct str_map { struct
625 String8 create_values_str(const str_map *values, int len);

Completed in 720 milliseconds