Searched defs:source (Results 201 - 225 of 2375) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_import_prototypes.cpp106 * \param source Source instruction stream containing functions whose
114 import_prototypes(const exec_list *source, exec_list *dest, argument
119 /* Making source be const is just extra documentation.
121 v.run(const_cast<exec_list *>(source));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.h54 bool source; member in struct:intel_buffer_object
/external/chromium_org/third_party/sfntly/cpp/src/test/
H A Dopen_type_data_test.cc51 ReadableFontDataPtr source = new ReadableFontData(source_array); local
58 int32_t length = source->CopyTo(destination);
H A Dtest_utils.cc44 UChar* source = new UChar[2]; local
46 source[0] = (UChar)uchar;
47 source[1] = 0;
49 source_end = source;
52 (const UChar**)&source_end, source + sizeof(UChar),
57 delete[] source;
66 delete[] source;
/external/chromium_org/third_party/webrtc/base/
H A Dstringencode.h4 * 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.
29 // Decode the utf8 encoded value pointed to by source. Returns the number of
31 size_t utf8_decode(const char* source, size_t srclen, unsigned long* value);
36 const char * source, size_t srclen,
38 // Note: in-place unescaping (buffer == source) is allowed.
40 const char * source, size_t srclen,
48 const char * source, size_t srclen,
50 // Note: in-place decoding (buffer == source) i
131 s_url_encode(const std::string& source) argument
134 s_url_decode(const std::string& source) argument
[all...]
/external/chromium_org/third_party/webrtc/common_audio/resampler/
H A Dpush_sinc_resampler.cc4 * 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.
33 int PushSincResampler::Resample(const int16_t* source, argument
40 source_ptr_int_ = source;
41 // Pass NULL as the float source to have Run() read from the int16 source.
48 int PushSincResampler::Resample(const float* source, argument
54 // Cache the source pointer. Calling Resample() will immediately trigger
56 source_ptr_ = source;
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dinput_audio_file.cc4 * 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.
40 void InputAudioFile::DuplicateInterleaved(const int16_t* source, size_t samples, argument
43 // Start from the end of |source| and |destination|, and work towards the
45 // |source| and |destination| are the same array).
48 destination[i * channels + j] = source[i];
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_desktop_window_move_client.cc2 // Use of this source code is governed by a BSD-style license that can be
46 aura::Window* source,
50 host_ = source->GetHost();
52 source->SetCapture();
53 bool success = move_loop_.RunMoveLoop(source, host_->last_cursor());
45 RunMoveLoop( aura::Window* source, const gfx::Vector2d& drag_offset, aura::client::WindowMoveSource move_source) argument
/external/chromium_org/ui/web_dialogs/test/
H A Dtest_web_contents_handler.cc2 // Use of this source code is governed by a BSD-style license that can be
18 content::WebContents* source,
24 content::WebContents* source,
16 OpenURLFromTab( content::BrowserContext* context, content::WebContents* source, const content::OpenURLParams& params) argument
23 AddNewContents(content::BrowserContext* context, content::WebContents* source, content::WebContents* new_contents, WindowOpenDisposition disposition, const gfx::Rect& initial_pos, bool user_gesture) argument
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_delegate.h2 // Use of this source code is governed by a BSD-style license that can be
76 // A callback to notify the delegate that |source|'s loading state has
78 virtual void OnLoadingStateChanged(content::WebContents* source) {} argument
100 virtual void OnCloseContents(content::WebContents* source,
113 // A callback to allow the delegate to open a new URL inside |source|.
116 virtual bool HandleOpenURLFromTab(content::WebContents* source,
120 // A callback to create a new tab with |new_contents|. |source| is the
125 virtual bool HandleAddNewContents(content::WebContents* source,
/external/chromium_org/ui/wm/core/
H A Dnested_accelerator_dispatcher_linux.cc2 // Use of this source code is governed by a BSD-style license that can be
40 ui::PlatformEventSource* source = ui::PlatformEventSource::GetInstance(); local
41 return source ? source->OverrideDispatcher(dispatcher)
/external/chromium_org/v8/src/
H A Dbackground-parsing-task.cc2 // Use of this source code is governed by a BSD-style license that can be
11 StreamedSource* source, ScriptCompiler::CompileOptions options,
13 : source_(source), options_(options), stack_size_(stack_size) {
16 source->info.Reset(new i::CompilationInfoWithZone(source->source_stream.get(),
17 source->encoding, isolate));
18 source->info->MarkAsGlobal();
26 source->allow_lazy =
27 !i::Compiler::DebuggerWantsEagerCompilation(source->info.get());
28 source
10 BackgroundParsingTask( StreamedSource* source, ScriptCompiler::CompileOptions options, int stack_size, Isolate* isolate) argument
[all...]
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-properties.cc2 // Use of this source code is governed by a BSD-style license that can be
24 // Note that below source creates two different typed arrays with distinct
28 const char* source = local
41 SNPrintF(source_buffer, source, array_type, arraysize(kValues),
87 // Note that below source creates two different typed arrays with distinct
91 const char* source = local
110 SNPrintF(source_buffer, source, array_type, arraysize(kValues),
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-regexp.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
35 'source': all_attributes,
79 assertEquals('/' + r.source + '/', mirror.toText());
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSource.java24 private OpenSSLBIOInputStream source; field in class:OpenSSLBIOSource
30 public OpenSSLBIOSource(OpenSSLBIOInputStream source) { argument
31 this.source = source;
35 return source.getBioContext();
39 if (source != null) {
40 NativeCrypto.BIO_free_all(source.getBioContext());
41 source = null;
55 private final ByteBuffer source; field in class:OpenSSLBIOSource.ByteBufferInputStream
57 public ByteBufferInputStream(ByteBuffer source) { argument
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/
H A DNullDecoder.java17 public Resource<Z> decode(T source, int width, int height) throws IOException { argument
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DFileDescriptorBitmapDecoder.java30 public Resource<Bitmap> decode(ParcelFileDescriptor source, int width, int height) throws IOException { argument
31 Bitmap bitmap = bitmapDecoder.decode(source, bitmapPool, width, height, decodeFormat);
H A DImageVideoBitmapDecoder.java25 public Resource<Bitmap> decode(ImageVideoWrapper source, int width, int height) throws IOException { argument
27 InputStream is = source.getStream();
30 result = streamDecoder.decode(source.getStream(), width, height);
39 ParcelFileDescriptor fileDescriptor = source.getFileDescriptor();
41 result = fileDescriptorDecoder.decode(source.getFileDescriptor(), width, height);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifFrameResourceDecoder.java20 public Resource<Bitmap> decode(GifDecoder source, int width, int height) throws IOException { argument
21 Bitmap bitmap = source.getNextFrame();
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gifbitmap/
H A DGifBitmapWrapperResourceDecoder.java27 public Resource<GifBitmapWrapper> decode(ImageVideoWrapper source, int width, int height) throws IOException { argument
29 InputStream is = source.getStream();
34 source = new ImageVideoWrapper(bis, source.getFileDescriptor());
46 Resource<Bitmap> bitmapResource = bitmapDecoder.decode(source, width, height);
H A DGifBitmapWrapperStreamResourceDecoder.java18 public Resource<GifBitmapWrapper> decode(InputStream source, int width, int height) throws IOException { argument
19 return gifBitmapDecoder.decode(new ImageVideoWrapper(source, null), width, height);
/external/guava/guava/src/com/google/common/collect/
H A DBstBalancePolicy.java31 * Constructs a locally balanced tree around the key and value data in {@code source}, and the
33 * the same inorder traversal order as the subtree {@code left}, then the entry {@code source},
36 N balance(BstNodeFactory<N> nodeFactory, N source, @Nullable N left, @Nullable N right); argument
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java31 private Object source; field in class:ConflictingRequirementsException
34 String message, Set<Feature<?>> conflicts, Object source) {
37 this.source = source;
45 return source;
49 return super.getMessage() + " (source: " + source + ")";
33 ConflictingRequirementsException( String message, Set<Feature<?>> conflicts, Object source) argument
/external/hamcrest/library/src/org/hamcrest/object/
H A DIsEventFrom.java18 private final Object source; field in class:IsEventFrom
20 public IsEventFrom(Class eventClass, Object source) { argument
22 this.source = source;
31 return ev.getSource() == source;
38 .appendValue(source);
43 * derived from <var>eventClass</var> announced by <var>source</var>.
46 public static Matcher<EventObject> eventFrom(Class<? extends EventObject> eventClass, Object source) { argument
47 return new IsEventFrom(eventClass, source);
52 * derived from {@link java.util.EventObject} announced by <var>source
56 eventFrom(Object source) argument
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dcaniter.h76 * @param source string to get results for
80 CanonicalIterator(const UnicodeString &source, UErrorCode &status);
89 * Gets the NFD form of the current source we are iterating over.
90 * @return gets the source: NOTE: it is the NFD form of source
111 * Set a new source for this iterator. Allows object reuse.
112 * @param newSource the source string to iterate against. This allows the same iterator to be used
113 * while changing the source string, saving object creation.
123 * @param source the string to find permutations for
129 static void U_EXPORT2 permute(UnicodeString &source, UBoo
165 UnicodeString source; member in class:CanonicalIterator
[all...]

Completed in 527 milliseconds

1234567891011>>