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

1 2 3

  /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,
  /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);
  /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,
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 274 byte currentType = currentChar > 255 ? TOKEN_WORD
276 while ((currentType & TOKEN_WHITE) != 0) {
304 currentType = currentChar > 255 ? TOKEN_WORD
312 if ((currentType & TOKEN_DIGIT) != 0) {
340 if ((currentType & TOKEN_WORD) != 0) {
358 if (currentType == TOKEN_QUOTE) {
462 } else if (currentType != TOKEN_COMMENT) {
469 if (currentType == TOKEN_COMMENT) {
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
ProtoFollowsExtendsChecker.java 157 TypeRecord currentType = state.getCurrentTypeRecord();
158 if (currentType == null) {
162 typesWithAssignedProto.add(currentType);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.cpp 502 VTTNodeType currentType = m_currentNode->isVTTElement() ? toVTTElement(m_currentNode.get())->webVTTNodeType() : VTTNodeTypeNone;
504 if (nodeType == VTTNodeTypeRubyText && currentType != VTTNodeTypeRuby)
533 VTTNodeType currentType = toVTTElement(m_currentNode.get())->webVTTNodeType();
534 bool matchesCurrent = nodeType == currentType;
537 if (currentType == VTTNodeTypeRubyText && nodeType == VTTNodeTypeRuby) {
  /packages/apps/UnifiedEmail/src/com/android/mail/adapter/
DrawerItem.java 323 * @param currentType The type of the current folder. We want to only highlight a folder once.
332 public boolean isHighlighted(FolderUri currentFolder, int currentType) {
341 return (mFolderType == currentType) && mFolder.folderUri.equals(currentFolder);
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 147 int currentType = mPasswordEntry.getInputType();
148 mPasswordEntry.setInputType(mIsAlpha ? currentType
ChooseLockPassword.java 229 int currentType = mPasswordEntry.getInputType();
230 mPasswordEntry.setInputType(mIsAlphaMode ? currentType
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES.cpp 852 GLenum currentInternalFormat, currentFormat, currentType;
855 context->getCurrentReadFormatType(&currentInternalFormat, &currentFormat, &currentType);
860 if (!(currentFormat == format && currentType == type) && !validReadFormat)
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv2022.c 198 Cnv2022Type currentType;
466 myConverterData->currentType = ASCII1;
    [all...]
  /external/icu/icu4c/source/common/
ucnv2022.cpp 200 Cnv2022Type currentType;
472 myConverterData->currentType = ASCII1;
    [all...]
  /prebuilts/tools/common/m2/repository/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.5.7/
gradle-0.5.7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.4/
gradle-0.7.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.0/
gradle-0.8.0.jar 

Completed in 421 milliseconds

1 2 3