HomeSort by relevance Sort by last modified time
    Searched refs:Array (Results 1001 - 1025 of 1578) sorted by null

<<41424344454647484950>>

  /external/tensorflow/tensorflow/go/
tensor_test.go 54 {[]int64{2}, [2]string{"string", "array"}},
100 if reflect.TypeOf(test.value).Kind() != reflect.Array {
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 177 * @return {Array<*>} An array containing all the keys of tree's nodes.
308 var new_stack = new Array(stack.length * 2);
  /external/v8/tools/
splaytree.js 194 * @return {Array<*>} An array containing all the values of tree's nodes paired
205 * @return {Array<*>} An array containing all the values of tree's nodes.
  /frameworks/support/paging/common/src/test/java/androidx/paging/
ContiguousPagedListTest.kt 513 fun parameters(): Array<Array<Boolean>> {
  /libcore/ojluni/src/main/java/javax/sql/
RowSet.java 478 * <code>JAVA_OBJECT</code>, and named array types.
509 * named array types.
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
encoder.go 124 case reflect.Array, reflect.Slice:
154 case reflect.Array:
  /prebuilts/go/linux-x86/src/encoding/gob/
encoder.go 124 case reflect.Array, reflect.Slice:
154 case reflect.Array:
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 450 @param Handles A pointer to an array of Handles. If HandleCount > 1 we
    [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 28 """Base64 encodes a dbus byte array for use with the xml rpc proxy."""
33 """Base64 decodes a dbus byte array for use with the xml rpc proxy."""
34 dbus_array = dbus.Array([], signature=dbus.Signature('y'))
183 self._bluetoothd.Start(dbus.Array(signature='s'), True,
247 self._bluetoothd.Stop(dbus.Array(signature='s'), True,
591 @return the information as a JSON-encoded array of controller indexes.
642 @return the properties of each device as a JSON-encoded array of
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/util/
CXX11Meta.h 336 template<typename Array, int... n>
337 constexpr inline Array h_array_reverse(Array arr, numeric_list<int, n...>)
343 constexpr inline array<T, N> array_reverse(array<T, N> arr)
349 /* generic array reductions */
358 EIGEN_DEVICE_FUNC constexpr static inline auto run(array<T, N> arr, T identity) -> decltype(Reducer::run(h_array_reduce<Reducer, T, N, n - 1>::run(arr, identity), array_get<n>(arr)))
367 EIGEN_DEVICE_FUNC constexpr static inline T run(const array<T, N>& arr, T)
376 EIGEN_DEVICE_FUNC constexpr static inline T run(const array<T, 0>&, T identity)
383 EIGEN_DEVICE_FUNC constexpr inline auto array_reduce(const array<T, N>& arr, T identity) -> decltype(h_array_reduce<Reducer, T, N>::run(arr, identity)
    [all...]
  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 83 import java.lang.reflect.Array;
173 Object array = Array.newInstance(componentType.getRawType(), 1); local
174 Array.set(array, 0, generate(componentType));
175 return array;
  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCPreparedStatement.java 459 public void setArray(int i, Array x) throws SQLException {
739 public Array getArray(String parameterName) throws SQLException {
743 public Array getArray(int parameterIndex) throws SQLException {
  /external/protobuf/js/binary/
decoder.js 60 * @param {?Array.<number|boolean|string>=} opt_elements
74 /** @private {Array.<number>} */
94 * @param {?Array.<number|boolean|string>=} opt_elements
114 * @private {!Array.<!jspb.BinaryIterator>}
125 * @param {?Array.<number|boolean|string>=} opt_elements
168 * past the end of the decoder/array.
177 * Returns true if the iterator is at the end of the decoder/array.
276 * @private {!Array.<!jspb.BinaryDecoder>}
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.ml 32 | Array
289 external function_type : lltype -> lltype array -> lltype = "llvm_function_type"
290 external var_arg_function_type : lltype -> lltype array -> lltype
294 external param_types : lltype -> lltype array = "llvm_param_types"
297 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type"
298 external packed_struct_type : llcontext -> lltype array -> lltype
303 external struct_set_body : lltype -> lltype array -> bool -> unit =
305 external struct_element_types : lltype -> lltype array
310 (*--... Operations on pointer, vector, and array types .....................--*)
391 external mdnode : llcontext -> llvalue array -> llvalue = "llvm_mdnode
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 75 import java.lang.reflect.Array;
263 com.android.internal.R.array.config_defaultNotificationVibePattern,
493 final int N = Array.getLength(val);
499 prefix, j, String.valueOf(Array.get(val, j))));
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 233 // is an array. If it is an array, we have to pull one byte off the
234 // array so that the other undef bytes stay around.
236 // The undef padding will be a multibyte array, create a new smaller
239 "Expected array padding of undefs");
243 "Expected non-empty array padding of undefs");
245 // Remove the padding array.
510 // we must have a flexible array member at the end.
512 "Must have flexible array member if struct is bigger than type!");
787 // Initialising an array requires us to automaticall
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
prettify.js 70 * @param {Array.<string>} out output buffer that receives chunks of HTML.
351 * @param {Array.<RegExp>} regexs non multiline, non-global regexs.
801 * @param {Array} shortcutStylePatterns patterns that always start with
803 * @param {Array} fallthroughStylePatterns patterns that will be tried in
839 * Lexes job.source and produces an output array job.decorations of styl
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 1657 milliseconds

<<41424344454647484950>>