HomeSort by relevance Sort by last modified time
    Searched full:converter (Results 301 - 325 of 1346) sorted by null

<<11121314151617181920>>

  /external/icu/icu4c/source/samples/numfmt/
util.cpp 61 // Print the given string to stdout using the UTF-8 converter
  /external/kernel-headers/original/uapi/linux/
media.h 66 /* A converter of analogue video to its digital representation. */
  /external/libgsm/src/
preprocess.c 20 * Ato D converter) the following scaling is assumed for
  /external/libweave/third_party/chromium/base/strings/
utf_string_conversion_utils.cc 55 // Generalized Unicode converter -----------------------------------------------
  /external/llvm/test/CodeGen/ARM/
ifcvt-branch-weight-bug.ll 1 ; RUN: llc < %s -mtriple=armv4t--linux-androideabi -print-machineinstrs=if-converter -o /dev/null 2>&1 | FileCheck %s
ifcvt-dead-def.ll 10 ; In this case, the if converter was cloning the return instruction so that we had
ifcvt-iter-indbr.ll 2 ; RUN: llc < %s -mtriple thumbv7s-apple-darwin -asm-verbose=false -print-machineinstrs=if-converter 2>&1 | FileCheck --check-prefix=CHECK-PROB %s
ifcvt11.ll 3 ; Adjust if-converter heuristics to avoid predicating vmrs which can cause
  /external/lzma/C/
Bcj2.c 1 /* Bcj2.c -- Converter for x86 code (BCJ2)
  /frameworks/native/include/media/editor/
II420ColorConverter.h 120 void getI420ColorConverter(II420ColorConverter *converter);
  /hardware/bsp/intel/peripheral/audio/generic/
media_codecs.xml 74 corresponding color space converter for thumbnail extraction,
  /packages/apps/Camera2/src/com/android/camera/one/
OneCameraCharacteristics.java 95 * A converter from the physical focus range of the camera to a ratio.
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubycomplex.swg 54 /* the common from converter */
typemaps.i 71 %define INPUT_TYPEMAP(type, converter)
74 temp = ($*1_ltype) converter($input);
141 %define OUTPUT_TYPEMAP(type, converter, convtype)
144 VALUE o = converter(convtype (*$1));
  /prebuilts/misc/common/swig/include/2.0.11/
swigrun.swg 198 swig_converter_func converter; /* function to cast the void pointers */
320 return ((!ty) || (!ty->converter)) ? ptr : (*ty->converter)(ptr, newmemory);
377 if (!cast->converter) {
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-shared-components/9/
maven-shared-components-9.pom 61 <module>maven-model-converter</module>
  /external/icu/icu4c/source/io/unicode/
ustdio.h 141 <tr><td>%s</td><td>char *</td><td>char *</td><td>Use default converter or specified converter from fopen</td></tr>
142 <tr><td>%c</td><td>char</td><td>char</td><td>Use default converter or specified converter from fopen<br>
158 <tr><td>%h</td><td>c</td><td>char</td><td><b>(Unimplemented)</b> Use invariant converter</td></tr>
159 <tr><td>%h</td><td>s</td><td>char *</td><td><b>(Unimplemented)</b> Use invariant converter</td></tr>
371 * converter/transliterator state. (That is, a logical break is
374 * Note that for a stateful encoding, the converter may write additional
459 * Returns an alias to the converter being used for this file.
461 * @return alias to the converter (The converter <EM>must not</EM> be modified or closed
    [all...]
  /external/v8/src/runtime/
runtime-strings.cc 807 template <class Converter>
810 unibrow::Mapping<Converter, 128>* mapping) {
826 unibrow::uchar chars[Converter::kMaxWidth];
829 bool ignore_overflow = Converter::kIsToLower || result->IsSeqTwoByteString();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 144 /** The converter to get candidates from and notice the selected candidate to. */
680 public void displayCandidates(WnnEngine converter) {
722 mConverter = converter;
728 displayCandidates(converter, true, getMaxLine());
765 * @param converter {@link WnnEngine} which holds candidates.
769 private void displayCandidates(WnnEngine converter, boolean dispFirst, int maxLine) {
770 if (converter == null) {
780 if (converter instanceof SymbolList) {
805 result = converter.getNextCandidate();
810 if (converter instanceof SymbolList)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
MatrixUtils.java 665 final FractionMatrixConverter converter = new FractionMatrixConverter(); local
666 m.walkInOptimizedOrder(converter);
667 return converter.getConvertedMatrix();
670 /** Converter for {@link FieldMatrix}/{@link Fraction}. */
709 final BigFractionMatrixConverter converter = new BigFractionMatrixConverter(); local
710 m.walkInOptimizedOrder(converter);
711 return converter.getConvertedMatrix();
714 /** Converter for {@link FieldMatrix}/{@link BigFraction}. */
    [all...]
  /external/icu/icu4c/source/io/
ufile.c 159 Maybe the converter couldn't be opened. */
187 Maybe the converter couldn't be opened. */
  /external/icu/icu4c/source/test/perf/utfperf/
utfperf.cpp 127 fprintf(stderr, "error opening converter for \"%s\" - %s\n", testcase.charset, u_errorName(errorCode));
205 /* intermediate must have been consumed (p==pInter) because of the converter semantics */
  /external/jcommander/doc/
index.html 203 By default, JCommander parses the command line into basic types only (strings, booleans, integers and longs). Very often, your application actually needs more complex types, such as files, host names, lists, etc... To achieve this, you can write a type converter by implementing the following interface:
211 For example, here is a converter that turns a string into a <tt>File</tt>:
222 Then, all you need to do is declare your field with the correct type and specify the converter as an attribute:
225 @Parameter(names = "-file", converter = FileConverter.class)
233 If the custom types you use appear multiple times in your application, having to specify the converter in each annotation can become tedious. To address this, you can use an <tt>IStringConverterFactory</tt>:
256 and the string converter to create instances of this class:
305 Another advantage of using string converter factories is that your factories can come from a dependency injection framework.
587 By passing an implementation of this interface to your <tt>JCommander</tt> object, you can now control which default value will be used for your options. Note that the value returned by this method will then be passed to a string converter, if any is applicable, thereby allowing you to specify default values for any types you need.
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 102 {MNOTE_NIKON1_TAG_CONVERTER, "Converter", N_("Converter"), ""},
  /external/libxml2/include/libxml/
encoding.h 46 * declaration are looked at and a converter is looked for at that
48 * converter can be registered by the user using xmlRegisterCharEncodingHandler

Completed in 1385 milliseconds

<<11121314151617181920>>