Searched refs:prefixes (Results 76 - 100 of 116) sorted by relevance

12345

/external/libogg/
H A Dlibogg.spec106 - add support for configurable prefixes
/external/libvorbis/
H A Dlibvorbis.spec118 - Updated for configurable prefixes
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.h88 // 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.
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 Dsafe_browsing_service_browsertest.cc161 const std::vector<SBPrefix>& prefixes,
188 const std::vector<SBPrefix>& prefixes,
292 const std::vector<SBPrefix>& prefixes,
410 // This test will fill up the database using testing prefixes
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
H A Dx86arch.h294 unsigned int num_prefixes, uintptr_t *prefixes);
H A Dx86id.c266 * mode, they're treated like normal prefixes (e.g. the REX prefix needs
305 /* instruction parse group - NULL if empty instruction (just prefixes) */
490 id_insn->insn.prefixes);
615 id_insn->insn.prefixes);
1126 N_("skipping prefixes on this instruction"));
1531 id_insn->insn.prefixes);
1589 /* Convert to VEX/XOP prefixes if requested.
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp64 of path prefixes. Use this flag multiple times
65 to specify a set of prefixes to remove.
H A Dcmdline2.stdout.exp64 of path prefixes. Use this flag multiple times
65 to specify a set of prefixes to remove.
/external/qemu/target-i386/
H A Dtranslate.c2581 static inline int svm_is_rep(int prefixes) argument
2583 return ((prefixes & (PREFIX_REPZ | PREFIX_REPNZ)) ? 8 : 0);
4271 int b, prefixes, aflag, dflag; local
4284 prefixes = 0;
4298 /* check prefixes */
4303 prefixes |= PREFIX_REPZ;
4306 prefixes |= PREFIX_REPNZ;
4309 prefixes |= PREFIX_LOCK;
4330 prefixes |= PREFIX_DATA;
4333 prefixes |
[all...]
/external/chromium_org/third_party/jinja2/
H A Dfilters.py374 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/third_party/skia/include/core/
H A DSkString.h34 int SkStrStartsWithOneOf(const char string[], const char prefixes[]);
/external/skia/include/core/
H A DSkString.h34 int SkStrStartsWithOneOf(const char string[], const char prefixes[]);
/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/third_party/WebKit/Source/devtools/front_end/console/
H A DConsoleViewMessage.js903 var prefixes = ["background", "border", "color", "font", "line", "margin", "padding", "text", "-webkit-background", "-webkit-border", "-webkit-font", "-webkit-margin", "-webkit-padding", "-webkit-text"];
904 for (var i = 0; i < prefixes.length; i++) {
905 if (property.startsWith(prefixes[i]))
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp453 UCharsTrie prefixes(p);
458 UStringTrieResult match = prefixes.nextForCodePoint(c);
460 ce32 = (uint32_t)prefixes.getValue();
853 // Get a CE going backwards, handle prefixes but no contractions.
H A Dcollationdatabuilder.cpp790 // Flatten prefixes and nested suffixes (contractions)
808 UCharsTrie::Iterator prefixes(p + 2, 0, errorCode);
809 while(prefixes.next(errorCode)) {
810 context = prefixes.getString();
813 ce32 = (uint32_t)prefixes.getValue();
1436 // No non-empty prefixes, only contractions.
/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/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/bison/lib/
H A Dvasnprintf.c4630 int prefixes[2] IF_LINT (= { 0 });
4914 prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int;
4920 prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int;
4965 prefixes[0], arg, &count); \
4970 prefixes[0], prefixes[1], arg, \
4984 count = sprintf (tmp, buf, prefixes[0], arg); \
4987 count = sprintf (tmp, buf, prefixes[0], prefixes[1],\
/external/e2fsprogs/intl/
H A Dvasnprintf.c268 int prefixes[2]; local
571 prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int;
577 prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int;
607 prefixes[0], arg, &count); \
611 prefixes[0], prefixes[1], arg, \
625 count = sprintf (tmp, buf, prefixes[0], arg); \
628 count = sprintf (tmp, buf, prefixes[0], prefixes[1],\
/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/expat/lib/
H A Dxmlparse.c266 HASH_TABLE prefixes; member in struct:__anon21366
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/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();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 5974 milliseconds

12345