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

  /external/lldb/source/Interpreter/
embedded_interpreter.py 40 temp_str = in_str
41 temp_str.strip(' \t')
42 words = temp_str.split()
43 temp_str = ('').join(words)
48 if (temp_str.lower() == "quit()" or temp_str.lower() == "exit()"):
  /hardware/ti/omap4xxx/camera/
CameraHalCommon.cpp 97 char temp_str[256]; local
103 vsprintf(temp_str, str, args);
112 ALOGD("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 594 char * temp_str; local
596 temp_str = strtok(cmd+1,"!");
597 printf("Latitude %s \n",temp_str);
598 params.set(params.KEY_GPS_LATITUDE, temp_str);
599 temp_str=strtok(NULL,"!");
600 printf("Longitude %s \n",temp_str);
601 params.set(params.KEY_GPS_LONGITUDE, temp_str);
602 temp_str=strtok(NULL,"!");
603 printf("Altitude %s \n",temp_str);
604 params.set(params.KEY_GPS_ALTITUDE, temp_str);
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_script.cpp 462 char * temp_str; local
464 temp_str = strtok(cmd+1,"!");
465 printf("Latitude %s \n",temp_str);
466 params.set(params.KEY_GPS_LATITUDE, temp_str);
467 temp_str=strtok(NULL,"!");
468 printf("Longitude %s \n",temp_str);
469 params.set(params.KEY_GPS_LONGITUDE, temp_str);
470 temp_str=strtok(NULL,"!");
471 printf("Altitude %s \n",temp_str);
472 params.set(params.KEY_GPS_ALTITUDE, temp_str);
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHalCommon.cpp 98 char temp_str[256]; local
104 vsprintf(temp_str, str, args);
113 CAMHAL_LOGI("PPM: %s :%ld.%ld ms : %llu ms", temp_str, ( ppm.tv_sec /1000 ), ( ppm.tv_sec % 1000 ), absolute);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
RTPchange.cc 50 char temp_str[100]; local
51 if (fgets(temp_str, 100, stat_file) == NULL) {
  /external/chromium_org/third_party/webrtc/video/
rampup_tests.cc 285 char temp_str[5]; local
286 sprintf(temp_str, "%i",
288 str += std::string(temp_str);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.cpp 1904 char* temp_str = new (std::nothrow) char[length]; \/\/ NOLINT local
1922 char* temp_str = new (std::nothrow) char[length]; \/\/ NOLINT local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 2015 char* temp_str = new (std::nothrow) char[length]; \/\/ NOLINT local
2033 char* temp_str = new (std::nothrow) char[length]; \/\/ NOLINT local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 2015 char* temp_str = new (std::nothrow) char[length]; \/\/ NOLINT local
2033 char* temp_str = new (std::nothrow) char[length]; \/\/ NOLINT local
    [all...]

Completed in 530 milliseconds