Home
last modified time | relevance | path

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

12345678910>>...13

/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.py306 def _BuildCommandLineForRuleRaw(spec, cmd, cygwin_shell, has_input_path, argument
381 def _BuildCommandLineForRule(spec, rule, has_input_path, do_setup_env): argument
431 def _AddCustomBuildToolForMSVS(p, spec, primary_input, argument
459 def _AddAccumulatedActionsToMSVS(p, spec, actions_dict): argument
541 def _GenerateNativeRulesForMSVS(p, rules, output_dir, spec, options): argument
585 def _GenerateExternalRules(rules, output_dir, spec, argument
815 def _GenerateRulesForMSVS(p, output_dir, options, spec, argument
844 def _AdjustSourcesForRules(spec, rules, sources, excluded_sources): argument
875 def _GetDefaultConfiguration(spec): argument
879 def _GetGuidOfProject(proj_path, spec): argument
[all …]
Dandroid.py136 spec, configs, part_of_all): argument
464 def WriteSourceFlags(self, spec, configs): argument
506 def WriteSources(self, spec, configs, extra_sources): argument
592 def ComputeAndroidModule(self, spec): argument
624 def ComputeOutputParts(self, spec): argument
660 def ComputeOutputBasename(self, spec): argument
669 def ComputeOutput(self, spec): argument
770 def ComputeDeps(self, spec): argument
789 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_query.cc45 bool IsAllASCII(const CHAR* spec, const url_parse::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_ip.cc33 bool DoFindIPv4Components(const CHAR* spec, in DoFindIPv4Components()
95 const CHAR* spec, in IPv4ComponentToNumber()
161 CanonHostInfo::Family DoIPv4AddressToNumber(const CHAR* spec, in DoIPv4AddressToNumber()
229 bool DoCanonicalizeIPv4Address(const CHAR* spec, in DoCanonicalizeIPv4Address()
315 bool DoParseIPv6(const CHAR* spec, in DoParseIPv6()
443 uint16 IPv6HexComponentToNumber(const CHAR* spec, in IPv6HexComponentToNumber()
461 bool DoIPv6AddressToNumber(const CHAR* spec, in DoIPv6AddressToNumber()
558 bool DoCanonicalizeIPv6Address(const CHAR* spec, in DoCanonicalizeIPv6Address()
642 bool FindIPv4Components(const char* spec, in FindIPv4Components()
648 bool FindIPv4Components(const base::char16* spec, in FindIPv4Components()
[all …]
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()
233 void DoCanonicalizeRef(const CHAR* spec, in DoCanonicalizeRef()
297 bool CanonicalizeScheme(const char* spec, in CanonicalizeScheme()
304 bool CanonicalizeScheme(const base::char16* spec, in CanonicalizeScheme()
335 bool CanonicalizePort(const char* spec, in CanonicalizePort()
345 bool CanonicalizePort(const base::char16* spec, in CanonicalizePort()
354 void CanonicalizeRef(const char* spec, in CanonicalizeRef()
361 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()
125 bool CanonicalizeFileURL(const char* spec, in CanonicalizeFileURL()
136 bool CanonicalizeFileURL(const base::char16* spec, in CanonicalizeFileURL()
147 bool FileCanonicalizePath(const char* spec, in FileCanonicalizePath()
155 bool FileCanonicalizePath(const base::char16* spec, in FileCanonicalizePath()
/external/chromium/googleurl/src/
Durl_canon_query.cc70 bool IsAllASCII(const CHAR* spec, const url_parse::Component& query) { in IsAllASCII()
96 void RunConverter(const char* spec, in RunConverter()
110 void RunConverter(const char16* spec, in RunConverter()
118 void DoConvertToQueryEncoding(const CHAR* spec, in DoConvertToQueryEncoding()
143 void DoCanonicalizeQuery(const CHAR* spec, in DoCanonicalizeQuery()
163 void CanonicalizeQuery(const char* spec, in CanonicalizeQuery()
172 void CanonicalizeQuery(const char16* spec, in CanonicalizeQuery()
Durl_canon_ip.cc58 bool DoFindIPv4Components(const CHAR* spec, in DoFindIPv4Components()
120 const CHAR* spec, in IPv4ComponentToNumber()
206 CanonHostInfo::Family DoIPv4AddressToNumber(const CHAR* spec, in DoIPv4AddressToNumber()
263 bool DoCanonicalizeIPv4Address(const CHAR* spec, in DoCanonicalizeIPv4Address()
348 bool DoParseIPv6(const CHAR* spec, in DoParseIPv6()
476 uint16 IPv6HexComponentToNumber(const CHAR* spec, in IPv6HexComponentToNumber()
494 bool DoIPv6AddressToNumber(const CHAR* spec, in DoIPv6AddressToNumber()
603 bool DoCanonicalizeIPv6Address(const CHAR* spec, in DoCanonicalizeIPv6Address()
673 bool FindIPv4Components(const char* spec, in FindIPv4Components()
679 bool FindIPv4Components(const char16* spec, in FindIPv4Components()
[all …]
Durl_canon_path.cc127 DotDisposition ClassifyAfterDot(const CHAR* spec, int after_dot, in ClassifyAfterDot()
205 bool DoPartialPath(const CHAR* spec, in DoPartialPath()
323 bool DoPath(const CHAR* spec, in DoPath()
350 bool CanonicalizePath(const char* spec, in CanonicalizePath()
357 bool CanonicalizePath(const char16* spec, in CanonicalizePath()
364 bool CanonicalizePartialPath(const char* spec, in CanonicalizePartialPath()
372 bool CanonicalizePartialPath(const char16* spec, in CanonicalizePartialPath()
Durl_parse.cc57 int FindNextAuthorityTerminator(const CHAR* spec, in FindNextAuthorityTerminator()
68 void ParseUserInfo(const CHAR* spec, in ParseUserInfo()
91 void ParseServerInfo(const CHAR* spec, in ParseServerInfo()
141 void DoParseAuthority(const CHAR* spec, in DoParseAuthority()
177 void ParsePath(const CHAR* spec, in ParsePath()
284 void DoParseAfterScheme(const CHAR* spec, in DoParseAfterScheme()
316 void DoParseStandardURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseStandardURL()
339 void DoParsePathURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParsePathURL()
381 void DoParseMailtoURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseMailtoURL()
447 int DoParsePort(const CHAR* spec, const Component& component) { in DoParsePort()
[all …]
Durl_canon_etc.cc109 bool DoScheme(const CHAR* spec, in DoScheme()
219 bool DoPort(const CHAR* spec, in DoPort()
258 void DoCanonicalizeRef(const CHAR* spec, in DoCanonicalizeRef()
321 bool CanonicalizeScheme(const char* spec, in CanonicalizeScheme()
328 bool CanonicalizeScheme(const char16* spec, in CanonicalizeScheme()
359 bool CanonicalizePort(const char* spec, in CanonicalizePort()
369 bool CanonicalizePort(const char16* spec, in CanonicalizePort()
378 void CanonicalizeRef(const char* spec, in CanonicalizeRef()
385 void CanonicalizeRef(const char16* spec, in CanonicalizeRef()
/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/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()
458 void DoParsePathURL(const CHAR* spec, int spec_len, in DoParsePathURL()
508 void DoParseMailtoURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseMailtoURL()
[all …]
/external/libselinux/src/
Dlabel_file.c26 typedef struct spec { struct
36 } spec_t; argument
184 static void spec_hasMetaChars(struct spec *spec) in spec_hasMetaChars()
224 static int compile_regex(struct saved_data *data, spec_t *spec, char **errbuf) in compile_regex()
542 struct spec *spec; in closef() local
/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/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/spec/
DECKeySpec.java11 private ECParameterSpec spec; field in ECKeySpec
14 ECParameterSpec spec) in ECKeySpec()
/external/valgrind/main/gdbserver_tests/
Dsleepers.c60 struct spec { struct
73 struct spec* s = (struct spec*)v; in sleeper_or_burner() argument

12345678910>>...13