HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 701 - 725 of 4117) sorted by null

<<21222324252627282930>>

  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc 188 ReadableFontDataPtr source; local
190 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
194 size += source->CopyTo(target);
index_sub_table_format2.cc 195 ReadableFontDataPtr source; local
197 source.Attach(down_cast<ReadableFontData*>(
200 size += source->CopyTo(target);
index_sub_table_format3.cc 200 ReadableFontDataPtr source; local
202 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice(
206 size += source->CopyTo(target);
  /external/skia/experimental/SkV8Example/
Global.cpp 5 * Use of this source code is governed by a BSD-style license that can be
49 // Print line of source code.
223 // Compile the source code.
224 v8::Handle<v8::String> source = v8::String::NewFromUtf8(fIsolate, script); local
225 v8::Handle<v8::Script> compiledScript = v8::Script::Compile(source);
  /external/skia/src/effects/
SkAlphaThresholdFilter.cpp 4 * Use of this source code is governed by a BSD-style license that can be
37 sk_sp<SkSpecialImage> onFilterImage(SkSpecialImage* source, const Context&,
132 sk_sp<SkSpecialImage> SkAlphaThresholdFilterImpl::onFilterImage(SkSpecialImage* source,
136 sk_sp<SkSpecialImage> input(this->filterInput(0, source, ctx, &inputOffset));
150 if (source->isTextureBacked()) {
151 GrContext* context = source->getContext();
230 const SkColor& source = sptr[x]; local
231 SkColor outputColor(source);
235 if (SkColorGetA(source) < innerThreshold) {
236 U8CPU alpha = SkColorGetA(source);
    [all...]
  /external/skia/tools/fiddle/
fiddle_main.cpp 4 * Use of this source code is governed by a BSD-style license that can be
16 SkBitmap source; variable
124 if (options.source) {
125 sk_sp<SkData> data(SkData::MakeFromFileName(options.source));
127 perror(options.source);
132 perror("Unable to decode the source image.");
136 &source, SkImage::kRO_LegacyBitmapMode));
  /external/swiftshader/src/OpenGL/libEGL/
Surface.cpp 252 void *source = backBuffer->lockInternal(0, 0, 0, sw::LOCK_READONLY, sw::PUBLIC); local
253 frameBuffer->flip(source, backBuffer->sw::Surface::getInternalFormat(), backBuffer->getInternalPitchB());
  /external/syslinux/gpxe/src/net/
dhcpopts.c 193 void *source; local
234 source = ( ( ( void * ) option ) + old_len );
237 memmove ( dest, source, ( end - dest ) );
  /external/unicode/
CVTUTF7.C 92 register UCS2 *source = *sourceStart; local
108 if (!(done = (source >= sourceEnd)))
109 r = *source++;
173 *sourceStart = source;
187 register char *source = *sourceStart; local
196 if (!(done = (source >= sourceEnd)))
197 c = *source++;
217 if (!(done = (source >= sourceEnd)))
218 c = *source++;
232 /* fprintf(stderr, "UTF7: empty sequence near byte %ld in input\n", source-sourceStart) */
    [all...]
ConvertUTF.c 6 * This source code is provided as is by Unicode, Inc. No claims are
25 Conversions between UTF32, UTF-16, and UTF-8. Source code file.
31 source sequences, enhanced error detection, added casts
65 const UTF32* source = *sourceStart; local
67 while (source < sourceEnd) {
72 ch = *source++;
77 --source; /* return to the illegal value itself */
95 --source; /* Back up source pointer! */
103 *sourceStart = source;
114 const UTF16* source = *sourceStart; local
218 const UTF16* source = *sourceStart; local
350 const UTF8* source = *sourceStart; local
423 const UTF32* source = *sourceStart; local
476 const UTF8* source = *sourceStart; local
    [all...]
  /external/v8/src/builtins/
builtins-dataview.cc 2 // Use of this source code is governed by a BSD-style license that can be
143 void CopyBytes(uint8_t* target, uint8_t const* source) {
145 *(target++) = *(source++);
150 void FlipBytes(uint8_t* target, uint8_t const* source) {
151 source = source + (n - 1);
153 *(target++) = *(source--);
189 uint8_t const* const source = local
192 FlipBytes<sizeof(T)>(v.bytes, source);
194 CopyBytes<sizeof(T)>(v.bytes, source);
    [all...]
builtins-function.cc 2 // Use of this source code is governed by a BSD-style license that can be
32 // Build the source string.
33 Handle<String> source; local
75 ASSIGN_RETURN_ON_EXCEPTION(isolate, source, builder.Finish(), Object);
93 source, ONLY_SINGLE_FUNCTION_LITERAL),
  /external/v8/src/compiler/
gap-resolver.cc 2 // Use of this source code is governed by a BSD-style license that can be
23 return !move->IsEliminated() && move->source().InterferesWith(destination);
35 const LocationOperand& src_loc = LocationOperand::cast(move->source());
139 // call to PerformMove could change any source operand in the move graph.
145 InstructionOperand source = move->source(); local
146 DCHECK(!source.IsInvalid()); // Or else it will look eliminated.
154 // Any unperformed, unpending move with a source the same as this one's
160 if (other->source().InterferesWith(destination)) {
162 LocationOperand::cast(other->source()).representation()
    [all...]
  /external/v8/src/inspector/
v8-debugger-script.cc 2 // Use of this source code is governed by a BSD-style license that can be
118 if (script->Source().ToLocal(&tmp)) {
120 String16 source = toProtocolString(tmp); local
121 m_hash = calculateHash(source);
122 // V8 will not count last line if script source ends with \n.
123 if (source.length() > 1 && source[source.length() - 1] == '\n') {
138 v8::Local<v8::String> V8DebuggerScript::source(v8::Isolate* isolate) const { function in class:v8_inspector::V8DebuggerScript
150 void V8DebuggerScript::setSource(v8::Local<v8::String> source) {
    [all...]
  /external/v8/src/snapshot/
natives-external.cc 2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/snapshot/snapshot-source-sink.h"
63 static NativesStore* MakeFromScriptsSource(SnapshotByteSource* source) {
68 // 2N blobs: N pairs of source name + actual source.
70 int debugger_count = source->GetInt();
72 store->ReadNameAndContentPair(source);
73 int library_count = source->GetInt();
75 store->ReadNameAndContentPair(source);
98 const byte* source; local
    [all...]
  /external/v8/tools/
parser-shell.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
65 const byte* source = ReadFileAndRepeat(fname, &length, repeat); local
70 isolate, reinterpret_cast<const char*>(source),
77 isolate, reinterpret_cast<const uint16_t*>(source),
83 new StringResource8(reinterpret_cast<const char*>(source), length);
  /external/vboot_reference/cgpt/
cgpt_nor.c 2 * Use of this source code is governed by a BSD-style license that can be
155 char *source; local
156 if (asprintf(&source, "%s/%s", dir_name, file_name) == -1) {
161 int fd = open(source, O_RDONLY | O_CLOEXEC);
174 if (read_write(fd, half_size, source, 1) != 0 ||
175 read_write(fd, half_size, source, 2) != 0) {
183 free(source);
  /external/vulkan-validation-layers/demos/smoke/
ShellAndroid.cpp 195 struct android_poll_source *source; local
199 reinterpret_cast<void **>(&source)) < 0)
202 if (source)
203 source->process(&app_, source);
  /external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
VideoCapturerAndroidTestFixtures.java 5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
250 VideoSource source = local
252 VideoTrack track = factory.createVideoTrack("dummy", source);
257 source.dispose();
264 VideoSource source = local
266 VideoTrack track = factory.createVideoTrack("dummy", source);
297 source.dispose();
351 VideoSource source = local
353 VideoTrack track = factory.createVideoTrack("dummy", source);
520 final VideoSource source = factory.createVideoSource(capturer, new MediaConstraints()); local
579 VideoSource source = local
    [all...]
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.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,
274 rtc::scoped_refptr<webrtc::AudioSourceInterface> source = local
278 source));
287 rtc::scoped_refptr<webrtc::VideoSourceInterface> source = local
292 peer_connection_factory_->CreateVideoTrack(videotrack_label, source));
  /external/webrtc/webrtc/base/
fileutils.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.
173 Pathname source; local
175 source.SetFolder(old_dir.pathname());
177 source.SetFilename(di->Name());
179 if (!CopyFileOrFolder(source, dest))
  /external/webrtc/webrtc/modules/audio_coding/test/
RTPFile.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.
153 uint32_t start_sec, start_usec, source; local
161 EXPECT_EQ(1u, fread(&source, 4, 1, _rtpFile));
162 source = ntohl(source);
  /external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
main.c 2 * Copyright (C) 2010 The Android Open Source Project
261 struct android_poll_source* source; local
267 (void**)&source)) >= 0) {
270 if (source != NULL) {
271 source->process(state, source);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaParser.java 63 * Parses the input source into an XMP metadata object, including
186 InputSource source = new InputSource(buffer.getByteStream()); local
189 return parseInputSource(source);
218 source = new InputSource(buffer.getByteStream());
219 return parseInputSource(source);
241 InputSource source = new InputSource(new StringReader(input)); local
244 return parseInputSource(source);
250 source = new InputSource(new FixASCIIControlsReader(new StringReader(input)));
251 return parseInputSource(source);
263 * @param source an <code>InputSource</code
    [all...]
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeHandler.java 72 PlanarYUVLuminanceSource source = activity.getCameraManager().buildLuminanceSource(data, width, height); local
73 if (source != null) {
74 BinaryBitmap bitmap = new BinaryBitmap(new HybridBinarizer(source));
92 bundle.putParcelable(DecodeThread.BARCODE_BITMAP, source.renderCroppedGreyscaleBitmap());

Completed in 1690 milliseconds

<<21222324252627282930>>