OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inputformats
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/haiku/
ImageBufferHaiku.cpp
334
const translation_format*
inputFormats
;
336
roster->GetInputFormats(translators[i], &
inputFormats
, &formatCount);
339
if (
inputFormats
[j].type == B_TRANSLATOR_BITMAP) {
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
MessageFormatTest.java
601
Format[]
inputFormats
= new Format[] { DateFormat.getDateInstance(),
607
f2.setFormatsByArgumentIndex(
inputFormats
);
634
f3.setFormatsByArgumentIndex(
inputFormats
);
[
all
...]
/external/smack/asmack-master/jingle/
60-remove-jingle_mediaimpl.patch
388
- Format[]
inputFormats
= rend.getSupportedInputFormats();
390
- PlugInManager.addPlugIn(dar,
inputFormats
, new Format[0],
[
all
...]
Completed in 214 milliseconds