/prebuilts/misc/common/swig/include/2.0.11/java/ |
various.i | 69 jstring temp_string; 77 temp_string = JCALL1(NewStringUTF, jenv, *$1++); 78 JCALL3(SetObjectArrayElement, jenv, $result, i, temp_string); 79 JCALL1(DeleteLocalRef, jenv, temp_string);
|
/toolchain/binutils/binutils-2.25/opcodes/ |
crx-dis.c | 247 char temp_string[5]; local 271 sprintf (temp_string, "r%d", i); 274 sprintf (temp_string, "u%d", i); 277 sprintf (temp_string, "c%d", i); 280 sprintf (temp_string, "cs%d", i); 285 strcat (string, temp_string);
|
/external/valgrind/exp-bbv/ |
bbv_main.c | 130 HChar temp_string[VG_(strlen)(bb_out_file) + 1 + 10 + 1]; local 136 VG_(strcpy)(temp_string, bb_out_file); 139 VG_(sprintf)(temp_string,"%s.%d",bb_out_file,thread_num); 142 fp = VG_(fopen)(temp_string, VKI_O_CREAT|VKI_O_TRUNC|VKI_O_WRONLY, 146 VG_(umsg)("Error: cannot create bb file %s\n",temp_string);
|
/external/libmicrohttpd/src/microspdy/ |
structures.c | 65 char *temp_string; local 178 if (NULL == (temp_string = strdup (value))) 183 pair->value[0] = temp_string;
|
/external/protobuf/src/google/protobuf/ |
generated_message_reflection.cc | 427 string temp_string; local 454 temp_string = GetString(*message1, field1); 520 SetString(message2, field1, temp_string); [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-i386.c | 8716 char *temp_string; local [all...] |