/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/ |
WinTestDlg.cc | 18 #define new DEBUG_NEW macro 935 // Retrieve new direct-feedback setting 1027 _telephoneEventObserverPtr = new TelephoneEventObserver(wndOut, wndIn); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/ |
stabs-dbgfmt.c | 176 /* Create and add a new strtab-style string bytecode to a section, updating 193 /* Create and add a new stab bytecode to a section, updating offset on 260 /* check for new function */ 264 info->lastline = 0; /* new file, so line changes */ 270 /* output new line stabs if there's a basebc (known function) */ 316 int new; local 335 info.stab = yasm_object_get_general(object, ".stab", 4, 0, 0, &new, 0); 336 if (!new) { 351 yasm_object_get_general(object, ".stabstr", 1, 0, 0, &new, 0); 352 if (!new) { [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestCmd.py | 581 import new namespace 583 subprocess = new.module('subprocess') [all...] |
/external/clang/include/clang/Lex/ |
PreprocessingRecord.h | 34 void* operator new(size_t bytes, clang::PreprocessingRecord& PR, 99 // in PreprocessingRecord or by doing a placement new. 100 void* operator new(size_t bytes, PreprocessingRecord& PR, 102 return ::operator new(bytes, PR, alignment); 105 void* operator new(size_t bytes, void* mem) throw() { 118 // Make vanilla 'new' and 'delete' illegal for preprocessed entities. 119 void* operator new(size_t bytes) throw(); 356 /// \brief Allocate space for a new set of loaded preprocessed entities. 362 /// \brief Register a new macro definition. 366 /// \brief Construct a new preprocessing record [all...] |
/external/clang/test/CodeGenCXX/ |
dllexport.cpp | 271 __declspec(dllexport) void* operator new(__SIZE_TYPE__ n) { return alloc(n); } [all...] |
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 62 #define new macro 147 new
|
/external/dnsmasq/src/ |
cache.c | 105 struct crec **new, **old, *p, *tmp; local 113 new = safe_malloc(new_size * sizeof(struct crec *)); 114 else if (new_size <= hash_size || !(new = whine_malloc(new_size * sizeof(struct crec *)))) 118 new[i] = NULL; 122 hash_table = new; 199 /* insert a new cache entry at the head of the list (youngest entry) */ 362 struct crec *new; local 387 if (!(new = cache_tail)) /* no entries left - cache is too small, bail */ 397 if (new->flags & (F_FORWARD | F_REVERSE)) 412 cache_scan_free(cache_get_name(new), &new->addr.addr, now, new->flags) [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.c | 167 * Decrypt the packet. If this is the beginning of a new 760 vchar_t *new; local 762 new = vmalloc(s->l + append->l); 763 if (new == NULL) { 769 memcpy(new->v, s->v, s->l); 770 memcpy(new->v + s->l, append->v, append->l); 773 return new; 924 struct isakmp_data *new; 931 new = (struct isakmp_data *)buffer->v; 933 new->type = attr->type 968 struct isakmp_data *new; local 993 struct isakmp_data *new; local 1028 struct isakmp_data *new; local 1056 struct isakmp_data *new; local [all...] |
/external/libexif/libexif/ |
exif-data.c | |
/external/libnl/lib/ |
msg.c | 98 * // Various methods exist to create/allocate a new netlink 387 NL_DBG(2, "msg %p: Allocated new message, maxlen=%zu\n", nm, len); 396 * Allocate a new netlink message with the default maximum payload size. 398 * Allocates a new netlink message without any further payload. The 410 * Allocate a new netlink message with maximum payload size specified. 418 * Allocate a new netlink message and inherit netlink message header 421 * Allocates a new netlink message and inherits the original message 433 struct nlmsghdr *new = nm->nm_nlh; local 435 new->nlmsg_type = hdr->nlmsg_type; 436 new->nlmsg_flags = hdr->nlmsg_flags [all...] |
/external/libnl/lib/route/ |
route_obj.c | 99 struct rtnl_nexthop *nh, *new; local 115 new = rtnl_route_nh_clone(nh); 116 if (!new) 119 rtnl_route_add_nexthop(dst, new); 1047 /* Kernel supports new style nexthop configuration,
|
/external/libselinux/src/ |
avc.c | 125 struct avc_node *new; local 162 new = avc_malloc(sizeof(*new)); 163 if (!new) { 169 memset(new, 0, sizeof(*new)); 170 new->next = avc_node_freelist; 171 avc_node_freelist = new; 297 struct avc_node *new; local 304 new = avc_node_freelist [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_dataflow.c | 481 struct rc_reader * new; local 484 new = &data->Readers[data->ReaderCount++]; 485 new->Inst = inst; 486 new->WriteMask = mask; 487 return new; 497 struct rc_reader * new = add_reader(pool, data, inst, mask); local 498 new->U.I.Src = src; 510 struct rc_reader * new = add_reader(pool, data, inst, mask); local 511 new->U.P.Src = src; 512 new->U.P.Arg = arg [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser_extras.h | 63 /* Callers of this ralloc-based new need not call delete. It's 65 static void* operator new(size_t size, void *ctx)
|
glsl_types.h | 88 /* Callers of this ralloc-based new need not call delete. It's 90 static void* operator new(size_t size) 474 * Set on the first call to \c glsl_type::new.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs.h | 69 /* Callers of this ralloc-based new need not call delete. It's 71 static void* operator new(size_t size, void *ctx) 129 /* Callers of this ralloc-based new need not call delete. It's 131 static void* operator new(size_t size, void *ctx)
|
brw_vec4.h | 82 /* Callers of this ralloc-based new need not call delete. It's 84 static void* operator new(size_t size, void *ctx) 120 /* Callers of this ralloc-based new need not call delete. It's 122 static void* operator new(size_t size, void *ctx) 149 /* Callers of this ralloc-based new need not call delete. It's 151 static void* operator new(size_t size, void *ctx)
|
/external/oprofile/libop/ |
op_events.c | 312 struct op_unit_mask *new, *um; local 319 new = new_unit_mask(); 320 new->name = xstrdup(value); 321 new->used = 1; 332 new->default_mask |= um->default_mask; 333 new->num += um->num; 334 if (new->num > MAX_UNIT_MASK) 337 new->um[num] = um->um[c]; 338 new->um[num].desc = xstrdup(new->um[num].desc) [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
utypes.h | 382 * The ICU4C library must not use the global new and delete operators. 387 * that global new/delete are not used: 389 * a) Check for imports of global new/delete (see uobject.cpp for details) 390 * b) Verify that new is never imported. 399 * some Linux/Unix compilers have problems with defining global new/delete. 406 * Global operator new, defined only inside ICU4C, must not be used. 411 operator new(size_t /*size*/) { 418 /* This is only needed to suppress a Visual C++ 2008 warning for operator new[]. */ 422 * Global operator new[], defined only inside ICU4C, must not be used. 427 operator new[](size_t /*size*/) [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-checker_unittest.cc | 216 return new Callback0(function); 221 return new Callback1<P1>(function, p1); 226 return new Callback2<P1,P2>(function, p1, p2); 244 void* operator new(size_t size, const Initialized&) { 245 // Below we use "p = new(initialized) Foo[1];" and "delete[] p;" 246 // instead of "p = new(initialized) Foo;" 252 void* operator new[](size_t size, const Initialized&) { 253 char* p = new char[size]; 360 void* p = new(initialized) char[size]; 398 void** p = reinterpret_cast<void**>(new(initialized) char[size]) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-checker_unittest.cc | 216 return new Callback0(function); 221 return new Callback1<P1>(function, p1); 226 return new Callback2<P1,P2>(function, p1, p2); 244 void* operator new(size_t size, const Initialized&) { 245 // Below we use "p = new(initialized) Foo[1];" and "delete[] p;" 246 // instead of "p = new(initialized) Foo;" 252 void* operator new[](size_t size, const Initialized&) { 253 char* p = new char[size]; 360 void* p = new(initialized) char[size]; 398 void** p = reinterpret_cast<void**>(new(initialized) char[size]) [all...] |
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 538 void *operator new(__sanitizer::uptr size); 539 void *operator new(__sanitizer::uptr size) { 544 void *operator new[](__sanitizer::uptr size); 545 void *operator new[](__sanitizer::uptr size) { 550 void *operator new(__sanitizer::uptr size, std::nothrow_t const&); 551 void *operator new(__sanitizer::uptr size, std::nothrow_t const&) { 556 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&); 557 void *operator new[](__sanitizer::uptr size, std::nothrow_t const&) { 850 Report("ThreadSanitizer: starting new threads after multi-threaded " 854 VPrintf(1, "ThreadSanitizer: starting new threads after multi-threaded [all...] |
/external/icu/icu4c/source/common/unicode/ |
utypes.h | 386 * The ICU4C library must not use the global new and delete operators. 391 * that global new/delete are not used: 393 * a) Check for imports of global new/delete (see uobject.cpp for details) 394 * b) Verify that new is never imported. 403 * some Linux/Unix compilers have problems with defining global new/delete. 410 * Global operator new, defined only inside ICU4C, must not be used. 415 operator new(size_t /*size*/) { 422 /* This is only needed to suppress a Visual C++ 2008 warning for operator new[]. */ 426 * Global operator new[], defined only inside ICU4C, must not be used. 431 operator new[](size_t /*size*/) [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfwprintf.c | 1471 unsigned char *new = mmap(NULL, newsize, PROT_WRITE|PROT_READ, local [all...] |
/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);
|