Searched refs:ST (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 1106 llvm::OwningPtr<union RSType> ST(new union RSType); in convertToSpecType() local 1107 RS_TYPE_SET_CLASS(ST, RS_TC_Primitive); in convertToSpecType() 1110 RS_PRIMITIVE_TYPE_SET_DATA_TYPE(ST, getType()); in convertToSpecType() 1111 return ST.take(); in convertToSpecType() 1158 llvm::OwningPtr<union RSType> ST(new union RSType); in convertToSpecType() local 1160 RS_TYPE_SET_CLASS(ST, RS_TC_Pointer); in convertToSpecType() 1161 RS_POINTER_TYPE_SET_POINTEE_TYPE(ST, getPointeeType()->getSpecType()); in convertToSpecType() 1163 if (RS_POINTER_TYPE_GET_POINTEE_TYPE(ST) != NULL) in convertToSpecType() 1164 return ST.take(); in convertToSpecType() 1238 llvm::OwningPtr<union RSType> ST(new union RSType); in convertToSpecType() local [all …]
|
/frameworks/av/libvideoeditor/lvpp/ |
D | NativeWindowRenderer.cpp | 318 sp<GLConsumer> ST = input->mST; in render() local 328 ST->updateTexImage(); in render() 359 ST->getTransformMatrix(texMatrix); in render()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | ValueEnumerator.h | 169 void EnumerateValueSymbolTable(const llvm::ValueSymbolTable &ST);
|
D | BitcodeWriter.cpp | 291 StructType *ST = cast<StructType>(T); in WriteTypeTable() local 293 TypeVals.push_back(ST->isPacked()); in WriteTypeTable() 295 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable() 296 E = ST->element_end(); I != E; ++I) in WriteTypeTable() 299 if (ST->isLiteral()) { in WriteTypeTable() 303 if (ST->isOpaque()) { in WriteTypeTable() 311 if (!ST->getName().empty()) in WriteTypeTable() 312 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(), in WriteTypeTable()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | ValueEnumerator.h | 169 void EnumerateValueSymbolTable(const llvm::ValueSymbolTable &ST);
|
D | BitcodeWriter.cpp | 296 StructType *ST = cast<StructType>(T); in WriteTypeTable() local 298 TypeVals.push_back(ST->isPacked()); in WriteTypeTable() 300 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable() 301 E = ST->element_end(); I != E; ++I) in WriteTypeTable() 304 if (ST->isLiteral()) { in WriteTypeTable() 308 if (ST->isOpaque()) { in WriteTypeTable() 316 if (!ST->getName().empty()) in WriteTypeTable() 317 WriteStringRecord(bitc::TYPE_CODE_STRUCT_NAME, ST->getName(), in WriteTypeTable()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | ValueEnumerator.h | 169 void EnumerateValueSymbolTable(const llvm::ValueSymbolTable &ST);
|
D | BitcodeWriter.cpp | 180 StructType *ST = cast<StructType>(T); in WriteTypeSymbolTable() local 181 if (ST->isLiteral()) { in WriteTypeSymbolTable() 190 const std::string &Str = ST->getName(); in WriteTypeSymbolTable() 351 StructType *ST = cast<StructType>(T); in WriteTypeTable() local 353 TypeVals.push_back(ST->isPacked()); in WriteTypeTable() 355 for (StructType::element_iterator I = ST->element_begin(), in WriteTypeTable() 356 E = ST->element_end(); I != E; ++I) in WriteTypeTable()
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 259 href="http://csrc.nist.gov/groups/ST/key_mgmt/index.html">recommendations</a> from an 286 0 s:/C=US/ST=California/L=Mountain View/O=Google Inc/CN=mail.google.com 307 …0 s:/C=US/ST=District Of Columbia/L=Washington/O=U.S. Department of Homeland Security/OU=United St…
|