HomeSort by relevance Sort by last modified time
    Searched defs:new (Results 176 - 200 of 221) sorted by null

1 2 3 4 5 6 78 9

  /external/icu4c/common/unicode/
utypes.h 525 * The ICU4C library must not use the global new and delete operators.
530 * that global new/delete are not used:
532 * a) Check for imports of global new/delete (see uobject.cpp for details)
533 * b) Verify that new is never imported.
542 * some Linux/Unix compilers have problems with defining global new/delete.
549 * Global operator new, defined only inside ICU4C, must not be used.
554 operator new(size_t /*size*/) {
561 /* This is only needed to suppress a Visual C++ 2008 warning for operator new[]. */
565 * Global operator new[], defined only inside ICU4C, must not be used.
570 operator new[](size_t /*size*/)
    [all...]
  /external/valgrind/tsan/
ts_valgrind.cc 50 void *operator new (size_t size) {
53 void *operator new [](size_t size) {
260 G_flags = new FLAGS;
263 g_command_line_options = new vector<string>;
329 g_valgrind_threads = new ValgrindThread[VG_N_THREADS];
330 g_ptid_to_ts_tid = new map<uintptr_t, int>;
415 // Start the new trace, zero the contents of tleb.
811 * This loop verifies mops from the _previous_ trace_info and sets up the new
884 * Sets up the new trace_info.
910 // Start the new trace, zero the contents of tleb
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 434 * The ICU4C library must not use the global new and delete operators.
439 * that global new/delete are not used:
441 * a) Check for imports of global new/delete (see uobject.cpp for details)
442 * b) Verify that new is never imported.
451 * some Linux/Unix compilers have problems with defining global new/delete.
457 * Global operator new, defined only inside ICU4C, must not be used.
462 operator new(size_t /*size*/) {
469 * Global operator new[], defined only inside ICU4C, must not be used.
474 operator new[](size_t /*size*/) {
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 434 * The ICU4C library must not use the global new and delete operators.
439 * that global new/delete are not used:
441 * a) Check for imports of global new/delete (see uobject.cpp for details)
442 * b) Verify that new is never imported.
451 * some Linux/Unix compilers have problems with defining global new/delete.
457 * Global operator new, defined only inside ICU4C, must not be used.
462 operator new(size_t /*size*/) {
469 * Global operator new[], defined only inside ICU4C, must not be used.
474 operator new[](size_t /*size*/) {
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 434 * The ICU4C library must not use the global new and delete operators.
439 * that global new/delete are not used:
441 * a) Check for imports of global new/delete (see uobject.cpp for details)
442 * b) Verify that new is never imported.
451 * some Linux/Unix compilers have problems with defining global new/delete.
457 * Global operator new, defined only inside ICU4C, must not be used.
462 operator new(size_t /*size*/) {
469 * Global operator new[], defined only inside ICU4C, must not be used.
474 operator new[](size_t /*size*/) {
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js 111 "new": function(ctor, args) {
303 // we must be careful that the new mangled name:
365 current_scope = new Scope(current_scope);
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 434 * The ICU4C library must not use the global new and delete operators.
439 * that global new/delete are not used:
441 * a) Check for imports of global new/delete (see uobject.cpp for details)
442 * b) Verify that new is never imported.
451 * some Linux/Unix compilers have problems with defining global new/delete.
457 * Global operator new, defined only inside ICU4C, must not be used.
462 operator new(size_t /*size*/) {
469 * Global operator new[], defined only inside ICU4C, must not be used.
474 operator new[](size_t /*size*/) {
  /bionic/libc/stdio/
vfprintf.c 1208 unsigned char *new = (unsigned char *)mmap(NULL, local
1211 memmove(new, *typetable, *tablesize);
1213 *typetable = new;
  /external/blktrace/btt/
output.c 379 struct seek_mode_info *new = malloc(sizeof(*new)); local
381 new->next = sip->head;
382 sip->head = new;
383 new->mode = *lp;
384 new->nseeks = mp->most_seeks;
386 add_buf(new);
  /external/bluetooth/bluez/audio/
telephony-ofono.c 214 error("Unable to allocate new D-Bus %s message", method);
1393 int new, max; local
    [all...]
telephony-maemo5.c 321 error("Unable to allocate new D-Bus message");
339 error("Unable to allocate new D-Bus message");
357 error("Unable to allocate new D-Bus message");
375 error("Unable to allocate new D-Bus message");
392 error("Unable to allocate new D-Bus message");
409 error("Unable to allocate new D-Bus message");
426 error("Unable to allocate new D-Bus message");
443 error("Unable to allocate new D-Bus message");
460 error("Unable to allocate new D-Bus message");
594 error("Unable to allocate new D-Bus %s message", method)
1428 int new, max; local
    [all...]
telephony-maemo6.c 275 error("Unable to allocate new D-Bus message");
293 error("Unable to allocate new D-Bus message");
311 error("Unable to allocate new D-Bus message");
329 error("Unable to allocate new D-Bus message");
346 error("Unable to allocate new D-Bus message");
363 error("Unable to allocate new D-Bus message");
380 error("Unable to allocate new D-Bus message");
397 error("Unable to allocate new D-Bus message");
414 error("Unable to allocate new D-Bus message");
562 error("Unable to allocate new D-Bus %s message", method)
1410 int new, max; local
    [all...]
  /external/bluetooth/glib/gio/
gfileinfo.c 261 * Creates a new file info structure.
325 GFileInfo *new; local
329 new = g_file_info_new ();
330 g_file_info_copy_into (other, new);
331 return new;
    [all...]
  /external/dbus/bus/
signals.c 267 char *new; local
271 new = _dbus_strdup (interface);
272 if (new == NULL)
277 rule->interface = new;
286 char *new; local
290 new = _dbus_strdup (member);
291 if (new == NULL)
296 rule->member = new;
305 char *new; local
309 new = _dbus_strdup (sender)
324 char *new; local
343 char *new; local
365 char *new; local
    [all...]
  /external/dhcpcd/
client.c 132 struct dhcp_message *new; member in struct:if_state
450 state->old = state->new;
451 state->new = NULL;
700 if (state->new || strcmp(reason, "FAIL") == 0) {
701 configure(state->interface, reason, NULL, state->new,
705 free(state->new);
706 state->new = NULL;
913 state->old = state->new;
914 state->new = state->offer;
934 } else if (IN_LINKLOCAL(htonl(state->new->yiaddr)))
    [all...]
  /external/e2fsprogs/e2fsck/
dict.c 79 * child of C. The left subtree of C is inherited as the new right subtree
257 dict_t *new = malloc(sizeof *new); local
259 if (new) {
260 new->compare = comp;
261 new->allocnode = dnode_alloc;
262 new->freenode = dnode_free;
263 new->context = NULL;
264 new->nodecount = 0;
265 new->maxcount = maxcount
984 dnode_t *new = malloc(sizeof *new); local
1262 char *new = malloc(sz); local
    [all...]
profile.c 1082 struct profile_node *new; local
1084 new = malloc(sizeof(struct profile_node));
1085 if (!new)
1087 memset(new, 0, sizeof(struct profile_node));
1088 new->name = strdup(name);
1089 if (new->name == 0) {
1090 profile_free_node(new);
1094 new->value = strdup(value);
1095 if (new->value == 0) {
1096 profile_free_node(new);
1147 struct profile_node *p, *last, *new; local
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 18 * 1. Adjust superblock and write out new parts of the inode
21 * contents of blocks from their old locations to the new ones.
25 * point at the new block locations.
28 * new ones.
32 * 4. Update the directory blocks with the new inode locations.
242 * initialize any new parts of the inode table. The new parts of the
250 * release them in the new filesystem data structure, and mark them as
418 int new; local
420 new = ((int) fs->super->s_reserved_gdt_blocks)
    [all...]
  /external/ipsec-tools/src/racoon/
oakley.c 2979 vchar_t *buf = NULL, *new = NULL; local
3100 vchar_t *buf = 0, *new = 0; local
    [all...]
  /external/qemu/proxy/
proxy_http_rewriter.c 87 int new = strlen(value); local
88 char* s = realloc((char*)h->value, old+new+1);
91 memcpy(s + old, value, new+1);
579 /* now create new URI */
762 * accepting a new header */
    [all...]
  /external/quake/quake/src/QW/client/
d_polyse.c 316 int new[6]; local
359 new[0] = (lp1[0] + lp2[0]) >> 1;
360 new[1] = (lp1[1] + lp2[1]) >> 1;
361 new[2] = (lp1[2] + lp2[2]) >> 1;
362 new[3] = (lp1[3] + lp2[3]) >> 1;
363 new[5] = (lp1[5] + lp2[5]) >> 1;
372 z = new[5]>>16;
373 zbuf = zspantable[new[1]] + new[0];
379 pix = d_pcolormap[skintable[new[3]>>16][new[2]>>16]]
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
NodeConstructors.h 30 inline void* ParserArenaFreeable::operator new(size_t size, JSGlobalData* globalData)
35 inline void* ParserArenaDeletable::operator new(size_t size, JSGlobalData* globalData)
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrInterpreter.cpp 94 void* operator new(size_t, void* where)
111 return new(allocatorPool->alloc(size)) DisjunctionContext();
132 new(getDisjunctionContext(term)) DisjunctionContext();
135 void* operator new(size_t, void* where)
161 return new(allocatorPool->alloc(size)) ParenthesesDisjunctionContext(output, term);
    [all...]
  /external/webkit/Source/WebCore/dom/
Node.cpp 493 // Setting the new document scope will be handled implicitly
546 return new NodeRareData;
    [all...]
  /external/bluetooth/glib/gobject/
gobject.c 69 * can only g_object_ref() the new child, so to implement this code without
82 * a new reference.
396 * @property_id: the id for the new property
397 * @pspec: the #GParamSpec for the new property
399 * Installs a new property. This is usually done in the class initializer.
440 * @pspec: the #GParamSpec for the new property
544 * @property_id: the new property ID
575 GParamSpec *new; local
616 new = g_param_spec_override (name, overridden);
617 g_object_class_install_property (oclass, property_id, new);
    [all...]

Completed in 1649 milliseconds

1 2 3 4 5 6 78 9