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

1 2 3 4 5 6 7

  /external/dnsmasq/contrib/slackware-dnsmasq/
doinst.sh.gz 
  /sdk/eclipse/scripts/
update_version.sh 4 NEW="$2"
8 if [ -z "$OLD" ] || [ -z "$NEW" ]; then
10 Usage: $0 <old> <new>
27 NEW="${NEW//./\.}\.qualifier"
30 # the new pattern. Old files get backuped with the .old extension.
31 grep -rl "$OLD" * | grep -E "\.xml$|\.MF$" | xargs -n 1 sed -i "" "s/$OLD/$NEW/g"
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 48 * The run state of this task, initially NEW. The run state
58 * NEW -> COMPLETING -> NORMAL
59 * NEW -> COMPLETING -> EXCEPTIONAL
60 * NEW -> CANCELLED
61 * NEW -> INTERRUPTING -> INTERRUPTED
64 private static final int NEW = 0;
93 throw new CancellationException();
94 throw new ExecutionException((Throwable)x);
106 throw new NullPointerException();
108 this.state = NEW; // ensure visibility of callabl
    [all...]
  /libcore/luni/src/main/java/java/lang/
VMThread.java 59 static final Thread.State[] STATE_MAP = new Thread.State[] {
65 Thread.State.NEW, // INITIALIZING
66 Thread.State.NEW, // STARTING
  /packages/apps/Phone/src/com/android/phone/
ClearMissedCallsService.java 47 // Clear the list of new missed calls.
48 ContentValues values = new ContentValues();
49 values.put(Calls.NEW, 0);
51 StringBuilder where = new StringBuilder();
52 where.append(Calls.NEW);
57 new String[]{ Integer.toString(Calls.MISSED_TYPE) });
  /external/guava/guava/src/com/google/common/util/concurrent/
Service.java 29 * <li>{@link State#NEW} -&gt;</li>
51 * If the service state is {@link State#NEW}, this initiates service startup
92 * immediately. If the service is {@linkplain State#NEW new}, it is
109 * cancelled. If this is {@link State#NEW}, it is {@link State#TERMINATED
130 NEW,
AbstractService.java 42 private final ReentrantLock lock = new ReentrantLock();
44 private final Transition startup = new Transition();
45 private final Transition shutdown = new Transition();
51 private State state = State.NEW;
88 if (state == State.NEW) {
106 if (state == State.NEW) {
149 IllegalStateException failure = new IllegalStateException(
178 IllegalStateException failure = new IllegalStateException(
204 shutdown.setException(new Exception(
209 shutdown.setException(new Exception("Service failed while running", cause))
    [all...]
  /external/webkit/Tools/Scripts/
update-webkit-dependency 30 # Updates a development environment to the new WebKitAuxiliaryLibrary
58 # Time in seconds that the new zip file must be newer than the old for us to
79 print STDERR "Couldn't check Last-Modified date of new $zipFile.\n";
91 if (open NEW, "$tmpAbsDir/$file.headers") {
92 my $new = lastModifiedToUnixTime(<NEW>);
93 close NEW;
95 if (defined $new && open OLD, "$webkitLibrariesDir/$file.headers") {
98 if (defined $old && abs($new - $old) < $newnessThreshold) {
  /packages/providers/ContactsProvider/tests/assets/testUnsynced/
legacy_contacts.sql 10 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
94 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END
    [all...]
  /development/tools/idegen/src/com/android/idegen/
MakeFileParser.java 45 NEW, CONTINUE
92 Files.readLines(makeFile, Charset.forName("UTF-8"), new LineProcessor<Object>() {
96 private State state = State.NEW;
102 state = State.NEW;
114 case NEW:
156 StringBuilder token = new StringBuilder();
166 token = new StringBuilder();
205 state = State.NEW;
  /packages/providers/ContactsProvider/tests/assets/test1/
legacy_contacts.sql 12 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
123 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
124 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
126 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END
    [all...]
  /packages/providers/ContactsProvider/tests/assets/testSynced/
legacy_contacts.sql 11 CREATE TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type INTEGER,new INTEGER,name TEXT,numbertype INTEGER,numberlabel TEXT);
147 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
148 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END;
150 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END
    [all...]
  /external/openssl/apps/
CA.pl 71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
87 $NEW="1";
88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
114 system ("$REQ -new -keyout " .
CA.pl.in 71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
87 $NEW="1";
88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
114 system ("$REQ -new -keyout " .
CA.sh 86 $REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS
92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAYS
105 NEW="1"
106 if [ "$NEW" -o ! -f ${CATOP}/serial ]; then
130 $REQ -new -keyout ${CATOP}/private/$CAKEY \
  /external/javassist/src/main/javassist/compiler/
TokenId.java 47 int NEW = 328;
  /external/javassist/src/main/javassist/convert/
TransformNewClass.java 41 * NEW classname
51 if (c == NEW) {
55 throw new CannotCompileException(
56 "NEW followed by no DUP was found");
TransformNew.java 40 * NEW classname
55 if (c == NEW) {
59 throw new CannotCompileException(
60 "NEW followed by no DUP was found");
  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadStateTest.java 23 Thread.State [] exStates = { Thread.State.NEW, Thread.State.RUNNABLE,
28 String [] spNames = {"NEW", "RUNNABLE", "BLOCKED", "WAITING",
35 String [] illegalNames = {"New", "new", "", "NAME", "TIME"};
  /external/srec/portable/include/
pmemory.h 69 #define NEW(type, tag) ((type*)MALLOC(sizeof(type), tag))
136 * Portable new()
138 #define NEW(type, tag) ((type*) MALLOC(sizeof(type), tag))
141 * Allocates a new array
208 * @param newSize The new size required.
  /external/srec/portable/src/
pcputimer.c 42 * Creates a new timer object.
50 tmp = NEW(PCPUTimer, "PCPUTimer");
69 * Starts the timer. This sets the reference time from which all new elapsed
173 * Creates a new timer object.
180 tmp = NEW(PCPUTimer, "PCPUTimer");
198 * Starts the timer. This sets the reference time from which all new elapsed
ptimer.c 44 * Creates a new timer object.
52 tmp = NEW(PTimer, "PTimer");
77 * Starts the timer. This sets the reference time from which all new elapsed
163 * Creates a new timer object.
170 tmp = NEW(PTimer, "PTimer");
190 * Starts the timer. This sets the reference time from which all new elapsed
  /external/srec/shared/src/
LStringImpl.c 32 impl = NEW(LStringImpl, MTAG);
  /external/srec/srec/AcousticState/src/
AcousticStateImpl.c 37 impl = NEW(SR_AcousticStateImpl, MTAG);
  /external/srec/srec/Semproc/src/
LexicalAnalyzer.c 39 Interface = NEW(LexicalAnalyzer, MTAG);

Completed in 581 milliseconds

1 2 3 4 5 6 7