HomeSort by relevance Sort by last modified time
    Searched defs:destination (Results 151 - 175 of 1217) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 455 unittest::TestAllTypes destination; local
463 EXPECT_TRUE(destination.ParseFromString(data));
464 TestUtil::ExpectAllFieldsSet(destination);
476 unittest::TestAllTypes destination; local
487 EXPECT_TRUE(destination.ParseFromString(data));
488 TestUtil::ExpectAllFieldsSet(destination);
499 unittest::TestPackedTypes destination; local
507 EXPECT_TRUE(destination.ParseFromString(data));
508 TestUtil::ExpectPackedFieldsSet(destination);
520 unittest::TestPackedTypes destination; local
538 unittest::TestAllExtensions destination; local
551 unittest::TestPackedExtensions destination; local
562 unittest::TestUnpackedExtensions destination; local
583 unittest::TestPackedExtensions destination; local
    [all...]
  /external/python/cpython2/Tools/bgen/bgen/
scantools.py 728 classname, listname = self.destination(tp, name, arglist, modifiers)
730 classname, listname = self.destination(tp, name, arglist)
732 self.htmlreport("*** no output generated: self.destination() returned None", klass="blacklisted")
754 def destination(self, type, name, arglist): member in class:Scanner
  /frameworks/base/libs/hwui/font/
Font.cpp 242 SkPoint destination[4]; local
249 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset,
251 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset,
253 destination[2].set(destination[1].fX + tangent->fY * height,
254 destination[1].fY - tangent->fX * height);
255 destination[3].set(destination[0].fX + tangent->fY * height,
256 destination[0].fY - tangent->fX * height);
264 position->x() + destination[0].x(), position->y() + destination[0].y(), u1, v2
    [all...]
  /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);
  /packages/apps/Messaging/src/com/android/messaging/util/
AvatarUriUtil.java 153 final String destination = participant.getNormalizedDestination(); local
155 return createAvatarUri(profilePhotoUri, name, destination, contactLookupKey);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 131 Object destination = getArguments().getDestination(); local
132 if (destination instanceof IPackageFragment) {
133 IPackageFragment packageFragment = (IPackageFragment) destination;
135 } else if (destination instanceof IResource) {
140 if (resource.equals(destination)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 87 setTitle("Destination and key/certificate checks");
105 new Label(composite, SWT.NONE).setText("Destination APK file:");
121 fileDialog.setText("Destination file name");
157 // reset the destination from the content of the project
160 String destination = ProjectHelper.loadStringProperty(project, local
162 if (destination != null) {
163 mDestination.setText(destination);
287 * Callback for destination field edition
300 setErrorMessage("Enter destination for the APK file.");
309 setErrorMessage("Destination is a directory.")
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /external/ImageMagick/MagickCore/
annotate.c 1786 *destination; local
    [all...]
shear.c 1193 destination; local
1416 destination; local
    [all...]
string.c 129 *destination;
139 destination=(char *) AcquireQuantumMemory(length+MagickPathExtent,
140 sizeof(*destination));
141 if (destination == (char *) NULL)
143 *destination='\0';
145 (void) memcpy(destination,source,length*sizeof(*destination));
146 destination[length]='\0';
147 return(destination);
256 % CloneString() replaces or frees the destination string to make i
126 *destination; local
691 *destination; local
920 *destination; local
    [all...]
  /external/ImageMagick/coders/
pict.c 1089 destination; local
    [all...]
  /external/autotest/frontend/client/src/autotest/common/
Utils.java 271 public static void updateObject(JSONObject destination, JSONObject source) {
276 destination.put(key, source.get(key));
  /external/deqp/external/openglcts/modules/gl/
gl3cClipDistance.cpp 1659 std::string destination = source; local
    [all...]
gl3cTextureSizePromotion.cpp 136 /* Prepare destination texture. */
370 /* Swpaing destination texture to source texture. */
395 /* Create framebuffer's destination texture. */
837 /* Fetch results from destination texture (attached to current framebuffer). */
867 /* Fetch results from destination texture (attached to current framebuffer). */
898 /* Fetch results from destination texture (attached to current framebuffer). */
940 /* Fetch results from destination texture (attached to current framebuffer). */
971 /* Fetch results from destination texture (attached to current framebuffer). */
1514 std::string destination = source; local
    [all...]
  /external/libmojo/mojo/edk/system/
node_channel.cc 123 ports::NodeName destination; member in struct:mojo::edk::__anon25158::RelayPortsMessageData
397 void NodeChannel::RelayPortsMessage(const ports::NodeName& destination,
409 data->destination = destination;
432 data->destination = destination;
700 std::make_pair(data->destination, std::move(message)));
706 data->destination, std::move(message));
827 ports::NodeName destination = pending_relays.front().first; local
831 destination, std::move(message))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 169 struct pipe_surface **destination; local
199 destination = dec->idct_source->get_surfaces(dec->idct_source);
201 destination = dec->mc_source->get_surfaces(dec->mc_source);
203 if (!destination)
208 &buffer->zscan[i], buffer->zscan_source, destination[i]))
    [all...]
  /external/tcpdump/
print-eigrp.c 133 uint8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_int_t
153 uint8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_ext_t
356 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length);
390 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
  /external/v8/src/compiler/
code-generator.cc 350 InstructionOperand destination = move->destination(); local
369 if (destination.IsStackSlot() &&
370 LocationOperand::cast(destination).index() >=
372 int index = LocationOperand::cast(destination).index();
    [all...]
  /external/v8/src/crankshaft/
lithium.cc 183 LOperand* destination = move_operands_[i].destination(); local
186 if (source->Equals(destination)) {
187 destination->PrintTo(stream);
189 destination->PrintTo(stream);
  /external/vulkan-validation-layers/layers/
unique_objects.cpp 646 void *destination = (char *)unwrapped_data + std::get<0>(this_entry); local
    [all...]
  /frameworks/base/services/robotests/src/com/android/server/backup/
BackupManagerServiceTest.java 129 /* Tests for destination string */
138 String destination = backupManagerService.getDestinationString(mTransportName); local
140 assertThat(destination).isEqualTo("destinationString");
150 String destination = backupManagerService.getDestinationString(mTransportName); local
152 assertThat(destination).isNull();
  /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...]
RecipientAlternatesAdapter.java 131 query.getProjection()[Queries.Query.DESTINATION] + " IN ("
253 String address = c.getString(Queries.Query.DESTINATION);
258 c.getString(Queries.Query.DESTINATION),
282 + " ADDRESS :" + c.getString(Queries.Query.DESTINATION));
316 // If only one has a display name that is not the same as the destination, use it
454 * - This method ignores all other fields and dedupe solely on the destination. Normally,
455 * if a cursor contains multiple contacts and they have the same destination, we'd still want
500 final String destination = original.getString(Query.DESTINATION); local
501 if (destinationsSeen.contains(destination)) {
    [all...]

Completed in 1291 milliseconds

1 2 3 4 5 67 8 91011>>