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

  /dalvik/vm/arch/generic/
Call.c 65 ffi_type* retType;
87 retType = getFfiType(*shorty);
98 if (ffi_prep_cif(&cif, FFI_DEFAULT_ABI, dstArg, retType, types) != FFI_OK) {
  /external/chromium/third_party/icu/source/test/cintltst/
sprpdata.c 151 UStringPrepType retType;
161 retType = getValues(result,&value,&isIndex);
164 if(type != retType && retType != USPREP_DELETE){
186 length = (retType == USPREP_DELETE)? 0 : 1;
218 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
231 UStringPrepType retType;
255 retType = getValues(result, &value, &isIndex);
257 if(retType != type){
258 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
    [all...]
  /external/icu4c/test/cintltst/
sprpdata.c 151 UStringPrepType retType;
161 retType = getValues(result,&value,&isIndex);
164 if(type != retType && retType != USPREP_DELETE){
186 length = (retType == USPREP_DELETE)? 0 : 1;
218 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
231 UStringPrepType retType;
255 retType = getValues(result, &value, &isIndex);
257 if(retType != type){
258 log_err( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
testidn.cpp 334 UStringPrepType retType;
337 retType = getValues(result,value,isIndex);
340 if(type != retType && retType != USPREP_DELETE){
362 length = (retType == USPREP_DELETE)? 0 : 1;
395 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
407 UStringPrepType retType;
430 retType = getValues(result,value,isIndex);
432 if(retType != type){
433 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
    [all...]
  /external/icu4c/test/intltest/
testidn.cpp 332 UStringPrepType retType;
335 retType = getValues(result,value,isIndex);
338 if(type != retType && retType != USPREP_DELETE){
360 length = (retType == USPREP_DELETE)? 0 : 1;
393 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
405 UStringPrepType retType;
428 retType = getValues(result,value,isIndex);
430 if(retType != type){
431 pTestIDNA->errln( "FAIL: Did not get the expected type for 0x%06X. Expected: %s Got: %s\n",start,usprepTypeNames[type], usprepTypeNames[retType]);
    [all...]
  /external/webkit/WebCore/platform/gtk/
PlatformScreenGtk.cpp 136 Atom retType;
142 0, 4, FALSE, XA_CARDINAL, &retType, &retFormat, &retNItems, &retAfter, (guchar**)&workAreaPos);
145 if (xRes == Success && workAreaPos != NULL && retType == XA_CARDINAL && retNItems == 4 && retFormat == 32) {
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 63 #define FNDEF(retType, funcName, args) IMPORTGL_API retType (*funcPtr_##funcName) args IMPORTGL_FNPTRINIT
  /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/jdiff/src/jdiff/
RootDocToXML.java 540 com.sun.javadoc.Type retType = md[i].returnType();
541 if (retType.qualifiedTypeName().compareTo("void") == 0) {
546 emitType(retType);
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp     [all...]

Completed in 331 milliseconds