HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 276 - 300 of 1443) sorted by null

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintsUserState.java 162 AtomicFile destination = new AtomicFile(mFile); local
172 out = destination.startWrite();
193 destination.finishWrite(out);
198 destination.failWrite(out);
  /frameworks/rs/scriptc/
rs_matrix.rsh 228 * If loading from a matrix and the source is smaller than the destination, the rest
229 * of the destination is filled with elements of the identity matrix. E.g.
239 * destination: Matrix to set.
244 rsMatrixLoad(rs_matrix4x4* destination, const float* array);
247 rsMatrixLoad(rs_matrix3x3* destination, const float* array);
250 rsMatrixLoad(rs_matrix2x2* destination, const float* array);
253 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix4x4* source);
256 rsMatrixLoad(rs_matrix3x3* destination, const rs_matrix3x3* source);
259 rsMatrixLoad(rs_matrix2x2* destination, const rs_matrix2x2* source);
262 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix3x3* source)
    [all...]
  /hardware/ti/omap4-aah/security/tf_sdk/include/
tee_client_api_ex.h 88 const TEEC_UUID* destination,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api_ex.h 88 const TEEC_UUID* destination,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
RenderingRequest.java 56 RenderingRequestCaller caller, Rect bounds, Rect destination) {
85 request.setDestination(destination);
186 public void setDestination(Rect destination) {
187 mDestination = destination;
  /prebuilts/sdk/renderscript/include/
rs_matrix.rsh 228 * If loading from a matrix and the source is smaller than the destination, the rest
229 * of the destination is filled with elements of the identity matrix. E.g.
239 * destination: Matrix to set.
244 rsMatrixLoad(rs_matrix4x4* destination, const float* array);
247 rsMatrixLoad(rs_matrix3x3* destination, const float* array);
250 rsMatrixLoad(rs_matrix2x2* destination, const float* array);
253 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix4x4* source);
256 rsMatrixLoad(rs_matrix3x3* destination, const rs_matrix3x3* source);
259 rsMatrixLoad(rs_matrix2x2* destination, const rs_matrix2x2* source);
262 rsMatrixLoad(rs_matrix4x4* destination, const rs_matrix3x3* source)
    [all...]
  /system/ca-certificates/google/
Android.mk 21 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-google-$(notdir $(cacert)),$(cacert),$(cacerts_google_target_directory))))
30 $(foreach cacert, $(cacerts_google), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-google-$(notdir $(cacert)),$(cacert),$(cacerts_google_host_directory))))
  /system/connectivity/shill/
mock_connection.h 44 MOCK_METHOD1(RequestHostRoute, bool(const IPAddress& destination));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb2_mul.s 19 # destination do not match.
  /system/connectivity/shill/shims/
netfilter_queue_processor.cc 346 uint32_t destination) {
351 (*it)->destination == destination) {
419 uint32_t destination = 0; local
420 // Allow multicast replies if the destination port of the packet is the
423 destination = packet.destination_ip();
440 address, netmask, destination));
443 << " with destination "
444 << AddressAndPortToString(destination, port);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 179 String destination; local
181 destination = ((BluetoothObexTransport)mTransport).getRemoteAddress();
183 destination = "FF:FF:FF:00:00:00";
186 isWhitelisted(destination);
270 values.put(BluetoothShare.DESTINATION, destination);
548 String destination; local
550 destination = ((BluetoothObexTransport)mTransport).getRemoteAddress();
552 destination = "FF:FF:FF:00:00:00";
555 isWhitelisted(destination);
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/0.12.613/
kotlin-annotation-processing-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/0.13.1513/
kotlin-annotation-processing-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-annotation-processing/0.13.1514/
kotlin-annotation-processing-0.13.1514.jar 
  /art/runtime/lambda/
closure_test.cc 111 // Copy variadic arguments into the destination array with memcpy.
113 static void CopyArgs(uint8_t destination[], T&& arg, Args&& ... args) {
114 memcpy(destination, &arg, sizeof(arg));
115 CopyArgs(destination + sizeof(arg), args ...);
119 static void CopyArgs(uint8_t destination[]) {
120 UNUSED(destination);
  /external/libavc/common/arm/
ih264_intra_pred_luma_8x8_a9q.s 76 @* UWORD8 pointer to the destination
82 @* integer destination stride[Not used]
161 @* UWORD8 pointer to the destination
167 @* integer destination stride
234 @* UWORD8 pointer to the destination
240 @* integer destination stride
314 @* UWORD8 pointer to the destination
320 @* integer destination stride
425 @* UWORD8 pointer to the destination
431 @* integer destination strid
    [all...]
ih264_weighted_bi_pred_a9q.s 51 @* rounds off, adds offset and stores it in the destination block.
60 @* UWORD8 pointer to the destination where the output block is stored.
69 @* Stride of the destination buffer
199 vst1.32 d4[0], [r2], r5 @store row 1 in destination
200 vst1.32 d4[1], [r2], r5 @store row 2 in destination
201 vst1.32 d8[0], [r2], r5 @store row 3 in destination
202 vst1.32 d8[1], [r2], r5 @store row 4 in destination
253 vst1.8 d4, [r2], r5 @store row 1 in destination
254 vst1.8 d8, [r2], r5 @store row 2 in destination
256 vst1.8 d12, [r2], r5 @store row 3 in destination
    [all...]
  /external/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 119 destination = unittest_pb2.TestEmptyMessage()
120 destination.ParseFromString(message.SerializeToString())
121 unknown_fields = destination._unknown_fields[:]
123 destination.MergeFrom(source)
125 destination._unknown_fields)
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardRequest.java 288 String destination = null; local
291 destination = PhoneUtils.getDefault().getCanonicalBySystemLocale(
295 if (destination == null) {
298 destination = emails.get(0).getAddress();
301 avatarUri = AvatarUriUtil.createAvatarUri(null, displayName, destination, null);
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1513/
kotlin-gradle-plugin-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1514/
kotlin-gradle-plugin-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-beta-1103/
kotlin-gradle-plugin-1.0.0-beta-1103.jar 
  /frameworks/opt/chips/src/com/android/ex/chips/
DropdownChipLayouter.java 122 CharSequence destination = styledResults[1]; local
133 if (TextUtils.isEmpty(displayName) || TextUtils.equals(displayName, destination)) {
134 displayName = destination;
136 // We only show the destination for secondary entries, so clear it only for the
139 destination = null;
169 destination = Rfc822Tokenizer.tokenize(entry.getDestination())[0].getAddress();
176 bindTextToView(destination, viewHolder.destinationView);
354 * Each View must contain two TextViews (for display name and destination) and one ImageView
372 * Each View must contain two TextViews (for display name and destination) and one ImageView
411 * Returns an id for TextView in an item View for showing a destination
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
xfixesproto.h 270 Region destination B32;
281 Region destination B32;
299 Region destination B32;
319 Region destination B32;
452 Cursor destination B32;
475 Region destination B32;
  /system/connectivity/shill/dhcp/
dhcpv4_config.cc 288 // "destination/prefix gateway" values. As such, we iterate twice
293 IPAddress destination(IPAddress::kFamilyIPv4);
294 if (!destination.SetAddressAndPrefixFromString(
311 if (destination.prefix() == 0 && properties->gateway.empty()) {
319 CHECK(destination.IntoString(&route.host));
321 destination.family(), destination.prefix()));

Completed in 455 milliseconds

<<11121314151617181920>>