Home
last modified time | relevance | path

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

123456789

/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
Dopgprof_options.cpp51 bool try_merge_profiles(profile_spec const & spec, bool exclude_dependent) in try_merge_profiles()
105 void handle_options(options::spec const & spec) in handle_options()
/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/webkit/Source/JavaScriptCore/wtf/url/src/
DURLParser.h64 …static void parseAuthority(const CHAR* spec, const URLComponent& auth, URLComponent& username, URL… in parseAuthority()
94 static bool extractScheme(const CHAR* spec, int specLength, URLComponent& scheme) in extractScheme()
119 …static void parseAfterScheme(const CHAR* spec, int specLength, int afterScheme, URLSegments& parse… in parseAfterScheme()
148 static void parseStandardURL(const CHAR* spec, int specLength, URLSegments& parsed) in parseStandardURL()
169 …static void parsePath(const CHAR* spec, const URLComponent& path, URLComponent& filepath, URLCompo… in parsePath()
235 static void parsePathURL(const CHAR* spec, int specLength, URLSegments& parsed) in parsePathURL()
279 static void parseMailtoURL(const CHAR* spec, int specLength, URLSegments& parsed) in parseMailtoURL()
341 static int parsePort(const CHAR* spec, const URLComponent& component) in parsePort()
374 static void extractFileName(const CHAR* spec, const URLComponent& path, URLComponent& fileName) in extractFileName()
409 …static bool extractQueryKeyValue(const CHAR* spec, URLComponent& query, URLComponent& key, URLComp… in extractQueryKeyValue()
[all …]
DURLQueryCanonicalizer.h44 …static void canonicalize(const InChar* spec, const URLComponent& query, URLBuffer<OutChar>& buffer… in canonicalize()
58 static bool isAllASCII(const InChar* spec, const URLComponent& query) in isAllASCII()
90 …static void convertToQueryEncoding(const InChar* spec, const URLComponent& query, URLBuffer<OutCha… in convertToQueryEncoding()
/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_fileurl.cc49 int FileDoDriveSpec(const CHAR* spec, int begin, int end, in FileDoDriveSpec()
80 bool DoFileCanonicalizePath(const CHAR* spec, in DoFileCanonicalizePath()
150 bool CanonicalizeFileURL(const char* spec, in CanonicalizeFileURL()
161 bool CanonicalizeFileURL(const char16* spec, in CanonicalizeFileURL()
172 bool FileCanonicalizePath(const char* spec, in FileCanonicalizePath()
180 bool FileCanonicalizePath(const char16* spec, in FileCanonicalizePath()
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()
Durl_canon_host.cc103 void ScanHostname(const CHAR* spec, const url_parse::Component& host, in ScanHostname()
314 void DoHost(const CHAR* spec, in DoHost()
367 bool CanonicalizeHost(const char* spec, in CanonicalizeHost()
377 bool CanonicalizeHost(const char16* spec, in CanonicalizeHost()
387 void CanonicalizeHostVerbose(const char* spec, in CanonicalizeHostVerbose()
394 void CanonicalizeHostVerbose(const char16* spec, in CanonicalizeHostVerbose()
Durl_parse_file.cc76 void DoParseUNC(const CHAR* spec, in DoParseUNC()
128 void DoParseLocalFile(const CHAR* spec, in DoParseLocalFile()
141 void DoParseFileURL(const CHAR* spec, int spec_len, Parsed* parsed) { in DoParseFileURL()
Durl_util.cc94 inline bool CompareSchemeComponent(const CHAR* spec, in CompareSchemeComponent()
107 bool DoIsStandard(const CHAR* spec, const url_parse::Component& scheme) { in DoIsStandard()
129 const CHAR* spec = RemoveURLWhitespace(str, str_len, in DoFindAndCompareScheme() local
153 const CHAR* spec = RemoveURLWhitespace(in_spec, in_spec_len, in DoCanonicalize() local
262 bool DoReplaceComponents(const char* spec, in DoReplaceComponents()
391 bool IsStandard(const char* spec, const url_parse::Component& scheme) { in IsStandard()
395 bool IsStandard(const char16* spec, const url_parse::Component& scheme) { in IsStandard()
413 bool Canonicalize(const char* spec, in Canonicalize()
422 bool Canonicalize(const char16* spec, in Canonicalize()
457 bool ReplaceComponents(const char* spec, in ReplaceComponents()
[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/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/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()
534 struct spec *spec; in closef() local
/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/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/valgrind/main/gdbserver_tests/
Dsleepers.c60 struct spec { struct
73 struct spec* s = (struct spec*)v; in sleeper_or_burner() argument
/external/webkit/Source/WebKit/chromium/public/
DWebURL.h55 WebURL(const WebCString& spec, const url_parse::Parsed& parsed, bool isValid) in WebURL()
77 void assign(const WebCString& spec, const url_parse::Parsed& parsed, bool isValid) in assign()
84 const WebCString& spec() const in spec() function
/external/doclava/src/com/google/doclava/
DSinceTagger.java140 private void versionClass(String versionName, ClassInfo spec, ClassInfo doc) { in versionClass()
156 private void versionConstructors(String versionName, ClassInfo spec, ClassInfo doc) { in versionConstructors()
179 private void versionFields(String versionName, ClassInfo spec, ClassInfo doc) { in versionFields()
201 private void versionMethods(String versionName, ClassInfo spec, ClassInfo doc) { in versionMethods()
/external/emma/ant/ant14/com/vladium/emma/instr/
DFilterCfg.java49 final String spec = specs [i]; in setValue() local
77 final String spec = specs [i]; in setIncludes() local
99 final String spec = specs [i]; in setExcludes() local
/external/dexmaker/src/main/java/com/google/dexmaker/
DLocal.java28 private RegisterSpec spec; field in Local
57 RegisterSpec spec() { in spec() method in Local

123456789