/cts/tests/camera/src/android/hardware/camera2/cts/helpers/ |
UncheckedCloseable.java | 24 * <p>This signifies that the implementor will never throw checked exceptions when closing,
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
TearDownAccepter.java | 32 * Registers a TearDown implementor which will be run after the test proper.
|
/external/javassist/src/main/javassist/tools/reflect/ |
Compiler.java | 92 Reflection implementor = new Reflection(); local 94 implementor.start(pool); 112 if (!implementor.makeReflective(c, pool.get(metaobj), 125 implementor.onLoad(pool, entries[i].classname);
|
/frameworks/base/tools/preload2/src/com/android/preload/actions/ |
DeviceSpecific.java | 32 * methods of the implementor before a setDevice call. Neither is device guaranteed to be
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
Field.java | 311 * field (or a subclass or implementor thereof). 332 * underlying field (or a subclass or implementor 357 * underlying field (or a subclass or implementor 384 * underlying field (or a subclass or implementor 411 * underlying field (or a subclass or implementor 438 * underlying field (or a subclass or implementor 465 * underlying field (or a subclass or implementor 492 * underlying field (or a subclass or implementor 519 * underlying field (or a subclass or implementor 591 * field (or a subclass or implementor thereof) [all...] |
/libcore/ojluni/src/main/java/java/lang/ |
Comparable.java | 103 * <p>The implementor must ensure <tt>sgn(x.compareTo(y)) == 108 * <p>The implementor must also ensure that the relation is transitive: 112 * <p>Finally, the implementor must ensure that <tt>x.compareTo(y)==0</tt>
|
/system/core/include/system/ |
radio.h | 136 char implementor[RADIO_STRING_LEN_MAX]; /* implementor name */ member in struct:radio_hal_properties 152 char implementor[RADIO_STRING_LEN_MAX]; member in struct:radio_properties
|
/external/autotest/server/hosts/ |
base_classes.py | 50 the implementor should NOT chain calls to super, to ensure that
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealthCallback.java | 51 * <p> Its the responsibility of the implementor of this callback to close the
|
IBluetooth.aidl | 109 * The implementor is expected to reply with the
|
/frameworks/wilhelm/src/itf/ |
IAcousticEchoCancellation.c | 96 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
|
IAutomaticGainControl.c | 93 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
|
INoiseSuppression.c | 89 ALOGI("found effect \"%s\" from %s", fxDesc.name, fxDesc.implementor);
|
/system/gatekeeper/include/gatekeeper/ |
gatekeeper.h | 59 * Ownership of the auth_token_key pointer is maintained by the implementor. 75 * Ownership of the password_key pointer is maintained by the implementor.
|
/cts/tests/tests/security/testeffect/ |
CTSTestEffect.cpp | 196 implementor : "The Android Open Source Project",
|
/frameworks/base/wifi/java/android/net/wifi/ |
IWifiManager.aidl | 47 * The implementor is expected to reply with the
|
/packages/services/Car/libvehiclenetwork/include/ |
IVehicleNetworkListener.h | 41 * Pass events contained in VehiclePropValueListHolder. Client (Bn implementor) should
|
/frameworks/base/core/java/android/speech/ |
RecognizerResultsIntent.java | 75 * search url, that entry in this ArrayList should be <code>null</code>, and the implementor of 87 * html, that entry in this list should be <code>null</code>, and the implementor of
|
/libcore/ojluni/src/main/java/java/security/ |
MessageDigestSpi.java | 137 * engine implementor. 149 * engine implementor.
|
/system/media/audio/include/system/ |
sound_trigger.h | 66 char implementor[SOUND_TRIGGER_MAX_STRING_LEN]; /* implementor name */ member in struct:sound_trigger_properties
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3basetreeadaptor.c | 855 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setType()\n"); 863 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement getText()\n"); 872 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setText()\n"); 879 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement setText()\n"); 885 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement getChild()\n"); 892 ANTLR3_FPRINTF(stderr, "Internal error - implementor of superclass containing ANTLR3_TREE_ADAPTOR did not implement getChildCount()\n");
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
SoundTrigger.java | 56 /** human readable voice detection engine implementor */ 57 public final String implementor; field in class:SoundTrigger.ModuleProperties 96 ModuleProperties(int id, String implementor, String description, 102 this.implementor = implementor; 130 String implementor = in.readString(); local 143 return new ModuleProperties(id, implementor, description, uuid, version, 152 dest.writeString(implementor); 174 return "ModuleProperties [id=" + id + ", implementor=" + implementor + ", description= [all...] |
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 211 * <li>implementor: human readable effect implementor name</li> 231 * @param implementor human readable effect implementor name 235 String name, String implementor) { 240 this.implementor = implementor; 275 * Human readable effect implementor name 277 public String implementor; field in class:AudioEffect.Descriptor [all...] |
/external/tcpdump/ |
print-fddi.c | 75 #define FDDIFC_IMP_ASYNC 0x60 /* Implementor Async. */ 76 #define FDDIFC_IMP_SYNC 0xe0 /* Implementor Synch. */ 105 * implementor thinks would be useful to filter on and/or
|
/external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/ |
WebRtcAudioEffects.java | 37 // The implementor field will be set to "The Android Open Source Project". 286 + "implementor: " + d.implementor + ", "
|