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

1 2

  /frameworks/data-binding/developmentPlugins/localizeMavenPlugin/src/main/groovy/android/databinding/
LocalizeDependenciesTask.groovy 236 File unwanted = new File(resolved.artifact.file.getParentFile(), "_remote.repositories")
237 if (unwanted.exists()) {
238 unwanted.delete()
  /frameworks/base/core/java/android/net/
NetworkAgent.java 259 unwanted(); method
429 abstract protected void unwanted(); method in class:NetworkAgent
500 * provide Internet access. Usually followed by call to {@code unwanted}. The transport is
502 * after the {@code unwanted} call.
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 137 public void unwanted() {
  /external/scrypt/
import_scrypt.sh 490 echo "NOTE To make sure there are not unwanted changes from conflicting patches, be sure to review the generated patch."
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 368 public void unwanted() {
384 Log.d(TAG, "Ignoring unwanted as we have a more modern " +
  /external/v8/test/mjsunit/strong/
declaration-after-use.js 14 // types (see e.g., UNBOUND_EVAL_SHADOWED). We can avoid unwanted side effects
  /ndk/build/tools/
gen-platforms.sh 317 # Remove unwanted symbols
320 # Out: Input symbol file, without any unwanted symbol listed by $1
332 # Remove unwanted symbols from a library's functions list.
336 # Out: Input symbol list without any unwanted symbols.
343 SYMBOL_FILE=$PROGDIR/unwanted-symbols/$ARCH/$LIBRARY.functions.txt
355 SYMBOL_FILE=$PROGDIR/unwanted-symbols/$ARCH/$LIBRARY.variables.txt
  /frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
localizemaven-1.1.jar 
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java 660 public void unwanted() {
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
ConnectivityServiceTest.java 260 public void unwanted() { mDisconnected.open(); }
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 1778 protected void unwanted() { method in class:DataConnection.DcNetworkAgent
    [all...]
  /external/cblas/testing/
c_cblat2.f     [all...]
c_cblat3.f     [all...]
c_dblat2.f     [all...]
c_dblat3.f     [all...]
c_sblat2.f     [all...]
c_sblat3.f     [all...]
c_zblat2.f     [all...]
c_zblat3.f     [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
dblat3.f     [all...]
sblat2.f     [all...]
sblat3.f     [all...]
zblat2.f     [all...]

Completed in 571 milliseconds

1 2