| /external/webkit/Source/WebKit/chromium/src/ |
| WebImageCG.cpp | 4 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright 52 ImageSource source; local 53 source.setData(PassRefPtr<SharedBuffer>(data).get(), true); 54 if (!source.isSizeAvailable()) 60 const size_t frameCount = source.frameCount(); 64 const IntSize frameSize = source.frameSizeAtIndex(i); 79 RetainPtr<CGImageRef> frame(AdoptCF, source.createFrameAtIndex(index));
|
| WebImageSkia.cpp | 4 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright 51 ImageSource source; local 52 source.setData(PassRefPtr<SharedBuffer>(data).get(), true); 53 if (!source.isSizeAvailable()) 59 const size_t frameCount = source.frameCount(); 63 const IntSize frameSize = source.frameSizeAtIndex(i); 79 OwnPtr<NativeImageSkia> frame(source.createFrameAtIndex(index));
|
| /frameworks/av/cmds/stagefright/ |
| audioloop.cpp | 30 sp<MediaSource> source = new SineSource(kSampleRate, kNumChannels); 32 sp<MediaSource> source = new AudioSource( local 49 if (source->getFormat()->findInt32(kKeyMaxInputSize, &maxInputSize)) { 56 source);
|
| /libcore/luni/src/test/java/libcore/java/nio/ |
| OldDirectIntBufferTest.java | 33 int[] source = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; local 35 intBuffer.put(source, 2, 2); 36 intBuffer.put(source, 4, 2);
|
| OldDirectShortBufferTest.java | 33 short[] source = { 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; local 35 shortBuffer.put(source, 2, 2); 36 shortBuffer.put(source, 4, 2);
|
| /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/forward/ |
| forward.pass.cpp | 6 // Source Licenses. See LICENSE.TXT for details. 19 A source() {return A();} function 45 static_assert(sizeof(test(std::forward<A>(source()))) == 4, ""); 48 // static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, ""); 50 static_assert(sizeof(test(std::forward<const A>(source()))) == 8, ""); 61 // static_assert(sizeof(test(std::forward<A>(source()))) == 2, ""); 64 static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, ""); 66 static_assert(sizeof(test(std::forward<const A>(source()))) == 2, "");
|
| move_copy.pass.cpp | 6 // Source Licenses. See LICENSE.TXT for details. 43 A source() {return A();} function
|
| move_only.pass.cpp | 6 // Source Licenses. See LICENSE.TXT for details. 38 move_only source() {return move_only();} function 48 test(source());
|
| move_only1.fail.cpp | 6 // Source Licenses. See LICENSE.TXT for details. 41 move_only source() {return move_only();} function
|
| move_only2.fail.cpp | 6 // Source Licenses. See LICENSE.TXT for details. 41 move_only source() {return move_only();} function
|
| move_only3.fail.cpp | 6 // Source Licenses. See LICENSE.TXT for details. 38 move_only source() {return move_only();} function
|
| move_only4.fail.cpp | 6 // Source Licenses. See LICENSE.TXT for details. 41 move_only source() {return move_only();} function
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
| udp.h | 23 __be16 source; member in struct:udphdr
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/ |
| udp.h | 23 * Redistribution and use in source and binary forms, with or without 26 * 1. Redistributions of source code must retain the above copyright 60 u_int16_t uh_sport; /* source port */ 70 u_int16_t source; member in struct:udphdr
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| udp.h | 23 __be16 source; member in struct:udphdr
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
| udp.h | 23 * Redistribution and use in source and binary forms, with or without 26 * 1. Redistributions of source code must retain the above copyright 60 u_int16_t uh_sport; /* source port */ 70 u_int16_t source; member in struct:udphdr
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
| udp.h | 23 __be16 source; member in struct:udphdr
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/ |
| udp.h | 23 * Redistribution and use in source and binary forms, with or without 26 * 1. Redistributions of source code must retain the above copyright 60 u_int16_t uh_sport; /* source port */ 70 u_int16_t source; member in struct:udphdr
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
| SearchableSources.java | 2 * Copyright (C) 2009 The Android Open Source Project 48 private HashMap<String, Source> mSources; 50 // The web search source to use. 51 private Source mWebSearchSource; 57 * @param context Used for looking up source information etc. 88 public Collection<Source> getSources() { 92 public Source getSource(String name) { 96 public Source getWebSearchSource() { 105 mSources = new HashMap<String,Source>(); 127 SearchableSource source = createSearchableSource(searchable) local 136 mSources.put(source.getName(), source); local 156 SearchableSource source = createSearchableSource(info); local [all...] |
| /external/chromium/chrome/browser/net/ |
| chrome_net_log.h | 2 // Use of this source code is governed by a BSD-style license that can be 42 net::NetLog::Source source, 50 net::NetLog::Source source; member in struct:ChromeNetLog::Entry 85 const Source& source, 112 const Source& source, 147 // Last assigned source ID. Incremented to get the next one [all...] |
| /external/chromium/net/base/ |
| capturing_net_log.h | 2 // Use of this source code is governed by a BSD-style license that can be 28 Source source, 35 Source source; member in struct:net::CapturingNetLog::Entry 60 const Source& source, 70 // Last assigned source ID. Incremented to get the next one. 88 CapturingBoundNetLog(const NetLog::Source& source, CapturingNetLog* net_log) [all...] |
| /external/clang/unittests/Lex/ |
| PPConditionalDirectiveRecordTest.cpp | 5 // This file is distributed under the University of Illinois Open Source 69 const char *source = local 88 MemoryBuffer *buf = MemoryBuffer::getMemBuffer(source);
|
| /external/icu4c/common/ |
| ucnv_cb.c | 36 const char* source, 47 source, length, 55 const UChar** source, 84 source, 101 In fact, here's where we want to return the partially consumed in-source! 104 /* && (*source < sourceLimit && args->target >= args->targetLimit) 139 source, 201 const UChar *source = (const UChar *)converter->subChars; local 202 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err) [all...] |
| /external/icu4c/test/cintltst/ |
| ccurrtst.c | 102 UChar source[2], target[2]; local 124 u_strcpy(source, currency[i]); 140 compareResult = ucol_strcoll(c, source, u_strlen(source), target, u_strlen(target)); 144 sortklen=ucol_getSortKey(c, source, u_strlen(source), NULL, 0); 146 ucol_getSortKey(c, source, u_strlen(source), sortKey1, sortklen+1); 157 reportCResult( source, target, sortKey1, sortKey2, compareResult, keyResult, compareResult, expectedResult );
|
| /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/ |
| EndpointEvent.java | 5 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright 47 private Kernel source; field in class:EndpointEvent 51 public EndpointEvent( Kernel source, Endpoint p, Type type ) 53 this.source = source; 58 public static EndpointEvent createAdd( Kernel source, Endpoint p ) 60 return new EndpointEvent( source, p, Type.ADD ); 63 public static EndpointEvent createRemove( Kernel source, Endpoint p ) 65 return new EndpointEvent( source, p, Type.REMOVE ) [all...] |