Searched defs:prefixes (Results 1 - 25 of 54) sorted by path

123

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
H A DNamespaceSupport.java156 // ignore "xml" and "xmlns" prefixes
252 String[] prefixes = new String[fNamespaceSize];
253 fPrefixes = prefixes;
274 private String[] prefixes; field in class:NamespaceSupport.Prefixes
281 public Prefixes(String [] prefixes, int size) { argument
282 this.prefixes = prefixes;
300 throw new NoSuchElementException("Illegal access to Namespace prefixes enumeration.");
306 buf.append(prefixes[i]);
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_url_provider.cc86 // the prefixes as well as after it). Consider the following scenario:
731 const URLPrefixes& prefixes = URLPrefix::GetURLPrefixes(); local
732 for (URLPrefixes::const_iterator i(prefixes.begin()); i != prefixes.end();
738 // need to promote lower-quality matches that are prefixes of higher-quality
1005 // first match in |params|, because they might have different prefixes. If
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
H A Ddevice_id_linux.cc102 const char* prefixes[],
122 if (!IsValidPrefix(ifinfo.ifr_name, prefixes, prefixes_count))
135 const char* prefixes[],
138 if (strncmp(prefixes[i], name, strlen(prefixes[i])) == 0)
101 ProcessInterface(struct ifaddrs *ifaddr, const char* prefixes[], size_t prefixes_count) argument
134 IsValidPrefix(const char* name, const char* prefixes[], size_t prefixes_count) argument
/external/chromium_org/chrome/browser/safe_browsing/
H A Ddatabase_manager.cc495 std::vector<SBPrefix> prefixes = check->prefix_hits; local
500 database_->CacheHashResults(prefixes, full_hashes, cache_lifetime);
742 // since that is the common case (multiple prefixes will issue the request
1009 std::vector<SBPrefix> prefixes; local
1012 prefixes.push_back((*it).prefix);
1014 database_->ContainsExtensionPrefixes(prefixes, &check->prefix_hits);
1024 // Some prefixes matched, we need to ask Google whether they're legit.
H A Dprefix_set.cc56 // organic database of prefixes was scale-free, and wrote a script to see how
120 // All prefixes in |index_| are in the set.
141 void PrefixSet::GetPrefixes(std::vector<SBPrefix>* prefixes) const {
142 prefixes->reserve(index_.size() + deltas_.size());
151 prefixes->push_back(current);
154 prefixes->push_back(current);
362 PrefixSetBuilder::PrefixSetBuilder(const std::vector<SBPrefix>& prefixes) argument
364 for (size_t i = 0; i < prefixes.size(); ++i) {
365 AddPrefix(prefixes[i]);
H A Dprefix_set_unittest.cc45 // Generate a set of random prefixes to share between tests. For
52 // Distribute clusters of prefixes.
74 // Check that all elements of |prefixes| are in |prefix_set|, and
78 const std::vector<SBPrefix> &prefixes) {
79 // The set can generate the prefixes it believes it has, so that's
81 std::set<SBPrefix> check(prefixes.begin(), prefixes.end());
87 for (size_t i = 0; i < prefixes.size(); ++i) {
88 EXPECT_TRUE(prefix_set.PrefixExists(prefixes[i]));
90 const SBPrefix left_sibling = prefixes[
77 CheckPrefixes(const PrefixSet& prefix_set, const std::vector<SBPrefix> &prefixes) argument
181 ReadReferencePrefixes(std::vector<SBPrefix>* prefixes) argument
249 std::vector<SBPrefix> prefixes; local
277 std::vector<SBPrefix> prefixes; local
305 std::vector<SBPrefix> prefixes; local
382 std::vector<SBPrefix> prefixes; local
396 std::vector<SBPrefix> prefixes; local
607 std::vector<SBPrefix> prefixes; local
[all...]
H A Dprotocol_manager.cc172 const std::vector<SBPrefix>& prefixes,
190 const std::string get_hash = safe_browsing::FormatGetHash(prefixes);
171 GetFullHash( const std::vector<SBPrefix>& prefixes, FullHashCallback callback, bool is_download) argument
H A Dprotocol_parser.cc255 std::string FormatGetHash(const std::vector<SBPrefix>& prefixes) { argument
259 request.append(base::Uint64ToString(sizeof(SBPrefix) * prefixes.size()));
264 for (size_t i = 0; i < prefixes.size(); ++i) {
265 request.append(reinterpret_cast<const char*>(&prefixes[i]),
H A Dprotocol_parser_unittest.cc31 '1', '1', '1', '1', // 4-byte prefixes
110 '1', '1', '1', '1', // 4-byte prefixes
122 'p', 'p', 'p', 'p', // 4-byte prefixes
155 // This chunk delares there are 6 prefixes but actually only contains 3.
162 '1', '1', '1', '1', // 4-byte prefixes
195 // This chunk delares there are 6 prefixes but actually only contains 3.
202 '1', '1', '1', '1', // 4-byte prefixes
221 '\x08', // varint length 8 (2 prefixes)
222 '1', '1', '1', '1', // 4-byte prefixes
536 std::vector<SBPrefix> prefixes; local
[all...]
H A Dsafe_browsing_database.cc116 // |include_whitelist_hashes| is true we will generate additional path-prefixes
156 // Get the prefixes matching the download |urls|.
158 std::vector<SBPrefix>* prefixes) {
164 prefixes->push_back(full_hashes[i].prefix);
167 // Helper function to compare addprefixes in |store| with |prefixes|.
171 // the actual matching prefixes.
174 const std::vector<SBPrefix>& prefixes,
183 for (size_t j = 0; j < prefixes.size(); ++j) {
184 const SBPrefix& prefix = prefixes[j];
695 std::vector<SBPrefix> prefixes;
157 GetDownloadUrlPrefixes(const std::vector<GURL>& urls, std::vector<SBPrefix>* prefixes) argument
172 MatchAddPrefixes(SafeBrowsingStore* store, int list_bit, const std::vector<SBPrefix>& prefixes, std::vector<SBPrefix>* prefix_hits) argument
718 ContainsExtensionPrefixes( const std::vector<SBPrefix>& prefixes, std::vector<SBPrefix>* prefix_hits) argument
943 CacheHashResults( const std::vector<SBPrefix>& prefixes, const std::vector<SBFullHashResult>& full_hits, const base::TimeDelta& cache_lifetime) argument
[all...]
H A Dsafe_browsing_database_unittest.cc97 // Generate an add chunk with two prefixes.
101 const SBPrefix prefixes[2] = { local
107 &prefixes[0], sizeof(prefixes),
111 // Generate an add chunk with four prefixes.
117 const SBPrefix prefixes[4] = { local
125 &prefixes[0], sizeof(prefixes),
168 // Generate a sub chunk with two prefixes.
174 const SBPrefix prefixes[ local
795 std::vector<SBPrefix> prefixes; local
[all...]
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_settings_unittest.cc90 // prefixes and suffixes, while asserting on the correct channel value.
106 const wchar_t* prefixes[] = { local
117 for (size_t i = 0; i < arraysize(prefixes); ++i) {
120 base::string16 ap = prefixes[i];
/external/chromium_org/ppapi/tests/
H A Dtest_case.cc21 const char* const prefixes[] = { local
23 for (size_t i = 0; i < sizeof(prefixes)/sizeof(prefixes[0]); ++i)
24 if (test_name.find(prefixes[i]) == 0)
25 return test_name.substr(strlen(prefixes[i]));
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp2159 const char* const* WebGLRenderingContextBase::ExtensionTracker::prefixes() const function in class:blink::__anon11092::WebGLRenderingContextBase::ExtensionTracker
2167 const char* const* prefixSet = prefixes();
2654 const char* const* prefixes = tracker->prefixes(); local
2655 for (; *prefixes; ++prefixes) {
2656 String prefixedName = String(*prefixes) + tracker->extensionName();
H A DWebGLRenderingContextBase.h585 ExtensionTracker(ExtensionFlags flags, const char* const* prefixes) argument
587 , m_prefixes(prefixes)
602 const char* const* prefixes() const;
620 static PassOwnPtrWillBeRawPtr<TypedExtensionTracker<T> > create(RefPtrWillBeMember<T>& extensionField, ExtensionFlags flags, const char* const* prefixes) argument
622 return adoptPtrWillBeNoop(new TypedExtensionTracker<T>(extensionField, flags, prefixes));
671 TypedExtensionTracker(RefPtrWillBeMember<T>& extensionField, ExtensionFlags flags, const char* const* prefixes) argument
672 : ExtensionTracker(flags, prefixes)
687 void registerExtension(RefPtrWillBeMember<T>& extensionPtr, ExtensionFlags flags = ApprovedExtension, const char* const* prefixes = 0)
689 m_extensions.append(TypedExtensionTracker<T>::create(extensionPtr, flags, prefixes));
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c266 HASH_TABLE prefixes; member in struct:__anon11782
1106 This would leave those prefixes with dangling pointers.
2774 namespace processing is turned on and different prefixes for the same
5414 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool),
5461 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, name + 6, sizeof(PREFIX));
5476 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool),
5513 hashTableIterInit(&iter, &(dtd->prefixes));
5587 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&tempPool),
5655 hashTableInit(&(p->prefixes), ms);
5696 hashTableClear(&(p->prefixes));
[all...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dgeocoding_data.h34 // Sorted array of phone number prefixes.
35 const int32* prefixes; member in struct:i18n::phonenumbers::PrefixDescriptions
37 // Number of elements in prefixes.
41 // to prefixes.
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxslt.c1048 * from excluded output prefixes currently in scope. Initialize the
1535 * @template: the "extension-element-prefixes" prefix
1540 * an extension-element-prefixes attribute on:
1542 * 2) an xsl:extension-element-prefixes attribute on a
1549 xmlChar *prefixes; local
1557 prefixes = xmlGetNsProp(cur,
1558 (const xmlChar *)"extension-element-prefixes", NULL);
1561 prefixes = xmlGetNsProp(cur,
1562 (const xmlChar *)"extension-element-prefixes", XSLT_NAMESPACE);
1564 if (prefixes
1687 xmlChar *prefixes; local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkString.cpp58 int SkStrStartsWithOneOf(const char string[], const char prefixes[]) { argument
61 const char* limit = strchr(prefixes, '\0');
62 if (!strncmp(string, prefixes, limit - prefixes)) {
65 prefixes = limit + 1;
67 } while (prefixes[0]);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinsn.h143 /** Array of prefixes. */
144 /*@null@*/ uintptr_t *prefixes; member in struct:yasm_insn
146 /** Array of segment prefixes. */
150 unsigned int num_prefixes; /**< Number of prefixes. */
151 unsigned int num_segregs; /**< Number of segment prefixes. */
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86bc.c275 unsigned int num_prefixes, uintptr_t *prefixes)
281 switch ((x86_parse_insn_prefix)(prefixes[i] & 0xff00)) {
285 N_("multiple LOCK or REP prefixes, using leftmost"));
286 common->lockrep_pre = (unsigned char)prefixes[i] & 0xff;
289 common->addrsize = (unsigned char)prefixes[i] & 0xff;
292 common->opersize = (unsigned char)prefixes[i] & 0xff;
309 common->lockrep_pre = (unsigned char)prefixes[i] & 0xff;
325 N_("multiple REX prefixes, using leftmost"));
331 *rex = (unsigned char)prefixes[i] & 0xff;
599 /* VEX and XOP prefixes neve
273 yasm_x86__bc_apply_prefixes(x86_common *common, unsigned char *rex, unsigned int def_opersize_64, unsigned int num_prefixes, uintptr_t *prefixes) argument
[all...]
/external/chromium_org/tools/cygprofile/
H A Dpatch_orderfile.py110 prefixes = ['.text.', '.text.startup.', '.text.hot.', '.text.unlikely.'] variable
112 for prefix in prefixes:
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js156 var prefixes = [ variable
163 for (var i = 0; i < prefixes.length; ++i) {
164 var pre = prefixes[i];

Completed in 621 milliseconds

123