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

  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayStreamType.cpp 193 SLint32 currentType = -1;
203 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, &currentType);
205 if (currentType != type) {
206 fprintf(stderr, "ERROR: stream type is %u, should be %u\n", currentType, type);
220 SL_ANDROID_KEY_STREAM_TYPE, &valueSize, &currentType);
222 if (currentType != type) {
223 fprintf(stderr, "ERROR: stream type is %u, should be %u\n", currentType, type);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 81 ItemType currentType = null;
88 if (type != currentType) {
90 items.add(new MapItem(currentType, section,
93 currentType = type;
103 items.add(new MapItem(currentType, section,
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 80 ItemType currentType = null;
87 if (type != currentType) {
89 items.add(new MapItem(currentType, section,
92 currentType = type;
102 items.add(new MapItem(currentType, section,
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MapItem.java 81 ItemType currentType = null;
88 if (type != currentType) {
90 items.add(new MapItem(currentType, section,
93 currentType = type;
103 items.add(new MapItem(currentType, section,
  /external/smack/src/org/xbill/DNS/
Master.java 24 private int currentType;
160 if ((currentType = Type.value(s)) < 0)
167 if (currentType != Type.SOA)
224 if (!Generator.supportedType(currentType))
226 Type.string(currentType) + " records");
237 currentType, currentDClass, currentTTL,
365 last = Record.fromString(name, currentType, currentDClass,
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 126 int currentType = mPasswordEntry.getInputType();
127 mPasswordEntry.setInputType(isAlpha ? currentType
ChooseLockPassword.java 218 int currentType = mPasswordEntry.getInputType();
219 mPasswordEntry.setInputType(mIsAlphaMode ? currentType
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.c 198 Cnv2022Type currentType;
466 myConverterData->currentType = ASCII1;
    [all...]
  /external/icu4c/common/
ucnv2022.cpp 200 Cnv2022Type currentType;
472 myConverterData->currentType = ASCII1;
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1182 milliseconds