HomeSort by relevance Sort by last modified time
    Searched refs:Implementation (Results 1 - 25 of 37) sorted by null

1 2

  /external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Store.java 19 X509Util.Implementation impl = X509Util.getImplementation("X509Store", type);
40 X509Util.Implementation impl = X509Util.getImplementation("X509Store", type, provider);
50 private static X509Store createStore(X509Util.Implementation impl, X509StoreParameters parameters)
X509Util.java 318 static class Implementation
323 Implementation(
346 static Implementation getImplementation(
379 return new Implementation(cls.newInstance(), prov);
393 throw new NoSuchAlgorithmException("cannot find implementation " + algorithm + " for provider " + prov.getName());
397 * return an implementation for a given algorithm/provider.
400 static Implementation getImplementation(
415 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
431 throw new NoSuchAlgorithmException("cannot find implementation " + algorithm);
  /frameworks/compile/libbcc/runtime/lib/
Makefile.mk 14 Implementation := Generic
  /frameworks/compile/libbcc/runtime/lib/arm/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/lib/i386/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/lib/ppc/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/lib/x86_64/
Makefile.mk 16 Implementation := Optimized
  /frameworks/compile/libbcc/runtime/make/
lib_util.mk 16 # Choose the appropriate implementation directory to use for 'function-name' in
31 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
36 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
40 $(if $(and $(call streq,Optimized,$($(key).Implementation)),\
44 $(if $(call streq,Generic,$($(key).Implementation)),$(key))))
subdir.mk 6 # Implementation - The library configuration the objects should go in (Generic or
23 RequiredSubdirVariables := SubDirs ObjNames Implementation Dependencies
  /external/mesa3d/docs/
MESA_window_pos.spec 118 New Implementation Dependent State
MESA_resize_buffers.spec 75 New Implementation Dependent State
MESA_shader_debug.spec 206 implementation dependent double-quoted string, each of this
250 New Implementation Dependent State
MESA_swap_control.spec 93 the maximum implementation-dependent value supported before being
119 New Implementation Dependent State
  /external/v8/src/
regexp-macro-assembler-tracer.h 79 virtual IrregexpImplementation Implementation();
regexp-macro-assembler-tracer.cc 39 unsigned int type = assembler->Implementation();
363 RegExpMacroAssemblerTracer::Implementation() {
364 return assembler_->Implementation();
regexp-macro-assembler-irregexp.h 108 virtual IrregexpImplementation Implementation();
regexp-macro-assembler.h 44 // The implementation must be able to handle at least:
144 virtual IrregexpImplementation Implementation() = 0;
  /external/oprofile/events/mips/34K/
events 46 event:0x1c counters:0 um:zero minimum:500 name:POLICY_EVENTS : 28-0 Implementation specific policy manager events
47 event:0x1d counters:0 um:zero minimum:500 name:ISPRAM_EVENTS : 29-0 Implementation specific ISPRAM events
48 event:0x1e counters:0 um:zero minimum:500 name:COREEXTEND_EVENTS : 30-0 Implementation specific CorExtend events
49 event:0x1f counters:0 um:zero minimum:500 name:YIELD_EVENTS : 31-0 Implementation specific yield events
119 event:0x41c counters:1 um:zero minimum:500 name:CP2_EVENTS : 28-1 Implementation specific CP2 events
120 event:0x41d counters:1 um:zero minimum:500 name:DSPRAM_EVENTS : 29-1 Implementation specific DSPRAM events
122 event:0x41f counters:1 um:zero minimum:500 name:ITC_EVENT : 31-1 Implementation specific yield event
  /external/oprofile/events/mips/74K/
events 75 event:0x3b counters:0,2 um:zero minimum:500 name:COREEXTEND_EVENTS : 59-0 Implementation specific CorExtend events
77 event:0x3e counters:0,2 um:zero minimum:500 name:ISPRAM_EVENTS : 62-0 Implementation specific ISPRAM events
79 event:0x40 counters:0,2 um:zero minimum:500 name:SYSTEM_EVENT_0 : 64-0 Implementation specific system event 0
80 event:0x41 counters:0,2 um:zero minimum:500 name:SYSTEM_EVENT_2 : 65-0 Implementation specific system event 2
81 event:0x42 counters:0,2 um:zero minimum:500 name:SYSTEM_EVENT_4 : 66-0 Implementation specific system event 4
82 event:0x43 counters:0,2 um:zero minimum:500 name:SYSTEM_EVENT_6 : 67-0 Implementation specific system event 6
147 event:0x43e counters:1,3 um:zero minimum:500 name:DSPRAM_EVENTS : 62-1 Implementation specific events from the DSPRAM block
149 event:0x440 counters:0,2 um:zero minimum:500 name:SYSTEM_EVENT_1 : 64-1 Implementation specific system event 1
150 event:0x441 counters:0,2 um:zero minimum:500 name:SYSTEM_EVENT_3 : 65-1 Implementation specific system event 3
151 event:0x442 counters:0,2 um:zero minimum:500 name:SYSTEM_EVENT_5 : 66-1 Implementation specific system event
    [all...]
  /external/oprofile/events/mips/1004K/
events 46 event:0x1c counters:0 um:zero minimum:500 name:POLICY_EVENTS : 28-0 Implementation specific policy manager events
47 event:0x1d counters:0 um:zero minimum:500 name:ISPRAM_EVENTS : 29-0 Implementation specific ISPRAM events
48 event:0x1e counters:0 um:zero minimum:500 name:COREEXTEND_EVENTS : 30-0 Implementation specific CorExtend events
49 event:0x1f counters:0 um:zero minimum:500 name:YIELD_EVENTS : 31-0 Implementation specific yield events
127 event:0x41c counters:1 um:zero minimum:500 name:CP2_EVENTS : 28-1 Implementation specific CP2 events
128 event:0x41d counters:1 um:zero minimum:500 name:DSPRAM_EVENTS : 29-1 Implementation specific DSPRAM events
130 event:0x41f counters:1 um:zero minimum:500 name:ITC_EVENT : 31-1 Implementation specific yield event
  /external/v8/src/arm/
regexp-macro-assembler-arm.h 64 // body. It has a particularly simple implementation.
90 virtual IrregexpImplementation Implementation();
  /external/v8/src/ia32/
regexp-macro-assembler-ia32.h 63 // body. It has a particularly simple implementation.
88 virtual IrregexpImplementation Implementation();
  /external/v8/src/mips/
regexp-macro-assembler-mips.h 63 // body. It has a particularly simple implementation.
89 virtual IrregexpImplementation Implementation();
  /external/oprofile/events/mips/24K/
events 46 event:0x1d counters:0 um:zero minimum:500 name:ISPRAM_EVENTS : 29-0 Implementation specific ISPRAM events
47 event:0x1e counters:0 um:zero minimum:500 name:COREEXTEND_EVENTS : 30-0 Implementation specific CorExtend events
110 event:0x41c counters:1 um:zero minimum:500 name:CP2_EVENTS : 28-1 Implementation specific CP2 events
111 event:0x41d counters:1 um:zero minimum:500 name:DSPRAM_EVENTS : 29-1 Implementation specific DSPRAM events
  /external/chromium/chrome/browser/resources/net_internals/
view.js 75 * DivView is an implementation of View that wraps a DIV.
116 * Implementation of View that sizes its child to fit the entire window.

Completed in 122 milliseconds

1 2