/external/skia/src/gpu/gl/builders/ |
D | GrGLSLPrettyPrint.cpp | 37 fInput = strings[i]; in prettify() 73 } else if ('{' == fInput[fIndex]) { in prettify() 78 } else if ('}' == fInput[fIndex]) { in prettify() 89 } else if ('\t' == fInput[fIndex] || '\n' == fInput[fIndex] || in prettify() 90 (fFreshline && ' ' == fInput[fIndex])) { in prettify() 93 this->appendChar(fInput[fIndex]); in prettify() 102 fPretty.appendf("%c", fInput[fIndex++]); in appendChar() 111 if (token[j] != fInput[i]) { in hasToken() 124 if ('\n' == fInput[fIndex]) { in parseUntilNewline() 130 fPretty.appendf("%c", fInput[fIndex++]); in parseUntilNewline() [all …]
|
/external/skia/tests/ |
D | SkPEGTest.cpp | 44 const char* fInput; in test_EOS() member 54 const auto match = EOS::Match(gTests[i].fInput); in test_EOS() 56 REPORTER_ASSERT(r, match.fNext == (match ? gTests[i].fInput : nullptr)); in test_EOS() 62 const char* fInput; in test_LIT() member 74 const auto match = LIT<'X'>::Match(gTests[i].fInput); in test_LIT() 76 REPORTER_ASSERT(r, match.fNext == (match ? gTests[i].fInput + 1 : nullptr)); in test_LIT() 88 const char* fInput; in test_Alpha() member 109 const auto match = Alpha::Match(gTests[i].fInput); in test_Alpha() 111 REPORTER_ASSERT(r, match.fNext == (match ? gTests[i].fInput + 1 : nullptr)); in test_Alpha() 120 const char* fInput; in test_Digit() member [all …]
|
/external/icu/icu4c/source/i18n/ |
D | uspoof_conf.cpp | 149 fInput(NULL), in ConfusabledataBuilder() 172 uprv_free(fInput); in ~ConfusabledataBuilder() 212 fInput = static_cast<UChar *>(uprv_malloc((inputLen+1) * sizeof(UChar))); in build() 213 if (fInput == NULL) { in build() 217 u_strFromUTF8(fInput, inputLen+1, NULL, confusables, confusablesLen, &status); in build() 247 if (*fInput == 0xfeff) { in build() 248 *fInput = 0x20; in build() 252 uregex_setText(fParseLine, fInput, inputLen, &status); in build() 267 UChar32 keyChar = SpoofImpl::ScanHex(fInput, uregex_start(fParseLine, 1, &status), in build() 272 uregex_setText(fParseHexNum, &fInput[mapStringStart], mapStringLength, &status); in build() [all …]
|
D | uspoof_conf.h | 90 UChar *fInput; variable
|
D | rematch.cpp | 168 if (fInput) { in ~RegexMatcher() 169 delete fInput; in ~RegexMatcher() 229 fInput = NULL; in init() 1348 if (!fInput) { in input() 1363 (*(const UnicodeString **)&fInput) = result; // pointer assignment, rather than operator= in input() 1366 return *fInput; in input() 1852 delete fInput; in reset() 1853 fInput = NULL; in reset() 1878 delete fInput; in reset() 1879 fInput = NULL; in reset()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SpoofChecker.java | 829 StringBuffer fInput = new StringBuffer(); in build() local 838 fInput.append(line); in build() 839 fInput.append('\n'); in build() 865 if (fInput.charAt(0) == 0xfeff) { in build() 866 fInput.setCharAt(0, (char) 0x20); in build() 870 Matcher matcher = fParseLine.matcher(fInput); in build()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | SpoofChecker.java | 787 StringBuffer fInput = new StringBuffer(); in build() local 796 fInput.append(line); in build() 797 fInput.append('\n'); in build() 823 if (fInput.charAt(0) == 0xfeff) { in build() 824 fInput.setCharAt(0, (char) 0x20); in build() 828 Matcher matcher = fParseLine.matcher(fInput); in build()
|
/external/skia/samplecode/ |
D | SampleBevel.cpp | 614 displayPaint.setColor(SkColor4f::FromColor3f(*fInput, 1.0f).toSkColor()); in onDrawContent() 621 , fInput(input) {} in ColorDisplay() 623 SkColor3f* fInput; member in ColorDisplay
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1804 const UnicodeString *fInput; // The string being matched. Only used for input() variable
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.pde.core_3.6.1.v20100902_r361.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |