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

12 3 4 5

  /external/libcap-ng/libcap-ng-0.7/
install-sh 409 prefixes=
417 prefixes=
429 prefixes="$prefixes '$qprefix'"
435 if test -n "$prefixes"; then
438 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/libmtp/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/libpng/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/libusb/
install-sh 403 prefixes=
411 prefixes=
423 prefixes="$prefixes '$qprefix'"
429 if test -n "$prefixes"; then
432 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/libusb-compat/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/marisa-trie/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/open-vcdiff/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/openfst/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/protobuf/gtest/build-aux/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/protobuf/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/stressapptest/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
install-sh 402 prefixes=
410 prefixes=
422 prefixes="$prefixes '$qprefix'"
428 if test -n "$prefixes"; then
431 eval "\$doit_exec \$mkdirprog $prefixes") ||
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checker.py 37 'Namespace prefixes, used for testing of'
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 37 -no-canonical-prefixes
39 TARGET_LDFLAGS := -no-canonical-prefixes
  /ndk/toolchains/mipsel-linux-android-4.7/
setup.mk 37 -no-canonical-prefixes
39 TARGET_LDFLAGS := -no-canonical-prefixes
  /ndk/toolchains/mipsel-linux-android-clang3.1/
setup.mk 60 -no-canonical-prefixes
65 -no-canonical-prefixes
  /ndk/toolchains/mipsel-linux-android-clang3.2/
setup.mk 60 -no-canonical-prefixes
65 -no-canonical-prefixes
  /ndk/toolchains/x86-4.6/
setup.mk 32 -no-canonical-prefixes
38 TARGET_LDFLAGS := -no-canonical-prefixes
  /ndk/toolchains/x86-4.7/
setup.mk 32 -no-canonical-prefixes
38 TARGET_LDFLAGS := -no-canonical-prefixes
  /libcore/luni/src/main/java/org/xml/sax/helpers/
NamespaceSupport.java 235 * prefixes after popping a context, unless you push another
259 * Declare a Namespace prefix. All prefixes must be declared
264 * interpret prefixes against (potentially redefined) prefixes.
283 * This asymmetry exists to make it easier to look up prefixes
314 * the prefixes currently declared. The return value will be the
381 * Return an enumeration of all prefixes whose declarations are
390 * @return An enumeration of prefixes (never empty).
401 * Return one of the prefixes mapped to a Namespace URI.
405 * want all of the prefixes, use the {@link #getPrefixes
445 ArrayList<String> prefixes = new ArrayList<String>(); local
    [all...]
  /external/skia/legacy/src/core/
SkString.cpp 54 int SkStrStartsWithOneOf(const char string[], const char prefixes[]) {
57 const char* limit = strchr(prefixes, '\0');
58 if (!strncmp(string, prefixes, limit - prefixes)) {
61 prefixes = limit + 1;
63 } while (prefixes[0]);
  /external/skia/src/core/
SkString.cpp 58 int SkStrStartsWithOneOf(const char string[], const char prefixes[]) {
61 const char* limit = strchr(prefixes, '\0');
62 if (!strncmp(string, prefixes, limit - prefixes)) {
65 prefixes = limit + 1;
67 } while (prefixes[0]);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java 130 * a client application does not have to keep track of prefixes and
150 * own prefixes rather than using the (ugly) default names. The
151 * XML writer allows two methods for selecting prefixes:</p>
243 * <p>This approach is also useful for declaring Namespace prefixes
1037 Enumeration prefixes = forcedDeclTable.keys(); local
1252 Enumeration prefixes = nsSupport.getDeclaredPrefixes(); local
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
prefix_set.cc 128 // All prefixes in |index_| are in the set.
141 void PrefixSet::GetPrefixes(std::vector<SBPrefix>* prefixes) const {
149 prefixes->push_back(current);
152 prefixes->push_back(current);
protocol_parser.cc 119 const std::vector<SBPrefix>& prefixes, std::string* request) {
125 sizeof(SBPrefix) * prefixes.size()));
126 for (size_t i = 0; i < prefixes.size(); ++i) {
127 request->append(reinterpret_cast<const char*>(&prefixes[i]),
341 // kBinHashList only contains prefixes, no HOSTKEY and COUNT.
399 // There is only an add chunk number (no prefixes).

Completed in 1104 milliseconds

12 3 4 5