HomeSort by relevance Sort by last modified time
    Searched defs:typeCode (Results 1 - 25 of 43) sorted by null

1 2

  /external/gptfdisk/
gptcl.h 34 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode;
gpttext.cc     [all...]
  /frameworks/native/libs/binder/include/binder/
TextOutput.h 80 class TypeCode
83 inline TypeCode(uint32_t code);
84 inline ~TypeCode();
86 inline uint32_t typeCode() const;
92 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
175 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
176 inline TypeCode::~TypeCode() { }
177 inline uint32_t TypeCode::typeCode() const { return mCode;
    [all...]
  /system/libhwbinder/include/hwbinder/
TextOutput.h 81 class TypeCode
84 inline TypeCode(uint32_t code);
85 inline ~TypeCode();
87 inline uint32_t typeCode() const;
93 TextOutput& operator<<(TextOutput& to, const TypeCode& val);
176 inline TypeCode::TypeCode(uint32_t code) : mCode(code) { }
177 inline TypeCode::~TypeCode() { }
178 inline uint32_t TypeCode::typeCode() const { return mCode;
    [all...]
  /external/python/cpython2/Mac/Modules/ae/
_AEmodule.c 151 DescType typeCode;
160 PyMac_GetOSType, &typeCode,
166 typeCode,
203 DescType typeCode;
225 &typeCode,
230 PyMac_BuildOSType, typeCode,
269 DescType typeCode;
279 &typeCode,
283 PyMac_BuildOSType, typeCode,
312 DescType typeCode;
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 312 : isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
316 : name(_name), isPublic(false), isJavaSymbol(false), typeCode(TYPE_UNKNOWN)
322 , typeCode(o.typeCode), int32Val(o.int32Val), stringVal(o.stringVal)
332 typeCode = o.typeCode;
353 int typeCode;
375 sym.typeCode = AaptSymbolEntry::TYPE_INT32;
386 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
  /bionic/libc/dns/resolv/
res_cache.c 717 int typeCode = _dnsPacket_readInt16(packet);
718 p = _bprint(p, end, "UNKNOWN-%d", typeCode);
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 957 char typeCode = '\0';
964 typeCode = 'p';
966 typeCode = T.isSigned() ? 's' : 'u';
968 typeCode = 'f';
971 switch (typeCode) {
977 typeCode = 'i';
982 typeCode = '\0';
986 if (typeCode != '\0')
987 S.push_back(typeCode);
1067 std::string typeCode = getInstTypeCode(BaseType, LocalCK)
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
saxon-9.1.0.8-dom.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.6/
jackson-databind-2.6.6.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 
  /prebuilts/tools/common/m2/repository/org/jboss/forge/roaster/roaster-jdt/2.18.7.Final/
roaster-jdt-2.18.7.Final.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.3.0/
compiler-2.3.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.3.0-alpha1/
compiler-2.3.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.3.0-beta1/
compiler-2.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.3.0-beta2/
compiler-2.3.0-beta2.jar 

Completed in 1103 milliseconds

1 2