/external/vogar/src/vogar/ |
D | HostFileCache.java | 35 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()
|
D | FileCache.java | 30 void copyFromCache(String key, File destination); in copyFromCache()
|
/external/google-breakpad/src/common/windows/ |
D | string_utils-inl.h | 105 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/ |
D | MessageLog.java | 51 private String destination; field in MessageLog 85 String destination, in MessageLog() 118 String destination, in MessageLog()
|
D | DefaultMessageLogFactory.java | 16 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/ |
D | FileResource.java | 386 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/ |
D | SkMatrixParts.h | 99 SkDrawRect* destination; variable 114 SkPolygon* destination; variable
|
/external/v8/src/x87/ |
D | lithium-gap-resolver-x87.cc | 79 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/ |
D | lithium-gap-resolver-ia32.cc | 79 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/ |
D | test-gap-resolver.cc | 66 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/ |
D | RedirectListener.java | 43 public RedirectListener(HttpDestination destination, HttpExchange ex) in RedirectListener() 128 …HttpDestination destination=_destination.getHttpClient().getDestination(_exchange.getAddress(),isH… in checkExchangeComplete() local
|
D | SocketConnector.java | 50 public void startConnection(final HttpDestination destination) throws IOException in startConnection()
|
/external/v8/src/x64/ |
D | lithium-gap-resolver-x64.cc | 75 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/ |
D | lithium-gap-resolver-arm64.cc | 98 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/ |
D | helpbase-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/ |
D | RealmResolver.java | 27 …public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOExcep… in getRealm()
|
D | SimpleRealmResolver.java | 40 …public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOExcep… in getRealm()
|
D | HashRealmResolver.java | 40 …public Realm getRealm( String realmName, HttpDestination destination, String path ) throws IOExcep… in getRealm()
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_unittest.cc | 343 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/ |
D | lithium-gap-resolver-arm.cc | 104 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/ |
D | lithium-gap-resolver-mips.cc | 88 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/ |
D | lithium-gap-resolver-mips64.cc | 88 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/ |
D | RetrieveFilesTask.java | 43 private void retrieveFiles(File destination, File source, FileFilter filenameFilter) in retrieveFiles()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | LogRecordFactory.java | 34 String destination, long timeStamp, boolean isSender, in createLogRecord()
|
/external/v8/tools/testrunner/local/ |
D | utils.py | 117 def URLRetrieve(source, destination): argument
|