Searched defs:can (Results 1 - 8 of 8) sorted by relevance

/external/skia/samplecode/
H A DSamplePictFile.cpp4 * Use of this source code is governed by a BSD-style license that can be
160 SkCanvas* can = recorder.beginRecording(SkIntToScalar(bm.width()), local
163 can->drawBitmap(bm, 0, 0, nullptr);
/external/clang/lib/AST/
H A DType.cpp82 // Fast path the common cases so we can avoid the conservative computation
86 // If the element size is a power of 2, we can directly compute the additional
92 // If both the element count and element size fit in 32-bits, we can do the
116 // integer (see PR8256). We can do this as currently there is no hardware
125 QualType et, QualType can,
129 : ArrayType(DependentSizedArray, et, can, sm, tq,
151 QualType can,
154 : Type(DependentSizedExtVector, can, /*Dependent=*/true,
305 /// \brief This will check for a T (which should be a Type which can act as
672 // None of the clients of this transformation can occu
124 DependentSizedArrayType(const ASTContext &Context, QualType et, QualType can, Expr *e, ArraySizeModifier sm, unsigned tq, SourceRange brackets) argument
148 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType, QualType can, Expr *SizeExpr, SourceLocation loc) argument
[all...]
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc188 // We can never transition back to "new".
1130 // Tests that we can only send DTMF when the dtmf codec is supported.
1131 void TestCanInsertDtmf(bool can) { argument
1132 if (can) {
1140 EXPECT_EQ(can, session_->CanInsertDtmf(kAudioTrack1));
1240 // This code is placed in a method so that it can be invoked
1960 // Test that we can create and set an answer correctly when different
2175 // |ice_candidate3| is identical to |ice_candidate2|. It can be added
2234 // Test that the candidate is ignored if we can add the same candidate again.
2275 // Test that we can se
[all...]
/external/clang/include/clang/AST/
H A DType.h135 /// This object can be modified without requiring retains or
328 // Fast qualifiers are those that can be allocated directly
419 // for __constant can be used as __generic.
426 /// qualifiers can be safely used as an object with these qualifiers.
429 // ObjC GC qualifiers can match, be added, or be removed, but can't
445 /// and one is None (which can only happen in non-ARC modes).
734 // Don't promise in the API that anything besides 'const' can be
1081 /// Implement simplify_type for QualType, so that we can dyn_cast from QualType
1131 /// We can encod
2442 ArrayType(TypeClass tc, QualType et, QualType can, ArraySizeModifier sm, unsigned tq, bool ContainsUnexpandedParameterPack) argument
2482 ConstantArrayType(QualType et, QualType can, const llvm::APInt &size, ArraySizeModifier sm, unsigned tq) argument
2488 ConstantArrayType(TypeClass tc, QualType et, QualType can, const llvm::APInt &size, ArraySizeModifier sm, unsigned tq) argument
2531 IncompleteArrayType(QualType et, QualType can, ArraySizeModifier sm, unsigned tq) argument
2581 VariableArrayType(QualType et, QualType can, Expr *e, ArraySizeModifier sm, unsigned tq, SourceRange brackets) argument
3426 TypeOfType(QualType T, QualType can) argument
[all...]
/external/v8/benchmarks/
H A Dearley-boyer.js1049 /* can be used for mutable strings and characters */
1113 "\030": "#\\can",
1156 "can": "\030",
2134 throw "can't read from error-port.";
2595 throw "can't open " + s;
2600 throw "can't open " + s;
2605 throw "can't open " + s;
2610 throw "can't open " + s;
2615 throw "can't open " + s;
2620 throw "can'
[all...]
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 486 milliseconds