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

1 2 3 4 5 6 7 891011>>

  /external/ImageMagick/coders/
pdf.c 959 *destination; local
    [all...]
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 596 // Set the current style and destination based on the two keys
598 CDFLocaleStyleData* destination = NULL; local
602 destination = &dataBundle.longData;
606 destination = &dataBundle.shortData;
611 // destination = &dataBundle.shortCurrencyData;
638 destination->fromFallback = isFallback;
668 destination->unitsByVariant, FALSE, errorCode);
683 if (destination->divisors[log10Value] != 0.0
684 && destination->divisors[log10Value] != divisor) {
688 destination->divisors[log10Value] = divisor
    [all...]
  /external/libchrome/dbus/
message.cc 240 // destination if any, followed by a blank line, and the message
243 // destination: com.example.Service
257 AppendStringHeader("destination", GetDestination(), &headers);
272 bool Message::SetDestination(const std::string& destination) {
273 return dbus_message_set_destination(raw_message_, destination.c_str());
305 const char* destination = dbus_message_get_destination(raw_message_); local
306 return destination ? destination : "";
  /external/libmojo/mojo/edk/system/
node_controller.cc 655 // If we're sending a message with handles we aren't the destination
1103 const ports::NodeName& destination = entry.first; local
    [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
UnknownFieldSetTest.java 178 TestEmptyMessage destination = local
197 destination.toString());
229 TestAllTypes destination = TestAllTypes.parseFrom(data); local
231 TestUtil.assertAllFieldsSet(destination);
232 assertEquals(1, destination.getUnknownFields().asMap().size());
235 destination.getUnknownFields().getField(123456);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 108 Rect bounds, Rect destination,
118 request.setDestination(destination);
143 public static Intent getSaveIntent(Context context, ImagePreset preset, File destination,
153 if (destination != null) {
154 processIntent.putExtra(ProcessingService.DESTINATION_FILE, destination.toString());
198 String destination = intent.getStringExtra(DESTINATION_FILE); local
209 if (destination != null) {
210 destinationFile = new File(destination);
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java 158 final int DESTINATION = 6;
259 final int destination = cursor.getInt(UpdateQuery.DESTINATION); local
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 351 Uri destination = getExternalUri(); local
352 Download download = enqueueRequest(getRequest().setDestinationUri(destination));
356 assertEquals(destination, localUri);
358 InputStream stream = new FileInputStream(destination.getPath());
708 Uri destination = getExternalUri(); local
709 new File(destination.getPath()).createNewFile();
711 Download download = enqueueRequest(getRequest().setDestinationUri(destination));
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.impl/0.18.1/
org.eclipse.tycho.p2.tools.impl-0.18.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
org.eclipse.equinox.p2.updatesite_1.0.400.v20130515-2028.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0-rc5/
compiler-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.0/
compiler-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/1.1/
compiler-1.1.jar 
  /prebuilts/ktlint/
ktlint-android-all.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-artifact-manager-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.0.9/
maven-artifact-manager-2.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar 
  /art/compiler/optimizing/
instruction_builder.cc 2926 uint8_t destination = instruction.VRegA_22c(); local
    [all...]
instruction_simplifier.cc 2157 HInstruction* destination = instruction->InputAt(2); local
    [all...]
  /external/brotli/c/enc/
encode.c 1407 uint8_t* destination; local
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 1057 /// The destination is a pointer to a field, the source is the value to store.
1065 SExpr *destination() { return Dest; } // Address to store to function in class:clang::threadSafety::Store
1066 const SExpr *destination() const { return Dest; } function in class:clang::threadSafety::Store
1080 typename C::CType Ct = Cmp.compare(destination(), E->destination());
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 260 EAS_U16 destination; member in struct:s_connection_tag
1975 EAS_U16 destination; local
    [all...]
  /external/tcpdump/
print-sctp.c 157 uint16_t destination; member in struct:sctpHeader
519 destPort = EXTRACT_16BITS(&sctpPktHdr->destination);
  /external/v8/src/
code-stubs.h 1408 Register destination() const { function in class:v8::DoubleToIStub
    [all...]

Completed in 469 milliseconds

1 2 3 4 5 6 7 891011>>