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

1 2 3 45 6 7 8 9

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 97 // 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[2] = local
795 std::vector<SBPrefix> prefixes; local
    [all...]
database_manager.cc 495 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
    [all...]
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,
376 // Backup URL prefixes for updates.
protocol_manager.cc 172 const std::vector<SBPrefix>& prefixes,
190 const std::string get_hash = safe_browsing::FormatGetHash(prefixes);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86bc.c 275 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 never have REX (it's embedded in the opcode)
    [all...]
x86arch.h 294 unsigned int num_prefixes, uintptr_t *prefixes);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 585 ExtensionTracker(ExtensionFlags flags, const char* const* prefixes)
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)
622 return adoptPtrWillBeNoop(new TypedExtensionTracker<T>(extensionField, flags, prefixes));
671 TypedExtensionTracker(RefPtrWillBeMember<T>& extensionField, ExtensionFlags flags, const char* const* prefixes)
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));
    [all...]
  /ndk/toolchains/arm-linux-androideabi-clang3.3/
setup.mk 55 -no-canonical-prefixes
59 -no-canonical-prefixes
  /ndk/toolchains/arm-linux-androideabi-clang3.4/
setup.mk 55 -no-canonical-prefixes
59 -no-canonical-prefixes
  /ndk/toolchains/llvm-3.4/
setup-common.mk 55 -no-canonical-prefixes
66 -no-canonical-prefixes
  /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);
  /system/core/adb/
sockets.c 662 } prefixes[] = { variable in typeref:struct:prefix_struct
668 static const int num_prefixes = (sizeof(prefixes) / sizeof(prefixes[0]));
679 if (!strncmp(service, prefixes[i].str, prefixes[i].len))
680 return strchr(service + prefixes[i].len, ':');
  /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
  /build/core/combo/
TARGET_linux-arm64.mk 84 -no-canonical-prefixes \
TARGET_linux-mips64.mk 93 -no-canonical-prefixes \
TARGET_linux-x86_64.mk 92 -no-canonical-prefixes \
TARGET_linux-arm.mk 107 -no-canonical-prefixes \
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
jsbundler.py 295 help=('Two path prefixes, separated by colons ' +
  /external/chromium_org/third_party/skia/include/core/
SkString.h 34 int SkStrStartsWithOneOf(const char string[], const char prefixes[]);
  /external/skia/include/core/
SkString.h 34 int SkStrStartsWithOneOf(const char string[], const char prefixes[]);
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 64 of path prefixes. Use this flag multiple times
65 to specify a set of prefixes to remove.
  /external/qemu/target-i386/
translate.c 4271 int b, prefixes, aflag, dflag; local
    [all...]
  /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):

Completed in 1915 milliseconds

1 2 3 45 6 7 8 9