HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 376 - 400 of 1046) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 295 /// emission code. If BlobData is non-null, then it specifies an array of
296 /// data that should be emitted as part of the Blob or Array operand that is
319 assert(Op.getEncoding() != BitCodeAbbrevOp::Array &&
333 } else if (Op.getEncoding() == BitCodeAbbrevOp::Array) {
334 // Array case.
335 assert(i + 2 == e && "array op not second to last?");
342 "Blob data and record entries specified for array!");
457 /// that end with an array.
460 StringRef Array) {
461 EmitRecordWithAbbrevImpl(Abbrev, makeArrayRef(Vals), Array, None)
    [all...]
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 40 Ast.Call (id, Array.of_list (List.rev args))
104 Ast.Prototype (id, Array.of_list (List.rev args))
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 40 Ast.Call (id, Array.of_list (List.rev args))
104 Ast.Prototype (id, Array.of_list (List.rev args))
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 40 Ast.Call (id, Array.of_list (List.rev args))
104 Ast.Prototype (id, Array.of_list (List.rev args))
  /external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
codegen.ml 92 if Array.length params == Array.length args then () else
94 let args = Array.map codegen_expr args in
247 Array.iter (fun (var_name, init) ->
290 let doubles = Array.make (Array.length args) double_type in
310 Array.iteri (fun i a ->
323 Array.iteri (fun i ai ->
  /external/v8/src/inspector/
v8-console-message.h 72 std::unique_ptr<protocol::Array<protocol::Runtime::RemoteObject>>
v8-internal-value-type.cc 47 v8::Local<v8::Array> array,
52 for (uint32_t i = 0; i < array->Length(); ++i) {
54 if (!array->Get(context, i).ToLocal(&entry) || !entry->IsObject())
  /frameworks/base/tools/preload/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /libcore/ojluni/src/main/java/java/sql/
Connection.java     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3016494/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3217047/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3362437/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3688880/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2812033/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3016494/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3217047/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3362437/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3688880/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/tools/scan-build/share/scan-build/
sorttable.js 140 // build an array to sort. This is a Schwartzian transform thing,
447 // array-like enumeration
448 if (!Array.forEach) { // mozilla already supports this
449 Array.forEach = function(array, block, context) {
450 for (var i = 0; i < array.length; i++) {
451 block.call(context, array[i], i, array);
467 Array.forEach(string.split(""), function(chr, index) {
487 // the object is array-lik
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
type.go 93 // An Array represents an array type.
94 type Array struct {
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} }
102 // Len returns the length of array a.
103 func (a *Array) Len() int64 { return a.len }
105 // Elem returns element type of array a.
106 func (a *Array) Elem() Type { return a.elem
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
type.go 93 // An Array represents an array type.
94 type Array struct {
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} }
102 // Len returns the length of array a.
103 func (a *Array) Len() int64 { return a.len }
105 // Elem returns element type of array a.
106 func (a *Array) Elem() Type { return a.elem
    [all...]

Completed in 1693 milliseconds

<<11121314151617181920>>