HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 501 - 525 of 842) sorted by null

<<21222324252627282930>>

  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPMessage.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
114 * This is the main SIP Message structure.
133 * True if this is a null request.
176 * The application data pointer. This is un-interpreted by the stack. This is provided as a
239 Iterator<SIPHeader> it = this.headers.iterator();
256 * Get A dialog identifier constructed from this messsage. This is an id that can be used t
    [all...]
SIPResponse.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
312 if (this.statusLine == null)
313 this.statusLine = new StatusLine();
314 this.statusLine.setStatusCode(statusCode);
339 if (this.statusLine == null)
340 this.statusLine = new StatusLine();
341 this.statusLine.setReasonPhrase(reasonPhrase)
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.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
59 this.lexer.SPorHT();
62 this.lexer.SPorHT();
64 this.lexer.SPorHT();
67 this.lexer.SPorHT();
71 this.lexer.SPorHT();
73 this.lexer.SPorHT()
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 5 * you may not use this file except in compliance with the License.
33 * canceled. As this object represents a single request/response pair (stream),
39 // Guarded by this.
50 this.client = client.copyWithDefaults();
51 this.originalRequest = originalRequest;
75 synchronized (this) {
80 client.getDispatcher().executed(this);
85 client.getDispatcher().finished(this);
100 * <p>This client will later call back {@code responseCallback} with either
111 synchronized (this) {
    [all...]
ConnectionPool.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
34 * {@link com.squareup.okhttp.Connection}. This class implements the policy of
46 * This property isn't used by {@code HttpURLConnection}.
50 * properties are changed. This assumes that the applications that set these
51 * parameters do so before making HTTP connections, and that this class is
86 * shrink. This executor shrinks the thread pool after a period of inactivity, and starts threads
102 this.maxIdleConnections = maxIdleConnections;
103 this.keepAliveDurationNs = keepAliveDurationMs * 1000 * 1000
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
RealBufferedSource.java 5 * you may not use this file except in compliance with the License.
32 this.buffer = buffer;
33 this.source = source;
37 this(source, new Buffer());
362 RealBufferedSource.this.close();
366 return RealBufferedSource.this + ".inputStream()";
  /external/proguard/src/proguard/classfile/io/
LibraryClassReader.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.,
32 * This ClassVisitor fills out the LibraryClass objects that it visits with data
62 this.dataInput = new RuntimeDataInput(dataInput);
63 this.skipNonPublicClasses = skipNonPublicClasses;
64 this.skipNonPublicClassMembers = skipNonPublicClassMembers;
100 constant.accept(libraryClass, this);
121 // We may stop parsing this library class if it's not public anyway.
159 this.visitLibraryMember(libraryClass, field)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AnimationPlayerActivity.java 5 * you may not use this file except in compliance with the License.
53 AnimationPlayerActivity.this.finish();
56 UIConstants.mOverridePendingTransition.invoke(AnimationPlayerActivity.this, R.anim.activity_fade_in, R.anim.activity_fade_out);
66 this.removeMessages(0);
116 Animation foregroundAnim = AnimationUtils.loadAnimation(this, R.anim.horizontal_layer2_slide);
117 Animation backgroundAnim = AnimationUtils.loadAnimation(this, R.anim.horizontal_layer1_slide);
133 Animation backgroundAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_slide_bg);
134 Animation sphereAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_slide_sphere);
135 Animation cliffsAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_slide_cliffs);
136 Animation rokudouAnim = AnimationUtils.loadAnimation(this, R.anim.rokudou_slide_rokudou)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteCursor.java 35 this.columnNames.put(cName, columnIndex-1);
36 this.columnNameArray[columnIndex-1]=cName;
51 Integer i = this.columnNames.get(columnName.toLowerCase());
103 return (byte[]) this.currentRow.get(getColumnNames()[columnIndex]);
109 Object value = this.currentRow.get(getColumnNames()[columnIndex]);
124 Object o =this.currentRow.get(getColumnNames()[columnIndex]);
132 Object o =this.currentRow.get(getColumnNames()[columnIndex]);
140 Object o =this.currentRow.get(getColumnNames()[columnIndex]);
148 Object o =this.currentRow.get(getColumnNames()[columnIndex]);
157 Object o =this.currentRow.get(getColumnNames()[columnIndex])
    [all...]
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
EventData.java 6 * a copy of this software and associated documentation files (the
13 * The above copyright notice and this permission notice shall be
40 * event. Users may extend this class for each EventType they want to log.
82 this.eventData = (Map<String, Object>) decoder.readObject();
127 return (String) this.eventData.get(EVENT_ID);
140 this.eventData.put(EVENT_ID, eventId);
144 * Retrieve the message text associated with this event, if any.
146 * @return The message text associated with this event or null if there is
150 return (String) this.eventData.get(EVENT_MESSAGE);
154 * Set the message text associated with this event
    [all...]
  /external/svox/pico/lib/
picoctrl.c 5 * you may not use this file except in compliance with the License.
87 * @param this : pointer to Control PU
93 static pico_status_t ctrlInitialize(register picodata_ProcessingUnit this, picoos_int32 resetMode) {
98 if (NULL == this || NULL == this->subObj) {
101 ctrl = (ctrl_subobj_t *) this->subObj;
116 picoos_emRaiseException(this->common->em,status,NULL,(picoos_char*)"problem (re-)initializing the engine");
124 * @param this : pointer to Control PU
126 * @param bytesOutput : number of bytes produced during this step (output)
133 static picodata_step_result_t ctrlStep(register picodata_ProcessingUnit this,
425 picodata_ProcessingUnit this = picodata_newProcessingUnit(mm, common, cbIn, local
583 picoctrl_Engine this = (picoctrl_Engine) picoos_allocate(mm, sizeof(*this)); local
    [all...]
  /external/toybox/scripts/
config2help.c 98 // If there was whitespace before this, zap it. This can't take out *help
100 // one non-blank line (a dash line) to get this far.
228 // This is in reverse order, so last entry gets collated with previous
232 char *this, *that, *cusage, *tusage, *name; local
244 // text out of throw into catch, copying from this to that
253 this = that;
320 if (*this == '[' && this[1] == '-' && this[2] != '-' &
    [all...]
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 5 * you may not use this file except in compliance with the License.
46 * of the active window. Development of an accessibility service requires extending this
62 * calls {@link AccessibilityService#onServiceConnected()}. This method can be
69 * {@link android.content.Intent}. Failure to declare this intent will cause the system to
73 * can bind to it. Failure to declare this intent will cause the system to ignore the
103 * <strong>Note:</strong> This approach enables setting all properties.
112 * that this method can be called any time to dynamically change the service configuration.
114 * <strong>Note:</strong> This approach enables setting only dynamically configurable properties:
130 * declaring this capability requires that the service declares its configuration via
148 * this method will return an {@link AccessibilityNodeInfo} that can be used to traverse th
    [all...]
  /frameworks/base/core/java/org/apache/http/conn/ssl/
SSLSocketFactory.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
139 * Please visit <a href="http://android-developers.blogspot.com/2011/09/androids-http-clients.html">this webpage</a>
203 this.sslcontext = SSLContext.getInstance(algorithm);
204 this.sslcontext.init(keymanagers, trustmanagers, random);
205 this.socketfactory = this.sslcontext.getSocketFactory();
206 this.nameResolver = nameResolver
    [all...]
  /frameworks/base/media/java/android/service/media/
MediaBrowserService.java 5 * you may not use this file except in compliance with the License.
54 * To extend this class, you must declare the service in your manifest file with
135 * Detach this message from the current thread and allow the {@link #sendResult}
186 connection.root = MediaBrowserService.this.onGetRoot(pkg, uid, rootHints);
188 // If they didn't return something, don't allow this client.
247 MediaBrowserService.this.addSubscription(id, connection);
312 * should return null if the client is not allowed to access this
322 * root id for browsing, or null if none. The contents of this
324 * @return The {@link BrowserRoot} for accessing this app's content or null.
336 * this function, and then {@link Result#sendResult result.sendResult
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 5 * you may not use this file except in compliance with the License.
60 this.setTimer();
69 this.setTimer();
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/model/
DocumentInfo.java 5 * you may not use this file except in compliance with the License.
133 DurableUtils.writeToParcel(dest, this);
162 this.authority = authority;
163 this.documentId = getCursorString(cursor, Document.COLUMN_DOCUMENT_ID);
164 this.mimeType = getCursorString(cursor, Document.COLUMN_MIME_TYPE);
165 this.displayName = getCursorString(cursor, Document.COLUMN_DISPLAY_NAME);
166 this.lastModified = getCursorLong(cursor, Document.COLUMN_LAST_MODIFIED);
167 this.flags = getCursorInt(cursor, Document.COLUMN_FLAGS);
168 this.summary = getCursorString(cursor, Document.COLUMN_SUMMARY);
169 this.size = getCursorLong(cursor, Document.COLUMN_SIZE)
    [all...]
  /frameworks/base/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java 4 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
52 * This activity does the following:
54 * o Presents a WebView screen to users. This WebView has a list of HTML links to the latest
90 this.registerReceiver(receiver, filter);
100 SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(this);
111 // you don't want to refresh the display--this would force the display of
122 this.unregisterReceiver(receiver);
143 // This avoids UI lock up. To prevent network operations from
226 SharedPreferences sharedPrefs = PreferenceManager.getDefaultSharedPreferences(this);
247 // This section processes the entries list to combine each entry with HTML markup
    [all...]
  /frameworks/base/services/core/java/com/android/server/job/controllers/
JobStatus.java 5 * you may not use this file except in compliance with the License.
34 * This object is shared among the various controllers - hence why the different fields are atomic.
35 * This isn't strictly necessary because each controller is only interested in a specific field,
37 * but we don't enforce that so this is safer.
45 /** Uid of the package requesting this job. */
60 * Earliest point in the future at which this job will be eligible to run. A value of 0
65 * Latest point in the future at which this job must be run. A value of {@link Long#MAX_VALUE}
69 /** How many times this job has failed, used to compute back-off. */
72 /** Provide a handle to the service that this job will be run on. */
78 this.job = job
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
BasicBindingTest.java 4 * you may not use this file except in compliance with the License.
209 synchronized (this) {
210 this.notifyAll();
215 synchronized (this) {
217 this.wait(1000);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMasObexClientSession.java 5 * you may not use this file except in compliance with the License.
80 synchronized (this) {
83 this.wait();
94 // this will "disconnect" to cleanup
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/
BluetoothPbapObexSession.java 5 * you may not use this file except in compliance with the License.
144 synchronized (this) {
147 this.wait();
159 // this will "disconnect" for cleanup
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceBindHelper.java 5 * you may not use this file except in compliance with the License.
147 this.phoneId = phoneId;
163 // Make sure there is no existing binding for this phone
203 connection = new CarrierServiceConnection(this);
205 mHandler.obtainMessage(EVENT_BIND_TIMEOUT, this),
225 mHandler.removeMessages(EVENT_BIND_TIMEOUT, this);
256 this.binding = binding;
263 this.service = service;
269 this.service = null;
270 this.binding.handleConnectionDown()
    [all...]
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasTest.java 5 * you may not use this file except in compliance with the License.
74 synchronized(this) {
75 this.notify();
  /frameworks/support/v4/java/android/support/v4/app/
FragmentActivity.java 5 * you may not use this file except in compliance with the License.
51 * <p>When using this class as opposed to new platform's built-in fragment
58 * the {@link android.support.v7.app.ActionBarActivity} class, which is a subclass of this one,
63 * <li> <p>When using the <code>&lt;fragment></code> tag, this implementation can not
70 * saved, to avoid accidental loss of UI state. However this is too restrictive
71 * prior to Honeycomb, where the state is saved before pausing. To address this,
74 * This means that in some cases if the activity is restored from its last saved
75 * state, this may be a snapshot slightly before what the user last saw.</p>
85 // This is the SDK API version of Honeycomb (3.0).
177 * <p>On Android 4.4 or lower, this method only finishes the Activity with n
    [all...]

Completed in 421 milliseconds

<<21222324252627282930>>