HomeSort by relevance Sort by last modified time
    Searched refs:prefixes (Results 101 - 125 of 180) sorted by null

1 2 3 45 6 7 8

  /libcore/luni/src/test/java/libcore/xml/
SaxTest.java 203 private void parse(boolean prefixes, boolean namespaces, String xml,
207 reader.setFeature("http://xml.org/sax/features/namespace-prefixes", prefixes);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.h 547 ExtensionTracker(ExtensionFlags flags, const char* const* prefixes)
552 , m_prefixes(prefixes)
598 TypedExtensionTracker(RefPtr<T>& extensionField, ExtensionFlags flags, const char* const* prefixes)
599 : ExtensionTracker(flags, prefixes)
646 void registerExtension(RefPtr<T>& extensionPtr, ExtensionFlags flags = ApprovedExtension, const char* const* prefixes = 0)
648 m_extensions.append(new TypedExtensionTracker<T>(extensionPtr, flags, prefixes));
    [all...]
  /system/core/adb/
sockets.c 615 } prefixes[] = { variable in typeref:struct:prefix_struct
621 static const int num_prefixes = (sizeof(prefixes) / sizeof(prefixes[0]));
632 if (!strncmp(service, prefixes[i].str, prefixes[i].len))
633 return strchr(service + prefixes[i].len, ':');
  /external/qemu/target-i386/
translate.c 4043 int b, prefixes, aflag, dflag; local
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 185 // This chunk delares there are 4 prefixes but actually only contains 2.
199 // This chunk delares there are 4 prefixes but actually only contains 2.
514 std::vector<SBPrefix> prefixes; local
517 prefixes.push_back(0x34333231);
518 prefixes.push_back(0x64636261);
519 prefixes.push_back(0x73727170);
521 parser.FormatGetHash(prefixes, &get_hash);
793 // goog-*-shavar lists have a host-key followed by one or more prefixes.
826 // prefixes.
    [all...]
database_manager.h 145 // Check which prefixes in |extension_ids| are in the safebrowsing blacklist.
313 void CacheHashResults(const std::vector<SBPrefix>& prefixes,
protocol_manager.h 88 // Retrieve the full hash for a set of prefixes, and invoke the callback
91 virtual void GetFullHash(const std::vector<SBPrefix>& prefixes,
133 // prefixes (deleted at the server but yet deleted on the client).
364 // Backup URL prefixes for updates.
protocol_manager.cc 166 const std::vector<SBPrefix>& prefixes,
185 parser.FormatGetHash(prefixes, &get_hash);
safe_browsing_service_browsertest.cc 123 const std::vector<SBPrefix>& prefixes,
148 virtual void CacheHashResults(const std::vector<SBPrefix>& prefixes,
256 const std::vector<SBPrefix>& prefixes,
380 // This test will fill up the database using testing prefixes
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 815 * Return a table that contains all prefixes available
818 * @return Vector containing the prefixes available within this
950 * and all parent elements, screened for excluded prefixes.
956 * Return a table that contains all prefixes available
972 * the "extension-element-prefixes" property. This method is overridden
1042 // Add this element's declared prefixes to the
1085 List prefixes = parent.m_prefixTable; local
1096 // Add the prefixes from the parent's prefix table.
1097 int n = prefixes.size();
1101 XMLNSDecl decl = (XMLNSDecl) prefixes.get(i)
    [all...]
  /external/libogg/
libogg.spec 106 - add support for configurable prefixes
  /external/libvorbis/
libvorbis.spec 118 - Updated for configurable prefixes
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.h 116 const std::vector<SBPrefix>& prefixes);
175 // prefixes (deleted at the server but yet deleted on the client).
safe_browsing_service.cc 396 std::vector<SBPrefix> prefixes = check->prefix_hits; local
401 database_->CacheHashResults(prefixes, full_hashes);
712 // since that is the common case (multiple prefixes will issue the request
    [all...]
safe_browsing_service.h 352 void CacheHashResults(const std::vector<SBPrefix>& prefixes,
protocol_parser_unittest.cc 190 // This chunk delares there are 4 prefixes but actually only contains 2.
206 // This chunk delares there are 4 prefixes but actually only contains 2.
603 std::vector<SBPrefix> prefixes; local
606 prefixes.push_back(0x34333231);
607 prefixes.push_back(0x64636261);
608 prefixes.push_back(0x73727170);
610 parser.FormatGetHash(prefixes, &get_hash);
    [all...]
protocol_manager.cc 159 const std::vector<SBPrefix>& prefixes) {
175 parser.FormatGetHash(prefixes, &get_hash);
safe_browsing_service_browsertest.cc 90 virtual void CacheHashResults(const std::vector<SBPrefix>& prefixes,
197 const std::vector<SBPrefix>& prefixes) {
300 // This test will fill up the database using testing prefixes
  /external/chromium_org/third_party/skia/include/core/
SkString.h 34 int SkStrStartsWithOneOf(const char string[], const char prefixes[]);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86arch.h 294 unsigned int num_prefixes, uintptr_t *prefixes);
  /external/skia/include/core/
SkString.h 34 int SkStrStartsWithOneOf(const char string[], const char prefixes[]);
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 62 of path prefixes. Use this flag multiple times
63 to specify a set of prefixes to remove.
cmdline2.stdout.exp 62 of path prefixes. Use this flag multiple times
63 to specify a set of prefixes to remove.
  /external/chromium_org/third_party/jinja2/
filters.py 374 4.1 MB, 102 Bytes, etc). Per default decimal prefixes are used (Mega,
376 prefixes are used (Mebi, Gibi).
380 prefixes = [
395 for i, prefix in enumerate(prefixes):
  /external/chromium_org/chrome/browser/autocomplete/
history_url_provider.cc 151 // the prefixes as well as after it). Consider the following scenario:
511 const URLPrefixes& prefixes = URLPrefix::GetURLPrefixes(); local
512 for (URLPrefixes::const_iterator i(prefixes.begin()); i != prefixes.end();
518 // prefixes of higher-quality matches, and remove lower-quality
    [all...]

Completed in 336 milliseconds

1 2 3 45 6 7 8