HomeSort by relevance Sort by last modified time
    Searched full:fact (Results 1 - 25 of 919) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 57 * @param fact the currently established route, or
64 public int nextStep(RouteInfo plan, RouteInfo fact) {
72 if ((fact == null) || (fact.getHopCount() < 1))
75 step = proxiedStep(plan, fact);
77 step = directStep(plan, fact);
102 * @param fact the currently established route
107 protected int directStep(RouteInfo plan, RouteInfo fact) {
109 if (fact.getHopCount() > 1)
111 if (!plan.getTargetHost().equals(fact.getTargetHost())
    [all...]
HttpRouteDirector.java 77 * @param fact the currently established route, or
84 public int nextStep(RouteInfo plan, RouteInfo fact)
  /dalvik/dx/tests/089-dex-define-object/
info.txt 2 fact be converted to a dex file. This test ensures that the conversion
  /external/v8/test/mjsunit/
debug-stepout-recursive-function.js 70 function fact(x) { function
77 return x*fact(x-1);
84 fact(3);
90 fact(3);
96 fact(3);
102 fact(3);
  /dalvik/dx/tests/110-dex-preserve-this/
info.txt 6 fact cause that to happen.)
  /external/skia/include/core/
SkTRegistry.h 30 SkTRegistry(Factory fact) {
43 fFact = fact;
  /dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactory2Test.java 139 KeyFactory fact = KeyFactory.getInstance(keyfactAlgs[i], local
152 KeySpec privateKeySpec = fact.getKeySpec(keys.getPrivate(),
154 PrivateKey privateKey = fact.generatePrivate(privateKeySpec);
160 fact.generatePrivate(new PKCS8EncodedKeySpec(keys.getPrivate()
187 KeyFactory fact = KeyFactory.getInstance(keyfactAlgs[i], local
199 KeySpec publicKeySpec = fact.getKeySpec(keys.getPublic(),
201 PublicKey publicKey = fact.generatePublic(publicKeySpec);
231 KeyFactory fact = KeyFactory.getInstance(keyfactAlgs[i], local
234 fact.getAlgorithm().equals(keyfactAlgs[i]));
361 KeyFactory fact = KeyFactory.getInstance(keyfactAlgs[i] local
423 KeyFactory fact = KeyFactory.getInstance(keyfactAlgs[i]); local
447 KeyFactory fact = KeyFactory.getInstance(keyfactAlgs[i], local
    [all...]
  /external/skia/emoji/
EmojiFont.cpp 82 EmojiFactory* fact = get_emoji_factory(); local
83 if (NULL == fact) {
88 rec->fData = fact->GetImageBinaryFromAndroidPua(pua, &rec->fSize);
132 EmojiFactory* fact = get_emoji_factory(); local
133 if (NULL != fact) {
134 if (strcmp(fact->Name(), "kddi") == 0) {
136 } else if (strcmp(fact->Name(), "softbank") == 0) {
  /external/icu4c/samples/ucnv/
flagcb.h 3 simply marks the fact that the callback was called.
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
NotThreadSafe.java 21 * that might otherwise be assumed to be thread-safe, despite the fact that it
  /system/core/libacc/tests/data/
bellard.otccex.c 33 fact(n) function
108 printf("fact(%d) = ", n);
113 f = &fact;
124 printf("Compute fib(n) and fact(n) and output the result in base 'base'\n");
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h 31 #define FACT 0x74636166 /* "fact" */
  /dalvik/libcore/security/src/test/java/tests/security/spec/
EncodedKeySpec2Test.java 57 KeyFactory fact = KeyFactory.getInstance("DSA"); local
62 Key key = fact.generatePublic(new X509EncodedKeySpec(encoded));
69 key = fact.generatePrivate(new PKCS8EncodedKeySpec(encoded));
  /external/skia/src/images/
SkImageRef.cpp 61 SkImageDecoderFactory* fact) {
62 SkRefCnt_SafeAssign(fFactory, fact);
63 return fact;
  /external/skia/src/core/
SkPixelRef.cpp 121 const char* SkPixelRef::FactoryToName(Factory fact) {
124 if (pairs[i].fFactory == fact) {
  /external/skia/tests/
skia_test.cpp 22 TestRegistry::Factory fact = fReg->factory(); local
24 Test* test = fact(NULL);
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 458 // There's no override of _addCursorRect:cursor:forView:, despite the fact that NSWindow's invokes [self windowNumber], because Carbon windows won't have subviews, and therefore won't have cursor rects.
461 // There's no override of _autoResizeState, despite the fact that NSWindow's operates on _windowNum, because it looks like it might work on Carbon windows as is.
514 // There's no override of _commonInitFrame:styleMask:backing:defer:, despite the fact that NSWindow's modifies quite a few instance variables, because it gets called in a harmless way if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
527 // There's no override of _discardCursorRectsForView, despite the fact that NSWindow's invokes [self windowNumber], because Carbon windows won't have subviews, and therefore won't have cursor rects.
530 // There's no override of _forceFlushWindowToScreen, despite the fact that NSWindow's invokes [self windowNumber], because it looks like it might work on Carbon windows as is.
533 // There's no override of _getPositionFromServer, despite the fact that NSWindow's operates on _windowNum, because it's only called from -[NSApplication _activateWindows], which is hopefully about to become obsolete any second now.
536 // There's no override of _globalWindowNum, despite the fact that NSWindow's invokes [self windowNumber], because it looks like it might work on Carbon windows as is.
539 // There's no override of _initContent:styleMask:backing:defer:contentView:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
542 // There's no override of _initContent:styleMask:backing:defer:counterpart:, despite the fact that NSWindow's modifies _auxiliaryStorage->_auxWFlags.hasShadow, because it will never get called if the class instance is properly initialized with -[NSCarbonWindow initWithCarbonWindowRef:takingOwnership:].
561 // There's no override of _orderOutAndCalcKeyWithCounter:, despite the fact that NSWindow's invokes [self windowNumber], because it looks like it might work on Carbon windows (…)
    [all...]
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 14 /* We can also take advantage of the fact that the linux syscall trap
  /external/stlport/test/unit/
stldbg_include.cpp 29 * i.e. include other headers within extern "C" { scope. Bad, but this is fact.]
  /external/webkit/WebCore/xml/
XMLSerializer.cpp 35 // Due to the fact that DocumentType nodes are created by the DOMImplementation
  /frameworks/base/core/java/com/android/internal/util/
Predicate.java 27 * strongly encouraged to state this fact clearly in their API documentation.
  /dalvik/libcore/security/src/test/java/tests/security/cert/
CertificateFactory4Test.java 72 CertificateFactory fact = CertificateFactory.getInstance("X.509"); local
76 fact.generateCertificate(bais);
81 fact.generateCertificate(bais);
87 fact.generateCertificate(is);
107 CertificateFactory fact = CertificateFactory.getInstance("X.509"); local
112 Collection<? extends Certificate> certs = fact.generateCertificates(is);
135 CertificateFactory fact = CertificateFactory.getInstance("X.509"); local
140 CRL crl = fact.generateCRL(is);
162 CertificateFactory fact = CertificateFactory.getInstance("X.509"); local
167 Collection<? extends CRL> crls = fact.generateCRLs(is)
189 CertificateFactory fact = CertificateFactory.getInstance("X.509"); local
213 CertificateFactory fact = CertificateFactory.getInstance( local
    [all...]
  /external/dropbear/libtommath/
bn_mp_montgomery_setup.c 26 * Based on the fact that
  /external/elfutils/libelf/
gelf_getversym.c 48 /* This is the one place where we have to take advantage of the fact
  /external/expat/conftools/
get-version.sh 37 # generate this file via autoconf (in fact, get-version.sh is used

Completed in 325 milliseconds

1 2 3 4 5 6 7 8 91011>>