Searched defs:info (Results 351 - 375 of 2902) sorted by relevance

<<11121314151617181920>>

/external/skia/src/lazy/
H A DSkCachingPixelRef.cpp13 SkImageInfo info; local
16 || !(generator->getInfo(&info))
17 || !dst->setInfo(info)) {
22 (info, generator, dst->rowBytes())));
27 SkCachingPixelRef::SkCachingPixelRef(const SkImageInfo& info, argument
30 : INHERITED(info)
48 const SkImageInfo& info = this->info(); local
52 info.fWidth,
53 info
[all...]
/external/skia/src/utils/mac/
H A DSkStream_mac.cpp13 static void unref_proc(void* info, const void* addr, size_t size) { argument
14 SkASSERT(info);
15 ((SkRefCnt*)info)->unref();
20 static size_t get_bytes_proc(void* info, void* buffer, size_t bytes) { argument
21 SkASSERT(info);
22 return ((SkStream*)info)->read(buffer, bytes);
25 static off_t skip_forward_proc(void* info, off_t bytes) { argument
26 return ((SkStream*)info)->skip((size_t) bytes);
29 static void rewind_proc(void* info) { argument
30 SkASSERT(info);
34 release_info_proc(void* info) argument
[all...]
/external/skia/tests/
H A DBitmapGetColorTest.cpp36 SkImageInfo info = SkImageInfo::Make(2, 2, gRec[i].fColorType, local
40 bm.installPixels(info, storage, info.minRowBytes());
H A DMallocPixelRefTest.cpp25 SkImageInfo info = SkImageInfo::MakeN32Premul(10, 13); local
28 SkMallocPixelRef::NewAllocate(info, info.minRowBytes() - 1, NULL));
33 size_t rowBytes = info.minRowBytes() - 1;
34 size_t size = info.getSafeSize(rowBytes);
38 SkMallocPixelRef::NewWithData(info, rowBytes,
44 size_t rowBytes = info.minRowBytes() + 2;
45 size_t size = info.getSafeSize(rowBytes) - 1;
49 SkMallocPixelRef::NewWithData(info, rowBytes, NULL,
54 size_t rowBytes = info
[all...]
H A DShaderOpacityTest.cpp14 SkImageInfo info = SkImageInfo::MakeN32Premul(2, 2); local
17 bmp.setInfo(info);
27 bmp.allocPixels(info);
H A DTextureCompressionTest.cpp25 SkImageInfo info = SkImageInfo::MakeA8(kWidth, kHeight); local
29 bool setInfoSuccess = bitmap.setInfo(info);
32 bool allocPixelsSuccess = bitmap.allocPixels(info);
49 SkImageInfo info = SkImageInfo::MakeN32Premul(kWidth, kHeight); local
53 bool setInfoSuccess = bitmap.setInfo(info);
56 bool allocPixelsSuccess = bitmap.allocPixels(info);
72 SkImageInfo info = SkImageInfo::MakeA8(kWidth, kHeight); local
74 bool setInfoSuccess = bitmap.setInfo(info);
77 bool allocPixelsSuccess = bitmap.allocPixels(info);
/external/skia/tools/
H A Dsk_tool_utils.cpp25 SkImageInfo info = tmp.info(); local
26 info.fColorType = colorType;
27 info.fAlphaType = alphaType;
29 canvas->writePixels(info, tmp.getPixels(), tmp.rowBytes(), x, y);
H A Dskpinfo.cpp54 SkPictInfo info; local
55 if (!SkPicture::InternalOnly_StreamIsSKP(&stream, &info)) {
60 SkDebugf("Version: %d\n", info.fVersion);
63 SkDebugf("Width: %d\n", info.fWidth);
66 SkDebugf("Height: %d\n", info.fHeight);
69 SkDebugf("Flags: 0x%x\n", info.fFlags);
113 if (info.fVersion < 22) {
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommandNote.java71 info, enum constant in enum:AdHocCommandNote.Type
/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
H A DEntityCapsPersistentCache.java25 * @param info
27 void addDiscoverInfoByNodePersistent(String node, DiscoverInfo info); argument
H A DSimpleDirectoryPersistentCache.java88 public void addDiscoverInfoByNodePersistent(String node, DiscoverInfo info) { argument
93 writeInfoToFile(nodeFile, info);
104 DiscoverInfo info = restoreInfoFromFile(f);
105 if (info == null)
108 EntityCapsManager.addDiscoverInfoByNode(node, info);
123 * @param info
126 private static void writeInfoToFile(File file, DiscoverInfo info) throws IOException { argument
129 dos.writeUTF(info.toXML());
/external/valgrind/main/coregrind/m_ume/
H A Dscript.c80 Int VG_(load_script)(Int fd, const HChar* name, ExeInfo* info) argument
129 info->interp_name = VG_(strdup)("ume.ls.1", interp);
130 vg_assert(NULL != info->interp_name);
132 info->interp_args = VG_(strdup)("ume.ls.2", arg);
133 vg_assert(NULL != info->interp_args);
136 if (info->argv && info->argv[0] != NULL)
137 info->argv[0] = name;
143 info->interp_name, info
[all...]
/external/valgrind/main/none/tests/s390x/
H A Decag.c35 unsigned info = get_level_info(topology, level); local
37 if ((info & 0xc) == 0) continue; // cache does not exist at this level
39 unsigned cache_type = info & 0x3;
40 unsigned cache_scope = (info & 0xc) >> 2;
H A Dtest_sig.c25 void handle_rt_SIG(int sig, siginfo_t *info, void *uc) argument
33 printf("si_signo: %d\n", info->si_signo);
34 printf("si_errno: %d\n", info->si_errno);
35 printf("si_code: %d\n", info->si_code);
/external/webrtc/src/system_wrappers/source/
H A Dset_thread_name_win.h27 THREADNAME_INFO info; local
28 info.dwType = 0x1000;
29 info.szName = szThreadName;
30 info.dwThreadID = dwThreadID;
31 info.dwFlags = 0;
35 RaiseException(0x406D1388, 0, sizeof(info) / sizeof(DWORD),
36 (ULONG_PTR*)&info);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DNoViableAltException.cs83 protected NoViableAltException(SerializationInfo info, StreamingContext context) argument
84 : base(info, context) {
85 if (info == null)
86 throw new ArgumentNullException("info");
88 this._grammarDecisionDescription = info.GetString("GrammarDecisionDescription");
89 this._decisionNumber = info.GetInt32("DecisionNumber");
90 this._stateNumber = info.GetInt32("StateNumber");
111 public override void GetObjectData(SerializationInfo info, StreamingContext context) { argument
112 if (info == null)
113 throw new ArgumentNullException("info");
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DNoViableAltException.cs92 protected NoViableAltException(SerializationInfo info, StreamingContext context) argument
93 : base(info, context)
95 if (info == null)
96 throw new ArgumentNullException("info");
98 this._grammarDecisionDescription = info.GetString("GrammarDecisionDescription");
99 this._decisionNumber = info.GetInt32("DecisionNumber");
100 this._stateNumber = info.GetInt32("StateNumber");
127 public override void GetObjectData(SerializationInfo info, StreamingContext context) argument
129 if (info == null)
130 throw new ArgumentNullException("info");
[all...]
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
H A DSpiEngUtils.java62 public MyProvider(String name, String info, String key, String clName) { argument
63 super(name, 1.0, info);
/external/apache-http/src/org/apache/commons/logging/
H A DLog.java30 * <li>info</li>
110 * <p> Is info logging currently enabled? </p>
114 * when the log level is more than info. </p>
116 * @return true if info is enabled in the underlying logger.
183 * <p> Log a message with info log level. </p>
187 public void info(Object message); method in interface:Log
191 * <p> Log an error with info log level. </p>
196 public void info(Object message, Throwable t); method in interface:Log
/external/blktrace/btt/
H A Dplat.c52 void plat_free(void *info) argument
54 struct plat_info *pp = info;
64 free(info);
67 void plat_x2c(void *info, __u64 ts, __u64 latency) argument
71 struct plat_info *pp = info;
/external/bluetooth/bluedroid/bta/include/
H A Dbta_fs_ci.h77 UINT8 info; member in struct:__anon757
195 ** info - the stored BTA specific information (like last active operation).
205 UINT32 timeout, UINT32 offset, UINT8 ssn, UINT8 info,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DJCERSAPublicKey.java47 SubjectPublicKeyInfo info)
51 RSAPublicKeyStructure pubKey = new RSAPublicKeyStructure((ASN1Sequence)info.parsePublicKey());
58 throw new IllegalArgumentException("invalid info structure in RSA public key");
46 JCERSAPublicKey( SubjectPublicKeyInfo info) argument
/external/chromium_org/base/android/
H A Dbuild_info.cc71 void BuildInfo::set_java_exception_info(const std::string& info) { argument
72 DCHECK(!java_exception_info_) << "info should be set only once.";
73 java_exception_info_ = strndup(info.c_str(), 4096);
/external/chromium_org/base/
H A Dsys_info_posix.cc102 struct utsname info; local
103 if (uname(&info) < 0) {
107 return std::string(info.sysname);
114 struct utsname info; local
115 if (uname(&info) < 0) {
119 return std::string(info.release);
125 struct utsname info; local
126 if (uname(&info) < 0) {
130 std::string arch(info.machine);
/external/chromium_org/base/test/
H A Dtest_file_util_posix.cc55 // |info| is the pointer to the blob.
57 // Either |info| or |length| may be NULL/0, in which case nothing happens.
58 bool RestorePermissionInfo(const FilePath& path, void* info, size_t length) { argument
59 if (!info || (length == 0))
63 mode_t* mode = reinterpret_cast<mode_t*>(info);

Completed in 4474 milliseconds

<<11121314151617181920>>