Home
last modified time | relevance | path

Searched refs:fact (Results 1 – 25 of 97) sorted by relevance

1234

/external/apache-http/src/org/apache/http/conn/routing/
DBasicRouteDirector.java64 public int nextStep(RouteInfo plan, RouteInfo fact) { in nextStep() argument
72 if ((fact == null) || (fact.getHopCount() < 1)) in nextStep()
75 step = proxiedStep(plan, fact); in nextStep()
77 step = directStep(plan, fact); in nextStep()
107 protected int directStep(RouteInfo plan, RouteInfo fact) { in directStep() argument
109 if (fact.getHopCount() > 1) in directStep()
111 if (!plan.getTargetHost().equals(fact.getTargetHost())) in directStep()
120 if (plan.isSecure() != fact.isSecure()) in directStep()
125 !plan.getLocalAddress().equals(fact.getLocalAddress()) in directStep()
142 protected int proxiedStep(RouteInfo plan, RouteInfo fact) { in proxiedStep() argument
[all …]
DHttpRouteDirector.java84 public int nextStep(RouteInfo plan, RouteInfo fact) in nextStep() argument
/external/skia/emoji/
DEmojiFont.cpp79 EmojiFactory* fact = get_emoji_factory(); in get_encoderec() local
80 if (NULL == fact) { in get_encoderec()
85 rec->fData = fact->GetImageBinaryFromAndroidPua(pua, &rec->fSize); in get_encoderec()
/external/skia/include/core/
DSkTRegistry.h30 SkTRegistry(Factory fact) { in SkTRegistry() argument
31 fFact = fact; in SkTRegistry()
DSkFlattenable.h152 uint32_t record(SkFlattenable::Factory fact) { in record() argument
153 return this->recordPtr((void*)fact); in record()
/external/webkit/WebKit/mac/Carbon/
DCarbonWindowAdapter.mm458 // There's no override of _addCursorRect:cursor:forView:, despite the fact that NSWindow's invokes …
461 // There's no override of _autoResizeState, despite the fact that NSWindow's operates on _windowNum…
514 // There's no override of _commonInitFrame:styleMask:backing:defer:, despite the fact that NSWindow…
527 // There's no override of _discardCursorRectsForView, despite the fact that NSWindow's invokes [sel…
530 // There's no override of _forceFlushWindowToScreen, despite the fact that NSWindow's invokes [self…
533 // There's no override of _getPositionFromServer, despite the fact that NSWindow's operates on _win…
536 // There's no override of _globalWindowNum, despite the fact that NSWindow's invokes [self windowNu…
539 // There's no override of _initContent:styleMask:backing:defer:contentView:, despite the fact that …
542 // There's no override of _initContent:styleMask:backing:defer:counterpart:, despite the fact that …
561 // There's no override of _orderOutAndCalcKeyWithCounter:, despite the fact that NSWindow's invokes…
[all …]
/external/skia/src/images/
DSkImageRef.cpp58 SkImageDecoderFactory* fact) { in setDecoderFactory() argument
59 SkRefCnt_SafeAssign(fFactory, fact); in setDecoderFactory()
60 return fact; in setDecoderFactory()
/external/skia/src/core/
DSkPixelRef.cpp121 const char* SkPixelRef::FactoryToName(Factory fact) { in FactoryToName() argument
124 if (pairs[i].fFactory == fact) { in FactoryToName()
DSkFlattenable.cpp250 const char* SkFlattenable::FactoryToName(Factory fact) { in FactoryToName() argument
253 if (pairs[i].fFactory == fact) { in FactoryToName()
DSkBitmap.cpp1143 SkPixelRef::Factory fact = fPixelRef->getFactory(); in flatten() local
1144 if (fact) { in flatten()
1145 const char* name = SkPixelRef::FactoryToName(fact); in flatten()
1191 SkPixelRef::Factory fact = deserialize_factory(buffer); in unflatten() local
1192 SkPixelRef* pr = fact(buffer); in unflatten()
/external/svox/pico/lib/
Dpicodata.c704 picoos_int32 fact, rest; in transDurUniform() local
708 fact = (targetdur << (PICODATA_PRECISION - frame_duration_exp)) / inputdur; in transDurUniform()
711 rest += fact * inout[i]; in transDurUniform()
730 picoos_int32 fact, rest, out, weighted_sum; in transDurWeighted() local
744 fact = ((targetdur - inputdur) << (PICODATA_PRECISION-frame_duration_exp))/ weighted_sum; in transDurWeighted()
746 fact = -((inputdur - targetdur) << (PICODATA_PRECISION-frame_duration_exp))/ weighted_sum; in transDurWeighted()
751 rest += fact * inout[i] * weight[i]; in transDurWeighted()
Dpicosig2.c4010 picoos_single fact; /*normalization factor*/ in get_simple_excitation() local
4053 fact = 3; in get_simple_excitation()
4059 / (hop * sig_inObj->Fuv_p)) * fact * PICODSP_GETEXC_K1); in get_simple_excitation()
4073 * sqrt((double) Fs / (hop * sig_inObj->F0_p)) * fact in get_simple_excitation()
/external/speex/libspeex/
Dresample.c1008 spx_uint32_t fact; in speex_resampler_set_rate_frac() local
1020 for (fact=2;fact<=IMIN(st->num_rate, st->den_rate);fact++) in speex_resampler_set_rate_frac()
1022 while ((st->num_rate % fact == 0) && (st->den_rate % fact == 0)) in speex_resampler_set_rate_frac()
1024 st->num_rate /= fact; in speex_resampler_set_rate_frac()
1025 st->den_rate /= fact; in speex_resampler_set_rate_frac()
Dnb_celp.c689 float fact = ((float)sub+1.0f)/st->nbSubframes; in nb_encode() local
691 curr_curve[i] = (1.0f-fact)*st->old_curve[i] + fact*st->curve[i]; in nb_encode()
1025 spx_word16_t fact; in nb_decode_lost() local
1031 fact = attenuation[st->count_lost]; in nb_decode_lost()
1033 fact = 0; in nb_decode_lost()
1049 pitch_gain = MULT16_16_Q15(fact,pitch_gain) + VERY_SMALL; in nb_decode_lost()
1052 …noise_gain = MULT16_16_Q15(innov_gain, MULT16_16_Q15(fact, SUB16(Q15ONE,MULT16_16_Q15(pitch_gain,p… in nb_decode_lost()
1235 spx_word16_t fact; in nb_decode() local
1240 fact = SHR16(19661,SHR32(lsp_dist,LSP_SHIFT+2)); in nb_decode()
1242 fact = .6*exp(-.2*lsp_dist); in nb_decode()
[all …]
Dltp.c716 spx_word16_t fact = DIV32_16(SHL32(EXTEND32(tmp),14),gain_sum); in pitch_unquant_3tap() local
718 gain[i]=MULT16_16_Q14(fact,gain[i]); in pitch_unquant_3tap()
/external/apache-http/src/org/apache/http/impl/client/
DDefaultRequestDirector.java593 HttpRoute fact = managedConn.getRoute(); in establishRoute() local
594 step = rowdy.nextStep(route, fact); in establishRoute()
614 final int hop = fact.getHopCount()-1; // the hop to establish in establishRoute()
630 "\ncurrent = " + fact); in establishRoute()
/external/e2fsprogs/
DINSTALL.elfbin3 fact, in general you're better off compiling e2fsprogs from sources
/external/zlib/contrib/delphi/
Dreadme.txt63 which, in fact, could have used the 'z' prefix and avoided
/external/qemu/slirp2/
DCOPYRIGHT9 potential donation to your favorite charity. In fact, I encourage
/external/zlib/
DFAQ42 may in fact be unavoidable depending on how the functions are used, since
233 As far as we know, no. In fact, that was originally the whole point behind
323 efficient approach (and in fact exactly what the zlib format was designed
/external/bison/data/
Dglr.cc26 # fact, glr.c can replace yacc.c without the user noticing any
/external/zlib/win32/
DDLL_FAQ.txt159 Technically, STDCALL is not bad; in fact, it is slightly
168 The remaining fact is that CDECL is the default convention.
273 The fact that MSVCRT.DLL does not exist on a virgin Windows 95
/external/dropbear/libtomcrypt/notes/
Dtech0004.txt49 strictly know the other pools. So the recovery rate of is not 0. In fact pool[0] can be completel…
/external/dbus/doc/
Ddcop-howto.txt65 the Qt classes. This is fast and easy. In fact it's so little work
81 KApplication::name() returns. In fact, if there is only a single
480 be taken. In fact, it would be a very good idea to add DCOP
/external/openssl/crypto/engine/
DREADME55 especially necessary considering the fact ENGINE uses reference counts to allow
175 code despite the fact the application may use only ciphers, for example). This

1234