| /external/swiftshader/src/OpenGL/libGLESv2/ |
| libGLESv2.cpp | 1041 es2::Renderbuffer *source = framebuffer->getReadColorbuffer(); local 1043 if(context->getReadFramebufferName() != 0 && (!source || source->getSamples() > 1)) 1048 GLenum colorbufferFormat = source->getFormat(); 1123 es2::Renderbuffer *source = framebuffer->getReadColorbuffer(); local 1125 if(context->getReadFramebufferName() != 0 && (!source || source->getSamples() > 1)) 6410 es2::Renderbuffer *source = framebuffer->getReadColorbuffer(); local [all...] |
| /external/swiftshader/src/Renderer/ |
| Surface.cpp | 2113 const DXT1 *source = (const DXT1*)external.buffer; local 2175 const DXT3 *source = (const DXT3*)external.buffer; local 2222 const DXT5 *source = (const DXT5*)external.buffer; local 2294 const ATI1 *source = (const ATI1*)external.buffer; local 2347 const ATI2 *source = (const ATI2*)external.buffer; local 3688 void *source = internal.lockRect(0, 0, 0, LOCK_READWRITE); local [all...] |
| /external/syslinux/com32/lua/src/ |
| lobject.h | 472 int *lineinfo; /* map from opcodes to source lines (debug information) */ 476 TString *source; /* used for debug information */ member in struct:Proto 603 LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len);
|
| /external/tcpdump/ |
| print-sctp.c | 8 * Redistribution and use in source and binary forms, with or without 12 * 1. Redistributions of source code must retain the above copyright 55 * Redistribution and use in source and binary forms, with or without 59 * 1. Redistributions of source code must retain the above copyright 157 uint16_t source; member in struct:sctpHeader 537 sourcePort = EXTRACT_16BITS(&sctpPktHdr->source);
|
| /external/toybox/toys/pending/ |
| dhcp.c | 266 uint16_t tmp = 0, *source = (uint16_t *)addr; local 269 sum += *source++; 273 *(uint8_t*)&tmp = *(uint8_t*)source; 749 packet.udph.source = htons(DHCPC_CLIENT_PORT); [all...] |
| /external/v8/src/arm64/ |
| macro-assembler-arm64-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 1260 Register source = StackPointer(); local [all...] |
| /external/v8/src/builtins/ |
| builtins-regexp.cc | 2 // Use of this source code is governed by a BSD-style license that can be 113 pattern = handle(regexp_pattern->source(), isolate); 740 "RegExp.prototype.source"))); 744 return regexp->source(); 759 Handle<Object> source; local 761 isolate, source, 765 Object::ToString(isolate, source)); [all...] |
| /external/v8/src/ |
| code-stubs.h | 2 // Use of this source code is governed by a BSD-style license that can be 2215 Register source() const { function in class:DoubleToIStub [all...] |
| value-serializer.cc | 2 // Use of this source code is governed by a BSD-style license that can be 219 void ValueSerializer::WriteRawBytes(const void* source, size_t length) { 220 memcpy(ReserveRawBytes(length), source, length); local [all...] |
| /external/v8/src/compiler/ |
| instruction.h | 2 // Use of this source code is governed by a BSD-style license that can be 672 MoveOperands(const InstructionOperand& source, 674 : source_(source), destination_(destination) { 675 DCHECK(!source.IsInvalid() && !destination.IsInvalid()); 678 const InstructionOperand& source() const { return source_; } function in class:v8::internal::compiler::final 679 InstructionOperand& source() { return source_; } function in class:v8::internal::compiler::final 689 // destination (but not the source). 695 // A move is redundant if it's been eliminated or if its source and 754 // ParallelMove. move->source() may be changed. Any MoveOperands added to [all...] |
| /external/v8/src/crankshaft/ |
| lithium.h | 2 // Use of this source code is governed by a BSD-style license that can be 272 LMoveOperands(LOperand* source, LOperand* destination) 273 : source_(source), destination_(destination) { 276 LOperand* source() const { return source_; } function in class:v8::internal::BASE_EMBEDDED 283 // destination (but not the source). 290 return !IsEliminated() && source()->Equals(operand); 293 // A move is redundant if it's been eliminated, if its source and
|
| /external/v8/src/debug/ |
| debug.js | 2 // Use of this source code is governed by a BSD-style license that can be 37 // Regular expression to skip "crud" at the beginning of a source line which is 381 // line which contains some source. 385 // Allocate array for caching the columns where the actual source starts. 390 // Fill cache if needed and get column where the actual source starts. 505 // Returns the script source. If the parameter is a function the return value 506 // is the script source for the script in which the function is defined. If the 510 return this.findScript(func_or_script_name).source; 514 Debug.source = function(f) { 580 // Find source position [all...] |
| /external/v8/src/mips64/ |
| macro-assembler-mips64.cc | 2 // Use of this source code is governed by a BSD-style license that can be 100 void MacroAssembler::StoreRoot(Register source, 103 sd(source, MemOperand(s6, index << kPointerSizeLog2)); 107 void MacroAssembler::StoreRoot(Register source, 113 sd(source, MemOperand(s6, index << kPointerSizeLog2)); 1371 MemOperand source = rs; local [all...] |
| /external/webrtc/talk/app/webrtc/ |
| peerconnection_unittest.cc | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright notice, 408 rtc::scoped_refptr<webrtc::AudioSourceInterface> source = local 410 // TODO(perkj): Test audio source when it is implemented. Currently audio 413 return peer_connection_factory_->CreateAudioTrack(label, source); 425 rtc::scoped_refptr<webrtc::VideoSourceInterface> source = local 429 return peer_connection_factory_->CreateVideoTrack(label, source); [all...] |
| webrtcsession.cc | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright notice, 332 static bool BadSdp(const std::string& source, 337 desc << "Failed to set " << source; local 350 static bool BadSdp(cricket::ContentSource source, 354 if (source == cricket::CS_LOCAL) { 373 static bool BadOfferSdp(cricket::ContentSource source, 376 return BadSdp(source, SessionDescriptionInterface::kOffer, reason, err_desc); 379 static bool BadPranswerSdp(cricket::ContentSource source, 382 return BadSdp(source, SessionDescriptionInterface::kPrAnswer [all...] |
| /external/webrtc/talk/media/base/ |
| videoframe_unittest.h | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright notice, 1873 T source; local 1931 T source; local [all...] |
| /frameworks/av/media/libaudioclient/ |
| IAudioFlinger.cpp | 3 ** Copyright 2007, The Android Open Source Project 535 audio_source_t source, 548 data.writeInt32(source); 1216 audio_source_t source = (audio_source_t)data.readInt32(); local [all...] |
| IAudioPolicyService.cpp | 3 ** Copyright 2009, The Android Open Source Project 491 virtual bool isSourceActive(audio_source_t source) const 495 data.writeInt32((int32_t) source); 752 virtual status_t startAudioSource(const struct audio_port_config *source, 758 if (source == NULL || attributes == NULL || handle == NULL) { 761 data.write(source, sizeof(struct audio_port_config)); 1153 audio_source_t source = (audio_source_t) data.readInt32(); local 1370 struct audio_port_config source; local [all...] |
| /frameworks/av/media/libmediaplayerservice/ |
| StagefrightRecorder.cpp | 2 * Copyright (C) 2009 The Android Open Source Project 219 ALOGE("Invalid audio source: %d", as); 236 ALOGE("Invalid video source: %d", vs); 1215 sp<MediaCodecSource> source; local [all...] |
| /frameworks/av/media/libmediaplayerservice/nuplayer/ |
| GenericSource.cpp | 2 * Copyright (C) 2012 The Android Open Source Project 55 : Source(notify), 121 // delay data source creation to prepareAsync() to avoid blocking 136 // delay data source creation to prepareAsync() to avoid blocking 141 status_t NuPlayer::GenericSource::setDataSource(const sp<DataSource>& source) { 142 ALOGV("setDataSource (source: %p)", source.get()); 145 mDataSource = source; 176 ALOGE("initFromDataSource, source has no track!"); 254 // Modular DRM: The return value doesn't affect source initialization 377 sp<IDataSource> source = local 598 const sp<IMediaSource> source = mSources.itemAt(trackIndex); local 839 sp<IMediaSource> source = audio ? mAudioTrack.mSource : mVideoTrack.mSource; local 1122 const sp<IMediaSource> source = mSources.itemAt(trackIndex); local [all...] |
| NuPlayer.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 222 void NuPlayer::setDataSourceAsync(const sp<IStreamSource> &source) { 227 msg->setObject("source", new StreamingSource(notify, source)); 259 sp<Source> source; local 261 source = new HTTPLiveSource(notify, httpService, url, headers); 265 source = new RTSPSource( 273 source = new RTSPSource( 286 source = genericSource 303 sp<GenericSource> source = local 325 sp<GenericSource> source = new GenericSource(notify, mUIDValid, mUID); local 454 sp<Source> source; local [all...] |
| /frameworks/av/media/libstagefright/httplive/ |
| LiveSession.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 550 sp<AnotherPacketSource> &source = mPacketSources.editValueAt(i); local 557 lastDequeueMeta = source->getMetaAfterLastDequeued(delayUs); 567 lastDequeueMeta = source->getLatestDequeuedMeta(); 587 lastEnqueueMeta = source->getLatestEnqueuedMeta(); 1201 sp<AnotherPacketSource> source = NULL; local 1733 sp<AnotherPacketSource> source = mPacketSources.valueFor(indexToType(i)); local [all...] |
| PlaylistFetcher.cpp | 2 * Copyright (C) 2012 The Android Open Source Project 1463 sp<AnotherPacketSource> source = local 1740 sp<AnotherPacketSource> source = local 1798 sp<AnotherPacketSource> source = local [all...] |
| /frameworks/av/media/libstagefright/mpeg2ts/ |
| ATSParser.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 271 void ATSParser::SyncEvent::init(off64_t offset, const sp<MediaSource> &source, 275 mMediaSource = source; 640 sp<MediaSource> source = mStreams.editValueAt(i)->getSource(type); local 641 if (source != NULL) { 642 return source; 2008 sp<MediaSource> source = program->getSource(type); local [all...] |
| /frameworks/av/media/libstagefright/rtsp/ |
| MyHandler.h | 2 * Copyright (C) 2010 The Android Open Source Project 330 AString source; local 333 "source", 334 &source)) { 335 ALOGW("Missing 'source' field in Transport response. Using " 348 addr.sin_addr.s_addr = inet_addr(source.c_str()); 1592 sp<APacketSource> source = local [all...] |