HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 76 - 100 of 540) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
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...]
SIPServerTransaction.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
207 * This timer task is used for alerting the application to send retransmission alerts.
221 this.ticks = SIPTransaction.T1;
222 this.ticksLeft = this.ticks;
226 SIPServerTransaction serverTransaction = SIPServerTransaction.this;
230 this.ticksLeft = 2 * ticks
    [all...]
SIPDialog.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
110 * Bugs in this class were reported by Antonis Karydas, Brad Templeton, Jeff Adams, Alex Rootham ,
122 * dialog identifier that can be used to retrieve this structure from the SipStack.
197 // This is for debugging only.
220 // the amount of time to keep this dialog around before the stack GC's it
258 // List of event listeners for this dialog
279 * This task waits till a pending ACK has been recorded and then sends out a re-INVITE. Thi
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.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
82 SDL_AudioDevice *this; local
89 this = (SDL_AudioDevice *)SDL_malloc(sizeof(SDL_AudioDevice));
90 if ( this ) {
91 SDL_memset(this, 0, (sizeof *this));
92 this->hidden = (struct SDL_PrivateAudioData *)
93 SDL_malloc((sizeof *this->hidden))
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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.12/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...]
  /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
45 this.localAddr1 = new InetSocketAddress(
48 this.serverChannel = ServerSocketChannel.open();
49 this.clientChannel = SocketChannel.open();
53 if (null != this.serverChannel) {
55 this.serverChannel.close();
61 if (null != this.clientChannel) {
63 this.clientChannel.close()
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/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);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BackgroundThread.java 5 * you may not use this file except in compliance with the License.
24 * this flag with <code>isQuitting()</code> and should finish if the flag is
31 * Tell the thread to exit. This is usually called from the UI thread. The
39 this.join();
  /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/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/proguard/src/proguard/classfile/io/
ProgramClassReader.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.,
38 * This ClassVisitor fills out the ProgramClass objects that it visits with data
67 this.dataInput = new RuntimeDataInput(dataInput);
96 constant.accept(programClass, this);
130 this.visitProgramField(programClass, programField);
141 this.visitProgramMethod(programClass, programMethod);
152 attribute.accept(programClass, this);
179 attribute.accept(programClass, programField, this);
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
BreakpointOption.java 5 ** you may not use this file except in compliance with the License.
51 this.sampleView = sampleView;
53 Composite composite = new Composite(this, 0);
57 this.setLayout(new FillLayout());
64 btn.addSelectionListener(this);
73 this.setContent(composite);
74 this.setExpandHorizontal(true);
75 this.setExpandVertical(true);
76 this.setMinSize(size);
77 this.layout()
    [all...]
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
72 this.abortLock = new ReentrantLock();
82 return this.uri;
100 this.uri = uri;
105 this.abortLock.lock();
107 if (this.aborted) {
111 this.releaseTrigger = null
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
RequestWrapper.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
51 * This class is also capable of resetting the request headers to
74 this.original = request;
78 this.uri = ((HttpUriRequest) request).getURI();
79 this.method = ((HttpUriRequest) request).getMethod();
80 this.version = null;
84 this.uri = new URI(requestLine.getUri())
    [all...]
  /external/apache-http/src/org/apache/http/impl/io/
ChunkedOutputStream.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
74 this.cache = new byte[bufferSize];
75 this.out = out;
87 this(out, 2048);
96 if (this.cachePosition > 0) {
97 this.out.writeLine(Integer.toHexString(this.cachePosition))
    [all...]
  /external/apache-http/src/org/apache/http/message/
AbstractHttpMessage.java 9 * distributed with this work for additional information
10 * regarding copyright ownership. The ASF licenses this file
12 * "License"); you may not use this file except in compliance
25 * This software consists of voluntary contributions made by many
59 this.headergroup = new HeaderGroup();
60 this.params = params;
64 this(null);
69 return this.headergroup.containsHeader(name);
74 return this.headergroup.getHeaders(name);
79 return this.headergroup.getFirstHeader(name)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/util/io/pem/
PemWriter.java 86 this.write(hdr.getName());
87 this.write(": ");
88 this.write(hdr.getValue());
89 this.newLine();
92 this.newLine();
117 this.write(buf, 0, index);
118 this.newLine();
126 this.write("-----BEGIN " + type + "-----");
127 this.newLine();
134 this.write("-----END " + type + "-----")
    [all...]

Completed in 455 milliseconds

1 2 34 5 6 7 8 91011>>