/external/srec/srec/include/ |
specnorm.h | 79 void destroy_spectrum_distribution(spect_dist_info *spec); 80 void clear_distribution_counts(spect_dist_info *spec); 81 void clear_mean_counts(spect_dist_info *spec); 82 void forget_distribution_counts(spect_dist_info *spec, int forget_factor); 83 void shift_distribution_counts(spect_dist_info *spec, int shift); 84 int add_distribution_data(spect_dist_info *spec, int spec_val); 85 void evaluate_parameters(spect_dist_info *spec); 86 int estimate_percentile(spect_dist_info *spec, int percentile); 87 void estimate_mean(spect_dist_info *spec, int forget_factor); 88 void estimate_sv6(spect_dist_info *spec); [all...] |
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
TrustManagerFactorySpiImpl.java | 15 private static ManagerFactoryParameters spec = null; field in class:TrustManagerFactorySpiImpl 22 public void engineInit(ManagerFactoryParameters spec) throws InvalidAlgorithmParameterException { 24 this.spec = spec; 50 return spec;
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
BiDiTestGridLayoutCodeLtr.java | 42 import static android.widget.GridLayout.Spec; 43 import static android.widget.GridLayout.spec; 69 Spec row1 = spec(0); 70 Spec row2 = spec(1); 71 Spec row3 = spec(2, BASELINE); 72 Spec row4 = spec(3, BASELINE) [all...] |
BiDiTestGridLayoutCodeRtl.java | 42 import static android.widget.GridLayout.Spec; 43 import static android.widget.GridLayout.spec; 69 Spec row1 = spec(0); 70 Spec row2 = spec(1); 71 Spec row3 = spec(2, BASELINE); 72 Spec row4 = spec(3, BASELINE) [all...] |
/external/chromium_org/google_apis/drive/ |
drive_api_url_generator_unittest.cc | 32 url_generator_.GetAboutGetUrl().spec()); 34 test_url_generator_.GetAboutGetUrl().spec()); 40 url_generator_.GetAppsListUrl(use_internal_url).spec()); 42 url_generator_.GetAppsListUrl(!use_internal_url).spec()); 44 test_url_generator_.GetAppsListUrl(!use_internal_url).spec()); 49 url_generator_.GetAppsDeleteUrl("0ADK06pfg").spec()); 51 test_url_generator_.GetAppsDeleteUrl("0ADK06pfg").spec()); 57 url_generator_.GetFilesGetUrl("0ADK06pfg").spec()); 59 url_generator_.GetFilesGetUrl("0Bz0bd074").spec()); 61 url_generator_.GetFilesGetUrl("file:file_id").spec()); [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/macrom/ |
SDL_romaudio.c | 51 static int Mac_OpenAudio(_THIS, SDL_AudioSpec *spec); 128 audio->spec.callback(audio->spec.userdata, 131 if ( audio->convert.len_cvt != audio->spec.size ) { 136 audio->spec.callback(audio->spec.userdata, buffer, audio->spec.size); 191 memset (buffer[fill_me], 0, audio->spec.size); 211 static int Mac_OpenAudio(_THIS, SDL_AudioSpec *spec) { 219 switch (spec->format) [all...] |
/external/strace/ |
vsprintf.c | 277 struct printf_spec spec) 284 int need_pfx = ((spec.flags & SPECIAL) && spec.base != 10); 289 if (i < spec.field_width) 290 i = spec.field_width; 295 // if (spec.flags & LEFT) 296 // spec.flags &= ~ZEROPAD; 298 if (spec.flags & SIGN) { 302 spec.field_width--; 303 // } else if (spec.flags & PLUS) 653 struct printf_spec spec = {0}; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
KeyFactorySpi.java | 10 import java.security.spec.InvalidKeySpecException; 11 import java.security.spec.KeySpec; 22 import org.bouncycastle.jce.spec.ECParameterSpec; 23 import org.bouncycastle.jce.spec.ECPrivateKeySpec; 24 import org.bouncycastle.jce.spec.ECPublicKeySpec; 59 Class spec) 62 if (spec.isAssignableFrom(java.security.spec.ECPublicKeySpec.class) && key instanceof ECPublicKey) 67 return new java.security.spec.ECPublicKeySpec(k.getW(), k.getParams()); 73 return new java.security.spec.ECPublicKeySpec(k.getW(), EC5Util.convertSpec(EC5Util.convertCurve(implicitSpec.getCurve(), implic (…) [all...] |
/frameworks/base/keystore/tests/src/android/security/ |
KeyPairGeneratorSpecTest.java | 42 KeyPairGeneratorSpec spec = local 46 assertEquals("Context should be the one specified", getContext(), spec.getContext()); 48 assertEquals("Alias should be the one specified", TEST_ALIAS_1, spec.getKeystoreAlias()); 50 assertEquals("Key algorithm should be the one specified", "RSA", spec.getKeyType()); 52 assertEquals("Key size should be the one specified", 1024, spec.getKeySize()); 54 assertEquals("subjectDN should be the one specified", TEST_DN_1, spec.getSubjectDN()); 56 assertEquals("startDate should be the one specified", NOW, spec.getStartDate()); 58 assertEquals("endDate should be the one specified", NOW_PLUS_10_YEARS, spec.getEndDate()); 62 KeyPairGeneratorSpec spec = new KeyPairGeneratorSpec.Builder(getContext()) local 73 assertEquals("Context should be the one specified", getContext(), spec.getContext()) [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
RegisterSpecSet.java | 92 RegisterSpec spec = specs[i]; local 93 int oneHash = (spec == null) ? 0 : spec.hashCode(); 110 RegisterSpec spec = specs[i]; local 111 if (spec != null) { 117 sb.append(spec); 178 * spec, if any. This is just a convenient shorthand for 179 * {@code get(spec.getReg())}. 181 * @param spec {@code non-null;} spec with the desired register numbe 227 RegisterSpec spec = specs[reg]; local 302 RegisterSpec spec = set.get(i); local 331 RegisterSpec spec = specs[i]; local 362 RegisterSpec spec = specs[i]; local 387 RegisterSpec spec = specs[i]; local [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
RegisterSpecSet.java | 91 RegisterSpec spec = specs[i]; local 92 int oneHash = (spec == null) ? 0 : spec.hashCode(); 109 RegisterSpec spec = specs[i]; local 110 if (spec != null) { 116 sb.append(spec); 177 * spec, if any. This is just a convenient shorthand for 178 * {@code get(spec.getReg())}. 180 * @param spec {@code non-null;} spec with the desired register numbe 226 RegisterSpec spec = specs[reg]; local 301 RegisterSpec spec = set.get(i); local 330 RegisterSpec spec = specs[i]; local 361 RegisterSpec spec = specs[i]; local 386 RegisterSpec spec = specs[i]; local [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
RegisterSpecSet.java | 91 RegisterSpec spec = specs[i]; local 92 int oneHash = (spec == null) ? 0 : spec.hashCode(); 109 RegisterSpec spec = specs[i]; local 110 if (spec != null) { 116 sb.append(spec); 177 * spec, if any. This is just a convenient shorthand for 178 * {@code get(spec.getReg())}. 180 * @param spec {@code non-null;} spec with the desired register numbe 226 RegisterSpec spec = specs[reg]; local 301 RegisterSpec spec = set.get(i); local 330 RegisterSpec spec = specs[i]; local 361 RegisterSpec spec = specs[i]; local 386 RegisterSpec spec = specs[i]; local [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/ |
SDL_mintaudio_gsxb.c | 67 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec); 72 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec); 73 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec); 200 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec) 204 Uint16 test_format = SDL_FirstAudioFormat(spec->format); 207 resolution = spec->format & 0x00ff; 208 format_signed = ((spec->format & 0x8000)!=0); 209 format_bigendian = ((spec->format & 0x1000)!=0); 211 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 212 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))) [all...] |
SDL_mintaudio_stfa.c | 76 static int Mint_OpenAudio(_THIS, SDL_AudioSpec *spec); 81 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec); 82 static void Mint_InitAudio(_THIS, SDL_AudioSpec *spec); 201 static int Mint_CheckAudio(_THIS, SDL_AudioSpec *spec) 205 DEBUG_PRINT((DEBUG_NAME "asked: %d bits, ",spec->format & 0x00ff)); 206 DEBUG_PRINT(("signed=%d, ", ((spec->format & 0x8000)!=0))); 207 DEBUG_PRINT(("big endian=%d, ", ((spec->format & 0x1000)!=0))); 208 DEBUG_PRINT(("channels=%d, ", spec->channels)); 209 DEBUG_PRINT(("freq=%d\n", spec->freq)); 211 if (spec->channels > 2) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexArrayTest.cpp | 87 MultiVertexArrayTest::Spec::ArraySpec arraySpec(inputTypes[inputTypeNdx], 98 MultiVertexArrayTest::Spec spec; local 99 spec.primitive = Array::PRIMITIVE_TRIANGLES; 100 spec.drawCount = counts[countNdx]; 101 spec.first = 0; 102 spec.arrays.push_back(arraySpec); 105 addChild(new MultiVertexArrayTest(m_testCtx, m_context.getRenderContext(), spec, name.c_str(), name.c_str())); 192 MultiVertexArrayTest::Spec::ArraySpec arraySpec(m_type, 203 MultiVertexArrayTest::Spec spec local 306 MultiVertexArrayTest::Spec spec; local 407 MultiVertexArrayTest::Spec spec; local 501 MultiVertexArrayTest::Spec spec; local 617 MultiVertexArrayTest::Spec spec; local 736 MultiVertexArrayTest::Spec spec; local 857 MultiVertexArrayTest::Spec spec; local 916 MultiVertexArrayTest::Spec spec; local 1007 MultiVertexArrayTest::Spec spec; local [all...] |
/external/deqp/modules/egl/ |
teglGLES2SharingTests.cpp | 163 GLES2SharingTest (EglTestContext& eglTestCtx, const char* name , const char* desc, const TestSpec& spec); 181 GLES2SharingTest::GLES2SharingTest (EglTestContext& eglTestCtx, const char* name , const char* desc, const TestSpec& spec) 183 , m_spec (spec) 336 GLES2BufferSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec); 348 GLES2BufferSharingTest::GLES2BufferSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) 349 : GLES2SharingTest (eglTestCtx, name, desc, spec) 509 GLES2TextureSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec); 521 GLES2TextureSharingTest::GLES2TextureSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) 522 : GLES2SharingTest (eglTestCtx, name, desc, spec) 672 GLES2ProgramSharingTest (EglTestContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec); 1121 GLES2SharingTest::TestSpec spec; local 1134 GLES2SharingTest::TestSpec spec; local 1152 GLES2SharingTest::TestSpec spec; local 1165 GLES2SharingTest::TestSpec spec; local 1178 GLES2SharingTest::TestSpec spec; local 1196 GLES2SharingTest::TestSpec spec; local 1209 GLES2SharingTest::TestSpec spec; local 1222 GLES2SharingTest::TestSpec spec; local 1240 GLES2SharingTest::TestSpec spec; local 1253 GLES2SharingTest::TestSpec spec; local 1266 GLES2SharingTest::TestSpec spec; local 1284 GLES2SharingTest::TestSpec spec; local 1297 GLES2SharingTest::TestSpec spec; local 1310 GLES2SharingTest::TestSpec spec; local 1323 GLES2SharingTest::TestSpec spec; local 1336 GLES2SharingTest::TestSpec spec; local 1349 GLES2SharingTest::TestSpec spec; local [all...] |
/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...] |
/cts/tools/signature-tools/ |
TODO.txt | 4 Add more spec
|
/external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/ |
geolocation.html | 1 Allows the extension or app to use the proposed HTML5 <a href="http://dev.w3.org/geo/api/spec-source.html">geolocation API</a> without prompting the user for permission.
|
/external/chromium_org/content/test/data/accessibility/ |
wbr-expected-mac.txt | 1 # The spec states that <wbr> should have a role of AXGroup, but that seems
|
wbr-expected-win.txt | 1 # The spec states that <wbr> should have a role of AXGroup, but that seems
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
CodeGen.cpp | 17 ShShaderType type, ShShaderSpec spec, ShShaderOutput output) 21 return new TranslatorESSL(type, spec); 23 return new TranslatorGLSL(type, spec); 26 return new TranslatorHLSL(type, spec, output);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
remap.c | 58 * Return the spec string associated with the given function index. 63 * \return the spec string associated with the function index, or NULL. 76 * Map a function by its spec. The function will be added to glapi, 79 * \param spec a '\0'-separated string array specifying a function. 88 _mesa_map_function_spec(const char *spec) 94 if (!spec) 97 signature = spec; 98 spec += strlen(spec) + 1; 100 /* spec is terminated by an empty string * 136 const char *spec; local 202 const char *spec; local [all...] |
/external/harfbuzz_ng/test/shaping/tests/ |
MANIFEST | 3 indic-old-spec.tests
|
/external/mesa3d/src/mesa/main/ |
remap.c | 58 * Return the spec string associated with the given function index. 63 * \return the spec string associated with the function index, or NULL. 76 * Map a function by its spec. The function will be added to glapi, 79 * \param spec a '\0'-separated string array specifying a function. 88 _mesa_map_function_spec(const char *spec) 94 if (!spec) 97 signature = spec; 98 spec += strlen(spec) + 1; 100 /* spec is terminated by an empty string * 136 const char *spec; local 202 const char *spec; local [all...] |