HomeSort by relevance Sort by last modified time
    Searched refs:spec (Results 101 - 125 of 1241) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/crypto/spec/
PBEParameterSpec.java 18 package javax.crypto.spec;
20 import java.security.spec.AlgorithmParameterSpec;
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestAES.java 16 package libcore.javax.crypto.spec;
18 import javax.crypto.spec.IvParameterSpec;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
AlgorithmParameterGeneratorSpi.java 6 import java.security.spec.AlgorithmParameterSpec;
8 import javax.crypto.spec.DHGenParameterSpec;
9 import javax.crypto.spec.DHParameterSpec;
40 DHGenParameterSpec spec = (DHGenParameterSpec)genParamSpec; local
42 this.strength = spec.getPrimeSize();
43 this.l = spec.getExponentSize();
  /libcore/luni/src/test/java/tests/security/spec/
ECPrivateKeySpecTest.java 17 package tests.security.spec;
22 import java.security.spec.ECFieldF2m;
23 import java.security.spec.ECParameterSpec;
24 import java.security.spec.ECPoint;
25 import java.security.spec.ECPrivateKeySpec;
26 import java.security.spec.EllipticCurve;
ECPublicKeySpecTest.java 17 package tests.security.spec;
22 import java.security.spec.ECFieldF2m;
23 import java.security.spec.ECParameterSpec;
24 import java.security.spec.ECPoint;
25 import java.security.spec.ECPublicKeySpec;
26 import java.security.spec.EllipticCurve;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TabSpecTest.java 33 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo"); local
35 TabHost.TabSpec self = spec.setIndicator(view);
36 assertThat(self, is(spec));
37 assertThat(shadowOf(spec).getIndicatorAsView(), is(view));
42 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo"); local
44 TabHost.TabSpec self = spec.setContent(intent);
45 assertThat(self, is(spec));
46 assertThat(shadowOf(spec).getContentAsIntent(), is(intent));
53 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo") local
56 assertThat(shadowOf(spec).getIndicatorLabel(), is("labelText"))
61 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo") local
    [all...]
  /external/chromium/googleurl/src/
url_canon_internal_file.h 47 // Given a pointer into the spec, this copies and canonicalizes the drive
49 // spec, it won't do anything. The index of the next character in the input
50 // spec is returned (after the colon when a drive spec is found, the begin
53 static int FileDoDriveSpec(const CHAR* spec, int begin, int end,
57 int num_slashes = CountConsecutiveSlashes(spec, begin, end);
60 if (!DoesBeginWindowsDriveSpec(spec, after_slashes, end))
67 if (spec[after_slashes] >= 'a' && spec[after_slashes] <= 'z')
68 output->push_back(spec[after_slashes] - 'a' + 'A')
    [all...]
url_parse.cc 57 int FindNextAuthorityTerminator(const CHAR* spec,
61 if (IsAuthorityTerminator(spec[i]))
68 void ParseUserInfo(const CHAR* spec,
75 while (colon_offset < user.len && spec[user.begin + colon_offset] != ':')
91 void ParseServerInfo(const CHAR* spec,
108 int ipv6_terminator = spec[serverinfo.begin] == '[' ? serverinfo.end() : -1;
113 switch (spec[i]) {
141 void DoParseAuthority(const CHAR* spec,
159 while (i > auth.begin && spec[i] != '@')
162 if (spec[i] == '@')
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
IAccessibilityInteractionConnection.aidl 34 long interrogatingTid, in MagnificationSpec spec);
38 int interrogatingPid, long interrogatingTid, in MagnificationSpec spec);
42 long interrogatingTid, in MagnificationSpec spec);
46 long interrogatingTid, in MagnificationSpec spec);
50 long interrogatingTid, in MagnificationSpec spec);
  /cts/tests/tests/keystore/src/android/keystore/cts/
KeyPairGeneratorSpecTest.java 43 KeyPairGeneratorSpec spec = new KeyPairGeneratorSpec.Builder(getContext()) local
51 assertEquals("Context should be the one specified", getContext(), spec.getContext());
53 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias());
55 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN());
57 assertEquals("startDate should be the one specified", NOW, spec.getStartDate());
59 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate());
61 assertFalse("encryption flag should not be on", spec.isEncryptionRequired());
65 KeyPairGeneratorSpec spec = new KeyPairGeneratorSpec.Builder(getContext()) local
74 assertEquals("Context should be the one specified", getContext(), spec.getContext());
76 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias())
    [all...]
  /external/jpeg/
