/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/ |
p6-0x.cpp | 15 int JOIN(array,__LINE__)[is_same<T1, T2>::value? 1 : -1]
|
/external/clang/test/Index/ |
index-templates.cpp | 37 struct array { }; struct 39 template<template<typename, unsigned> class DataStructure = array> 54 f<Unsigned, OneDimension, array>(array<Unsigned, OneDimension>()); 152 // CHECK-LOAD: index-templates.cpp:37:8: ClassTemplate=array:37:8 (Definition) Extent=[36:1 - 37:17] 160 // CHECK-LOAD: index-templates.cpp:39:61: TemplateRef=array:37:8 Extent=[39:61 - 39:66] 176 // CHECK-LOAD: index-templates.cpp:54:29: TemplateRef=array:37:8 Extent=[54:29 - 54:34]
|
/external/clang/test/Preprocessor/ |
line-directive.c | 86 extern int array[__LINE__ == 10 ? 1:-1];
|
/external/clang/test/Sema/ |
compound-literal.c | 38 int array[(sizeof(int[3]) == sizeof( (int[]) {0,1,2} )) ? 1 : -1]; variable
|
/external/clang/test/SemaCXX/ |
i-c-e-cxx.cpp | 14 int array[value]; local 63 int PR8836test[(__typeof(sizeof(int)))&reinterpret_cast<const volatile char&>((((PR8836*)0)->a))]; // expected-warning {{folded to constant array as an extension}} expected-note {{cast that performs the conversions of a reinterpret_cast is not allowed in a constant expression}} 66 int arr[nonconst]; // expected-warning {{folded to constant array as an extension}} expected-note {{initializer of 'nonconst' is not a constant expression}}
|
/external/eigen/Eigen/src/Core/ |
BooleanRedux.h | 142 return derived().array().isNaN().any(); 144 return !((derived().array()==derived().array()).all()); 156 return derived().array().isFinite().all();
|
/external/eigen/doc/snippets/ |
TopicAliasing_cwise.cpp | 19 mat = (2 * mat - MatrixXf::Identity(2,2)).array().square();
|
/external/eigen/unsupported/Eigen/CXX11/src/util/ |
EmulateCXX11Meta.h | 163 array<t, n> repeat(t v) { 164 array<t, n> array; local 165 array.fill(v); 166 return array; 184 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE t array_prod(const array<t, n>& a) { 190 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE t array_prod(const array<t, 0>& /*a*/) { 259 static inline bool run(const array<A, N>& a) { 271 static inline bool run(const array<A, 1>& a) { 277 inline bool array_apply_and_reduce(const array<A, N>& a) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ForwardingCollection.java | 118 public <T> T[] toArray(T[] array) { 119 return delegate().toArray(array); 252 protected <T> T[] standardToArray(T[] array) { 253 return ObjectArrays.toArrayImpl(this, array);
|
/external/libmojo/base/android/ |
jni_array.h | 20 // Returns a new Java byte array converted from the given bytes array. 29 // Returns a new Java int array converted from the given int array. 36 // Returns a new Java long array converted from the given int64_t array. 45 // Returns a new Java float array converted from the given C++ float array. 53 // Returns a array of Java byte array converted from |v| [all...] |
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 17 | Call of string * expr array 22 type proto = Prototype of string * string array
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 17 | Call of string * expr array 22 type proto = Prototype of string * string array
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 17 | Call of string * expr array 22 type proto = Prototype of string * string array
|
/external/mesa3d/src/gallium/drivers/radeon/ |
r600_gpu_load.c | 120 unsigned busy = p_atomic_read(&rscreen->grbm_counters.array[busy_index]); 121 unsigned idle = p_atomic_read(&rscreen->grbm_counters.array[busy_index + 1]); 146 return counters.array[busy_index] ? 100 : 0; 151 rscreen->grbm_counters.array)
|
/external/pdfium/fxbarcode/common/ |
BC_CommonBitArray.h | 16 explicit CBC_CommonBitArray(CBC_CommonBitArray* array);
|
/external/puffin/src/ |
sample_generator.cc | 50 // Print an array into hex-format to the output. This can be used to create 52 void PrintArray(const string& name, const Buffer& array) { 54 for (size_t idx = 0; idx < array.size(); idx++) { 56 << std::setw(2) << uint(array[idx]); 57 if (idx == array.size() - 1) {
|
/external/python/cpython2/Lib/ctypes/test/ |
test_objects.py | 12 Here is an array of string pointers: 15 >>> array = (c_char_p * 5)() 16 >>> print array._objects 23 >>> array[4] = 'foo bar' 24 >>> array._objects 26 >>> array[4] 34 ... _fields_ = [("x", c_int), ("y", c_int), ("array", c_char_p * 5)] 41 The'array' attribute of the 'x' object shares part of the memory buffer 44 >>> print x.array._b_base_ # doctest: +ELLIPSIS 48 >>> x.array[0] = 'spam spam spam [all...] |
/external/python/cpython3/Lib/ctypes/test/ |
test_objects.py | 12 Here is an array of string pointers: 15 >>> array = (c_char_p * 5)() 16 >>> print(array._objects) 23 >>> array[4] = b'foo bar' 24 >>> array._objects 26 >>> array[4] 34 ... _fields_ = [("x", c_int), ("y", c_int), ("array", c_char_p * 5)] 41 The'array' attribute of the 'x' object shares part of the memory buffer 44 >>> print(x.array._b_base_) # doctest: +ELLIPSIS 48 >>> x.array[0] = b'spam spam spam [all...] |
/external/skia/src/core/ |
SkColorMatrixFilterRowMajor255.h | 16 explicit SkColorMatrixFilterRowMajor255(const SkScalar array[20]);
|
/external/skqp/src/core/ |
SkColorMatrixFilterRowMajor255.h | 16 explicit SkColorMatrixFilterRowMajor255(const SkScalar array[20]);
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/ |
ast.ml | 17 | Call of string * expr array 22 type proto = Prototype of string * string array
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/ |
ast.ml | 17 | Call of string * expr array 22 type proto = Prototype of string * string array
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/ |
ast.ml | 17 | Call of string * expr array 22 type proto = Prototype of string * string array
|
/external/syslinux/com32/gplinclude/dmi/ |
dmi_cache.h | 45 void dmi_cache_types(uint16_t code, const char *sep, char *array);
|
/external/syslinux/com32/gpllib/zzjson/ |
zzjson_free.c | 17 zzjson_free(config, zzjson->value.array.val);
|