HomeSort by relevance Sort by last modified time
    Searched full:is_array (Results 151 - 175 of 262) sorted by null

1 2 3 4 5 67 8 91011

  /external/chromium_org/gpu/command_buffer/service/
program_manager.cc 125 is_array(false) {
136 is_array(false),
659 (info.is_array &&
662 } else if (getting_array_location && info.is_array) {
845 info.is_array =
    [all...]
program_manager.h 75 bool is_array; member in struct:gpu::gles2::Program::UniformInfo
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 84 if (is_array($extraHeaders)) {
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_var-members.html 21 <tr class="memlist"><td><a class="el" href="classpp_1_1_var.html#a7a28894a77f9d69d1a4b0272bf80d657">is_array</a>() const </td><td><a class="el" href="classpp_1_1_var.html">pp::Var</a></td><td><code> [inline]</code></td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_var-members.html 21 <tr class="memlist"><td><a class="el" href="classpp_1_1_var.html#a7a28894a77f9d69d1a4b0272bf80d657">is_array</a>() const </td><td><a class="el" href="classpp_1_1_var.html">pp::Var</a></td><td><code> [inline]</code></td></tr>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_var-members.html 21 <tr class="memlist"><td><a class="el" href="classpp_1_1_var.html#a7a28894a77f9d69d1a4b0272bf80d657">is_array</a>() const </td><td><a class="el" href="classpp_1_1_var.html">pp::Var</a></td><td><code> [inline]</code></td></tr>
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
ExprNodes.py 470 return self.is_literal or self.is_temp or self.type.is_array or self.type.is_cfunction
732 elif src.type.is_array:
    [all...]
UtilNodes.py 227 if self.temp_type.is_array:
  /external/chromium_org/third_party/cython/src/Cython/
Shadow.py 9 is_array = True variable in class:_ArrayType
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py 143 def is_array(self): member in class:Format
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_print_visitor.cpp 379 if (ir->type->is_array()) {
link_functions.cpp 192 } else if (var->type->is_array()) {
lower_clip_distance.cpp 96 assert (ir->type->is_array());
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_doc.py 51 if self.is_array():
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
shader_query.cpp 117 *size = (var->type->is_array()) ? var->type->length : 1;
  /external/libcxx/include/
type_traits 34 template <class T> struct is_array;
346 // is_array
348 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_array
350 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_array<_Tp[]>
352 template <class _Tp, size_t _Np> struct _LIBCPP_TYPE_VIS_ONLY is_array<_Tp[_Np]>
498 !is_array<_Tp>::value &&
536 is_array<_Tp>::value ||
755 is_array<_Up>::value,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py 143 def is_array(self): member in class:Format
  /external/mesa3d/src/glsl/
ir_print_visitor.cpp 379 if (ir->type->is_array()) {
link_functions.cpp 192 } else if (var->type->is_array()) {
lower_clip_distance.cpp 96 assert (ir->type->is_array());
  /external/mesa3d/src/mapi/glapi/gen/
glX_doc.py 51 if self.is_array():
  /external/mesa3d/src/mesa/main/
shader_query.cpp 117 *size = (var->type->is_array()) ? var->type->length : 1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 34 template <class T> struct is_array;
346 // is_array
348 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_array
350 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_array<_Tp[]>
352 template <class _Tp, size_t _Np> struct _LIBCPP_TYPE_VIS_ONLY is_array<_Tp[_Np]>
498 !is_array<_Tp>::value &&
536 is_array<_Tp>::value ||
755 is_array<_Up>::value,
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 34 template <class T> struct is_array;
346 // is_array
348 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_array
350 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY is_array<_Tp[]>
352 template <class _Tp, size_t _Np> struct _LIBCPP_TYPE_VIS_ONLY is_array<_Tp[_Np]>
480 !is_array<_Tp>::value &&
518 is_array<_Tp>::value ||
737 is_array<_Up>::value,
829 template <class _Tp, bool _IsArray = is_array<_Tp>::value,
    [all...]
  /external/chromium_org/base/memory/
scoped_ptr.h 342 COMPILE_ASSERT(!base::is_array<U>::value, U_cannot_be_an_array);
360 COMPILE_ASSERT(!base::is_array<U>::value, U_cannot_be_an_array);

Completed in 744 milliseconds

1 2 3 4 5 67 8 91011