/external/dnsmasq/contrib/slackware-dnsmasq/ |
H A D | doinst.sh.gz | |
/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | Service.java | 29 * <li>{@link State#NEW} -></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, enum constant in enum:Service.State
|
H A D | AbstractService.java | 51 private State state = State.NEW; 88 if (state == State.NEW) { 106 if (state == State.NEW) { 210 } else if (state == State.NEW || state == State.TERMINATED) {
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/ |
H A D | PeerConnection.java | 46 public enum IceGatheringState { NEW, GATHERING, COMPLETE }; enum constant in enum:PeerConnection.IceGatheringState 51 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED enum constant in enum:PeerConnection.IceConnectionState
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
H A D | CA.pl | 87 $NEW="1"; 88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
|
H A D | CA.pl.in | 87 $NEW="1"; 88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
|
H A D | CA.sh | 105 NEW="1" 106 if [ "$NEW" -o ! -f ${CATOP}/serial ]; then
|
/external/javassist/src/main/javassist/compiler/ |
H A D | TokenId.java | 47 int NEW = 328; field in interface:TokenId
|
/external/javassist/src/main/javassist/convert/ |
H A D | TransformNewClass.java | 41 * NEW classname 51 if (c == NEW) { 56 "NEW followed by no DUP was found");
|
H A D | TransformNew.java | 40 * NEW classname 55 if (c == NEW) { 60 "NEW followed by no DUP was found");
|
/external/openssl/apps/ |
H A D | CA.pl | 87 $NEW="1"; 88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
|
H A D | CA.pl.in | 87 $NEW="1"; 88 if ( "$NEW" || ! -f "${CATOP}/serial" ) {
|
H A D | CA.sh | 105 NEW="1" 106 if [ "$NEW" -o ! -f ${CATOP}/serial ]; then
|
/external/srec/portable/include/ |
H A D | pmemory.h | 69 #define NEW(type, tag) ((type*)MALLOC(sizeof(type), tag)) macro 138 #define NEW(type, tag) ((type*) MALLOC(sizeof(type), tag)) macro
|
/external/srec/portable/src/ |
H A D | pcputimer.c | 50 tmp = NEW(PCPUTimer, "PCPUTimer"); 180 tmp = NEW(PCPUTimer, "PCPUTimer");
|
H A D | ptimer.c | 52 tmp = NEW(PTimer, "PTimer"); 170 tmp = NEW(PTimer, "PTimer");
|
/external/srec/shared/src/ |
H A D | LStringImpl.c | 32 impl = NEW(LStringImpl, MTAG);
|
/external/srec/srec/AcousticState/src/ |
H A D | AcousticStateImpl.c | 37 impl = NEW(SR_AcousticStateImpl, MTAG);
|
/external/srec/srec/Semproc/src/ |
H A D | LexicalAnalyzer.c | 39 Interface = NEW(LexicalAnalyzer, MTAG);
|
H A D | SemanticResultImpl.c | 39 impl = NEW(SR_SemanticResultImpl, MTAG);
|
/external/chromium_org/third_party/sqlite/src/test/ |
H A D | laststmtchanges.test | 235 insert into t1 values (NEW.k); 238 insert into v2 values (100+NEW.k); 243 insert into t2 values (1000+NEW.k);
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | AbstractIdleServiceTest.java | 68 assertEquals("NullService [" + Service.State.NEW + "]", service.toString());
|
/external/javassist/src/main/javassist/bytecode/ |
H A D | Opcode.java | 215 int NEW = 187; field in interface:Opcode
|
/external/skia/gm/tests/ |
H A D | run.sh | 170 NEW='"ignore-failure" : true' 171 sed -e "0,/$OLD/{s/$OLD/$NEW/}" $JSON_DIR/different-pixels.json \
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
H A D | ClassLoaderLocalMap.java | 172 mv.visitTypeInsn(NEW, "java/util/WeakHashMap");
|