HomeSort by relevance Sort by last modified time
    Searched defs:temp_string (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/browser/
resolve_proxy_msg_helper_unittest.cc 79 std::string temp_string; local
80 ViewHostMsg_ResolveProxy message(GURL(), &temp_bool, &temp_string); local
  /external/chromium_org/third_party/npapi/npspy/windows/
loggerw.cpp 157 std::string temp_string; local
162 temp_string = string;
164 char* p = strrchr(const_cast<char*>(temp_string.c_str()), '\n');
167 p = strrchr(const_cast<char*>(temp_string.c_str()), '\r');
170 output = temp_string.c_str();
  /external/valgrind/main/exp-bbv/
bbv_main.c 140 HChar temp_string[2048]; local
146 VG_(strncpy)(temp_string,bb_out_file,2047);
149 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num);
152 sres = VG_(open)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY,
156 VG_(umsg)("Error: cannot create bb file %s\n",temp_string);
  /external/chromium_org/chrome/browser/sync/glue/
favicon_cache.cc 125 base::RefCountedString* temp_string = local
127 temp_string->data() = favicon_data.favicon();
129 bitmap_result.bitmap_data = temp_string;
557 base::RefCountedString* temp_string = new base::RefCountedString();
558 temp_string->data() = icon_bytes;
559 favicon_info->bitmap_data[SIZE_16].bitmap_data = temp_string;
    [all...]
favicon_cache_unittest.cc 420 base::RefCountedString* temp_string = new base::RefCountedString(); local
421 temp_string->data() = test_data.image_16;
422 bitmap_result.bitmap_data = temp_string;
430 base::RefCountedString* temp_string = new base::RefCountedString(); local
431 temp_string->data() = test_data.image_32;
432 bitmap_result.bitmap_data = temp_string;
440 base::RefCountedString* temp_string = new base::RefCountedString(); local
441 temp_string->data() = test_data.image_64;
442 bitmap_result.bitmap_data = temp_string;
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
numbers.c 166 * xmlChar temp_string[sizeof(double) * CHAR_BIT * sizeof(xmlChar) + 4];
172 xmlChar temp_string[500]; local
180 pointer = &temp_string[sizeof(temp_string)] - 1; /* last char */
183 while (pointer > temp_string) {
189 if (pointer - groupingCharacterLen < temp_string) {
199 if (pointer <= temp_string) { /* Check enough room */
210 * copy from there into temp_string.
213 if ( (pointer - len) < temp_string ) {
234 char temp_string[sizeof(double) * CHAR_BIT * sizeof(xmlChar) + 1] local
    [all...]
  /external/chromium_org/tools/ipc_fuzzer/mutate/
generate.cc 95 T temp_string; local
98 temp_string += RandInRange(256);
99 *value = temp_string;
    [all...]

Completed in 168 milliseconds