HomeSort by relevance Sort by last modified time
    Searched full:new_string (Results 1 - 13 of 13) sorted by null

  /external/srec/seti/setiUtils/src/
platform_utils.c 115 char * new_string = NULL; local
124 new_string = (char *)MALLOC(sizeof(char)*(strlen(in_string)+1), MTAG);
125 if(!new_string)
128 strcpy(new_string, in_string);
129 return new_string;
  /external/bluetooth/glib/tests/gobject/
accumulator.c 72 const gchar *new_string = g_value_get_string (handler_return); local
76 result_string = g_strconcat (accu_string, new_string, NULL);
77 else if (new_string)
78 result_string = g_strdup (new_string);
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_snd.c 166 p2->value.c.car = new_string(instance, id);
258 p1->value.c.car = new_string(instance, str);
384 return new_string(instance, ((snd_str_p_t)item->xfunc)(handle));
461 p1 = add_cons(instance, lexpr->value.c.cdr, 0, "id", new_string(instance, snd_ctl_card_info_get_id(info)));
462 p1 = add_cons(instance, p1, 1, "driver", new_string(instance, snd_ctl_card_info_get_driver(info)));
463 p1 = add_cons(instance, p1, 1, "name", new_string(instance, snd_ctl_card_info_get_name(info)));
464 p1 = add_cons(instance, p1, 1, "longname", new_string(instance, snd_ctl_card_info_get_longname(info)));
465 p1 = add_cons(instance, p1, 1, "mixername", new_string(instance, snd_ctl_card_info_get_mixername(info)));
466 p1 = add_cons(instance, p1, 1, "components", new_string(instance, snd_ctl_card_info_get_components(info)));
477 cons = add_cons(instance, cons, 1, "iface", new_string(instance, snd_ctl_elem_iface_name(snd_ctl_elem_id_get_interface(id))))
    [all...]
alisp.c 407 static struct alisp_object * new_string(struct alisp_instance *instance, const char *str) function
467 lexpr->value.c.car = new_string(instance, ptr_id);
809 p = new_string(instance, instance->token_buffer);
1204 p = new_string(instance, str);
    [all...]
  /external/bluetooth/glib/gobject/
testgobject.c 235 gchar *new_string = g_value_get_string (handler_return); local
239 result_string = g_strconcat (accu_string, new_string, NULL);
240 else if (new_string)
241 result_string = g_strdup (new_string);
gobject.c     [all...]
  /frameworks/base/tools/localize/testdata/
merge_en_current.xml 21 <string name="new_string">ccc</string>
  /frameworks/base/tools/localize/testdata/res/values/
strings.xml 21 <string name="new_string">ccc</string>
  /external/v8/src/
liveedit.h 41 // script.source[positions, positions+length] = new_string;
interpreter-irregexp.cc 55 unibrow::uchar new_string[1] = { new_char }; local
57 interp_canonicalize.get(new_char, '\0', new_string);
58 if (old_string[0] != new_string[0]) {
  /device/samsung/crespo/alsa-lib/src/
conf.c 2010 char *new_string; local
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 2653 $new_string = ''; variable
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-run 

Completed in 373 milliseconds