Searched refs:Array (Results 226 - 250 of 478) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorProfilerAgent.h71 virtual void getProfileHeaders(ErrorString*, RefPtr<TypeBuilder::Array<TypeBuilder::Profiler::ProfileHeader>>&) override final;
H A DInspectorRuntimeAgent.cpp160 void InspectorRuntimeAgent::getProperties(ErrorString* errorString, const String& objectId, const bool* const ownProperties, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::PropertyDescriptor>>& result, RefPtr<Inspector::TypeBuilder::Array<Inspector::TypeBuilder::Runtime::InternalPropertyDescriptor>>& internalProperties)
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DAPIObject.h58 Array, member in class:API::Object::Type
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml40 Ast.Call (id, Array.of_list (List.rev args))
104 Ast.Prototype (id, Array.of_list (List.rev args))
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml40 Ast.Call (id, Array.of_list (List.rev args))
104 Ast.Prototype (id, Array.of_list (List.rev args))
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml40 Ast.Call (id, Array.of_list (List.rev args))
104 Ast.Prototype (id, Array.of_list (List.rev args))
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml92 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 ->
/macosx-10.10.1/ruby-106/ruby/ext/dl/lib/dl/
H A Dcparser.rb79 # +ty+ can also accept an Array of C type Strings, and will returned in a
80 # corresponding Array.
99 when Array
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/lib/fiddle/
H A Dcparser.rb96 # +ty+ can also accept an Array of C type Strings, and will be returned in
97 # a corresponding Array.
119 when Array
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Dentity.rb38 if stream.kind_of? Array
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dserver_command.rb42 'addresses to bind', Array do |address, options|
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dtmpdir.rb113 when Array
/macosx-10.10.1/ruby-106/ruby/lib/uri/
H A Dftp.rb27 # An Array of the available components for URI::FTP
76 # The components should be provided either as an Array, or as a Hash
79 # If an Array is used, the components must be passed in the order
102 if args.kind_of?(Array)
/macosx-10.10.1/ruby-106/ruby/test/csv/
H A Dtest_interface.rb73 assert_instance_of(Array, row)
79 assert_instance_of(Array, row)
85 assert_equal(Array.new, CSV.parse_line("\n1,2,3"))
276 @expected.each { |row| csv << CSV::Row.new(Array.new, row) }
/macosx-10.10.1/ruby-106/ruby/test/drb/
H A Dut_drb.rb5 class XArray < Array
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_objectspace.rb74 ObjectSpace.each_object(Array){|ary|
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Dspecification.rb435 @authors = Array(value).flatten.grep(String)
516 @licenses = Array licenses
574 @test_files = Array files
810 @@dirs = Array(dirs).map { |dir| File.join dir, "specifications" }
1230 Array(executables).map { |e| File.join(@bindir, e) }
1454 result = Array(@executables).first
1585 @executables = Array(value)
1594 @extensions = Array extensions
1603 @extra_rdoc_files = Array files
1619 @files = Array file
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtreeview.rb36 when Array
49 when Array
71 if id.kind_of?(Array)
81 if id.kind_of?(Array)
91 if id.kind_of?(Array)
280 if inf.kind_of?(Array)
288 if inf.kind_of?(Array)
342 tag # maybe an Array of configure paramters
535 if inf.kind_of?(Array)
543 if inf.kind_of?(Array)
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/treectrl/
H A Dtktreectrl.rb143 if inf.kind_of?(Array)
151 if inf.kind_of?(Array)
179 if key.kind_of?(Array)
229 elsif mixed_id.kind_of?(Array)
241 if mixed_id[1].kind_of?(Array)
247 if mixed_id[0].kind_of?(Array)
260 if mixed_id[1].kind_of?(Array)
266 if mixed_id[0].kind_of?(Array)
275 if id.kind_of?(Array)
277 if key.kind_of?(Array)
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGGraph.h637 case Array::Generic:
639 case Array::Int32:
640 case Array::Double:
641 case Array::Contiguous:
642 case Array::ArrayStorage:
644 case Array::SlowPutArrayStorage:
646 case Array::String:
649 case Array::Arguments:
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Cocoa/
H A DAPIObject.mm79 case Type::Array:
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebOriginDataManagerProxy.cpp87 void WebOriginDataManagerProxy::getOrigins(WKOriginDataTypes types, std::function<void (API::Array*, CallbackBase::Error)> callbackFunction)
121 callback->performCallbackWithReturnValue(API::Array::create(WTF::move(securityOrigins)).get());
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundlePageEditorClient.cpp146 RefPtr<API::Array> typesArray = adoptRef(toImpl(types));
147 RefPtr<API::Array> dataArray = adoptRef(toImpl(data));
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveIntervalUnion.cpp212 void LiveIntervalUnion::Array::init(LiveIntervalUnion::Allocator &Alloc,
225 void LiveIntervalUnion::Array::clear() {
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dlistbox.rb91 unless vals.kind_of?(Array)
92 fail ArgumentError, 'an Array is expected'
273 ret[k] = conf[-1] if conf.kind_of?(Array)

Completed in 205 milliseconds

1234567891011>>