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

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 10 * notice, this list of conditions and the following disclaimer.
13 * notice, this list of conditions and the following disclaimer in the
17 * may be used to endorse or promote products derived from this software
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
118 this.parentEmitter = parentEmitter;
122 return this; // WARNING: Sets wrong control on spatial. Will be
199 this.setIgnoreTransform(true);
202 this.setShadowMode(ShadowMode.Off);
205 this.setQueueBucket(Bucket.Transparent)
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
CaptureCollector.java 5 * you may not use this file except in compliance with the License.
84 CaptureCollector.this.onPreviewCompleted();
93 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp,
102 CaptureCollector.this.mDeviceState.setCaptureResult(mRequest,
111 CaptureCollector.this.mDeviceState.setCaptureResult(mRequest,
118 CaptureCollector.this.onRequestCompleted(CaptureHolder.this);
144 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp,
204 CaptureCollector.this.mDeviceState.setCaptureStart(mRequest, mTimestamp,
297 * For requests that use the Camera1 API preview output stream, this will block if there ar
    [all...]
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 5 * you may not use this file except in compliance with the License.
51 * <p>To extend this class, you must declare the service in your manifest file with
107 * This does not change the interruption filter, only the effects. **/
147 // This context is required for system services since NotificationListenerService isn't
159 * Implement this method to learn about new notifications as they are posted by apps.
170 * Implement this method to learn about new notifications as they are posted by apps.
183 * Implement this method to learn when notifications are removed.
185 * This might occur because the user has dismissed the notification using system UI (or another
192 * {@link StatusBarNotification}, sufficient to match this call with a prior call to
204 * Implement this method to learn when notifications are removed
    [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...]
  /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/apache-xml/src/main/java/org/apache/xml/serializer/
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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CertificateObject.java 85 this.c = c;
89 byte[] bytes = this.getExtensionBytes("2.5.29.19");
103 byte[] bytes = this.getExtensionBytes("2.5.29.15");
132 this.checkValidity(new Date());
139 if (date.getTime() > this.getNotAfter().getTime()) // for other VM compatibility
144 if (date.getTime() < this.getNotBefore().getTime())
326 byte[] bytes = this.getExtensionBytes("2.5.29.37");
390 if (this.getVersion() == 3)
459 if (this.getVersion() == 3)
488 if (this.getVersion() == 3
    [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/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...]
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
AndroidHarness.java 73 * if true finish this activity when the jme app is stopped
81 * Message of the exit dialog, default is "Use your home key to bring this
84 protected String exitDialogMessage = "Use your home key to bring this app into the background or exit to terminate it.";
150 JmeAndroidSystem.setActivity(this);
168 AndroidInput input = new AndroidInput(this);
187 WindowManager wind = this.getWindowManager();
197 setContentView(new TextView(this));
305 AlertDialog dialog = new AlertDialog.Builder(AndroidHarness.this) // .setIcon(R.drawable.alert_dialog_icon)
306 .setTitle(finalTitle).setPositiveButton("Kill", AndroidHarness.this).setMessage(finalMsg).create();
324 this.finish();
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
Properties.java 19 * This class is valid for all versions of blender.
31 // public static final int IDP_ID = 7;//this is not implemented in blender (yet)
53 * This method loads the property from the belnder file.
150 this.value = result;
160 this.completeLoading();
164 * This method returns the name of the property.
172 * This method returns the description of the property.
180 * This method returns the type of the property.
188 * This method returns the value of the property.
197 * This method returns the same as getValue if the current property is o
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java 5 * you may not use this file except in compliance with the License.
36 // Internal state is guarded by this. No long-running or potentially
42 * WINDOW_UPDATE} frame on this stream.
49 * window update. Even if this is positive, writes will block until there
52 // guarded by this
70 * The reason why this stream was abnormally closed. If there are multiple
71 * reasons to abnormally close this stream (such as both peers closing it
72 * near-simultaneously) then this is the first reason known to this peer.
80 this.id = id
    [all...]
  /frameworks/base/core/java/android/nfc/cardemulation/
ApduServiceInfo.java 5 * you may not use this file except in compliance with the License.
55 * The service that implements this
65 * Whether this service represents AIDs running on the host CPU
80 * Whether this service should only be started when the device is unlocked.
95 * Settings Activity for this service
106 this.mService = info;
107 this.mDescription = description;
108 this.mStaticAidGroups = new HashMap<String, AidGroup>();
109 this.mDynamicAidGroups = new HashMap<String, AidGroup>();
110 this.mOnHost = onHost
    [all...]
  /frameworks/base/media/java/android/media/
ImageReader.java 5 * you may not use this file except in compliance with the License.
89 * by the application. The application can still acquire images from this
104 * @param width The default width in pixels of the Images that this reader
106 * @param height The default height in pixels of the Images that this reader
108 * @param format The format of the Image that this reader will produce. This
113 * access simultaneously. This should be as small as possible to
150 nativeInit(new WeakReference<ImageReader>(this), width, height, format, maxImages);
155 // during GC. Note that this doesn't include the buffers required by the buffer queue
165 * <p>The width may be overridden by the producer sending buffers to this
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatLfnDirectory.java 5 * This library is free software; you can redistribute it and/or modify it
10 * This library is distributed in the hope that it will be useful, but
16 * along with this library; If not, write to the Free Software Foundation, Inc.,
35 * The {@link FsDirectory} implementation for FAT file systems. This
38 * their corresponding 8+3 short file names. This also means that an
50 * This set is used to check if a file name is already in use in this
52 * ignoring the case, so this set contains all names converted to
72 this.fat = fat;
73 this.dir = dir
    [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.
  /art/tools/dexfuzz/src/dexfuzz/program/mutators/
RandomInstructionGenerator.java 5 * you may not use this file except in compliance with the License.
40 * mutation that this CodeMutator can perform, to allow separate
151 mutation.setup(this.getClass(), mutatableCode);
ValuePrinter.java 5 * you may not use this file except in compliance with the License.
33 * mutation that this CodeMutator can perform, to allow separate
100 mutation.setup(this.getClass(), mutatableCode);
  /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/apps/CtsVerifier/src/com/android/cts/verifier/security/
FingerprintBoundKeysTest.java 5 * you may not use this file except in compliance with the License.
144 // This will most likely be a registration step for the user when they are setting up your app.
186 Toast.makeText(this, message, Toast.LENGTH_LONG)
219 FingerprintAuthDialogFragment.this.dismiss();
  /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/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
DeviceListFragment.java 5 * you may not use this file except in compliance with the License.
53 this.setListAdapter(new WiFiPeerListAdapter(getActivity(), R.layout.row_devices, peers));
64 * @return this device
143 * Update UI for this device.
148 this.device = device;
  /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();

Completed in 2424 milliseconds

<<11121314151617181920>>