HomeSort by relevance Sort by last modified time
    Searched full:isarray (Results 51 - 75 of 339) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 78 } else if (typeString == "subMenu" && subItems->IsArray()) {
113 if (!info[1]->IsArray())
V8BlobCustom.cpp 50 if (info[0]->IsArray()) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
PassOwnPtr.h 92 COMPILE_ASSERT(!IsArray<T>::value, Pointers_to_array_must_never_be_converted);
134 COMPILE_ASSERT(!IsArray<T>::value, Pointers_to_array_must_never_be_converted);
TypeTraits.cpp 153 COMPILE_ASSERT((IsArray<IntArray>::value), WTF_Test_IsArray_int_array);
154 COMPILE_ASSERT((IsArray<IntArraySized>::value), WTF_Test_IsArray_int_sized_array);
  /external/javassist/src/main/javassist/tools/rmi/
StubGenerator.java 170 if (!rtclass.isArray())
177 } while(rtclass.isArray());
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/bytecode/
ShadowWranglerTest.java 115 assertTrue(objArrayClass.isArray());
119 assertTrue(intArrayClass.isArray());
  /external/chromium_org/third_party/angle/src/compiler/
ParseContext.cpp 505 if (op != EOpConstructStruct && !type->isArray() && size >= type->getObjectSize())
509 if (param.type->isArray())
516 if (type->isArray() && static_cast<size_t>(type->getArraySize()) != function.getParamCount()) {
526 if (matrixInMatrix && !type->isArray()) {
538 if (op == EOpConstructStruct && !type->isArray() && int(type->getStruct()->fields().size()) != function.getParamCount()) {
588 if (type->getBasicType() != EbtBool || type->isArray() || type->isMatrix() || type->isVector()) {
767 if (! variable->getType().isArray()) {
    [all...]
Intermediate.cpp 154 if (left->isArray())
161 if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) {
168 if (left->getBasicType() != EbtBool || left->isMatrix() || left->isArray() || left->isVector()) {
290 if (child->getType().getBasicType() != EbtBool || child->getType().isMatrix() || child->getType().isArray() || child->getType().isVector()) {
300 if (child->getType().getBasicType() == EbtStruct || child->getType().isArray())
322 child->isArray()),
437 if (type.isArray() || node->getType().isArray())
512 TType type(promoteTo, node->getPrecision(), EvqTemporary, node->getNominalSize(), node->isMatrix(), node->isArray());
905 if (left->isArray() || right->isArray())
    [all...]
VersionGLSL.cpp 93 if (param->isArray())
  /external/clang/include/clang/AST/
APValue.h 189 bool isArray() const { return Kind == Array; }
273 assert(isArray() && "Invalid accessor");
284 assert(isArray() && "Invalid accessor");
292 assert(isArray() && "Invalid accessor");
296 assert(isArray() && "Invalid accessor");
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 40 return (jType.isArray() ? "[" : "" ) + "Landroid/opengl/" + jType.getBaseType() + ";";
43 } else if (jType.isArray()) {
497 if (jfunc.getArgType(idx).isArray()) {
717 } else if (jType.isArray()) {
828 if (argType.isArray()) {
859 if (argType.isArray()) {
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
Type.java 195 public boolean isArray() {
196 return clazz != null && clazz.isArray();
206 if (!isArray()) return 0;
226 if (this.clazz == null || !this.clazz.isArray())
302 if (type.isArray() && this.isArray())
313 while (type.isArray())
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfaceConstructor.cpp 124 if (((info.Length() == 5) && (V8TestInterfaceEmpty::hasInstance(info[2], info.GetIsolate(), worldType(info.GetIsolate()))) && (info[4]->IsArray())) || ((info.Length() == 6) && (V8TestInterfaceEmpty::hasInstance(info[2], info.GetIsolate(), worldType(info.GetIsolate()))) && (info[4]->IsArray())) || ((info.Length() == 7) && (V8TestInterfaceEmpty::hasInstance(info[2], info.GetIsolate(), worldType(info.GetIsolate()))) && (info[4]->IsArray()) && (V8TestInterfaceEmpty::hasInstance(info[6], info.GetIsolate(), worldType(info.GetIsolate()))))) {
  /libcore/libdvm/src/main/java/java/lang/reflect/
AccessibleObject.java 162 if(clazz.isArray()) {
239 while (c.isArray()) {
286 if (c.isArray()){
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils_unittest.gtestjs 62 if (Array.isArray(simpleRange1[i])) {
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptDebugServer.cpp 72 ASSERT(!value->IsUndefined() && value->IsArray());
  /external/chromium_org/third_party/angle/src/third_party/compiler/
ArrayBoundsClamper.cpp 55 if (left->isArray() || left->isVector() || left->isMatrix())
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingTestCase.java 116 } else if (returnType.isArray()) {
  /external/mockito/src/org/mockito/internal/invocation/
InvocationMatcher.java 144 && invocation.getRawArguments()[position].getClass().isArray()
  /libcore/luni/src/main/java/libcore/util/
Objects.java 62 if (value.getClass().isArray()) {
  /art/test/031-class-attributes/src/
ClassAttrs.java 299 System.out.println(" isArray: "
300 + clazz.isArray());
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderVar.h 182 bool isArray() const { return kNonArray != fCount; }
272 if (this->isArray()) {
  /external/skia/gm/
gm_expectations.cpp 68 if (!jsonTypeValuePair.isArray()) {
169 } else if (!allowedDigests.isArray()) {
  /external/skia/src/gpu/gl/
GrGLShaderVar.h 182 bool isArray() const { return kNonArray != fCount; }
272 if (this->isArray()) {
  /libcore/luni/src/main/java/java/io/
ObjectStreamClass.java 236 boolean isArray = cl.isArray();
264 if (serializable && !isArray) {
432 boolean isArray = cl.isArray();
433 if (isArray) {
447 if (!isArray) {
789 if (forCl != null && isSerializable() && !forCl.isArray()) {
    [all...]

Completed in 1643 milliseconds

1 23 4 5 6 7 8 91011>>