/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
ReferencesParser.java | 44 this.lexer.SPorHT();
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/ |
PAccessNetworkInfoParser.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 97 this.lexer.SPorHT(); 102 this.lexer.SPorHT(); 104 this.lexer.match(';'); 105 this.lexer.SPorHT(); 109 this.lexer.SPorHT(); 111 this.lexer.SPorHT() [all...] |
PAssertedIdentityParser.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 84 this.lexer.SPorHT(); 87 this.lexer.match(','); 88 this.lexer.SPorHT(); 94 this.lexer.SPorHT(); 96 this.lexer.SPorHT(); 97 this.lexer.match('\n') [all...] |
PAssociatedURIParser.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 96 this.lexer.SPorHT(); 99 this.lexer.match(','); 100 this.lexer.SPorHT(); 106 this.lexer.SPorHT(); 108 this.lexer.SPorHT(); 109 this.lexer.match('\n') [all...] |
PCalledPartyIDParser.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 73 this.lexer.match(TokenTypes.P_CALLED_PARTY_ID); 74 this.lexer.SPorHT(); 75 this.lexer.match(':'); 76 this.lexer.SPorHT();
|
PChargingVectorParser.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 76 this.parseParameter(chargingVector); 77 this.lexer.SPorHT(); 81 this.lexer.match(';'); 82 this.lexer.SPorHT(); 105 NameValue nv = this.nameValue('=');
|
PPreferredIdentityParser.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 69 this.lexer.match(TokenTypes.P_PREFERRED_IDENTITY); 70 this.lexer.SPorHT(); 71 this.lexer.match(':'); 72 this.lexer.SPorHT();
|
PProfileKeyParser.java | 5 * 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 56 this.lexer.match(TokenTypes.P_PROFILE_KEY); 57 this.lexer.SPorHT(); 58 this.lexer.match(':'); 59 this.lexer.SPorHT();
|
PServedUserParser.java | 6 * This software was developed by employees of the National Institute of 13 * This software is provided by NIST as a service and is expressly 22 * Permission to use this software is contingent upon your acceptance 23 * of the terms of this agreement 59 this.lexer.match(TokenTypes.P_SERVED_USER); 60 this.lexer.SPorHT(); 61 this.lexer.match(':'); 62 this.lexer.SPorHT(); 64 this.lexer.SPorHT();
|
PathParser.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 78 this.lexer.match(TokenTypes.PATH); 79 this.lexer.SPorHT(); 80 this.lexer.match(':'); 81 this.lexer.SPorHT(); 86 this.lexer.SPorHT(); 89 this.lexer.match(',') [all...] |
ServiceRouteParser.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 78 this.lexer.match(TokenTypes.SERVICE_ROUTE); 79 this.lexer.SPorHT(); 80 this.lexer.match(':'); 81 this.lexer.SPorHT(); 86 this.lexer.SPorHT(); 88 this.lexer.match(',') [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
MessageProcessor.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 41 * This is the Stack abstraction for the active object that waits for messages 103 this.transport = transport; 115 this( transport ); 116 this.initialize(ipAddress, port, transactionStack); 120 * Initializes this MessageProcessor. Needed for extensions 130 this.sipStack = transactionStack [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/dummy/ |
SDL_dummyaudio.c | 5 This library is free software; you can redistribute it and/or 10 This library is distributed in the hope that it will be useful, 16 License along with this library; if not, write to the Free Software 22 This file written by Ryan C. Gordon (icculus@icculus.org) 64 SDL_AudioDevice *this; local 67 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice)); 68 if ( this ) { 69 SDL_memset(this, 0, (sizeof *this)); 70 this->hidden = (struct SDL_PrivateAudioData * [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
SDL_pgevents.c | 5 This library is free software; you can redistribute it and/or 10 This library is distributed in the hope that it will be useful, 16 License along with this library; if not, write to the Free Software 69 SDL_VideoDevice *this = (SDL_VideoDevice *) evt->extra; local 70 pgFocus(this->hidden->wCanvas); 98 pgSetWidget(this->hidden->wCanvas, PG_WP_TRIGGERMASK, 99 pgGetWidget(this->hidden->wCanvas, PG_WP_TRIGGERMASK) | 104 pgFocus(this->hidden->wCanvas); 107 pgBind(this->hidden->wApp, PG_WE_CLOSE, &PG_HandleClose, NULL); 108 pgBind(this->hidden->wCanvas, PG_WE_BUILD, &PG_HandleResize, NULL) [all...] |
/frameworks/base/core/java/android/hardware/camera2/utils/ |
CameraRuntimeException.java | 43 * Recreate this exception as the CameraAccessException equivalent. 59 e.setStackTrace(this.getStackTrace());
|
/libcore/luni/src/main/java/java/util/jar/ |
JarOutputStream.java | 4 * this work for additional information regarding copyright ownership. 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 41 * the {@code Manifest} to output for this JAR file. 50 this.manifest = manifest; 53 this.manifest.write(this);
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
OldServerSocketChannelTest.java | 4 * this work for additional information regarding copyright ownership. 5 * The ASF licenses this file to You under the Apache License, Version 2.0 6 * (the "License"); you may not use this file except in compliance with 39 this.serverChannel = ServerSocketChannel.open(); 40 this.clientChannel = SocketChannel.open(); 44 if (null != this.serverChannel) { 46 this.serverChannel.close(); 52 if (null != this.clientChannel) { 54 this.clientChannel.close(); 73 assertTrue(this.serverChannel.isOpen()) [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
WeakAsyncTask.java | 5 * you may not use this file except in compliance with the License. 36 this.onPreExecute(target); 45 return this.doInBackground(target, params); 56 this.onPostExecute(target, result);
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
Socks5BytestreamManager.java | 3 * you may not use this file except in compliance with the License.
61 * To establish a SOCKS5 Bytestream invoke the {@link #establishSession(String)} method. This will
68 * manager. There are two ways to add this listener. If you want to be informed about incoming
136 * assigns a user to a listener that is informed if a bytestream request for this user is
200 this.connection = connection;
201 this.initiationListener = new InitiationListener(this);
219 this.allRequestListeners.add(listener);
229 this.allRequestListeners.remove(listener);
236 * Use this method if you are awaiting an incoming SOCKS5 Bytestream request from a specific [all...] |
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClientConnection.java | 5 * you may not use this file except in compliance with the License. 84 this.entityserializer = new EntitySerializer( 111 this.socket = socket; 114 this.inbuffer = new SocketInputBuffer(socket, buffersize, params); 115 this.outbuffer = new SocketOutputBuffer(socket, buffersize, params); 122 this.requestWriter = new HttpRequestWriter(outbuffer, null, params); 124 this.metrics = new HttpConnectionMetricsImpl( 128 this.open = true; 146 if (this.open) { 152 if (!this.open) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 3 * All rights reserved. This program and the accompanying materials 5 * which accompanies this distribution, and is available at 94 this.configName = name; 96 this.configBox = idx > 0 ? box.substring(0, idx) : box; 97 this.preferences = new InstanceScope().getNode(IPerformancesConstants.PLUGIN_ID); 109 this.shell = tabFolder.getShell(); 110 this.display = this.shell.getDisplay(); 113 boolean initResources = this.table == null; 114 if (this.table != null) [all...] |
BuildsView.java | 3 * All rights reserved. This program and the accompanying materials 5 * which accompanies this distribution, and is available at 56 * Typical actions from this view are update local data files with builds results 71 String resultGenerationDir = BuildsView.this.preferences.get(IPerformancesConstants.PRE_RESULTS_GENERATION_DIR, ""); 72 String pathFilter = (BuildsView.this.outputDir == null) ? resultGenerationDir : BuildsView.this.outputDir.getPath(); 77 BuildsView.this.outputDir = dir; 78 BuildsView.this.preferences.put(IPerformancesConstants.PRE_RESULTS_GENERATION_DIR, dir.getAbsolutePath()); 81 String[] baselines = BuildsView.this.results.getBaselines(); 87 selectedBaseline = BuildsView.this.results.getPerformanceResults().getBaselineName() [all...] |
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
WorkSpaceController.java | 10 notice, this list of conditions and the following disclaimer. 12 notice, this list of conditions and the following disclaimer in the 15 derived from this software without specific prior written permission. 17 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 26 THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 63 this.initEventHandlers(); 64 this.initToolbar(); 68 this.view.setTitle("gUnitEditor"); 69 this.view.setVisible(true); 70 this.view.pack() [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
TreeWalker.java | 4 * distributed with this work for additional information 5 * regarding copyright ownership. The ASF licenses this file 7 * you may not use this file except in compliance with the License. 41 * This class does a pre-order walk of the DOM tree, calling a ContentHandler 44 * This class is a copy of the one in org.apache.xml.utils. 56 * If m_contentHandler is a SerializationHandler, then this is 64 /** DomHelper for this TreeWalker */ 67 /** Locator object for this TreeWalker */ 81 this(ch,null); 139 this.m_contentHandler.startDocument() [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
JmDNSImpl.java | 64 * This is the multicast group, we are listening to for multicast DNS messages. 68 * This is our multicast socket. 93 * This hashtable holds the services that have been registered. Keys are instances of String which hold an all lower-case version of the fully qualified service name. Values are instances of ServiceInfo. 98 * This hashtable holds the service types that have been registered or that have been received in an incoming datagram.<br/> 107 * This is used to store type entries. The type is stored as a call variable and the map support the subtypes. 148 * Replaces the value corresponding to this entry with the specified value (optional operation). This implementation simply throws <tt>UnsupportedOperationException</tt>, as this class implements an <i>immutable</i> map entry. 151 * new value to be stored in this entry 169 return this.getKey().equals(((Map.Entry<?, ?>) entry).getKey()) && this.getValue().equals(((Map.Entry<?, ?>) e (…) [all...] |