| /external/v8/src/compiler/ |
| move-optimizer.cc | 2 // Use of this source code is governed by a BSD-style license that can be 14 InstructionOperand source; member in struct:v8::internal::compiler::__anon34197::MoveKey 20 if (a.source.EqualsCanonicalized(b.source)) { 23 return a.source.CompareCanonicalized(b.source); 248 // We start with all the moves that don't have conflicting source or 253 MoveKey key = {move->source(), move->destination()}; 266 InstructionOperand src = current->source; 278 MoveKey key = {move->source(), move->destination()} [all...] |
| /external/v8/src/crankshaft/ia32/ |
| lithium-gap-resolver-ia32.cc | 2 // Use of this source code is governed by a BSD-style license that can be 32 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) { 40 DCHECK(moves_[i].source()->IsConstantOperand()); 52 // moves to perform, ignoring any move that is redundant (the source is 69 // which means that a call to PerformMove could change any source operand 77 DCHECK(moves_[index].source() != NULL); // Or else it will look eliminated. 82 // dependencies. Any unperformed, unpending move with a source the same 88 // Though PerformMove can change any source operand in the move graph, 90 // not miss any). Assume there is a non-blocking move with source A 91 // and this move is blocked on source B and there is a swap of A an 130 LOperand* source = move.source(); local 141 LOperand* source = moves_[index].source(); local 259 LOperand* source = moves_[index].source(); local 358 LOperand* source = moves_[index].source(); local [all...] |
| /external/v8/src/crankshaft/x87/ |
| lithium-gap-resolver-x87.cc | 2 // Use of this source code is governed by a BSD-style license that can be 33 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) { 41 DCHECK(moves_[i].source()->IsConstantOperand()); 53 // moves to perform, ignoring any move that is redundant (the source is 70 // which means that a call to PerformMove could change any source operand 78 DCHECK(moves_[index].source() != NULL); // Or else it will look eliminated. 83 // dependencies. Any unperformed, unpending move with a source the same 89 // Though PerformMove can change any source operand in the move graph, 91 // not miss any). Assume there is a non-blocking move with source A 92 // and this move is blocked on source B and there is a swap of A an 131 LOperand* source = move.source(); local 142 LOperand* source = moves_[index].source(); local 260 LOperand* source = moves_[index].source(); local 363 LOperand* source = moves_[index].source(); local [all...] |
| /external/v8/src/inspector/ |
| string-16.cc | 2 // Use of this source code is governed by a BSD-style license that can be 78 sourceExhausted, // partial character in source, but hit end 80 sourceIllegal // source sequence is illegal/malformed 87 const UChar* source = *sourceStart; local 89 while (source < sourceEnd) { 95 source; // In case we have to back up because of target overflow. 96 ch = static_cast<uint16_t>(*source++); 99 // If the 16 bits following the high surrogate are in the source buffer... 100 if (source < sourceEnd) { 101 UChar32 ch2 = static_cast<uint16_t>(*source); 291 const char* source = *sourceStart; local [all...] |
| /external/v8/src/runtime/ |
| runtime-atomics.cc | 2 // Use of this source code is governed by a BSD-style license that can be 360 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + local 366 return DoCompareExchange<ctype>(isolate, source, index, oldobj, newobj); 372 return DoCompareExchangeUint8Clamped(isolate, source, index, oldobj, 393 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + local 399 return DoAdd<ctype>(isolate, source, index, value); 405 return DoAddUint8Clamped(isolate, source, index, value); 425 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + local 431 return DoSub<ctype>(isolate, source, index, value); 437 return DoSubUint8Clamped(isolate, source, index, value) 457 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + local 489 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + local 521 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + local 553 uint8_t* source = static_cast<uint8_t*>(sta->GetBuffer()->backing_store()) + local [all...] |
| /external/webrtc/talk/media/base/ |
| rtpdump.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, 66 uint32_t source; // network source (multicast address). member in struct:cricket::RtpDumpFileHeader
|
| /external/webrtc/webrtc/base/ |
| unixfilesystem.cc | 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 8 * be found in the AUTHORS file in the root of the source tree. 274 StreamInterface *source = OpenFile(old_path, "rb"); local 275 if (!source) 280 delete source; 284 while (source->Read(buf, sizeof(buf), &len, NULL) == SR_SUCCESS) 287 delete source;
|
| /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
| packet_sender.h | 4 * Use of this source code is governed by a BSD-style license 5 * that can be found in the LICENSE file in the root of the source 8 * be found in the AUTHORS file in the root of the source tree. 37 // clock_, the clock of the PacketSender and the Source must be aligned. 69 VideoSource* source, 76 virtual VideoSource* source() const { return source_; } function in class:webrtc::testing::bwe::VideoSender 106 VideoSource* source,
|
| /frameworks/av/cmds/stagefright/ |
| recordvideo.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 272 sp<MediaSource> source = local 308 looper, enc_meta, source, NULL /* consumer */,
|
| stream.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 354 sp<IStreamSource> source; local 371 source = new MyStreamSource(fd); 375 source = new MyConvertingStreamSource(argv[1]); 381 if (player != NULL && player->setDataSource(source) == NO_ERROR) {
|
| /frameworks/av/drm/libmediadrm/ |
| ICrypto.cpp | 2 * Copyright (C) 2012 The Android Open Source Project 101 const SourceBuffer &source, size_t offset, 130 data.writeStrongBinder(IInterface::asBinder(source.mSharedMemory)); 131 data.writeInt32(source.mHeapSeqNum); 326 SourceBuffer source; local 328 source.mSharedMemory = 330 if (source.mSharedMemory == NULL) { 334 source.mHeapSeqNum = data.readInt32(); 388 } else if (totalSize > source.mSharedMemory->size()) { 390 } else if ((size_t)offset > source.mSharedMemory->size() - totalSize) [all...] |
| /frameworks/av/media/libmedia/ |
| CharacterEncodingDetector.cpp | 2 * Copyright (C) 2013 The Android Open Source Project 203 // only convert if the source encoding isn't already UTF-8 219 const char* source = mValues.getEntry(i); local 228 &source, source + strlen(source), 346 const char *source = input; local 355 if (source != sourceLimit) { 356 inchar = (source[0] << 8) + source[1] [all...] |
| IMediaExtractor.cpp | 2 * Copyright (C) 2009 The Android Open Source Project 240 str.append(", source "); 255 const sp<IMediaSource> source = wSource.promote(); local 256 if (source == NULL) { 271 const sp<IMediaSource> &source) { 281 instance.tracks.push_front(source); 282 if (source != NULL) { 283 instance.trackDescriptions.push_front(source->getFormat()->toString()); 294 const sp<DataSource> &source, 299 ex.sourceDescription = source->toString() [all...] |
| IMediaMetadataRetriever.cpp | 3 ** Copyright (C) 2008 The Android Open Source Project 130 status_t setDataSource(const sp<IDataSource>& source) 134 data.writeStrongBinder(IInterface::asBinder(source)); 256 sp<IDataSource> source = local 258 if (source == NULL) { 261 reply->writeInt32(setDataSource(source));
|
| /frameworks/av/media/libstagefright/ |
| AudioSource.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 36 AudioSource *source = (AudioSource *) user; local 39 source->dataCallback(*((AudioRecord::Buffer *) info));
|
| NuMediaExtractor.cpp | 2 * Copyright 2012, The Android Open Source Project 134 status_t NuMediaExtractor::setDataSource(const sp<DataSource> &source) { 141 status_t err = source->initCheck(); 146 mImpl = MediaExtractor::Create(source); 158 mDataSource = source; 298 sp<IMediaSource> source = mImpl->getTrack(index); local 300 if (source == nullptr) { 304 status_t ret = source->start(); 312 info->mSource = source; 320 CHECK(source->getFormat()->findCString(kKeyMIMEType, &mime)) [all...] |
| /frameworks/av/media/libstagefright/codecs/on2/enc/ |
| SoftVPXEncoder.cpp | 2 * Copyright (C) 2013 The Android Open Source Project 656 const uint8_t *source = local 661 source = extractGraphicBuffer( 663 source, inputBufferHeader->nFilledLen, 665 if (source == NULL) { 681 source, mConversionBuffer, mWidth, mHeight); 683 source = mConversionBuffer; 688 kInputBufferAlignment, (uint8_t *)source);
|
| /frameworks/av/services/audiopolicy/service/ |
| AudioPolicyEffects.cpp | 2 * Copyright (C) 2014 The Android Open Source Project 86 // create audio pre processors according to input source 93 ALOGV("addInputEffects(): no processing needs to be attached to this source"); 117 ALOGW("addInputEffects(): failed to create Fx %s on source %d", 125 ALOGV("addInputEffects(): added Fx %s on source: %d", 336 // returns the audio_source_t enum corresponding to the input source name or 343 ALOGV("inputSourceNameToEnum found source %s %d", name, i); 609 audio_source_t source = inputSourceNameToEnum(node->name); local 610 if (source == AUDIO_SOURCE_CNT) { 611 ALOGW("loadInputSources() invalid input source %s", node->name) [all...] |
| /frameworks/base/core/java/android/hardware/camera2/params/ |
| OutputConfiguration.java | 2 * Copyright (C) 2015 The Android Open Source Project 105 * Unknown surface source type. 226 * source class. 228 * This constructor takes an argument for desired Surface size and the Surface source class 244 * @param klass a non-{@code null} {@link Class} object reference that indicates the source of 247 * @throws IllegalArgumentException if the Surface source class is not supported, or Surface 259 throw new IllegalArgumentException("Unknow surface source class type"); 287 * <li> Surfaces with the same size, format, dataSpace, and Surface source class. In this case, 290 * <li> Surfaces with the same size, format, and dataSpace, but different Surface source classes 417 private OutputConfiguration(@NonNull Parcel source) { [all...] |
| /frameworks/base/core/java/android/view/textservice/ |
| SpellCheckerInfo.java | 2 * Copyright (C) 2011 The Android Open Source Project 145 public SpellCheckerInfo(Parcel source) { 146 mLabel = source.readInt(); 147 mId = source.readString(); 148 mSettingsActivityName = source.readString(); 149 mService = ResolveInfo.CREATOR.createFromParcel(source); 150 source.readTypedList(mSubtypes, SpellCheckerSubtype.CREATOR); 198 public SpellCheckerInfo createFromParcel(Parcel source) { 199 return new SpellCheckerInfo(source);
|
| /frameworks/base/libs/hwui/renderstate/ |
| RenderState.cpp | 2 * Copyright (C) 2014 The Android Open Source Project 385 const ColorSpace& source = connector->getSource(); local 392 reinterpret_cast<const float*>(&source.getTransferParameters().g)); 396 reinterpret_cast<const float*>(&source.getTransferParameters().g)); 400 source.getTransferParameters().g);
|
| /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
| BitmapUtils.java | 2 * Copyright (C) 2010 The Android Open Source Project 178 public static Bitmap rotateBitmap(Bitmap source, int rotation, boolean recycle) { 179 if (rotation == 0) return source; 180 int w = source.getWidth(); 181 int h = source.getHeight(); 184 Bitmap bitmap = Bitmap.createBitmap(source, 0, 0, w, h, m, true); 185 if (recycle) source.recycle();
|
| /frameworks/base/test-runner/src/android/test/ |
| ClassPathPackageInfoSource.java | 2 * Copyright (C) 2008 The Android Open Source Project 137 private void scanForApkFiles(File source, String packageName, 139 if (source.getPath().endsWith(".apk")) { 140 findClassesInApk(source.getPath(), packageName, classNames, subpackageNames); 142 File[] files = source.listFiles();
|
| /frameworks/base/test-runner/src/android/test/suitebuilder/ |
| TestGrouping.java | 2 * Copyright (C) 2008 The Android Open Source Project 153 ClassPathPackageInfoSource source = PackageInfoSources.forClassPath(classLoader); local 154 ClassPathPackageInfo packageInfo = source.getPackageInfo(packageName);
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
| Quad.java | 2 * Copyright (C) 2011 The Android Open Source Project 108 * @param rect the source rectangle 109 * @param angle the angle to rotate the source rectangle in radians 110 * @return the Quad representing the source rectangle rotated by the given angle. 121 * @param rect the source rectangle 123 * @return the Quad representing the source rectangle transformed by the matrix 130 * Returns the transformation matrix to transform the source Quad to the target Quad. 132 * @param source the source quad 134 * @return the transformation matrix to map source to target [all...] |