Searched refs:convert (Results 1 - 25 of 393) sorted by relevance

1234567891011>>

/external/strace/
H A Dgenerate_xlat_in.sh3 convert() { function
20 convert
24 convert
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DConverter.java19 Object convert(Object value, Class target, Object context); method in interface:Converter
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DAscii.java24 public static byte[] convert(String s) { method in class:Ascii
36 public static String convert(byte[] b) { method in class:Ascii
H A DUtf8.java24 public static byte[] convert(String s) { method in class:Utf8
36 public static String convert(byte[] b) { method in class:Utf8
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
H A DDateHelper.java30 static public Date convert(long secondsSince) { method in class:DateHelper
38 * @param date date to convert
41 static public long convert(Date date) { method in class:DateHelper
/external/chromium_org/third_party/libyuv/
H A Dlinux.mk12 source/convert.o \
38 all: libyuv.a convert
44 convert: util/convert.cc libyuv.a
45 $(CXX) $(CXXFLAGS) -Iutil/ -o $@ util/convert.cc libyuv.a
48 /bin/rm -f source/*.o *.ii *.s libyuv.a convert
/external/iputils/
H A Dtftp.h80 extern int readit(FILE * file, struct tftphdr **dpp, int convert);
81 extern void read_ahead(FILE *file, int convert);
82 extern int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert);
83 extern int write_behind(FILE *file, int convert);
H A Dtftpsubs.c100 int readit(FILE * file, struct tftphdr **dpp, int convert) argument
109 read_ahead(file, convert); /* fill it */
121 void read_ahead(FILE *file, int convert) argument
136 if (convert == 0) {
167 int writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) argument
172 write_behind(file, convert); /* flush it */
184 int write_behind(FILE *file, int convert) argument
206 if (convert == 0)
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
H A DAppleCustomGenreBox.java22 appleDataBox.setData(Utf8.convert(genre));
26 return Utf8.convert(appleDataBox.getData());
H A DAppleNameBox.java23 return 4 + Utf8.convert(name).length;
43 byteBuffer.put(Utf8.convert(name));
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DDictionaryHelperForModules.cpp76 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<MIDIPort>& value);
77 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<SpeechRecognitionResultList>& value);
78 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<Gamepad>& value);
79 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<MediaStream>& value);
80 template bool DictionaryHelper::convert(const Dictionary&, Dictionary::ConversionContext&, const String& key, Member<Headers>& value);
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DTimingInput.h16 static Timing convert(const Dictionary& timingInputDictionary);
17 static Timing convert(double duration);
H A DEffectInput.h20 static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
H A DElementAnimation.h52 return animateInternal(element, effect, TimingInput::convert(timingInputDictionary));
57 return animateInternal(element, effect, TimingInput::convert(duration));
67 RefPtrWillBeRawPtr<AnimationEffect> effect = EffectInput::convert(&element, keyframeDictionaryVector, exceptionState);
71 return animateInternal(element, effect.release(), TimingInput::convert(timingInputDictionary));
76 RefPtrWillBeRawPtr<AnimationEffect> effect = EffectInput::convert(&element, keyframeDictionaryVector, exceptionState);
80 return animateInternal(element, effect.release(), TimingInput::convert(duration));
85 RefPtrWillBeRawPtr<AnimationEffect> effect = EffectInput::convert(&element, keyframeDictionaryVector, exceptionState);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/
H A DUUIDConverter.java26 public static byte[] convert(UUID uuid) { method in class:UUIDConverter
43 public static UUID convert(byte[] uuidBytes) { method in class:UUIDConverter
/external/smack/src/com/kenai/jbosh/
H A DAttrMaxPause.java61 return (int) TimeUnit.MILLISECONDS.convert(
H A DAttrPause.java61 return (int) TimeUnit.MILLISECONDS.convert(
H A DAttrPolling.java61 return (int) TimeUnit.MILLISECONDS.convert(
/external/netperf/
H A Dnetsh.c346 convert that into one of the AF_mumble values - AF_INET, AF_INET6,
501 local_send_align = convert(arg1);
504 local_recv_align = convert(arg2);
510 remote_send_align = convert(arg1);
513 remote_recv_align = convert(arg2);
549 demo_units = convert(arg2);
570 iteration_max = convert(arg1);
573 iteration_min = convert(arg2);
589 confidence_level = convert(arg1);
596 interval = (double) convert(arg
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio.c71 if (audio->convert.needed) {
74 if ( audio->convert.src_format == AUDIO_U8 ) {
79 SDL_memset(audio->convert.buf, silence, audio->convert.len);
81 (Uint8 *)audio->convert.buf,audio->convert.len);
82 SDL_ConvertAudio(&audio->convert);
83 SDL_memcpy(buffer, audio->convert.buf, audio->convert.len_cvt);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
H A DLocationInformationBox.java94 return 22 + Utf8.convert(name).length + Utf8.convert(astronomicalBody).length + Utf8.convert(additionalNotes).length;
115 byteBuffer.put(Utf8.convert(name));
121 byteBuffer.put(Utf8.convert(astronomicalBody));
123 byteBuffer.put(Utf8.convert(additionalNotes));
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/images/
H A Dgenerate_images.sh24 convert -size ${width}x${height} plasma:fractal image${i}_t.png
/external/libcxx/test/utilities/time/time.point/time.point.cons/
H A DAndroid.mk23 test_name := utilities/time/time.point/time.point.cons/convert
24 test_src := convert.pass.cpp
/external/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp33 APF.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &Ignored);
38 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &Ignored);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DDataEntryUrnBox.java60 byteBuffer.put(Utf8.convert(name));
62 byteBuffer.put(Utf8.convert(location));

Completed in 1921 milliseconds

1234567891011>>