OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_array
(Results
126 - 150
of
180
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc
291
if (!message.
is_array
()) {
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc
291
if (!message.
is_array
()) {
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_parse.py
143
def
is_array
(self):
member in class:Format
u_format.h
161
unsigned
is_array
:1;
member in struct:util_format_description
/external/mesa3d/src/gallium/auxiliary/util/
u_format_parse.py
143
def
is_array
(self):
member in class:Format
u_format.h
161
unsigned
is_array
:1;
member in struct:util_format_description
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
test_tools.hpp
41
#include <boost/type_traits/
is_array
.hpp>
322
typedef typename mpl::or_<
is_array
<T>,is_function<T>,is_abstract<T> >::type cant_use_nl;
574
typedef typename
is_array
<Left>::type left_is_array;
/external/chromium_org/mojo/nacl/generator/
generate_nacl_bindings.py
286
elif p.
is_array
:
/external/chromium_org/third_party/cython/src/Cython/Compiler/
UtilNodes.py
227
if self.temp_type.
is_array
:
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
...]
Buffer.py
659
if dtype.
is_array
:
660
while dtype.
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/glsl/
ir_print_visitor.cpp
379
if (ir->type->
is_array
()) {
builtin_variables.cpp
440
const unsigned array_count = type->
is_array
() ? type->length : 1;
453
if (type->
is_array
()) {
[
all
...]
ir_constant_expression.cpp
144
if (op[0]->type->
is_array
()) {
145
assert(op[1] != NULL && op[1]->type->
is_array
());
1053
if (vt->
is_array
()) {
[
all
...]
/external/mesa3d/src/glsl/
ir_print_visitor.cpp
379
if (ir->type->
is_array
()) {
builtin_variables.cpp
440
const unsigned array_count = type->
is_array
() ? type->length : 1;
453
if (type->
is_array
()) {
[
all
...]
ir_constant_expression.cpp
144
if (op[0]->type->
is_array
()) {
145
assert(op[1] != NULL && op[1]->type->
is_array
());
1053
if (vt->
is_array
()) {
[
all
...]
/external/chromium_org/ppapi/tests/
test_post_message.cc
97
} else if (expected.
is_array
()) {
531
ASSERT_TRUE(message_data_.back().
is_array
());
[
all
...]
/external/lldb/source/Core/
Debugger.cpp
1739
bool
is_array
= (type_info_flags & ClangASTType::eTypeIsArray) != 0;
local
[
all
...]
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc
456
assert(message.
is_array
());
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp
430
if (type->
is_array
() || type->is_record()) {
446
if (type->
is_array
() || type->is_record()) {
[
all
...]
gen7_wm_surface_state.c
340
surf->ss0.
is_array
= depth > 1 && tObj->Target != GL_TEXTURE_3D;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
uniform_query.cpp
1050
const glsl_type *const t = (storage->type->
is_array
())
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp
430
if (type->
is_array
() || type->is_record()) {
446
if (type->
is_array
() || type->is_record()) {
[
all
...]
Completed in 1145 milliseconds
1
2
3
4
5
6
7
8