HomeSort by relevance Sort by last modified time
    Searched defs:isConst (Results 1 - 12 of 12) sorted by null

  /frameworks/rs/
spec.h 14 int isConst;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
spec.h 14 int isConst;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
spec.h 14 int isConst;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
spec.h 14 int isConst;
  /frameworks/compile/slang/
slang_rs_export_var.h 55 inline bool isConst() const { return mIsConst; }
  /frameworks/native/opengl/tools/glgen/src/
CType.java 20 boolean isConst;
30 public CType(String baseType, boolean isConst, boolean isPointer) {
32 setIsConst(isConst);
40 public void setIsConst(boolean isConst) {
41 this.isConst = isConst;
44 public boolean isConst() {
45 return isConst;
73 return isConst && isPointer &&
92 if (isConst()) {
    [all...]
  /external/clang/include/clang/Basic/
Builtins.h 96 bool isConst(unsigned ID) const {
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 303 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST;
305 if (isConst)
310 if (isConst)
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 539 bool isConst = T.isConstQualified();
540 T = isConst ? Context->getObjCIdType().withConst()
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 429 milliseconds