HomeSort by relevance Sort by last modified time
    Searched defs:this (Results 276 - 300 of 464) sorted by null

<<111213141516171819

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
thumbnail_loader.js 2 // Use of this source code is governed by a BSD-style license that can be
26 this.mediaType_ = opt_mediaType || FileType.getMediaType(entry);
27 this.loaderType_ = opt_loaderType || ThumbnailLoader.LoaderType.IMAGE;
28 this.metadata_ = opt_metadata;
29 this.priority_ = (opt_priority !== undefined) ? opt_priority : 2;
30 this.transform_ = null;
33 this.thumbnailUrl_ = entry.toURL(); // Use the URL directly.
37 this.fallbackUrl_ = null;
38 this.thumbnailUrl_ = null;
40 this.fallbackUrl_ = opt_metadata.external.customIconUrl
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.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 root class for all lists of SIP headers. It imbeds a
43 * derive from this class. This supports homogeneous lists (all elements in the
44 * list are of the same class). We use this for building type homogeneous lists
60 return this.headerName;
77 this();
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js 8 This is an optimized version of Dojo, built for deployment and not for
26 /**Build will replace this comment with a scoped djConfig **/
79 // Defaults to `false`. If set to `true`, this triggers an alternate
82 // `<script>` tag inclusion. This may double-request resources and
88 // `debugAtAllCosts`, it is strongly recommended that you enable this
94 // The locale to assume for loading localized resources in this page,
115 // this path. The path should end in a slash.
126 // Indicates Dojo was added to the page after the page load. In this case
152 // controls do not bleed through the popups. Normally this configuration variable
158 // Set this to true to enable publishing of topics for the different phases o
    [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/
PerformanceResultsPreferencePage.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
104 button.addSelectionListener(this);
113 * Create a text field specific for this application
121 combo.addModifyListener(this);
165 this.buildsView = (BuildsView) PerformancesView.getWorkbenchView("org.eclipse.test.internal.performance.results.ui.BuildsView");
166 if (this.buildsView == null) {
174 this.mVersionRadioButton = createRadioButton(composite_versionChoice, "v"+ECLIPSE_MAINTENANCE_VERSION);
175 this.dVersionRadionButton = createRadioButton(composite_versionChoice, "v"+ECLIPSE_DEVELOPMENT_VERSION);
181 this.dbConnectionCheckBox = createCheckBox(compositeDatabaseConnection, "Connected")
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.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
823 * call this method on named loggers. Test normal conditions.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.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 acts as a base class for the XML "serializers"
55 * The name of the package that this class is in.
62 * The same as the name of the package that this class is in
143 /** This flag is set while receiving events from the external DTD */
197 * The transformer that was around when this output handler was created (if
210 * Handle for firing generate events. This interface may be implemented
219 * The writer to send output to. This field is only used in the ToStrea
    [all...]
ToXMLSAXHandler.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.
38 * This class receives notification of SAX-like events, and with gathered
42 * This class is not a public API.
190 * This method is called when all the data needed for a call to the
217 * unlike the this.endCDATA() method (from the LexicalHandler) interface,
218 * this "internal" method will send the endCDATA() call to the wrapped
234 // so we set m_cdataTagOpen to false to remember this.
341 * This is one greater than the current depth because thes
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 91 if ((this._task == null) && _info.needTextAnnouncing()) {
92 this.lock();
94 if ((this._task == null) && _info.needTextAnnouncing()) {
95 if (this._state.isAnnounced()) {
96 this.setState(DNSState.ANNOUNCING_1);
97 if (this.getDns() != null) {
98 this.getDns().startAnnouncer();
104 this.unlock();
128 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, (byte[]) null);
133 this._text = out.toByteArray()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.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
183 // Parent stack for this transaction
186 // Original request that is being handled by this transaction
189 // Underlying channel being used to send messages for this transaction
233 // List of event listeners for this transaction
263 return this.branch;
268 * table after it goes into terminated state. This allows connection cachin
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 191 * <p>Note: if you're trying to be ultra orthodox, don't use this! It shouldn't be in here.
408 this.seq = seq;
473 this(null, attributes);
488 this(ordering, attributes, new X509DefaultEntryConverter());
508 this.converter = converter;
514 this.ordering.addElement(ordering.elementAt(i));
515 this.added.addElement(FALSE);
524 this.ordering.addElement(e.nextElement());
525 this.added.addElement(FALSE);
529 for (int i = 0; i != this.ordering.size(); i++
    [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/db/
PerformanceResults.java 3 * All rights reserved. This program and the accompanying materials
5 * which accompanies this distribution, and is available at
36 * This class allow to read all data from releng performance database for given
65 this.all = all;
66 this.start = start;
72 if (this.count > 0) {
83 return (long) ((((double)elapsed) / this.count) * (this.all - this.count));
86 return System.currentTimeMillis() - this.start
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
MessengerTest.java 5 * you may not use this file except in compliance with the License.
96 synchronized (MessengerTest.this) {
98 MessengerTest.this.notifyAll();
114 synchronized (this) {
191 * This helper class is used for test of MessengerTest. Mainly on control of the message looper.
203 synchronized (MessengerTest.this) {
206 MessengerTestHelper.this.handleMessage(msg);
211 MessengerTestHelper.this.executeTest();
231 * This method is used to check if the message sent by another messenger is correctly
232 * handled by this thread. If not equals to expected, there will be a failure thrown
    [all...]
MessageQueueTest.java 5 * you may not use this file except in compliance with the License.
243 OrderTestHelper.this.handleMessage(msg);
266 synchronized (this) {
299 synchronized (OrderTestHelper.this) {
304 OrderTestHelper.this.notifyAll();
310 synchronized (this) {
317 synchronized (this) {
325 synchronized (this) {
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 5 * you may not use this file except in compliance with the License.
68 * between snake movements. This will decrease as apples are captured.
118 SnakeView.this.update();
119 SnakeView.this.invalidate();
123 this.removeMessages(0);
148 Resources r = this.getContext().getResources();
204 * @return a Bundle with this view's state
376 * leave discovery of this prize to a truly excellent snake-player.
537 * something I should use instead, but this was quick and easy to build.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CertificateObject.java 88 this.c = c;
92 byte[] bytes = this.getExtensionBytes("2.5.29.19");
106 byte[] bytes = this.getExtensionBytes("2.5.29.15");
135 this.checkValidity(new Date());
142 if (date.getTime() > this.getNotAfter().getTime()) // for other VM compatibility
147 if (date.getTime() < this.getNotBefore().getTime())
252 String algName = prov.getProperty("Alg.Alias.Signature." + this.getSigAlgOID());
267 String algName = provs[i].getProperty("Alg.Alias.Signature." + this.getSigAlgOID());
274 return this.getSigAlgOID();
355 byte[] bytes = this.getExtensionBytes("2.5.29.37")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 86 this.c = c;
90 byte[] bytes = this.getExtensionBytes("2.5.29.19");
104 byte[] bytes = this.getExtensionBytes("2.5.29.15");
133 this.checkValidity(new Date());
140 if (date.getTime() > this.getNotAfter().getTime()) // for other VM compatibility
145 if (date.getTime() < this.getNotBefore().getTime())
250 String algName = prov.getProperty("Alg.Alias.Signature." + this.getSigAlgOID());
265 String algName = provs[i].getProperty("Alg.Alias.Signature." + this.getSigAlgOID());
272 return this.getSigAlgOID();
353 byte[] bytes = this.getExtensionBytes("2.5.29.37")
    [all...]
  /external/chromium_org/components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/
SocketTunnelBase.java 2 // Use of this source code is governed by a BSD-style license that can be
25 * needed to be accesses (it could be the same device if socket names are different; this
29 * CLIENT_OPEN packet to the server with newly assigned connection id. On receiving this packet
39 * if CLIENT_CLOSE has sent and SERVER_CLOSE has received with the same connection ID this
256 SocketTunnelBase.this.onReceivedDataPacket(connectionId, data);
263 SocketTunnelBase.this.onReceivedControlPacket(connectionId, opCode);
293 this(id, socket, true);
297 this(id, new LocalSocket(), false);
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONObject.java 7 of this software and associated documentation files (the "Software"), to deal
13 The above copyright notice and this permission notice shall be included in all
104 return this;
115 return object == null || object == this;
148 this.map = new HashMap();
161 this();
175 this();
236 this.map = (map == null) ? new HashMap() : map;
243 * Note: Use this constructor when the map contains <key,bean>.
249 this.map = new HashMap()
    [all...]
  /art/test/050-sync-test/src/
Main.java 5 * you may not use this file except in compliance with the License.
20 * TODO: this should be re-written to be a little more rigorous and/or
105 synchronized (this) {
106 this.notify();
165 // Expecting this; interrupted should be false.
  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 7 * Permission to use, copy, modify, and distribute this software for any
9 * copyright notice and this permission notice appear in all copies.
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
17 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
252 ctx->cur->u.timer.this == del) {
496 idle_timer *this = uap; local
502 idle = evSubTime(ctx->lastEventTime, this->lastTouched);
503 if (evCmpTime(idle, this->max_idle) >= 0) {
504 (this->func)(opaqueCtx, this->uap, this->timer->due
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleScannerHardwareScanFilterActivity.java 5 * you may not use this file except in compliance with the License.
63 Intent intent = new Intent(BleScannerHardwareScanFilterActivity.this,
75 Intent intent = new Intent(BleScannerHardwareScanFilterActivity.this,
116 stopService(new Intent(this, BleScannerService.class));
155 this.notifyDataSetChanged();
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 5 * you may not use this file except in compliance with the License.
45 * Other classes can call this function to wait for this activity
59 DeviceInfoActivity.this.runOnUiThread(new Runnable() {
62 setContentView(new GLESSurfaceView(DeviceInfoActivity.this, version, done));
110 // Dismiss keyguard and keep screen on while this test is on.
  /developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
MainActivity.java 5 * you may not use this file except in compliance with the License.
39 * This activity uses the camera/camcorder as the A/V source for the {@link android.media.MediaRecorder} API.
40 * A {@link android.view.TextureView} is used as the camera preview which limits the code to API 14+. This
222 MainActivity.this.finish();
  /developers/samples/android/media/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
MainActivity.java 5 * you may not use this file except in compliance with the License.
39 * This activity uses the camera/camcorder as the A/V source for the {@link android.media.MediaRecorder} API.
40 * A {@link android.view.TextureView} is used as the camera preview which limits the code to API 14+. This
222 MainActivity.this.finish();
  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameActivity.java 5 * you may not use this file except in compliance with the License.
56 * IMPORTANT: all resource IDs from this library will eventually be merged
135 GameActivity.this.finish();
152 // Pick a non-used cell at random. That's about all the AI you need for this game.

Completed in 1332 milliseconds

<<111213141516171819