jmemdos.c 338 XMSspec spec; local
345 spec.length = byte_count & (~ 1L);
346 spec.src_handle = info->handle.xms_handle;
347 spec.src.offset = file_offset;
348 spec.dst_handle = 0;
349 spec.dst.ptr = buffer_address;
351 ctx.ds_si = (void far *) & spec;
371 XMSspec spec; local
378 spec.length = byte_count & (~ 1L);
379 spec.src_handle = 0
496 EMSspec spec; local
521 EMSspec spec; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemdos.c 338 XMSspec spec; local
345 spec.length = byte_count & (~ 1L);
346 spec.src_handle = info->handle.xms_handle;
347 spec.src.offset = file_offset;
348 spec.dst_handle = 0;
349 spec.dst.ptr = buffer_address;
351 ctx.ds_si = (void far *) & spec;
371 XMSspec spec; local
378 spec.length = byte_count & (~ 1L);
379 spec.src_handle = 0
496 EMSspec spec; local
521 EMSspec spec; local
    [all...]
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 55 Spec row1 = spec(0);
56 Spec row2 = spec(1);
57 Spec row3 = spec(2, BASELINE);
58 Spec row4 = spec(3, BASELINE);
59 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle tw
    [all...]
BiDiTestGridLayoutCodeRtl.java 55 Spec row1 = spec(0);
56 Spec row2 = spec(1);
57 Spec row3 = spec(2, BASELINE);
58 Spec row4 = spec(3, BASELINE);
59 Spec row5 = spec(2, 3, FILL); // allow the last two rows to overlap the middle tw
    [all...]
  /external/oprofile/pp/
opgprof_options.cpp 51 bool try_merge_profiles(profile_spec const & spec, bool exclude_dependent)
53 list<string> sample_files = spec.generate_file_list(exclude_dependent, false);
69 spec.extra_found_images);
105 void handle_options(options::spec const & spec)
107 if (spec.first.size()) {
113 profile_spec::create(spec.common, options::image_path,
  /frameworks/compile/slang/
RSSpec.mk 17 RS_SPEC_GEN := $(BUILD_OUT_EXECUTABLES)/rs-spec-gen$(BUILD_EXECUTABLE_SUFFIX)
19 define generate-rs-spec-inc
32 $(call generate-rs-spec-inc,clang-builtin-enums)
38 $(call generate-rs-spec-inc,rs-data-type-enums)
44 $(call generate-rs-spec-inc,rs-matrix-type-enums)
50 $(call generate-rs-spec-inc,rs-object-type-enums)
56 $(call generate-rs-spec-inc,rs-data-element-enums)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
sample.h 179 size_t pa_bytes_per_second(const pa_sample_spec *spec) PA_GCC_PURE;
182 size_t pa_frame_size(const pa_sample_spec *spec) PA_GCC_PURE;
185 size_t pa_sample_size(const pa_sample_spec *spec) PA_GCC_PURE;
188 pa_usec_t pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) PA_GCC_PURE;
191 size_t pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) PA_GCC_PURE;
194 int pa_sample_spec_valid(const pa_sample_spec *spec) PA_GCC_PURE;
209 char* pa_sample_spec_snprint(char *s, size_t l, const pa_sample_spec *spec);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
sample.h 179 size_t pa_bytes_per_second(const pa_sample_spec *spec) PA_GCC_PURE;
182 size_t pa_frame_size(const pa_sample_spec *spec) PA_GCC_PURE;
185 size_t pa_sample_size(const pa_sample_spec *spec) PA_GCC_PURE;
188 pa_usec_t pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) PA_GCC_PURE;
191 size_t pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) PA_GCC_PURE;
194 int pa_sample_spec_valid(const pa_sample_spec *spec) PA_GCC_PURE;
209 char* pa_sample_spec_snprint(char *s, size_t l, const pa_sample_spec *spec);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
sample.h 179 size_t pa_bytes_per_second(const pa_sample_spec *spec) PA_GCC_PURE;
182 size_t pa_frame_size(const pa_sample_spec *spec) PA_GCC_PURE;
185 size_t pa_sample_size(const pa_sample_spec *spec) PA_GCC_PURE;
188 pa_usec_t pa_bytes_to_usec(uint64_t length, const pa_sample_spec *spec) PA_GCC_PURE;
191 size_t pa_usec_to_bytes(pa_usec_t t, const pa_sample_spec *spec) PA_GCC_PURE;
194 int pa_sample_spec_valid(const pa_sample_spec *spec) PA_GCC_PURE;
209 char* pa_sample_spec_snprint(char *s, size_t l, const pa_sample_spec *spec);
  /development/samples/Support7Demos/src/com/example/android/supportv7/view/
