/external/protobuf/java/src/test/java/com/google/protobuf/ |
UnknownFieldSetTest.java | 174 TestEmptyMessage destination = local 193 destination.toString()); 218 TestAllTypes destination = TestAllTypes.parseFrom(data); local 220 TestUtil.assertAllFieldsSet(destination); 221 assertEquals(1, destination.getUnknownFields().asMap().size()); 224 destination.getUnknownFields().getField(123456);
|
/frameworks/base/core/java/android/net/ |
Downloads.java | 120 * can freely access, copy, delete. Even with that destination, 122 * Downloads to the external destination only write files for which 506 // NOTE: destination should be seperated from whether the download 508 int destination = android.provider.Downloads.Impl.DESTINATION_EXTERNAL; local 511 destination = android.provider.Downloads.Impl.DESTINATION_EXTERNAL; 515 destination = android.provider.Downloads.Impl.DESTINATION_CACHE_PARTITION; 517 destination = 522 destination = 526 values.put(android.provider.Downloads.Impl.COLUMN_DESTINATION, destination);
|
/external/dbus/dbus/ |
dbus-marshal-header.h | 74 const char *destination,
|
/external/kernel-headers/original/linux/ |
kexec.h | 67 unsigned long destination; member in struct:kimage
|
/external/webkit/JavaScriptCore/assembler/ |
AbstractMacroAssembler.h | 210 // linked to a label marking its destination. 216 // it may be used as a destination for a jump. 289 // destination. 333 // destination. 366 // All jumps in the set will be linked to the same destination. 505 static void repatchJump(CodeLocationJump jump, CodeLocationLabel destination) 507 AssemblerType::relinkJump(jump.dataLocation(), destination.dataLocation()); 510 static void repatchNearCall(CodeLocationNearCall nearCall, CodeLocationLabel destination) 512 AssemblerType::relinkCall(nearCall.dataLocation(), destination.executableAddress());
|
/external/webkit/WebCore/platform/graphics/cg/ |
ImageBufferCG.cpp | 287 RetainPtr<CGImageDestinationRef> destination(AdoptCF, CGImageDestinationCreateWithData(data.get(), utiFromMIMEType(mimeType).get(), 1, 0)); 288 if (!destination) 291 CGImageDestinationAddImage(destination.get(), image.get(), 0); 292 CGImageDestinationFinalize(destination.get());
|
/external/webkit/WebCore/workers/ |
WorkerMessagingProxy.cpp | 281 static void postConsoleMessageTask(ScriptExecutionContext* context, WorkerMessagingProxy* messagingProxy, MessageDestination destination, MessageSource source, MessageType type, MessageLevel level, const String& message, unsigned lineNumber, const String& sourceURL) 285 context->addMessage(destination, source, type, level, message, lineNumber, sourceURL); 288 void WorkerMessagingProxy::postConsoleMessageToWorkerObject(MessageDestination destination, MessageSource source, MessageType type, MessageLevel level, const String& message, int lineNumber, const String& sourceURL) 290 m_scriptExecutionContext->postTask(createCallbackTask(&postConsoleMessageTask, this, destination, source, type, level, message, lineNumber, sourceURL));
|
DefaultSharedWorkerRepository.cpp | 167 static void postConsoleMessageTask(ScriptExecutionContext* document, MessageDestination destination, MessageSource source, MessageType type, MessageLevel level, const String& message, unsigned lineNumber, const String& sourceURL) 169 document->addMessage(destination, source, type, level, message, lineNumber, sourceURL); 172 void SharedWorkerProxy::postConsoleMessageToWorkerObject(MessageDestination destination, MessageSource source, MessageType type, MessageLevel level, const String& message, int lineNumber, const String& sourceURL) 176 (*iter)->postTask(createCallbackTask(&postConsoleMessageTask, destination, source, type, level, message, lineNumber, sourceURL));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
ProjectMock.java | 240 public void copy(IPath destination, boolean force, IProgressMonitor monitor) 245 public void copy(IPath destination, int updateFlags, IProgressMonitor monitor) 407 public void move(IPath destination, boolean force, IProgressMonitor monitor) 412 public void move(IPath destination, int updateFlags, IProgressMonitor monitor)
|
/external/chromium/net/tools/tld_cleanup/ |
tld_cleanup.cc | 258 logging::LoggingDestination destination = logging::LOG_ONLY_TO_FILE; local 260 logging::LoggingDestination destination = local 270 destination,
|
/external/webkit/JavaScriptCore/runtime/ |
UStringImpl.h | 166 static void copyChars(UChar* destination, const UChar* source, unsigned numCharacters) 170 destination[i] = source[i]; 172 memcpy(destination, source, numCharacters * sizeof(UChar));
|
/external/webkit/WebCore/platform/ |
SharedBuffer.cpp | 198 char* destination = m_buffer.data() + bufferSize; local 202 memcpy(destination, m_segments[i], bytesToCopy); 203 destination += bytesToCopy;
|
/external/webkit/WebCore/editing/ |
ReplaceSelectionCommand.cpp | 434 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination) 436 if (source.isNull() || destination.isNull()) 440 Node* destinationNode = destination.deepEquivalent().node(); 446 enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) && 696 VisiblePosition destination = mergeForward ? endOfInsertedContent.next() : endOfInsertedContent; local 699 // Merging forward could result in deleting the destination anchor node. 701 if (endOfParagraph(startOfParagraphToMove) == destination) { 704 destination = VisiblePosition(Position(placeholder.get(), 0)); 707 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination); 714 m_lastLeafInserted = destination.previous().deepEquivalent().node() 931 VisiblePosition destination = startOfInsertedContent.previous(); local [all...] |
/external/v8/src/ia32/ |
codegen-ia32.h | 117 // A control destination encapsulates a pair of jump targets and a 129 // The labels in the control destination can be extracted and 131 // destination. 147 // or binding the targets will not update the destination's state. 151 // True if the the destination has been jumped to unconditionally or 157 // True if the destination is used and the true target (respectively 229 // Before using the destination: true if the true target is the 231 // using the destination: true if the true target was actually used 258 // state. The new state has its own control destination. 259 CodeGenState(CodeGenerator* owner, ControlDestination* destination); 266 ControlDestination* destination() const { return destination_; } function in class:v8::internal::BASE_EMBEDDED 352 ControlDestination* destination() const { return state_->destination(); } function in class:v8::internal::CodeGenerator [all...] |
fast-codegen-ia32.h | 81 Register destination() { return destination_; } function in class:v8::internal::FastCodeGenerator 124 // cell into the destination register. 130 // destination register. 135 // left in the destination register. 140 // destination register.
|
/external/v8/src/x64/ |
codegen-x64.h | 117 // A control destination encapsulates a pair of jump targets and a 129 // The labels in the control destination can be extracted and 131 // destination. 147 // or binding the targets will not update the destination's state. 151 // True if the the destination has been jumped to unconditionally or 157 // True if the destination is used and the true target (respectively 229 // Before using the destination: true if the true target is the 231 // using the destination: true if the true target was actually used 258 // state. The new state has its own control destination. 259 CodeGenState(CodeGenerator* owner, ControlDestination* destination); 266 ControlDestination* destination() const { return destination_; } function in class:v8::internal::BASE_EMBEDDED 352 ControlDestination* destination() const { return state_->destination(); } function in class:v8::internal::CodeGenerator [all...] |
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
PublicApiFunctionalTest.java | 288 Uri destination = getExternalUri(); local 289 Download download = enqueueRequest(getRequest().setDestinationUri(destination)); 293 assertEquals(destination, localUri); 295 InputStream stream = new FileInputStream(destination.getPath()); 527 Uri destination = getExternalUri(); local 528 new File(destination.getPath()).createNewFile(); 531 Download download = enqueueRequest(getRequest().setDestinationUri(destination));
|
/external/bluetooth/glib/gio/ |
gfile.c | 229 GFile *destination, 4712 GFile *destination; member in struct:__anon1847 [all...] |
/external/v8/src/ |
fast-codegen.cc | 597 if (!destination().is(no_reg)) { 637 { Register my_destination = destination(); 655 if (!destination().is(no_reg)) PrintF("t%d = ", expr->num()); 674 if (!destination().is(no_reg)) { 721 { Register my_destination = destination(); 732 if (!destination().is(no_reg)) PrintF("t%d = ", expr->num());
|
fast-codegen.h | 85 Register destination() { return destination_; } function in class:v8::internal::FastCodeGenerator 128 // cell into the destination register. 134 // destination register. 139 // left in the destination register. 144 // destination register.
|
jump-target.h | 199 // Copy the state of this break target to the destination. The 202 // pointed-to frames. The previous state of the destination is 204 void CopyTo(BreakTarget* destination);
|
/external/dbus/bus/ |
policy.h | 65 char *destination; member in struct:BusPolicyRule::__anon3173::__anon3174
|
/external/tcpdump/ |
print-eigrp.c | 137 u_int8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_int_t 157 u_int8_t destination; /* variable length [1-4] bytes encoding */ member in struct:eigrp_tlv_ip_ext_t 334 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length); 363 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
|
/external/webkit/WebKit/chromium/src/ |
WebWorkerBase.h | 115 int destination,
|
/development/scripts/ |
divide_and_compress.py | 56 rtn.add_option('-d', '--destination', dest='destination', default=None, 80 if options.sourcefiles is None or options.destination is None: 358 zipper = DirectoryZipper(options.destination,
|