/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
kcom.h | 206 inline PVOID operator new( 217 inline PVOID operator new(
|
/prebuilts/go/darwin-x86/test/ |
rename.go | 39 new + 85 new = 22 84 new = 22 const
|
rename1.go | 43 new = 22 42 new = 22 const
|
/prebuilts/go/linux-x86/test/ |
rename.go | 39 new + 85 new = 22 84 new = 22 const
|
rename1.go | 43 new = 22 42 new = 22 const
|
/sdk/find_java2/src/ |
FindJava2Dlg.cpp | 25 #define new DEBUG_NEW
macro 173 // Checkbox is checked when (old/new-state & state-image-mask) == INDEXTOSTATEIMAGEMASK(2).
|
/external/clang/test/CodeGenCXX/ |
mangle-ms.cpp | 175 char *ptr = new char; 181 char *array = new char[42]; 332 void *operator new(__SIZE_TYPE__); 333 void *operator new[](__SIZE_TYPE__); 340 void *OverloadedNewDelete::operator new(__SIZE_TYPE__ s) { return 0; } 341 void *OverloadedNewDelete::operator new[](__SIZE_TYPE__ s) { return 0; } 365 OperatorNewType operator new; 366 OperatorNewType operator new[]; 371 void *TypedefNewDelete::operator new(__SIZE_TYPE__ s) { return 0; } 372 void *TypedefNewDelete::operator new[](__SIZE_TYPE__ s) { return 0; [all...] |
/external/clang/test/SemaCXX/ |
new-delete.cpp | 1 // RUN: %clang_cc1 -fsyntax-only -verify %s -triple=i686-pc-linux-gnu -Wno-new-returns-null 14 // A special new, to verify that the global version isn't used. 15 void* operator new(size_t, S*); // expected-note {{candidate}} 24 inline void *operator new(size_t) { // no warning, due to __attribute__((used)) 29 void* operator new(const size_t); // expected-note 2 {{candidate}} 30 void* operator new(size_t, int*); // expected-note 3 {{candidate}} 31 void* operator new(size_t, float*); // expected-note 3 {{candidate}} 32 void* operator new(size_t, S); // expected-note 2 {{candidate}} 38 int *pi = new int; 39 float *pf = new (pi) float() [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 213 CommonToken = Struct.new( :type, :channel, :text, :input, :start, 259 new( *args ) 264 new( 288 EOF_TOKEN = CommonToken.new( EOF ).freeze 289 INVALID_TOKEN = CommonToken.new( INVALID_TOKEN_TYPE ).freeze 290 SKIP_TOKEN = CommonToken.new( INVALID_TOKEN_TYPE ).freeze 329 CommonTokenStream.new( self, options ) { | t, stream | yield( t, stream ) } 331 CommonTokenStream.new( self, options ) 363 token_class.new( *args ) do |*targs| 367 token_class.new( *args 502 def self.new( tk_class = nil, &body ) singleton method in class:ANTLR3.with.ARecognizerOrSuch.provided.TokenScheme [all...] |
/external/autotest/client/tools/ |
boottool | 9 my $bootloader = new Linux::Bootloader(); 29 =head2 new() 31 Creates a new Linux::Bootloader object. 65 Set new default kernel. 71 Add new kernel to config. 123 sub new { subroutine 166 # Write new config 296 # Set new default kernel 334 # Add new kernel to config 542 # if we removed the default, set new default to firs [all...] |
/external/clang/test/SemaTemplate/ |
instantiate-expr-1.cpp | 158 void *operator new(__SIZE_TYPE__) { 167 new X(); // expected-note{{instantiation of}} 175 (void)new char[count]();
|
/external/dbus/dbus/ |
dbus-keyring.c | 62 /** The maximum age of a key before we create a new key to use in 283 DBusKey *new; local 338 new = dbus_realloc (keys, sizeof (DBusKey) * (n_keys + 1)); 339 if (new == NULL) 345 keys = new; 380 * Reloads the keyring file, optionally adds one new key to the file, 389 * @param add_new #TRUE to add a new key to the file, expire keys, and resave 474 DBusKey *new; local 523 new = dbus_realloc (keys, sizeof (DBusKey) * (n_keys + 1)); 524 if (new == NULL [all...] |
/external/dnsmasq/contrib/wrt/ |
dhcp_release.c | 80 void *new; local 85 if (!(new = malloc(size))) 93 memcpy(new, iov->iov_base, iov->iov_len); 97 iov->iov_base = new;
|
/external/dnsmasq/src/ |
helper.c | 324 struct script_data *new; local 330 if (!(new = whine_malloc(size))) 334 buf = new;
|
util.c | 459 void *new; local 464 if (!(new = whine_malloc(size))) 472 memcpy(new, iov->iov_base, iov->iov_len); 476 iov->iov_base = new;
|
/external/e2fsprogs/tests/progs/ |
test_rel.c | 95 printf("Old= %u, New= %u, Owner= %u:%u\n", old, ent->new, 110 printf("Old= %lu, New= %lu, Original=%lu, Max_refs=%u\n", old, 111 ent->new, ent->orig, ent->max_refs); 177 blk_t old, new, offset=0, owner=0; local 188 if (parse_block(argv[0], "new block", argv[2], &new)) 200 ent.new = new; 307 blk_t old, new; local 384 ext2_ino_t old, new, max_refs; local 616 ext2_ino_t old, new; local [all...] |
/external/e2fsprogs/util/ |
symlinks.c | 41 static int substr (char *s, char *old, char *new) 49 if (new) 50 newlen = strlen(new); 62 if (new) { 65 p = new; 164 static char lpath[PATH_MAX], new[PATH_MAX], abspath[PATH_MAX]; local 213 fix_messy = tidy_path(strcpy(new,lpath)); 215 fix_long = shorten_path(new, path); 241 /* now create new, with "../"s followed by tail */ 242 np = new; [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_ident.c | 1768 vchar_t *buf = NULL, *new = NULL; local [all...] |
isakmp_quick.c | 1740 vchar_t *buf = NULL, *new = NULL; local [all...] |
proposal.c | 82 struct saprop *new; local 84 new = racoon_calloc(1, sizeof(*new)); 85 if (new == NULL) 88 return new; 94 struct saproto *new; local 96 new = racoon_calloc(1, sizeof(*new)); 97 if (new == NULL) 100 return new; 156 struct satrns *new; local [all...] |
remoteconf.c | 91 * If matching anonymous entry, then new entry is copied from anonymous entry. 171 struct remoteconf *new; local 174 new = racoon_calloc(1, sizeof(*new)); 175 if (new == NULL) 178 new->proposal = NULL; 181 new->doitype = IPSEC_DOI; 182 new->sittype = IPSECDOI_SIT_IDENTITY_ONLY; 183 new->idvtype = IDTYPE_UNDEFINED; 184 new->idvl_p = genlist_init() 231 struct remoteconf *new, *old; local 271 struct remoteconf *new; local 337 struct etypes *new; local 436 struct isakmpsa *new; local 623 struct idspec *new; local [all...] |
/external/libchrome/base/memory/ |
scoped_ptr_unittest.cc | 63 void* operator new(size_t size) { 99 return scoped_ptr<ConDecLogger>(new ConDecLogger(constructed)); 112 scoped_ptr<ConDecLogger> scoper(new ConDecLogger(&constructed)); 124 scoped_ptr<ConDecLogger> scoper(new ConDecLogger(&constructed)); 128 scoper.reset(new ConDecLogger(&constructed)); 136 scoper.reset(new ConDecLogger(&constructed)); 146 scoper.reset(new ConDecLogger(&constructed)); 159 ConDecLogger* logger = new ConDecLogger(&constructed); 180 scoped_ptr<ConDecLogger> scoper(new ConDecLogger(&constructed)); 197 scoped_ptr<ConDecLogger> scoper(new ConDecLogger(&constructed)) [all...] |
/external/libedit/src/ |
tty.c | 904 Char new[2], old[2]; local 908 new[1] = old[1] = '\0'; 921 new[0] = t_n[tp->nch]; 923 if (new[0] == old[0] && !force) 925 /* Put the old default binding back, and set the new binding */ 928 keymacro_clear(el, map, new); 930 map[UC(new[0])] = tp->bind[el->el_map.type]; 934 keymacro_clear(el, alt, new); 935 alt[UC(new[0])] = tp->bind[el->el_map.type + 1]; [all...] |
/external/libnl/lib/ |
cache.c | 229 * Allocate a new cache containing a subset of a cache 231 * @arg filter Filter defining the subset to be filled into new cache 326 struct nl_object *new; local 332 new = nl_object_clone(obj); 333 if (!new) 337 new = obj; 340 return __cache_add(cache, new); 349 * and adds it to the new cache. 663 * and adds the new element to the cache.
|
/external/libvorbis/lib/ |
lsp.c | 317 double new=0.f,delta; local 325 ppp = new*ppp + pp; 326 pp = new*pp + p; 327 p = new*p + defl[i-1]; 344 new -= delta; 348 if(fabs(delta/new)<10e-12)break; 352 r[m-1]=new; 357 defl[i-1]+=new*defl[i];
|