GridLayout3.java 25 import static android.support.v7.widget.GridLayout.spec;
36 import android.support.v7.widget.GridLayout.Spec;
61 Spec titleRow = spec(0);
62 Spec introRow = spec(1);
63 Spec emailRow = spec(2, BASELINE);
64 Spec passwordRow = spec(3, BASELINE)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/baudio/
SDL_beaudio.cc 40 static int BE_OpenAudio(_THIS, SDL_AudioSpec *spec);
103 SDL_memset(stream, audio->spec.silence, len);
112 (*audio->spec.callback)(audio->spec.userdata,
119 (*audio->spec.callback)(audio->spec.userdata,
153 int BE_OpenAudio(_THIS, SDL_AudioSpec *spec)
157 Uint16 test_format = SDL_FirstAudioFormat(spec->format);
162 format.frame_rate = (float) spec->freq;
163 format.channel_count = spec->channels; /* !!! FIXME: support > 2? *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nds/
SDL_ndsaudio.c 37 static int NDS_OpenAudio(_THIS, SDL_AudioSpec *spec);
55 // memset(buffer, sdl_nds_audiodevice->spec.silence, size);
69 // // sdl_nds_audiodevice->spec.callback(sdl_nds_audiodevice->spec.userdata,
75 // sdl_nds_audiodevice->spec.callback(sdl_nds_audiodevice->spec.userdata, buffer, size);
121 SDL_memset(stream, audio->spec.silence, len);
131 (*audio->spec.callback)(audio->spec.userdata,
138 (*audio->spec.callback)(audio->spec.userdata
    [all...]
  /device/samsung/tuna/recovery/
bootloader.c 102 int spec = 0; local
108 spec |= OMAP4430;
110 spec |= OMAP4460;
122 spec |= CHIP_HS;
124 spec |= CHIP_EMU;
137 spec |= MSV_PROD;
143 return spec;
158 int spec = get_specification(); local
160 if (spec < 0) {
164 if (spec & OMAP4460 &
    [all...]
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
MyKeyManagerFactorySpi.java 51 protected void engineInit(ManagerFactoryParameters spec)
53 if (spec == null) {
56 if (spec instanceof Parameters) {
58 engineInit(((Parameters)spec).getKeyStore(),
59 ((Parameters)spec).getPassword());
  /external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
SDL_dspaudio.c 61 static int DSP_OpenAudio(_THIS, SDL_AudioSpec *spec);
163 static int DSP_OpenAudio(_THIS, SDL_AudioSpec *spec)
173 if (spec->channels > 8)
174 spec->channels = 8;
175 else if (spec->channels > 4)
176 spec->channels = 4;
177 else if (spec->channels > 2)
178 spec->channels = 2;
209 for ( test_format = SDL_FirstAudioFormat(spec->format);
264 spec->format = test_format
    [all...]

Completed in 3220 milliseconds

1 2 3 45 6 7 8 91011>>