/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
Join.java | 10 * This code is in the public domain. 52 this.callIdentifier = new CallIdentifier(callId); 56 * Encode the body part of this header (i.e. leave out the hdrName). 72 * get the CallId field. This does the same thing as encodeBody 90 * @param cid String to set. This is the body part of the Call-Id 125 this.setParameter(ParameterNames.TO_TAG, t); 157 this.setParameter(ParameterNames.FROM_TAG, t); 182 // if (this.callIdentifier != null) 183 // retval.setCallIdentifier( (CallIdentifier) this.callIdentifier.clone() );
|
Replaces.java | 10 * This code is in the public domain. 30 // TODO: When the MinSEHeader is added to javax - move this there...pmusgrave 52 this.callIdentifier = new CallIdentifier(callId); 56 * Encode the body part of this header (i.e. leave out the hdrName). 72 * get the CallId field. This does the same thing as encodeBody 90 * @param cid String to set. This is the body part of the Call-Id 125 this.setParameter(ParameterNames.TO_TAG, t); 157 this.setParameter(ParameterNames.FROM_TAG, t); 182 // if (this.callIdentifier != null) 183 // retval.setCallIdentifier( (CallIdentifier) this.callIdentifier.clone() ) [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PChargingFunctionAddresses.java | 4 * This software was developed by employees of the National Institute of 12 * This software is provided by NIST as a service and is expressly 21 * Permission to use this software is contingent upon your acceptance 22 * of the terms of this agreement 122 * <p>Add another Charging Collection Function (CCF) Address to this header</p> 134 this.parameters.set(ParameterNamesIms.CCF, ccfAddress); 139 * <p>Remove a Charging Collection Function (CCF) Address set in this header</p> 151 if(!this.delete(ccfAddress, ParameterNamesIms.CCF)) { 160 * <p>Get all the Charging Collection Function (CCF) Addresses set in this header</p> 162 * @return ListIterator that constains all CCF addresses of this heade [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
MultipartMimeContentImpl.java | 39 this.multipartMimeContentTypeHeader = contentTypeHeader; 40 this.boundary = contentTypeHeader.getParameter(BOUNDARY); 71 for (Content content : this.contentList) { 87 String delimiter = this.getContentTypeHeader().getParameter(BOUNDARY); 90 this.contentList = new LinkedList<Content>(); 92 content.setContentTypeHeader(this.getContentTypeHeader()); 93 this.contentList.add(content); 178 this.add(content); 182 return this.contentList.iterator(); 187 return this.contentList.size() [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
HeaderParser.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 33 * Generic header parser class. The parsers for various headers extend this 34 * class. To create a parser for a new header, extend this class and change 129 * Set the time field. This has the format hour:minute:second 156 this.lexer = new Lexer("command_keywordLexer", header); 160 this.lexer = lexer; 161 this.lexer.selectLexer("command_keywordLexer") [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
DefaultRouter.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 58 * This is the default router. When the implementation wants to forward a 59 * request and had run out of othe options, then it calls this method to figure 113 this.sipStack = (SipStackImpl) sipStack; 116 this.defaultRoute = (Hop) this.sipStack.getAddressResolver() 250 this.sipStack.getStackLogger()) [all...] |
TLSMessageChannel.java | 4 * This software was developed by employees of the National Institute of 11 * This software is provided by NIST as a service and is expressly 20 * Permission to use this software is contingent upon your acceptance 21 * of the terms of this agreement 26 /* This class is entirely derived from TCPMessageChannel, 58 * This is sipStack for TLS connections. This abstracts a stream of parsed messages. The SIP 59 * sipStack starts this from the main SIPStack class for each connection that it accepts. It 136 this.handshakeCompletedListener = new HandshakeCompletedListenerImpl(this); [all...] |
/external/proguard/src/proguard/gui/splash/ |
SplashPanel.java | 7 * This program is free software; you can redistribute it and/or modify it 12 * This program is distributed in the hope that it will be useful, but WITHOUT 18 * with this program; if not, write to the Free Software Foundation, Inc., 31 * This JPanel renders an animated Sprite. 58 this(sprite, processorLoad, (long)Integer.MAX_VALUE); 73 this.sprite = sprite; 74 this.sleepFactor = (1.0-processorLoad) / processorLoad; 75 this.stopTime = stopTime; 82 SplashPanel.this.start(); 143 * This Runnable makes sure its SplashPanel gets repainted regularly [all...] |
/external/svox/pico/lib/ |
picowa.c | 5 * you may not use this file except in compliance with the License. 81 static pico_status_t waInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) { 90 if (NULL == this || NULL == this->subObj) { 91 return (picodata_step_result_t) picoos_emRaiseException(this->common->em, 94 wa = (wa_subobj_t *) this->subObj; 106 wa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]); 108 return picoos_emRaiseException(this->common->em, PICO_EXC_KB_MISSING, 116 ulex = picoklex_getLex(this->voice->kbArray[ulexKbIds[i]]); 125 picoktab_getPos(this->voice->kbArray[PICOKNOW_KBID_TAB_POS]) 165 picodata_ProcessingUnit this; local [all...] |
/external/v8/src/ |
liveedit-debugger.js | 2 // Use of this source code is governed by a BSD-style license that can be 17 // create a new instance of this function goes away. An old version of script 18 // is created to back up this obsolete function. 48 // Find all SharedFunctionInfo's that were compiled from this script. 142 // We haven't changed anything before this line yet. 220 this.ApplyPatchMultiChunk = ApplyPatchMultiChunk; 245 // For some functions we will restore this link later. 307 // The function got a new code. However, this new code brings all new 310 // (This is because old instances and new instances will be both 312 // expects this; neither does LiveEdit subsystem on next call) [all...] |
/external/zxing/qr_scanner/src/com/google/zxing/client/android/ |
InactivityTimer.java | 5 * you may not use this file except in compliance with the License. 46 this.activity = activity; 59 // think it can shcedule again. Since this time-out is non-essential, just forget it 103 InactivityTimer.this.cancel();
|
/frameworks/base/core/java/android/database/ |
ContentObserver.java | 5 * you may not use this file except in compliance with the License. 50 mTransport = new Transport(this); 74 * Returns true if this observer is interested receiving self-change notifications. 76 * Subclasses should override this method to indicate whether the observer 87 * This method is called when a content change occurs. 89 * Subclasses should override this method to handle content changes. 92 * @param selfChange True if this is a self-change notification. 99 * This method is called when a content change occurs. 102 * Subclasses should override this method to handle content changes. 105 * the {@link #onChange(boolean)} overload of this method whenever the [all...] |
/frameworks/base/core/java/android/os/storage/ |
IMountShutdownObserver.java | 5 * you may not use this file except in compliance with the License. 37 this.attachInterface(this, DESCRIPTOR); 56 return this; 71 this.onShutDownComplete(statusCode); 95 * This method is called when the shutdown of MountService 119 * This method is called when the shutdown of MountService completed.
|
/frameworks/base/core/tests/coretests/src/android/os/ |
FileObserverTest.java | 5 * you may not use this file except in compliance with the License. 45 synchronized (this) { 54 this.notifyAll();
|
/frameworks/base/services/core/java/com/android/server/webkit/ |
WebViewUpdateService.java | 5 * you may not use this file except in compliance with the License. 71 synchronized (this) { 81 * The shared relro process calls this to notify us that it's done trying to create a relro 82 * file. This method gets called even if the relro creation has failed or the process 95 synchronized (WebViewUpdateService.this) { 101 WebViewUpdateService.this.notifyAll(); 106 * WebViewFactory calls this to block WebView loading until the relro file is created. 121 synchronized (WebViewUpdateService.this) { 126 WebViewUpdateService.this.wait(timeoutTimeMs - timeNowMs);
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
DispatchThread.java | 5 * you may not use this file except in compliance with the License. 92 * Gracefully ends this thread. Will stop after all jobs are processed. 137 synchronized (DispatchThread.this) { 141 synchronized (DispatchThread.this) { 142 DispatchThread.this.notifyAll(); 147 DispatchThread.this.wait();
|
/frameworks/ex/common/tests/src/com/android/common/widget/ |
CompositeCursorAdapterTest.java | 5 * you may not use this file except in compliance with the License. 41 super(CompositeCursorAdapterTest.this.getContext());
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/ |
ObexAppParameters.java | 5 * you may not use this file except in compliance with the License. 53 this.add(tag, val);
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/ |
ObexAppParameters.java | 5 * you may not use this file except in compliance with the License. 53 this.add(tag, val);
|
/frameworks/opt/colorpicker/src/com/android/colorpicker/ |
ColorPickerPalette.java | 5 * you may not use this file except in compliance with the License. 96 this.removeAllViews();
|
/libcore/luni/src/main/java/java/nio/ |
ByteBufferAsCharBuffer.java | 3 * this work for additional information regarding copyright ownership. 4 * The ASF licenses this file to You under the Apache License, Version 2.0 5 * (the "License"); you may not use this file except in compliance with 22 * This class wraps a byte buffer to be a char buffer. 46 this.byteBuffer = byteBuffer; 47 this.byteBuffer.clear(); 72 return this; 108 this.position += charCount; 109 return this; 145 return this; [all...] |
ByteBufferAsDoubleBuffer.java | 3 * this work for additional information regarding copyright ownership. 4 * The ASF licenses this file to You under the Apache License, Version 2.0 5 * (the "License"); you may not use this file except in compliance with 22 * This class wraps a byte buffer to be a double buffer. 46 this.byteBuffer = byteBuffer; 47 this.byteBuffer.clear(); 72 return this; 108 this.position += doubleCount; 109 return this; 145 return this; [all...] |
ByteBufferAsFloatBuffer.java | 3 * this work for additional information regarding copyright ownership. 4 * The ASF licenses this file to You under the Apache License, Version 2.0 5 * (the "License"); you may not use this file except in compliance with 22 * This class wraps a byte buffer to be a float buffer. 45 this.byteBuffer = byteBuffer; 46 this.byteBuffer.clear(); 71 return this; 107 this.position += floatCount; 108 return this; 144 return this; [all...] |
ByteBufferAsIntBuffer.java | 3 * this work for additional information regarding copyright ownership. 4 * The ASF licenses this file to You under the Apache License, Version 2.0 5 * (the "License"); you may not use this file except in compliance with 22 * This class wraps a byte buffer to be a int buffer. 46 this.byteBuffer = byteBuffer; 47 this.byteBuffer.clear(); 72 return this; 108 this.position += intCount; 109 return this; 145 return this; [all...] |
ByteBufferAsLongBuffer.java | 3 * this work for additional information regarding copyright ownership. 4 * The ASF licenses this file to You under the Apache License, Version 2.0 5 * (the "License"); you may not use this file except in compliance with 22 * This class wraps a byte buffer to be a long buffer. 46 this.byteBuffer = byteBuffer; 47 this.byteBuffer.clear(); 72 return this; 108 this.position += longCount; 109 return this; 145 return this; [all...] |