HomeSort by relevance Sort by last modified time
    Searched refs:prefixes (Results 51 - 75 of 122) sorted by null

1 23 4 5

  /ndk/toolchains/arm-linux-androideabi-4.6/
setup.mk 31 -no-canonical-prefixes
33 TARGET_LDFLAGS := -no-canonical-prefixes
  /ndk/toolchains/arm-linux-androideabi-4.7/
setup.mk 31 -no-canonical-prefixes
33 TARGET_LDFLAGS := -no-canonical-prefixes
  /ndk/toolchains/x86-clang3.1/
setup.mk 54 -no-canonical-prefixes
63 -no-canonical-prefixes
  /ndk/toolchains/x86-clang3.2/
setup.mk 54 -no-canonical-prefixes
63 -no-canonical-prefixes
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
RawDataTable.java 41 public RawDataTable(ConfigResults results, List prefixes, PrintStream ps) {
43 this.buildPrefixes = prefixes;
  /external/v8/tools/
gen-postmortem-metadata.py 376 prefixes = [ 'ACCESSORS', 'ACCESSORS_GCSAFE', 'SMI_ACCESSORS' ];
395 for prefix in prefixes:
  /ndk/toolchains/arm-linux-androideabi-clang3.1/
setup.mk 55 -no-canonical-prefixes
59 -no-canonical-prefixes
  /ndk/toolchains/arm-linux-androideabi-clang3.2/
setup.mk 55 -no-canonical-prefixes
59 -no-canonical-prefixes
  /ndk/toolchains/llvm-3.1/
setup.mk 91 -no-canonical-prefixes
103 -no-canonical-prefixes
  /ndk/toolchains/llvm-3.2/
setup.mk 91 -no-canonical-prefixes
103 -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 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/webkit/Tools/Scripts/
prepare-ChangeLog 314 # Build the list of ChangeLog prefixes in the correct project order
315 my @prefixes;
337 push @prefixes, $prefixesSort{$prefixSort};
342 foreach my $prefix (@prefixes) {
368 foreach my $prefix (@prefixes) {
388 print substr($prefix, 0, length($prefix) - 1) . ":\n\n" unless (scalar @prefixes) == 1;
    [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/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform10.js 82 Check elimination of unnecessary namespace prefixes when
documentnormalizedocument11.js 83 although namespace prefixes are still retained.
nodelookupnamespaceuri08.js 80 attribute declarations with and without namespace prefixes and check if the value of the prefix
nodelookupnamespaceuri09.js 80 2 namespace attribute declarations with and without namespace prefixes and check if the value of
nodelookupprefix08.js 80 attribute declarations with and without namespace prefixes and check if the value of the prefix
nodelookupprefix09.js 83 2 namespace attribute declarations with and without namespace prefixes and check if the value of
  /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...]

Completed in 1199 milliseconds

1 23 4 5