/external/scudo/standalone/ |
D | wrappers_cpp.cpp | 30 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]() 38 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]() 45 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]() 55 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]() 63 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]() 70 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]() 76 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size); in operator delete[]() 84 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]() 94 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]() 104 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size, in operator delete[]()
|
D | chunk.h | 57 NewArray = 2, enumerator
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | wrappers_cpp.cpp | 30 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]() 38 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]() 45 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]() 55 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]() 63 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]() 70 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]() 76 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size); in operator delete[]() 84 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]() 94 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]() 104 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size, in operator delete[]()
|
D | chunk.h | 57 NewArray = 2, enumerator
|
/external/javassist/src/test/test2/ |
D | NewArray.class | NewArray.java
package test2
public test2.NewArray extends java.lang.Object {
public void < ... |
D | NewArray.java | 4 public class NewArray { class
|
/external/pdfium/fxjs/ |
D | cjs_color.cpp | 58 array = pRuntime->NewArray(); in ConvertPWLColorToArray() 62 array = pRuntime->NewArray(); in ConvertPWLColorToArray() 67 array = pRuntime->NewArray(); in ConvertPWLColorToArray() 74 array = pRuntime->NewArray(); in ConvertPWLColorToArray() 253 return CJS_Result::Success(pRuntime->NewArray()); in GetPropertyHelper() 295 return CJS_Result::Success(pRuntime->NewArray()); in convert()
|
D | cjs_globalarrays.cpp | 12 v8::Local<v8::Array> array = (rt)->NewArray(); \
|
D | cfx_v8.h | 25 v8::Local<v8::Array> NewArray();
|
D | cfx_v8_unittest.cpp | 172 TEST_F(FXV8UnitTest, NewArray) { in TEST_F() argument 177 auto array = cfx_v8()->NewArray(); in TEST_F()
|
D | cjs_field.cpp | 1012 v8::Local<v8::Array> SelArray = pRuntime->NewArray(); in get_current_value_indices() 1018 return CJS_Result::Success(pRuntime->NewArray()); in get_current_value_indices() 1220 v8::Local<v8::Array> ExportValuesArray = pRuntime->NewArray(); in get_export_values() 1325 return CJS_Result::Success(pRuntime->NewArray()); in get_fill_color() 1525 v8::Local<v8::Array> PageArray = pRuntime->NewArray(); in get_page() 1696 v8::Local<v8::Array> rcArray = pRuntime->NewArray(); in get_rect() 1856 return CJS_Result::Success(pRuntime->NewArray()); in get_stroke_color() 1957 return CJS_Result::Success(pRuntime->NewArray()); in get_text_color() 2098 v8::Local<v8::Array> ValueArray = pRuntime->NewArray(); in get_value() 2388 v8::Local<v8::Array> FormFieldArray = pRuntime->NewArray(); in getArray()
|
D | cjs_publicmethods_embeddertest.cpp | 197 auto ary = runtime.NewArray(); in TEST_F()
|
D | cjs_publicmethods.cpp | 326 v8::Local<v8::Array> StrArray = pRuntime->NewArray(); in AF_MakeArrayFromList() 657 v8::Local<v8::Array> arColor = pRuntime->NewArray(); in AFNumber_Format() 668 v8::Local<v8::Array> arColor = pRuntime->NewArray(); in AFNumber_Format() 1433 v8::Local<v8::Array> nums = pRuntime->NewArray(); in AFExtractNums()
|
D | cfx_v8.cpp | 62 v8::Local<v8::Array> CFX_V8::NewArray() { in NewArray() function in CFX_V8
|
D | cjs_document.cpp | 524 array = pRuntime->NewArray(); in resetForm() 1048 v8::Local<v8::Array> annots = pRuntime->NewArray(); in getAnnots() 1124 v8::Local<v8::Array> Icons = pRuntime->NewArray(); in get_icons()
|
/external/javassist/src/main/javassist/expr/ |
D | ExprEditor.java | 237 expr = new NewArray(pos, iterator, clazz, minfo, c); in loopBody() 238 edit((NewArray)expr); in loopBody() 276 public void edit(NewArray a) throws CannotCompileException {} in edit()
|
D | NewArray.java | 45 public class NewArray extends Expr { class 48 protected NewArray(int pos, CodeIterator i, CtClass declaring, in NewArray() method in NewArray
|
/external/icu/libicu/cts_headers/unicode/ |
D | uobject.h | 120 static void * NewArray(int size, int count);
|
/external/icu/icu4c/source/common/unicode/ |
D | uobject.h | 120 static void * NewArray(int size, int count);
|
/external/libchrome/mojo/public/tools/bindings/generators/ |
D | mojom_java_generator.py | 311 def NewArray(context, kind, size): function 313 return NewArray(context, kind.kind, size) + '[]' 454 'new_array': NewArray,
|
/external/mesa3d/src/mesa/main/ |
D | state.c | 582 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in set_vertex_processing_mode() 647 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in _mesa_set_draw_vao()
|
/external/mtools/ |
D | hash.c | 67 H->entries = NewArray(size, T_HashTableEl); in alloc_ht()
|
D | dirCache.c | 149 (*dcp)->entries = NewArray((slot+1)*2+5, dirCacheEntry_t *); in allocDirCache()
|
D | mtools.h | 288 #define NewArray(size,type) ((type*)(calloc((size),sizeof(type)))) macro
|
/external/libchrome/base/process/ |
D | memory_unittest.cc | 170 TEST_F(OutOfMemoryDeathTest, NewArray) { in TEST_F() argument
|