HomeSort by relevance Sort by last modified time
    Searched refs:retType (Results 1 - 25 of 31) sorted by null

1 2

  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 154 UStringPrepType retType;
164 retType = getValues(result,&value,&isIndex);
167 if(type != retType && retType != USPREP_DELETE){
189 length = (retType == USPREP_DELETE)? 0 : 1;
221 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
234 UStringPrepType retType;
258 retType = getValues(result, &value, &isIndex);
260 if(retType != type){
261 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
    [all...]
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 336 UStringPrepType retType;
339 retType = getValues(result,value,isIndex);
342 if(type != retType && retType != USPREP_DELETE){
364 length = (retType == USPREP_DELETE)? 0 : 1;
397 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
409 UStringPrepType retType;
432 retType = getValues(result,value,isIndex);
434 if(retType != type){
435 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
WebAssemblyCFGStackify.cpp 250 WebAssembly::ExprType retType;
252 case MVT::i32: retType = WebAssembly::ExprType::I32; break;
253 case MVT::i64: retType = WebAssembly::ExprType::I64; break;
254 case MVT::f32: retType = WebAssembly::ExprType::F32; break;
255 case MVT::f64: retType = WebAssembly::ExprType::F64; break;
256 case MVT::v16i8: retType = WebAssembly::ExprType::I8x16; break;
257 case MVT::v8i16: retType = WebAssembly::ExprType::I16x8; break;
258 case MVT::v4i32: retType = WebAssembly::ExprType::I32x4; break;
259 case MVT::v4f32: retType = WebAssembly::ExprType::F32x4; break;
260 case MVT::ExceptRef: retType = WebAssembly::ExprType::ExceptRef; break
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 205 /// @param retType function return type
216 llvm::Type *retType,
224 llvm::FunctionType::get(retType, theArgTypes, isVarArg);
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 210 /// @param retType function return type
221 llvm::Type *retType,
229 llvm::FunctionType::get(retType, theArgTypes, isVarArg);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 153 /// @param retType function return type
164 llvm::Type *retType,
172 llvm::FunctionType::get(retType, theArgTypes, isVarArg);
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.h 55 #define FNDEF(retType, funcName, args) \
56 IMPORTGL_API retType (*funcPtr_##funcName) args IMPORTGL_FNPTRINIT;\
57 typedef retType (*funcType_##funcName) args
  /external/deqp-deps/glslang/hlsl/
hlslParseables.cpp 376 inline bool IsValid(const char* cname, char retOrder, char retType, char argOrder, char argType, int dim0, int dim1)
395 (retOrder == 'M' && (retType == 'I' || retType == 'U' || retType == 'B')))
566 const char* retType; // return type key: empty matches type of 1st argument
572 // name retOrd retType argOrder argType stage mask method
    [all...]
hlslParseHelper.h 212 bool setTextureReturnType(TSampler& sampler, const TType& retType, const TSourceLoc& loc);
214 // Obtain the sampler return type of the given sampler in retType.
215 void getTextureReturnType(const TSampler& sampler, TType& retType) const;
hlslParseHelper.cpp     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 250 def IniGetValue(configFile, section, option, retType='str', default=''):
258 if retType =='int':
263 elif retType == 'float':
268 elif retType == 'bool':
276 elif retType == 'list':
699 retType = 'str'
701 retType = 'int'
715 if retType == 'str':
  /external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
VirtualMachineImpl.java 895 ReferenceTypeImpl retType = null;
898 retType = (ReferenceTypeImpl)typesByID.get(new Long(id));
900 if (retType == null) {
901 retType = addReferenceType(id, tag, signature);
904 return retType;
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
SymbolTable.h 223 TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull) :
229 returnType.shallowCopy(retType);
230 declaredBuiltIn = retType.getQualifier().builtIn;
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.h 148 TFunction(const TString *name, const TType& retType, TOperator tOp = EOpNull, const char *ext = "") :
150 returnType(retType),
  /external/jdiff/src/jdiff/
RootDocToXML.java 541 com.sun.javadoc.Type retType = md[i].returnType();
542 if (retType.qualifiedTypeName().compareTo("void") == 0) {
547 emitType(retType);
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/guava/guava/lib/
jdiff.jar 
  /external/guice/lib/build/jdiff/
jdiff.jar 
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 630 milliseconds

1 2