HomeSort by relevance Sort by last modified time
    Searched refs:str_map (Results 1 - 10 of 10) 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/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 190 static const str_map effects[] = {
205 static const str_map iso[] = {
215 static const str_map scenemode[] = {
237 static const str_map scenedetect[] = {
243 static const str_map focus_modes[] = {
252 static const str_map selectable_zone_af[] = {
260 static const str_map autoexposure[] = {
267 static const str_map whitebalance[] = {
275 static const str_map antibanding[] = {
282 static const str_map frame_rate_modes[] =
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
QCameraUsbParm.cpp 88 static const str_map preview_formats[] = {
114 static const str_map frame_rate_modes[] = {
119 static const str_map picture_formats[] = {
143 static const str_map recording_Hints[] = {
150 static String8 create_values_str(const str_map *values, int len);
208 picture_formats, sizeof(picture_formats) / sizeof(str_map));
237 preview_formats, sizeof(preview_formats) / sizeof(str_map));
403 static String8 create_values_str(const str_map *values, int len) {
  /hardware/qcom/camera/usbcamcore/src/
QCameraUsbParm.cpp 88 static const str_map preview_formats[] = {
114 static const str_map frame_rate_modes[] = {
119 static const str_map picture_formats[] = {
143 static const str_map recording_Hints[] = {
150 static String8 create_values_str(const str_map *values, int len);
208 picture_formats, sizeof(picture_formats) / sizeof(str_map));
237 preview_formats, sizeof(preview_formats) / sizeof(str_map));
403 static String8 create_values_str(const str_map *values, int len) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compile.py 400 class str_map(object): class in function:.test_subscripts
411 d = str_map()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compile.py 400 class str_map(object): class in function:.test_subscripts
411 d = str_map()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compile.py 400 class str_map(object): class in function:.test_subscripts
411 d = str_map()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compile.py 400 class str_map(object): class in function:.test_subscripts
411 d = str_map()
  /device/moto/shamu/camera/QCamera/HAL/core/inc/
QCameraHWI.h 76 struct str_map { struct
712 String8 create_values_str(const str_map *values, int len);
    [all...]
  /device/moto/shamu/camera/QCamera/HAL2/core/inc/
QCameraHWI.h 68 struct str_map { struct
650 String8 create_values_str(const str_map *values, int len);

Completed in 388 milliseconds