HomeSort by relevance Sort by last modified time
    Searched refs:separate (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /cts/tools/signature-tools/src/signature/model/impl/
SigConstructor.java 41 builder.append(ModelUtil.separate(getTypeParameters(), ", "));
46 builder.append(getParameters().isEmpty() ? "" : ModelUtil.separate(
51 builder.append(ModelUtil.separate(getExceptions(), " "));
SigMethod.java 60 .separate(method.getTypeParameters(), ", "));
66 .separate(method.getParameters(), ", "));
71 builder.append(ModelUtil.separate(method.getExceptions(), " "));
SigTypeVariableDefinition.java 63 builder.append(ModelUtil.separate(getUpperBounds(), ", "));
SigParameterizedType.java 117 builder.append(ModelUtil.separate(type.getTypeArguments(), ", "));
  /external/ksoap2/
Android.mk 15 # additionally, build unit tests in a separate .apk
  /frameworks/base/policy/
Android.mk 13 # additionally, build unit tests in a separate .apk
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
Android.mk 7 # This is not a separate module.
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
Android.mk 7 # This is not a separate module.
  /external/compiler-rt/make/platform/
multi_arch.mk 1 Description := Example configuration for build two libraries for separate \
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
Android.mk 7 # This is not a separate module.
  /packages/providers/DownloadProvider/tests/
Android.mk 17 # additionally, build sub-tests in a separate .apk
  /external/hamcrest/src/org/hamcrest/
BaseDescription.java 73 boolean separate = false;
77 if (separate) append(separator);
79 separate = true;
  /external/llvm/test/MC/AArch64/
arm64-separator.s 8 ; being on separate lines in the output. We look for the "; encoding" string
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
Android.mk 7 # This is not a separate module.
  /packages/apps/Browser/
Android.mk 27 # additionally, build tests in sub-folders in a separate .apk
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 16 # a separate resource (uts46.nrm) is used. Therefore, we can drop rfc3491 as
  /external/chromium_org/third_party/icu/source/samples/ufortune/
fortunedefs.mk 15 # files - will use separate files, such as es.res, fi.res, etc.
  /external/icu/icu4c/source/samples/ufortune/
fortunedefs.mk 15 # files - will use separate files, such as es.res, fi.res, etc.
  /packages/apps/KeyChain/
Android.mk 28 # additionally, build unit tests in a separate .apk
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
mkfts2amal.tcl 28 ** This file is an amalgamation of separate C source files from the SQLite
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
mkfts3amal.tcl 28 ** This file is an amalgamation of separate C source files from the SQLite
  /build/core/
install_jni_libs_internal.mk 99 # prebuilt JNI exsiting as separate source files.
107 # Install my_prebuilt_jni_libs as separate files.
  /cts/tools/signature-tools/src/signature/model/util/
ModelUtil.java 148 public static String separate(Collection<? extends Object> elements, method in class:ModelUtil
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.js 108 * Called from the UI to change whether to use separate settings for
111 * @param value{boolean} whether to use separate settings for
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.js 108 * Called from the UI to change whether to use separate settings for
111 * @param value{boolean} whether to use separate settings for

Completed in 2097 milliseconds

1 2 3 4 5 6 7