HomeSort by relevance Sort by last modified time
    Searched full:info (Results 876 - 900 of 25470) sorted by null

<<31323334353637383940>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
MismatchedRangeException.cs 73 protected MismatchedRangeException(SerializationInfo info, StreamingContext context)
74 : base(info, context) {
75 if (info == null)
76 throw new ArgumentNullException("info");
78 this._a = info.GetInt32("A");
79 this._b = info.GetInt32("B");
94 public override void GetObjectData(SerializationInfo info, StreamingContext context) {
95 if (info == null)
96 throw new ArgumentNullException("info");
98 base.GetObjectData(info, context)
    [all...]
MismatchedTokenException.cs 89 protected MismatchedTokenException(SerializationInfo info, StreamingContext context)
90 : base(info, context) {
91 if (info == null)
92 throw new ArgumentNullException("info");
94 this._expecting = info.GetInt32("Expecting");
95 this._tokenNames = new ReadOnlyCollection<string>((string[])info.GetValue("TokenNames", typeof(string[])));
110 public override void GetObjectData(SerializationInfo info, StreamingContext context) {
111 if (info == null)
112 throw new ArgumentNullException("info");
114 base.GetObjectData(info, context)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
FailedPredicateException.cs 88 protected FailedPredicateException(SerializationInfo info, StreamingContext context)
89 : base(info, context)
91 if (info == null)
92 throw new ArgumentNullException("info");
94 this._ruleName = info.GetString("RuleName");
95 this._predicateText = info.GetString("PredicateText");
114 public override void GetObjectData(SerializationInfo info, StreamingContext context)
116 if (info == null)
117 throw new ArgumentNullException("info");
119 base.GetObjectData(info, context)
    [all...]
MismatchedRangeException.cs 81 protected MismatchedRangeException(SerializationInfo info, StreamingContext context)
82 : base(info, context)
84 if (info == null)
85 throw new ArgumentNullException("info");
87 this._a = info.GetInt32("A");
88 this._b = info.GetInt32("B");
107 public override void GetObjectData(SerializationInfo info, StreamingContext context)
109 if (info == null)
110 throw new ArgumentNullException("info");
112 base.GetObjectData(info, context)
    [all...]
MismatchedTokenException.cs 95 protected MismatchedTokenException(SerializationInfo info, StreamingContext context)
96 : base(info, context)
98 if (info == null)
99 throw new ArgumentNullException("info");
101 this._expecting = info.GetInt32("Expecting");
102 this._tokenNames = new ReadOnlyCollection<string>((string[])info.GetValue("TokenNames", typeof(string[])));
121 public override void GetObjectData(SerializationInfo info, StreamingContext context)
123 if (info == null)
124 throw new ArgumentNullException("info");
126 base.GetObjectData(info, context)
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-vtable-optzn.cpp 1 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=standalone -triple x86_64-apple-darwin %s -o - | FileCheck %s
2 // RUN: %clang_cc1 -emit-llvm -debug-info-kind=standalone -triple amd64-unknown-freebsd %s -o - | FileCheck %s
4 // This tests that the "emit debug info for a C++ class only in the
  /external/curl/tests/data/
test1044 3 <info>
9 </info>
32 FTP download large file info with -I
  /external/e2fsprogs/doc/
Makefile.in 16 INFO=@MAKEINFO@
20 all:: libext2fs.info libext2fs.dvi libext2fs.html
22 install-doc-libs: libext2fs.info libext2fs.dvi
23 $(Q) $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
26 -$(Q) for i in libext2fs.info* ; do \
30 $(E) " GZIP $(infodir)/libext2fs.info*"
31 -$(Q) gzip -9 $(DESTDIR)$(infodir)/libext2fs.info*
34 $(RM) -rf $(DESTDIR)$(infodir)/libext2fs.info*
36 libext2fs.info: $(srcdir)/libext2fs.texinfo
38 -$(Q) $(INFO) $(srcdir)/libext2fs.texinf
    [all...]
  /external/iproute2/include/linux/
unix_diag.h 17 #define UDIAG_SHOW_VFS 0x00000002 /* show VFS inode info */
18 #define UDIAG_SHOW_PEER 0x00000004 /* show peer socket info */
21 #define UDIAG_SHOW_MEMINFO 0x00000020 /* show memory info of a socket */
  /external/iptables/extensions/
libxt_bpf.c 97 const struct xt_bpf_info *info = (void *) match->data; local
100 for (i = 0; i < info->bpf_program_num_elem-1; i++)
101 printf("%hu %hhu %hhu %u,", info->bpf_program[i].code,
102 info->bpf_program[i].jt,
103 info->bpf_program[i].jf,
104 info->bpf_program[i].k);
106 printf("%hu %hhu %hhu %u", info->bpf_program[i].code,
107 info->bpf_program[i].jt,
108 info->bpf_program[i].jf,
109 info->bpf_program[i].k)
114 const struct xt_bpf_info *info = (void *) match->data; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
unix_diag.h 17 #define UDIAG_SHOW_VFS 0x00000002 /* show VFS inode info */
18 #define UDIAG_SHOW_PEER 0x00000004 /* show peer socket info */
21 #define UDIAG_SHOW_MEMINFO 0x00000020 /* show memory info of a socket */
  /external/libchrome/base/process/
process_handle_mac.cc 17 struct kinfo_proc info; local
20 if (sysctl(mib, 4, &info, &length, NULL, 0) < 0) {
26 return info.kp_eproc.e_ppid;
  /external/libedit/
ChangeLog 6 * version-info: 0:47:0
14 * version-info: 0:46:0
25 * version-info: 0:45:0
32 * version-info: 0:44:0
39 * version-info: 0:43:0
45 * version-info: 0:42:0
51 * version-info: 0:41:0
57 * version-info: 0:40:0
63 * version-info: 0:39:0
69 * version-info: 0:38:
    [all...]
  /external/libxml2/result/VC/
NS3 2 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
5 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
8 mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/
NS3.rdr 2 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
5 xmlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"
8 mlns="http://example.com/foo" xmlns:foo="http://example.com/fo" foo:info="toto"/
  /frameworks/native/vulkan/libvulkan/
debug_report.cpp 23 const VkDebugReportCallbackCreateInfoEXT& info,
34 head_.next = new (mem) Node{head_.next, info.flags, info.pfnCallback,
35 info.pUserData, driver_handle};
79 const VkDebugReportCallbackCreateInfoEXT* info = local
82 while (info) {
83 if (info->sType ==
85 (info->flags & flags) != 0) {
86 info->pfnCallback(flags, object_type, object, location,
88 info->pUserData)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_frame_attr.c 69 attrs->cont_size.height = ((parser->info.seq_ext.vertical_size_extension << 12)
70 | parser->info.seq_hdr.vertical_size_value);
71 attrs->cont_size.width = ((parser->info.seq_ext.horizontal_size_extension << 12)
72 | parser->info.seq_hdr.horizontal_size_value);
75 attrs->mpeg2.repeat_first_field = parser->info.pic_cod_ext.repeat_first_field;
78 attrs->mpeg2.temporal_ref = parser->info.pic_hdr.temporal_reference;
81 attrs->mpeg2.top_field_first = parser->info.pic_cod_ext.top_field_first;
84 attrs->mpeg2.progressive_frame = parser->info.pic_cod_ext.progressive_frame;
87 attrs->mpeg2.picture_struct = parser->info.pic_cod_ext.picture_structure;
90 switch (parser->info.pic_hdr.picture_coding_type
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/calllog/
ContactInfoHelper.java 69 * If the number does not match any contact, returns a contact info containing only the number
83 ContactInfo info; local
87 info = lookupContactFromUri(getContactInfoLookupUri(number), true);
88 if (info == null || info == ContactInfo.EMPTY) {
92 info = queryContactInfoForPhoneNumber(username, countryIso, true);
97 info = queryContactInfoForPhoneNumber(number, countryIso, false);
101 if (info == null) {
105 // If we did not find a matching contact, generate an empty contact info for the number.
106 if (info == ContactInfo.EMPTY)
194 ContactInfo info = new ContactInfo(); local
253 ContactInfo info = lookupContactFromUri(getContactInfoLookupUri(number), isSip); local
434 ContactInfo info = new ContactInfo(); local
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/contactinfo/
ContactPhotoLoaderTest.java 70 ContactInfo info = getTestContactInfo(); local
71 info.photoUri = getResourceUri(R.drawable.phone_icon);
72 ContactPhotoLoader loader = new ContactPhotoLoader(mContext, info);
77 ContactInfo info = getTestContactInfo(); local
78 info.photoUri = Uri.parse("file://invalid/uri");
79 ContactPhotoLoader loader = new ContactPhotoLoader(mContext, info);
85 ContactInfo info = getTestContactInfo(); local
86 ContactPhotoLoader loader = new ContactPhotoLoader(mContext, info);
101 ContactInfo info = new ContactInfo(); local
102 info.name = "foo"
    [all...]
  /prebuilts/go/darwin-x86/src/debug/dwarf/
open.go 19 info []byte
41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {
46 info: info,
58 if len(d.info) < 6 {
59 return nil, DecodeError{"info", Offset(len(d.info)), "too short"}
61 x, y := d.info[4], d.info[5]
64 return nil, DecodeError{"info", 4, "unsupported version 0"
    [all...]
  /prebuilts/go/linux-x86/src/debug/dwarf/
open.go 19 info []byte
41 func New(abbrev, aranges, frame, info, line, pubnames, ranges, str []byte) (*Data, error) {
46 info: info,
58 if len(d.info) < 6 {
59 return nil, DecodeError{"info", Offset(len(d.info)), "too short"}
61 x, y := d.info[4], d.info[5]
64 return nil, DecodeError{"info", 4, "unsupported version 0"
    [all...]
  /system/connectivity/shill/
socket_info_unittest.cc 49 SocketInfo info(SocketInfo::kConnectionStateEstablished,
60 SocketInfo info_copy(info);
61 ExpectSocketInfoEqual(info, info_copy);
65 SocketInfo info(SocketInfo::kConnectionStateEstablished,
76 SocketInfo info_copy = info;
77 ExpectSocketInfoEqual(info, info_copy);
88 SocketInfo info(SocketInfo::kConnectionStateEstablished,
98 EXPECT_FALSE(info.IsSameSocketAs(
109 EXPECT_FALSE(info.IsSameSocketAs(
120 EXPECT_FALSE(info.IsSameSocketAs
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/
vxworks1.rd 3 Offset Info Type Sym\.Value Sym\. Name
8 Offset Info Type Sym.Value Sym. Name
14 Offset Info Type Sym\.Value Sym\. Name
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper.cc 152 // Read thread info from /proc/$pid/status.
153 // Fill out the |tgid|, |ppid| and |pid| members of |info|. If unavailable,
156 bool LinuxPtraceDumper::GetThreadInfoByIndex(size_t index, ThreadInfo* info) {
162 assert(info != NULL);
175 info->ppid = info->tgid = -1;
179 my_strtoui(&info->tgid, line + 6);
181 my_strtoui(&info->ppid, line + 6);
188 if (info->ppid == -1 || info->tgid == -1
    [all...]
  /external/libdrm/nouveau/
abi16.c 277 abi16_bo_info(struct nouveau_bo *bo, struct drm_nouveau_gem_info *info)
281 nvbo->map_handle = info->map_handle;
282 bo->handle = info->handle;
283 bo->size = info->size;
284 bo->offset = info->offset;
287 if (info->domain & NOUVEAU_GEM_DOMAIN_VRAM)
289 if (info->domain & NOUVEAU_GEM_DOMAIN_GART)
291 if (!(info->tile_flags & NOUVEAU_GEM_TILE_NONCONTIG))
297 bo->config.nvc0.memtype = (info->tile_flags & 0xff00) >> 8;
298 bo->config.nvc0.tile_mode = info->tile_mode
317 struct drm_nouveau_gem_info *info = &req.info; local
    [all...]

Completed in 384 milliseconds

<<31323334353637383940>>