HomeSort by relevance Sort by last modified time
    Searched refs:RETAIN (Results 1 - 11 of 11) sorted by null

  /external/libchrome/base/memory/
scoped_policy.h 17 // The scoped object will retain the the object and any initial ownership is
19 RETAIN
  /art/test/911-get-stack-trace/src/art/
AllTraces.java 23 private final static List<Object> RETAIN = new ArrayList<Object>();
31 RETAIN.add(new Thread("UNSTARTED"));
33 RETAIN.add(deadThread);
71 RETAIN.clear();
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
IDeviceFlasher.java 48 RETAIN;
SystemUpdaterDeviceFlasher.java 133 * and {@link IDeviceFlasher.UserDataFlashOption#RETAIN} as a valid options
138 UserDataFlashOption.TESTS_ZIP, UserDataFlashOption.RETAIN);
DeviceFlashPreparer.java 340 case RETAIN:
421 && mUserDataFlashOption != UserDataFlashOption.RETAIN) {
FastbootDeviceFlasher.java 479 if (!mUserDataFlashOption.equals(UserDataFlashOption.RETAIN)) {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 11 1. Redistributions of source code MUST RETAIN the above copyright
Antlr.Runtime.Tools.pas 10 1. Redistributions of source code MUST RETAIN the above copyright
Antlr.Runtime.Tree.pas 11 1. Redistributions of source code MUST RETAIN the above copyright
    [all...]
Antlr.Runtime.pas 11 1. Redistributions of source code MUST RETAIN the above copyright
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
FastbootDeviceFlasherTest.java 88 mFlasher.setUserDataFlashOption(UserDataFlashOption.RETAIN);

Completed in 742 milliseconds