Home
last modified time | relevance | path

Searched defs:destination (Results 1 – 25 of 141) sorted by relevance

123456

/external/vogar/src/vogar/
DHostFileCache.java35 private void cp(File source, File destination) { in cp()
44 private void mv(File source, File destination) { in mv()
53 public void copyFromCache(String key, File destination) { in copyFromCache()
DFileCache.java30 void copyFromCache(String key, File destination); in copyFromCache()
/external/google-breakpad/src/common/windows/
Dstring_utils-inl.h105 inline void WindowsStringUtils::safe_wcscpy(wchar_t *destination, in safe_wcscpy()
121 inline void WindowsStringUtils::safe_wcsncpy(wchar_t *destination, in safe_wcsncpy()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageLog.java51 private String destination; field in MessageLog
85 String destination, in MessageLog()
118 String destination, in MessageLog()
DDefaultMessageLogFactory.java16 String destination, String timeStamp, boolean isSender, in createLogRecord()
23 String destination, long timeStamp, boolean isSender, in createLogRecord()
/external/jetty/src/java/org/eclipse/jetty/util/resource/
DFileResource.java386 public void copyTo(File destination) in copyTo()
391 IO.copyDir(getFile(),destination); in copyTo() local
397 IO.copy(getFile(),destination); in copyTo() local
/external/skia/src/animator/
DSkMatrixParts.h99 SkDrawRect* destination; variable
114 SkPolygon* destination; variable
/external/v8/src/x87/
Dlithium-gap-resolver-x87.cc79 LOperand* destination = moves_[index].destination(); in PerformMove() local
134 LOperand* destination = move.destination(); in AddMove() local
148 LOperand* destination = moves_[index].destination(); in RemoveMove() local
196 LOperand* destination = moves_[i].destination(); in Verify() local
255 LOperand* destination = moves_[index].destination(); in EmitMove() local
358 LOperand* destination = moves_[index].destination(); in EmitSwap() local
/external/v8/src/ia32/
Dlithium-gap-resolver-ia32.cc79 LOperand* destination = moves_[index].destination(); in PerformMove() local
134 LOperand* destination = move.destination(); in AddMove() local
148 LOperand* destination = moves_[index].destination(); in RemoveMove() local
196 LOperand* destination = moves_[i].destination(); in Verify() local
255 LOperand* destination = moves_[index].destination(); in EmitMove() local
354 LOperand* destination = moves_[index].destination(); in EmitSwap() local
/external/v8/test/cctest/compiler/
Dtest-gap-resolver.cc66 InstructionOperand destination(it->second.first, it->second.second); in operator <<() local
80 InstructionOperand* destination) OVERRIDE { in AssembleMove()
87 InstructionOperand* destination) OVERRIDE { in AssembleSwap()
/external/jetty/src/java/org/eclipse/jetty/client/
DRedirectListener.java43 public RedirectListener(HttpDestination destination, HttpExchange ex) in RedirectListener()
128 …HttpDestination destination=_destination.getHttpClient().getDestination(_exchange.getAddress(),isH… in checkExchangeComplete() local
DSocketConnector.java50 public void startConnection(final HttpDestination destination) throws IOException in startConnection()
/external/v8/src/x64/
Dlithium-gap-resolver-x64.cc75 LOperand* destination = moves_[index].destination(); in PerformMove() local
130 LOperand* destination = moves_[i].destination(); in Verify() local
144 LOperand* destination = moves_[index].destination(); in EmitMove() local
240 LOperand* destination = moves_[index].destination(); in EmitSwap() local
/external/v8/src/arm64/
Dlithium-gap-resolver-arm64.cc98 LOperand* destination = current_move.destination(); in PerformMove() local
138 LOperand* destination = moves_[i].destination(); in Verify() local
205 LOperand* destination = moves_[index].destination(); in EmitMove() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
Dhelpbase-ant.jar ... .ant.Task { private String manifest private String destination private org.eclipse.help.search.HelpIndexBuilder
/external/jetty/src/java/org/eclipse/jetty/client/security/
DRealmResolver.java27 …public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOExcep… in getRealm()
DSimpleRealmResolver.java40 …public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOExcep… in getRealm()
DHashRealmResolver.java40 …public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOExcep… in getRealm()
/external/protobuf/src/google/protobuf/
Dextension_set_unittest.cc343 unittest::TestAllTypes destination; in TEST() local
364 unittest::TestAllTypes destination; in TEST() local
387 unittest::TestPackedTypes destination; in TEST() local
408 unittest::TestPackedTypes destination; in TEST() local
426 unittest::TestAllExtensions destination; in TEST() local
439 unittest::TestPackedExtensions destination; in TEST() local
450 unittest::TestUnpackedExtensions destination; in TEST() local
471 unittest::TestPackedExtensions destination; in TEST() local
/external/v8/src/arm/
Dlithium-gap-resolver-arm.cc104 LOperand* destination = moves_[index].destination(); in PerformMove() local
144 LOperand* destination = moves_[i].destination(); in Verify() local
203 LOperand* destination = moves_[index].destination(); in EmitMove() local
/external/v8/src/mips/
Dlithium-gap-resolver-mips.cc88 LOperand* destination = moves_[index].destination(); in PerformMove() local
128 LOperand* destination = moves_[i].destination(); in Verify() local
189 LOperand* destination = moves_[index].destination(); in EmitMove() local
/external/v8/src/mips64/
Dlithium-gap-resolver-mips64.cc88 LOperand* destination = moves_[index].destination(); in PerformMove() local
128 LOperand* destination = moves_[i].destination(); in Verify() local
189 LOperand* destination = moves_[index].destination(); in EmitMove() local
/external/vogar/src/vogar/tasks/
DRetrieveFilesTask.java43 private void retrieveFiles(File destination, File source, FileFilter filenameFilter) in retrieveFiles()
/external/nist-sip/java/gov/nist/javax/sip/
DLogRecordFactory.java34 String destination, long timeStamp, boolean isSender, in createLogRecord()
/external/v8/tools/testrunner/local/
Dutils.py117 def URLRetrieve(source, destination): argument

123456