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

1 2 3 4 5 6 78 91011>>

  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
LeastSquaresConverter.java 45 * this converter, as some optimization algorithms directly support vectorial objective
72 /** Build a simple converter for uncorrelated residuals with the same weight.
84 /** Build a simple converter for uncorrelated residuals with the specific weights.
126 /** Build a simple converter for correlated residuals with the specific weights.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509DefaultEntryConverter.java 13 * The default converter for X509 DN entries when going from their
  /external/droiddriver/src/io/appium/droiddriver/scroll/
AccessibilityEventScrollStepStrategy.java 104 long scrollEventTimeoutMillis, DirectionConverter converter) {
107 this.directionConverter = converter;
211 long scrollEventTimeoutMillis, DirectionConverter converter) {
212 super(uiAutomation, scrollEventTimeoutMillis, converter);
  /external/icu/icu4c/source/test/iotest/
stream.cpp 70 /* release the default converter and use utf-8 for a bit */
73 log_err("Can't get default converter\n");
116 /* return the default converter to the original state. */
120 log_err("Can't get default converter");
  /external/llvm/test/CodeGen/ARM/
2011-04-27-IfCvtBug.ll 3 ; If converter was being too cute. It look for root BBs (which don't have
ifcvt10.ll 3 ; Make sure if-converter is not predicating vldmia and ldmia. These are
  /external/lzma/C/
Bra86.c 1 /* Bra86.c -- Converter for x86 code (BCJ)
BraIA64.c 1 /* BraIA64.c -- Converter for IA-64 code
  /external/testng/src/main/java/org/testng/internal/annotations/
Converter.java 16 public class Converter {
  /external/testng/src/test/java/test/sample/
ConverterSample3.java 8 * Sample file for the Javadoc annotations to Java 5 annotations converter for a non-default package
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
tsl2561.cxx 5 * LIGHT-TO-DIGITAL CONVERTER [TAOS-TSL2561]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.h 77 //special for gfx color format converter
  /ndk/build/core/
build-all.mk 102 GEN_CYGWIN_DEPS_CONVERTER := mount | tr '\\' '/' | awk -f $(BUILD_AWK)/gen-cygwin-deps-converter.awk
110 $(call host-echo-build-step,$(NDK_APP_ABI),Cygwin) Generating dependency file converter script
114 clean-dependency-converter:
147 clean: clean-dependency-converter
  /prebuilts/go/darwin-x86/src/database/sql/driver/
types.go 151 Converter ValueConverter
158 return n.Converter.ConvertValue(v)
164 Converter ValueConverter
171 return n.Converter.ConvertValue(v)
  /prebuilts/go/linux-x86/src/database/sql/driver/
types.go 151 Converter ValueConverter
158 return n.Converter.ConvertValue(v)
164 Converter ValueConverter
171 return n.Converter.ConvertValue(v)
  /prebuilts/misc/common/swig/include/2.0.11/python/
pycomplex.swg 10 /* the common from converter */
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
filetestcase.py 44 def __init__(self, filename, lint_callable, converter):
50 converter: Function taking an error string and returning an error code.
57 self._converter = converter
  /external/guava/guava/src/com/google/common/base/
CaseFormat.java 153 * Returns a {@code Converter} that converts strings from this format to {@code targetFormat}.
158 public Converter<String, String> converterTo(CaseFormat targetFormat) {
163 extends Converter<String, String> implements Serializable {
  /external/guice/core/src/com/google/inject/internal/
Errors.java 179 + " Converter returned %s.",
196 + " Please adjust your type converter configuration to avoid overlapping matches.",
679 private static abstract class Converter<T> {
683 Converter(Class<T> type) {
698 private static final Collection<Converter<?>> converters = ImmutableList.of(
699 new Converter<Class>(Class.class) {
704 new Converter<Member>(Member.class) {
709 new Converter<Key>(Key.class) {
730 for (Converter<?> converter : converters)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucnv_cb.h 73 * Writes out the specified byte output bytes to the target byte buffer or to converter internal buffers.
81 * in the converter error buffer.
101 * in the converter error buffer.
  /external/icu/icu4c/source/data/mappings/
ucmfiles.mk 15 # * To add an additional converter to the list:
22 # This behaviour is done in the mbcs converter code and is turned on if for that converter
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 24 * In the future this class will contain API that will implement converter sematics of ICU4C.
188 * Flushes any characters saved in the converter's internal buffer and
189 * resets the converter.
200 * Resets the to Unicode mode of converter
218 * Decodes one or more bytes. The default behaviour of the converter
406 /* get the converter implementation function */
448 * set a flag for whether the converter
481 * if a converter handles offsets and updates the offsets
569 /* reset the converter without calling the callback function */
616 /* set the converter state to deal with the next character *
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/hx711/
hx711.h 40 * @comname HX711 Analog-to-Digital Converter
46 * @brief API for the HX711 Analog-to-Digital Converter
48 * HX711 is a precision 24-bit analog-to-digital converter (ADC)
  /external/icu/icu4c/source/common/
ucnv_u8.c 14 * UTF-8 converter implementation. Used to be in ucnv_utf.c.
17 * The CESU-8 converter uses all the same functions as the
18 * UTF-8 converter, with a branch for converting supplementary code points.
102 UConverter *cnv = args->converter;
230 UConverter *cnv = args->converter;
360 UConverter *cnv = args->converter;
474 UConverter *cnv = args->converter;
622 cnv = args->converter;
776 utf8=pToUArgs->converter;
782 /* get the converter state from the UTF-8 UConverter *
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
XmlApiFile.java 21 import com.google.doclava.Converter;
121 TypeInfo typeInfo = Converter.obtainTypeFromString(qualifiedName) ;
147 TypeInfo returnType = Converter.obtainTypeFromString(attributes.getValue("return"));
183 TypeInfo type = Converter.obtainTypeFromString(typeName);
205 TypeInfo type = Converter.obtainTypeFromString(typeName);

Completed in 1278 milliseconds

1 2 3 4 5 6 78 91011>>