HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 101 - 125 of 2044) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libaaudio/src/utility/
AAudioUtilities.h 51 * @param destination
56 int16_t *destination,
67 * @param destination
74 int16_t *destination,
83 * @param destination
87 // float *destination);
93 * @param destination
98 float *destination,
109 * @param destination
116 float *destination,
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
UpdateDestinationBlockedAction.java 34 final String destination);
79 final String destination, final boolean blocked, final String conversationId,
85 new UpdateDestinationBlockedAction(destination, blocked, conversationId,
92 private static final String KEY_DESTINATION = "destination";
96 final String destination, final boolean blocked, final String conversationId,
99 Assert.isTrue(!TextUtils.isEmpty(destination));
100 actionParameters.putString(KEY_DESTINATION, destination);
107 final String destination = actionParameters.getString(KEY_DESTINATION); local
111 BugleDatabaseOperations.updateDestination(db, destination, isBlocked);
114 .getConversationFromOtherParticipantDestination(db, destination);
    [all...]
  /external/walt/ios/WALT/
MIDIEndpoint.m 46 MIDIDestination *destination = [[MIDIDestination alloc] init];
47 destination.endpoint = endpoint;
48 [destinations addObject:destination];
50 NSLog(@"Error getting destination at index %lud, skipping.", i);
  /frameworks/base/core/java/android/hardware/camera2/utils/
ParamsUtils.java 162 * ({@code destination}) in-place.
165 * @param destination the resulting floating point rectangle will be written out to here
169 public static void convertRectF(Rect source, RectF destination) {
171 checkNotNull(destination, "destination must not be null");
173 destination.left = source.left;
174 destination.right = source.right;
175 destination.bottom = source.bottom;
176 destination.top = source.top;
  /frameworks/support/navigation/fragment/ktx/src/main/java/androidx/navigation/fragment/
FragmentNavigatorDestinationBuilder.kt 28 * Construct a new [FragmentNavigator.Destination]
33 * Construct a new [FragmentNavigator.Destination]
38 ) = destination(FragmentNavigatorDestinationBuilder(
45 * DSL for constructing a new [FragmentNavigator.Destination]
52 ) : NavDestinationBuilder<FragmentNavigator.Destination>(navigator, id) {
54 override fun build(): FragmentNavigator.Destination =
55 super.build().also { destination ->
56 destination.fragmentClass = fragmentClass.java
  /external/protobuf/java/util/src/main/java/com/google/protobuf/util/
FieldMaskTree.java 192 * {@code destination}.
195 Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) {
196 if (source.getDescriptorForType() != destination.getDescriptorForType()) {
202 merge(root, "", source, destination, options);
206 * {@code destination}.
212 Message.Builder destination,
214 assert source.getDescriptorForType() == destination.getDescriptorForType();
241 destination.getFieldBuilder(field),
247 destination.setField(field, source.getField(field));
250 destination.addRepeatedField(field, element)
    [all...]
  /external/protobuf/objectivec/DevTools/
full_mac_build.sh 219 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
220 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.0" # 64bit
221 -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit
222 -destination "platform=iOS Simulator,name=iPad Air,OS=9.0" # 64bit
227 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
228 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" # 64bit
229 -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit
230 -destination "platform=iOS Simulator,name=iPad Air,OS=9.3" # 64bit
235 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
236 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.2" # 64bi
    [all...]
  /development/samples/USB/AdbTest/src/com/android/adb/
AdbSocket.java 38 public boolean open(String destination) {
40 message.set(AdbMessage.A_OPEN, mId, 0, destination);
  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystemString.cpp 59 auto destination = MAKE_ARRAY_ITERATOR(static_cast<char *>(pvValue), size); local
60 auto last = std::copy(begin(strValue), end(strValue), destination);
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
CryptoPlugin.cpp 57 const DestinationBuffer& destination,
73 if (destination.type == BufferType::SHARED_MEMORY) {
74 const SharedBuffer& dest = destination.nonsecureMemory;
77 "destination decrypt buffer base not set");
97 if (destination.type == BufferType::SHARED_MEMORY) {
98 const SharedBuffer& destBuffer = destination.nonsecureMemory;
101 _hidl_cb(Status::ERROR_DRM_CANNOT_HANDLE, 0, "destination is a nullptr");
109 destPtr = static_cast<void *>(base + destination.nonsecureMemory.offset);
110 } else if (destination.type == BufferType::NATIVE_HANDLE) {
112 destination.secureMemory.getNativeHandle())
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
ColorSpaceTransform.java 149 * Copy the {@link Rational} elements in row-major order from this matrix into the destination.
151 * @param destination
157 * If {@code destination} was {@code null}
159 * If there's not enough room to write the elements at the specified destination and
162 public void copyElements(Rational[] destination, int offset) {
164 checkNotNull(destination, "destination must not be null");
165 if (destination.length - offset < COUNT) {
166 throw new ArrayIndexOutOfBoundsException("destination too small to fit elements");
173 destination[i + offset] = new Rational(numerator, denominator)
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
IPdfEditor.aidl 30 void write(in ParcelFileDescriptor destination);
IPdfRenderer.aidl 30 in PrintAttributes attributes, in ParcelFileDescriptor destination);
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/
org.jacoco.agent-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.3.201501221555/
org.jacoco.agent-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.4.201502262128/
org.jacoco.agent-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.5.201505241946/
org.jacoco.agent-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.6.201602180812/
org.jacoco.agent-0.7.6.201602180812.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.7.201606060606/
org.jacoco.agent-0.7.7.201606060606.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.agent/0.7.8/
org.jacoco.agent-0.7.8.jar 
  /external/jcommander/src/test/java/com/beust/jcommander/args/
ArgsLongDescription.java 17 @Parameter(names = { "-d", "--destination" }, description = "The destination to go to")
18 public String destination; field in class:ArgsLongDescription
  /external/libmojo/mojo/common/
data_pipe_utils.cc 67 const ScopedDataPipeProducerHandle& destination) {
73 BeginWriteDataRaw(destination.get(), &buffer, &buffer_num_bytes,
81 EndWriteDataRaw(destination.get(), byte_index);
85 result = Wait(destination.get(), MOJO_HANDLE_SIGNAL_WRITABLE,
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_handle.h 49 // JPEG destination: we will store all the data in a buffer "buffer" of total
53 // is emptied into "destination" as soon as it fills up.
55 string *destination);
  /frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
AesCtrDecryptor.h 36 const uint8_t* source, uint8_t* destination,
  /frameworks/support/navigation/common/src/test/java/androidx/navigation/
NoNameNavigator.java 35 public void navigate(@NonNull NavDestination destination, @Nullable Bundle args,

Completed in 751 milliseconds

1 2 3 45 6 7 8 91011>>