Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/external/srec/srec/clib/
Dspecnorm.c40 int add_distribution_data(spect_dist_info *spec, int spec_val) in add_distribution_data()
73 void evaluate_parameters(spect_dist_info *spec) in evaluate_parameters()
92 int estimate_percentile(spect_dist_info *spec, int percentile) in estimate_percentile()
126 void estimate_sv6(spect_dist_info *spec) in estimate_sv6()
163 void estimate_mean(spect_dist_info *spec, int forget_factor) in estimate_mean()
199 int median_normalize_data(spect_dist_info *spec, int spec_val) in median_normalize_data()
204 int sv6_normalize_data(spect_dist_info *spec, int spec_val) in sv6_normalize_data()
210 int mean_normalize_data(spect_dist_info *spec, int spec_val) in mean_normalize_data()
221 spect_dist_info *spec; in create_spectrum_distribution() local
254 void destroy_spectrum_distribution(spect_dist_info *spec) in destroy_spectrum_distribution()
[all …]
/external/oprofile/pp/
Dcommon_option.h30 struct spec { struct
41 typedef int (*pp_fct_run_t)(options::spec const & spec); argument
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpecSet.java91 RegisterSpec spec = specs[i]; in hashCode() local
109 RegisterSpec spec = specs[i]; in toString() local
184 public RegisterSpec get(RegisterSpec spec) { in get()
197 public RegisterSpec findMatchingLocal(RegisterSpec spec) { in findMatchingLocal()
226 RegisterSpec spec = specs[reg]; in localItemToSpec() local
262 public void put(RegisterSpec spec) { in put()
301 RegisterSpec spec = set.get(i); in putAll() local
330 RegisterSpec spec = specs[i]; in intersect() local
361 RegisterSpec spec = specs[i]; in withOffset() local
386 RegisterSpec spec = specs[i]; in mutableCopy() local
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dmsvs.py282 def _BuildCommandLineForRuleRaw(spec, cmd, cygwin_shell, has_input_path, argument
357 def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env): argument
407 def _AddCustomBuildToolForMSVS(p, spec, primary_input, argument
435 def _AddAccumulatedActionsToMSVS(p, spec, actions_dict): argument
517 def _GenerateNativeRulesForMSVS(p, rules, output_dir, spec, options): argument
561 def _GenerateExternalRules(rules, output_dir, spec, argument
791 def _GenerateRulesForMSVS(p, output_dir, options, spec, argument
820 def _AdjustSourcesForRules(spec, rules, sources, excluded_sources): argument
855 def _GetDefaultConfiguration(spec): argument
859 def _GetGuidOfProject(proj_path, spec): argument
[all …]
Dandroid.py111 spec, configs, part_of_all, write_alias_target): argument
452 def WriteSourceFlags(self, spec, configs): argument
497 def WriteSources(self, spec, configs, extra_sources): argument
583 def ComputeAndroidModule(self, spec): argument
615 def ComputeOutputParts(self, spec): argument
651 def ComputeOutputBasename(self, spec): argument
660 def ComputeOutput(self, spec): argument
757 def ComputeDeps(self, spec): argument
776 def WriteTargetFlags(self, spec, configs, link_deps): argument
819 def WriteTarget(self, spec, configs, deps, link_deps, part_of_all, argument
/external/chromium_org/url/
Durl_canon_ip.cc33 bool DoFindIPv4Components(const CHAR* spec, in DoFindIPv4Components()
93 CanonHostInfo::Family IPv4ComponentToNumber(const CHAR* spec, in IPv4ComponentToNumber()
159 CanonHostInfo::Family DoIPv4AddressToNumber(const CHAR* spec, in DoIPv4AddressToNumber()
235 bool DoCanonicalizeIPv4Address(const CHAR* spec, in DoCanonicalizeIPv4Address()
321 bool DoParseIPv6(const CHAR* spec, const Component& host, IPv6Parsed* parsed) { in DoParseIPv6()
447 uint16 IPv6HexComponentToNumber(const CHAR* spec, const Component& component) { in IPv6HexComponentToNumber()
464 bool DoIPv6AddressToNumber(const CHAR* spec, in DoIPv6AddressToNumber()
561 bool DoCanonicalizeIPv6Address(const CHAR* spec, in DoCanonicalizeIPv6Address()
645 bool FindIPv4Components(const char* spec, in FindIPv4Components()
651 bool FindIPv4Components(const base::char16* spec, in FindIPv4Components()
[all …]
Durl_canon_query.cc45 bool IsAllASCII(const CHAR* spec, const Component& query) { in IsAllASCII()
71 void RunConverter(const char* spec, in RunConverter()
85 void RunConverter(const base::char16* spec, in RunConverter()
93 void DoConvertToQueryEncoding(const CHAR* spec, in DoConvertToQueryEncoding()
118 void DoCanonicalizeQuery(const CHAR* spec, in DoCanonicalizeQuery()
138 void CanonicalizeQuery(const char* spec, in CanonicalizeQuery()
147 void CanonicalizeQuery(const base::char16* spec, in CanonicalizeQuery()
Durl_canon_path.cc101 DotDisposition ClassifyAfterDot(const CHAR* spec, int after_dot, in ClassifyAfterDot()
179 bool DoPartialPath(const CHAR* spec, in DoPartialPath()
297 bool DoPath(const CHAR* spec, in DoPath()
322 bool CanonicalizePath(const char* spec, in CanonicalizePath()
329 bool CanonicalizePath(const base::char16* spec, in CanonicalizePath()
336 bool CanonicalizePartialPath(const char* spec, in CanonicalizePartialPath()
344 bool CanonicalizePartialPath(const base::char16* spec, in CanonicalizePartialPath()
Durl_canon_etc.cc84 bool DoScheme(const CHAR* spec, in DoScheme()
194 bool DoPort(const CHAR* spec, in DoPort()
232 void DoCanonicalizeRef(const CHAR* spec, in DoCanonicalizeRef()
296 bool CanonicalizeScheme(const char* spec, in CanonicalizeScheme()
303 bool CanonicalizeScheme(const base::char16* spec, in CanonicalizeScheme()
334 bool CanonicalizePort(const char* spec, in CanonicalizePort()
344 bool CanonicalizePort(const base::char16* spec, in CanonicalizePort()
353 void CanonicalizeRef(const char* spec, in CanonicalizeRef()
360 void CanonicalizeRef(const base::char16* spec, in CanonicalizeRef()
Durl_canon_fileurl.cc24 int FileDoDriveSpec(const CHAR* spec, int begin, int end, in FileDoDriveSpec()
55 bool DoFileCanonicalizePath(const CHAR* spec, in DoFileCanonicalizePath()
124 bool CanonicalizeFileURL(const char* spec, in CanonicalizeFileURL()
135 bool CanonicalizeFileURL(const base::char16* spec, in CanonicalizeFileURL()
146 bool FileCanonicalizePath(const char* spec, in FileCanonicalizePath()
154 bool FileCanonicalizePath(const base::char16* spec, in FileCanonicalizePath()
Durl_util.cc70 inline bool DoCompareSchemeComponent(const CHAR* spec, in DoCompareSchemeComponent()
83 bool DoIsStandard(const CHAR* spec, const Component& scheme) { in DoIsStandard()
105 const CHAR* spec = RemoveURLWhitespace(str, str_len, in DoFindAndCompareScheme() local
131 const CHAR* spec = RemoveURLWhitespace(in_spec, in_spec_len, in DoCanonicalize() local
267 bool DoReplaceComponents(const char* spec, in DoReplaceComponents()
398 bool IsStandard(const char* spec, const Component& scheme) { in IsStandard()
402 bool IsStandard(const base::char16* spec, const Component& scheme) { in IsStandard()
420 bool Canonicalize(const char* spec, in Canonicalize()
430 bool Canonicalize(const base::char16* spec, in Canonicalize()
466 bool ReplaceComponents(const char* spec, in ReplaceComponents()
[all …]
/external/libselinux/src/
Dlabel_file.c26 typedef struct spec { struct
38 } spec_t; argument
186 static void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars()
228 static int compile_regex(struct saved_data *data, spec_t *spec, const char **errbuf) in compile_regex()
546 struct spec *spec; in closef() local
667 spec_t *spec; in lookup() local
/external/chromium_org/url/third_party/mozilla/
Durl_parse.cc59 int FindNextAuthorityTerminator(const CHAR* spec, in FindNextAuthorityTerminator()
70 void ParseUserInfo(const CHAR* spec, in ParseUserInfo()
93 void ParseServerInfo(const CHAR* spec, in ParseServerInfo()
143 void DoParseAuthority(const CHAR* spec, in DoParseAuthority()
179 void ParsePath(const CHAR* spec, in ParsePath()
286 void DoParseAfterScheme(const CHAR* spec, in DoParseAfterScheme()
318 void DoParseStandardURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseStandardURL()
339 void DoParseFileSystemURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseFileSystemURL()
456 void DoParsePathURL(const CHAR* spec, int spec_len, in DoParsePathURL()
506 void DoParseMailtoURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseMailtoURL()
[all …]
/external/qemu/distrib/libselinux/src/
Dlabel_file.c26 typedef struct spec { struct
37 } spec_t; argument
185 static void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars()
227 static int compile_regex(struct saved_data *data, spec_t *spec, char **errbuf) in compile_regex()
545 struct spec *spec; in closef() local
/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp181 …SharingTest (EglTestContext& eglTestCtx, const char* name , const char* desc, const TestSpec& spec) in GLES2SharingTest()
348 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2BufferSharingTest()
521 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2TextureSharingTest()
683 …estContext& eglTestCtx, const char* name, const char* desc, const GLES2SharingTest::TestSpec& spec) in GLES2ProgramSharingTest()
835 …Ctx, const char* name, const char* desc, GLenum shaderType, const GLES2SharingTest::TestSpec& spec) in GLES2ShaderSharingTest()
1121 GLES2SharingTest::TestSpec spec; in init() local
1134 GLES2SharingTest::TestSpec spec; in init() local
1152 GLES2SharingTest::TestSpec spec; in init() local
1165 GLES2SharingTest::TestSpec spec; in init() local
1178 GLES2SharingTest::TestSpec spec; in init() local
[all …]
DteglMemoryStressTests.cpp335 MemoryStressCase::MemoryStressCase (EglTestContext& eglTestCtx, Spec spec, const char* name, const … in MemoryStressCase()
459 MemoryStressCase::Spec spec; in init() local
473 MemoryStressCase::Spec spec; in init() local
487 MemoryStressCase::Spec spec; in init() local
501 MemoryStressCase::Spec spec; in init() local
515 MemoryStressCase::Spec spec; in init() local
529 MemoryStressCase::Spec spec; in init() local
543 MemoryStressCase::Spec spec; in init() local
557 MemoryStressCase::Spec spec; in init() local
571 MemoryStressCase::Spec spec; in init() local
[all …]
/external/jpeg/
Djmemdos.c338 XMSspec spec; in read_xms_store() local
371 XMSspec spec; in write_xms_store() local
472 #define FIELD_AT(spec,offset,type) (*((type *) &(spec.bytes[offset]))) argument
473 #define SRC_TYPE(spec) FIELD_AT(spec,4,char) argument
474 #define SRC_HANDLE(spec) FIELD_AT(spec,5,EMSH) argument
475 #define SRC_OFFSET(spec) FIELD_AT(spec,7,unsigned short) argument
476 #define SRC_PAGE(spec) FIELD_AT(spec,9,unsigned short) argument
477 #define SRC_PTR(spec) FIELD_AT(spec,7,EMSPTR) argument
478 #define DST_TYPE(spec) FIELD_AT(spec,11,char) argument
479 #define DST_HANDLE(spec) FIELD_AT(spec,12,EMSH) argument
[all …]
/external/qemu/distrib/jpeg-6b/
Djmemdos.c338 XMSspec spec; in read_xms_store() local
371 XMSspec spec; in write_xms_store() local
472 #define FIELD_AT(spec,offset,type) (*((type *) &(spec.bytes[offset]))) argument
473 #define SRC_TYPE(spec) FIELD_AT(spec,4,char) argument
474 #define SRC_HANDLE(spec) FIELD_AT(spec,5,EMSH) argument
475 #define SRC_OFFSET(spec) FIELD_AT(spec,7,unsigned short) argument
476 #define SRC_PAGE(spec) FIELD_AT(spec,9,unsigned short) argument
477 #define SRC_PTR(spec) FIELD_AT(spec,7,EMSPTR) argument
478 #define DST_TYPE(spec) FIELD_AT(spec,11,char) argument
479 #define DST_HANDLE(spec) FIELD_AT(spec,12,EMSH) argument
[all …]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DTabSpecTest.java33 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo"); in shouldGetAndSetTheIndicator() local
42 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo"); in shouldGetAndSetTheIntentContent() local
53 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo") in shouldGetAndSetTheIndicatorLabel() local
61 TabHost.TabSpec spec = new TabHost(null).newTabSpec("foo") in shouldGetAndSetTheIndicatorLabelAndIcon() local
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp99 MultiVertexArrayTest::Spec spec; in init() local
169 MultiVertexArrayTest::Spec spec; in init() local
240 MultiVertexArrayTest::Spec spec; in init() local
308 MultiVertexArrayTest::Spec spec; in init() local
371 MultiVertexArrayTest::Spec spec; in init() local
436 MultiVertexArrayTest::Spec spec; in init() local
507 std::string MultiVertexArrayCountTests::getTestName (const MultiVertexArrayTest::Spec& spec) in getTestName()
523 MultiVertexArrayTest::Spec spec; in init() local
577 std::string MultiVertexArrayStorageTests::getTestName (const MultiVertexArrayTest::Spec& spec) in getTestName()
593 void MultiVertexArrayStorageTests::addStorageCases (MultiVertexArrayTest::Spec spec, int depth) in addStorageCases()
[all …]
/external/guava/guava-tests/test/com/google/common/net/
DHostSpecifierTest.java86 private static HostSpecifier spec(String specifier) { in spec() method in HostSpecifierTest
97 private void assertGood(String spec) throws ParseException { in assertGood()
103 private void assertBad(String spec) { in assertBad()
/external/bison/lib/
Derror.h29 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) argument
31 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ argument
Dvasnprintf.h33 # define _GL_ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec)) argument
35 # define _GL_ATTRIBUTE_FORMAT(spec) /* empty */ argument
/external/valgrind/main/gdbserver_tests/
Dsleepers.c60 struct spec { struct
73 struct spec* s = (struct spec*)v; in sleeper_or_burner() argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
DECKeySpec.java11 private ECParameterSpec spec; field in ECKeySpec
14 ECParameterSpec spec) in ECKeySpec()

12345678910>>...17