HomeSort by relevance Sort by last modified time
    Searched defs:NewArray (Results 1 - 25 of 43) sorted by null

1 2

  /external/v8/src/
allocation.h 45 T* NewArray(size_t size) {
47 if (result == NULL) FatalProcessOutOfMemory("NewArray");
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
issue18063.go 15 // NewArray is not a factory function because arrays of type T are not
17 func NewArray() [1]T { return [1]T{T{}} }
  /prebuilts/go/linux-x86/src/go/doc/testdata/
issue18063.go 15 // NewArray is not a factory function because arrays of type T are not
17 func NewArray() [1]T { return [1]T{T{}} }
  /external/annotation-tools/annotation-file-utilities/tests/
NewArray.java 4 public class NewArray {
  /external/pdfium/fxjs/
cjs_v8.cpp 61 v8::Local<v8::Array> CJS_V8::NewArray() {
  /external/javassist/src/main/javassist/expr/
NewArray.java 29 public class NewArray extends Expr {
32 protected NewArray(int pos, CodeIterator i, CtClass declaring,
80 if (opcode == Opcode.NEWARRAY) {
123 if (opcode == Opcode.NEWARRAY)
181 if (opcode == Opcode.NEWARRAY) {
265 else if (opcode == Opcode.NEWARRAY)
  /external/libmojo/mojo/public/tools/bindings/generators/
mojom_java_generator.py 301 def NewArray(context, kind, size):
303 return NewArray(context, kind.kind, size) + '[]'
435 'new_array': NewArray,
  /external/v8/src/zone/
zone.h 48 T* NewArray(size_t length) {
  /prebuilts/go/darwin-x86/src/go/types/
type.go 99 // NewArray returns a new array type for the given element type and length.
100 func NewArray(elem Type, len int64) *Array { return &Array{len, elem} }
  /prebuilts/go/linux-x86/src/go/types/
type.go 99 // NewArray returns a new array type for the given element type and length.
100 func NewArray(elem Type, len int64) *Array { return &Array{len, elem} }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 442 // NewArray returns a new fixed-length array Type.
443 func NewArray(elem *Type, bound int64) *Type {
445 Fatalf("NewArray: invalid bound %v", bound)
1313 // For other uses, create a new array with NewArray instead.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 442 // NewArray returns a new fixed-length array Type.
443 func NewArray(elem *Type, bound int64) *Type {
445 Fatalf("NewArray: invalid bound %v", bound)
1313 // For other uses, create a new array with NewArray instead.
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/annotation-tools/asmx/
javassist.jar 
janino.jar 
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 
  /external/annotation-tools/asmx/test/lib/
janino-2.3.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/26.2.0-alpha16/
kotlin-compiler-26.2.0-alpha16.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0/
builder-3.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha9/
builder-3.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-beta1/
builder-3.0.0-beta1.jar 

Completed in 1143 milliseconds

1 2