HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 676 - 700 of 4844) sorted by null

<<21222324252627282930>>

  /external/chromium_org/win8/metro_driver/
metro_driver.cc 25 ULONG_PTR* info = ex_info->ExceptionRecord->ExceptionInformation; local
27 base::string16 msg(reinterpret_cast<wchar_t*>(info[2]), info[1]); local
28 LOG(ERROR) << "VEH: Metro error 0x" << std::hex << info[0] << ": " << msg;
30 base::string16 msg(reinterpret_cast<wchar_t*>(info[3]), info[2]); local
31 LOG(ERROR) << "VEH: Metro old error 0x" << std::hex << info[0]
32 << " new error 0x" << info[1] << ": " << msg;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libbacktrace.cc 100 AddressInfo *info = &cdata->frames[cdata->n_frames++]; local
101 info->Clear();
102 info->FillAddressAndModuleInfo(addr, cdata->module_name,
104 info->function = LibbacktraceSymbolizer::Demangle(function, true);
106 info->file = internal_strdup(filename);
107 info->line = lineno;
118 AddressInfo *info = &cdata->frames[0]; local
119 info->Clear();
120 info->FillAddressAndModuleInfo(addr, cdata->module_name,
122 info->function = LibbacktraceSymbolizer::Demangle(symname, true)
129 DataInfo *info = (DataInfo *)vdata; local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
Dominators.java 32 * and an addition of a child field to the DFS info. In reality, the constant
37 * of various info about parents. We then use this info to calculate the
38 * dominators, using union-find structures to link together the DFS info,
54 private final DFSInfo[] info; field in class:Dominators
58 /** {@code non-null;} the raw dominator info */
65 * @param domInfos {@code non-null;} the raw dominator info
66 * @param postdom true for postdom information, false for normal dom info
74 this.info = new DFSInfo[blocks.size() + 2];
83 * @param domInfos {@code non-null;} the raw dominator info
    [all...]
  /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/icu/icu4c/source/common/
ucmndata.c 37 } else if(udh->info.isBigEndian==U_IS_BIG_ENDIAN) {
48 udata_getInfoSize(const UDataInfo *info) {
49 if(info==NULL) {
51 } else if(info->isBigEndian==U_IS_BIG_ENDIAN) {
53 return info->size;
56 uint16_t x=info->size;
324 udm->pHeader->info.isBigEndian==U_IS_BIG_ENDIAN &&
325 udm->pHeader->info.charsetFamily==U_CHARSET_FAMILY)
330 else if (udm->pHeader->info.dataFormat[0]==0x43 &&
331 udm->pHeader->info.dataFormat[1]==0x6d &
    [all...]
  /external/ltrace/sysdeps/linux-gnu/x86/
trace.c 112 arch_type_sizeof(struct process *proc, struct arg_type_info *info)
117 switch (info->type) {
148 assert(info->type != info->type);
154 arch_type_alignof(struct process *proc, struct arg_type_info *info)
159 switch (info->type) {
161 assert(info->type != info->type);
  /external/ltrace/testsuite/ltrace.main/
signals.c 12 handler(int signum,siginfo_t *info,void *act)
15 printf("sival_int = %d\n",info->si_value.sival_int);
  /external/nanopb-c/tests/
Makefile 18 lcov --base-directory . --directory build/ --gcov-tool gcov-4.6 -c -o build/coverage/nanopb.info
21 genhtml -o build/coverage build/coverage/nanopb.info
  /art/compiler/dex/quick/
gen_invoke.cc 45 void Mir2Lir::AddIntrinsicSlowPath(CallInfo* info, LIR* branch, LIR* resume) {
48 IntrinsicSlowPathPath(Mir2Lir* m2l, CallInfo* info, LIR* branch, LIR* resume = nullptr)
49 : LIRSlowPath(m2l, info->offset, branch, resume), info_(info) {
67 AddSlowPath(new (arena_) IntrinsicSlowPathPath(this, info, branch, resume));
462 static void CommonCallCodeLoadThisIntoArg1(const CallInfo* info, Mir2Lir* cg) {
463 RegLocation rl_arg = info->args[0];
467 static void CommonCallCodeLoadClassIntoArg0(const CallInfo* info, Mir2Lir* cg) {
468 cg->GenNullCheck(cg->TargetReg(kArg1, kRef), info->opt_flags);
473 cg->MarkPossibleNullPointerException(info->opt_flags)
795 RegisterInfo* info = GetRegInfo(rl_arg.reg); local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 208 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent); local
209 info.addAddress((Inet4Address) _addr);
210 return info;
253 ServiceInfoImpl info = (ServiceInfoImpl) super.getServiceInfo(persistent); local
254 info.addAddress((Inet6Address) _addr);
255 return info;
351 ServiceInfoImpl info = (ServiceInfoImpl) serviceInfo; local
352 info.revertState();
373 ServiceInfoImpl info = (ServiceInfoImpl) serviceInfo; local
374 info.revertState()
394 ServiceInfoImpl info = new ServiceInfoImpl(this.getQualifiedNameMap(), 0, 0, 0, persistent, (byte[]) null); local
405 ServiceInfo info = this.getServiceInfo(false); local
515 ServiceInfo info = this.getServiceInfo(false); local
619 ServiceInfo info = this.getServiceInfo(false); local
725 ServiceInfoImpl info = (ServiceInfoImpl) dns.getServices().get(this.getKey()); local
756 dns.getServices().put(info.getQualifiedName().toLowerCase(), info); local
775 ServiceInfoImpl info = (ServiceInfoImpl) dns.getServices().get(this.getKey()); local
783 dns.getServices().put(info.getQualifiedName().toLowerCase(), info); local
795 ServiceInfoImpl info = (ServiceInfoImpl) dns.getServices().get(this.getKey()); local
820 ServiceInfo info = this.getServiceInfo(false); local
949 ServiceInfo info = this.getServiceInfo(false); local
    [all...]
  /external/chromium_org/ui/chromeos/network/
network_list.cc 74 NetworkInfo* info = new NetworkInfo(network->path()); local
75 network_list_.push_back(info);
85 NetworkInfo* info = network_list_[i]; local
87 handler->GetNetworkState(info->service_path);
90 info->image =
92 info->label =
94 info->highlight =
96 info->disable =
159 const NetworkInfo* info = network_list_[i]; local
160 if (info->highlight)
207 const NetworkInfo* info = network_list_[i]; local
    [all...]
  /external/lldb/include/lldb/Core/
EmulateInstruction.h 237 } info; member in struct:lldb_private::EmulateInstruction::Context
250 info.RegisterPlusOffset.reg = base_reg;
251 info.RegisterPlusOffset.signed_offset = signed_offset;
259 info.RegisterPlusIndirectOffset.base_reg = base_reg;
260 info.RegisterPlusIndirectOffset.offset_reg = offset_reg;
269 info.RegisterToRegisterPlusOffset.data_reg = data_reg;
270 info.RegisterToRegisterPlusOffset.base_reg = base_reg;
271 info.RegisterToRegisterPlusOffset.offset = offset;
280 info.RegisterToRegisterPlusIndirectOffset.base_reg = base_reg;
281 info.RegisterToRegisterPlusIndirectOffset.offset_reg = offset_reg
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 35 struct arg_type_info *info, struct value *valuep);
147 struct arg_type_info *info, struct value *valuep)
149 size_t sz = type_sizeof(proc, info);
153 size_t a = type_alignof(proc, info);
219 struct arg_type_info *info, struct value *valuep)
222 return allocate_stack_slot(ctx, proc, info, valuep);
228 size_t sz = type_sizeof(proc, info);
249 struct arg_type_info *info, struct value *valuep)
261 allocate_gpr(ctx, proc, info, NULL);
264 if (info->type == ARGTYPE_FLOAT)
    [all...]
  /external/chromium_org/chrome/browser/ui/views/accessibility/
accessibility_event_router_views.cc 99 AccessibilityMenuItemInfo info(most_recent_profile_,
106 ui::AX_EVENT_FOCUS, &info);
264 AccessibilityTabInfo info(profile, name, context, state.index, state.count);
265 info.set_bounds(view->GetBoundsInScreen());
266 SendControlAccessibilityNotification(event, &info);
274 AccessibilityButtonInfo info(
276 info.set_bounds(view->GetBoundsInScreen());
277 SendControlAccessibilityNotification(event, &info);
285 AccessibilityStaticTextInfo info(
287 info.set_bounds(view->GetBoundsInScreen())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
attributes.cpp 6 const v8::FunctionCallbackInfo<v8::Value>& info
8 const v8::PropertyCallbackInfo<v8::Value>& info
18 v8::Handle<v8::Object> holder = info.Holder();
22 v8::Handle<v8::String> propertyName = v8AtomicString(info.GetIsolate(), "{{attribute.name}}");
25 v8::Handle<v8::Value> v8Value = V8HiddenValue::getHiddenValue(info.GetIsolate(), holder, propertyName);
27 v8SetReturnValue(info, v8Value);
40 ExecutionContext* executionContext = currentExecutionContext(info.GetIsolate());
43 ScriptState* scriptState = ScriptState::current(info.GetIsolate());
47 ExceptionState exceptionState(ExceptionState::GetterContext, "{{attribute.name}}", "{{interface_name}}", holder, info.GetIsolate());
65 if (!BindingSecurity::shouldAllowAccessToNode(info.GetIsolate(), {{attribute.cpp_value}}, exceptionState))
66 v8SetReturnValueNull(info); variable
79 v8SetReturnValueNull(info); variable
166 {{v8_class}}::{{attribute.name}}AttributeGetterCustom(info); variable
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
rdf-objfmt.c 185 /*@null@*/ rdf_objfmt_output_info *info = (rdf_objfmt_output_info *)d; local
193 assert(info != NULL);
194 objfmt_rdf = info->objfmt_rdf;
204 info->object->arch)) {
271 yasm_section_add_reloc(info->sect, (yasm_reloc *)reloc, yasm_xfree);
291 retval = yasm_arch_intnum_tobytes(info->object->arch, intn, buf, destsize,
300 /*@null@*/ rdf_objfmt_output_info *info = (rdf_objfmt_output_info *)d; local
305 assert(info != NULL);
307 bigbuf = yasm_bc_tobytes(bc, info->buf, &size, &gap, info,
341 \/*@null@*\/ rdf_objfmt_output_info *info = (rdf_objfmt_output_info *)d; local
383 \/*@null@*\/ rdf_objfmt_output_info *info = (rdf_objfmt_output_info *)d; local
427 \/*@null@*\/ rdf_objfmt_output_info *info = (rdf_objfmt_output_info *)d; local
520 \/*@null@*\/ rdf_objfmt_output_info *info = (rdf_objfmt_output_info *)d; local
670 rdf_objfmt_output_info info; local
    [all...]
  /external/chromium_org/net/dns/
address_sorter_posix.cc 262 scoped_ptr<DestinationInfo> info(new DestinationInfo());
263 info->address = list[i].address();
264 info->scope = GetScope(ipv4_scope_table_, info->address);
265 info->precedence = GetPolicyValue(precedence_table_, info->address);
266 info->label = GetPolicyValue(label_table_, info->address);
277 IPEndPoint dest(info->address, 80 /* port */);
299 info->src = &src_info
331 SourceAddressInfo& info = source_map_[address]; local
357 SourceAddressInfo& info = source_map_[src.address()]; local
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
AnalyzerTest.java 70 MethodInfo info = method.getMethodInfo2(); local
72 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info);
74 int pos = findOpcode(info, Opcode.RETURN);
79 private static int findOpcode(MethodInfo info, int opcode) throws BadBytecode {
80 CodeIterator iter = info.getCodeAttribute().iterator();
94 MethodInfo info = method.getMethodInfo2(); local
95 CodeIterator iter = info.getCodeAttribute().iterator();
106 Frame[] frames = analyzer.analyze(method.getDeclaringClass(), info);
114 MethodInfo info = method.getMethodInfo2(); local
115 CodeIterator iter = info.getCodeAttribute().iterator()
200 MethodInfo info = method.getMethodInfo2(); local
220 MethodInfo info = method.getMethodInfo2(); local
237 MethodInfo info = method.getMethodInfo2(); local
252 MethodInfo info = method.getMethodInfo2(); local
276 MethodInfo info = method.getMethodInfo2(); local
    [all...]
  /cts/tests/tests/tv/src/android/media/tv/cts/
BundledTvInputServiceTest.java 103 for (TvInputInfo info : mManager.getTvInputList()) {
104 if (info.isPassthroughInput()) {
105 mPassthroughInputList.add(info);
135 for (final TvInputInfo info : mPassthroughInputList) {
139 mTvView.tune(info.getId(),
140 TvContract.buildChannelUriForPassthroughInput(info.getId()));
147 Integer reason = mCallback.getVideoUnavailableReason(info.getId());
163 final TvInputInfo info = local
168 mTvView.tune(info.getId(),
169 TvContract.buildChannelUriForPassthroughInput(info.getId()))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEDHPrivateKey.java 37 private PrivateKeyInfo info; field in class:JCEDHPrivateKey
60 PrivateKeyInfo info)
63 ASN1Sequence seq = ASN1Sequence.getInstance(info.getAlgorithmId().getParameters());
64 DERInteger derX = DERInteger.getInstance(info.parsePrivateKey());
65 DERObjectIdentifier id = info.getAlgorithmId().getAlgorithm();
67 this.info = info;
127 if (info != null)
129 return info.getEncoded(ASN1Encoding.DER);
132 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.dhKeyAgreement, new DHParameter (…) local
    [all...]
  /external/chromium_org/base/process/
process_metrics_openbsd.cc 18 struct kinfo_proc info; local
28 if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
31 return (info.p_vm_tsize + info.p_vm_dsize + info.p_vm_ssize);
39 struct kinfo_proc info; local
49 if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0)
52 return info.p_vm_rssize * getpagesize();
92 struct kinfo_proc info; local
102 if (sysctl(mib, arraysize(mib), &info, &length, NULL, 0) < 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8DeviceMotionEventCustom.cpp 103 void V8DeviceMotionEvent::initDeviceMotionEventMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& info)
105 DeviceMotionEvent* impl = V8DeviceMotionEvent::toImpl(info.Holder());
106 v8::Isolate* isolate = info.GetIsolate();
107 TOSTRING_VOID(V8StringResource<>, type, info[0]);
108 bool bubbles = info[1]->BooleanValue();
109 bool cancelable = info[2]->BooleanValue();
110 DeviceMotionData::Acceleration* acceleration = readAccelerationArgument(info[3], isolate);
111 DeviceMotionData::Acceleration* accelerationIncludingGravity = readAccelerationArgument(info[4], isolate);
112 DeviceMotionData::RotationRate* rotationRate = readRotationRateArgument(info[5], isolate);
113 bool intervalProvided = !isUndefinedOrNull(info[6])
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGrPixelRef.cpp 23 SkROLockPixelsPixelRef::SkROLockPixelsPixelRef(const SkImageInfo& info)
24 : INHERITED(info, &gROLockPixelsPixelRefMutex) {}
96 SkImageInfo info = SkImageInfo::Make(desc.fWidth, desc.fHeight, dstCT, kPremul_SkAlphaType); local
97 SkGrPixelRef* pixelRef = SkNEW_ARGS(SkGrPixelRef, (info, dst));
104 SkGrPixelRef::SkGrPixelRef(const SkImageInfo& info, GrSurface* surface,
105 bool transferCacheLock) : INHERITED(info) {
116 SkASSERT(info.width() <= fSurface->width());
117 SkASSERT(info.height() <= fSurface->height());
172 bounds = SkIRect::MakeWH(this->info().width(), this->info().height())
    [all...]
  /external/chromium_org/third_party/skia/src/image/
SkImage.cpp 41 const void* SkImage::peekPixels(SkImageInfo* info, size_t* rowBytes) const {
44 if (NULL == info) {
45 info = &infoStorage;
50 return as_IB(this)->onPeekPixels(info, rowBytes);
96 static bool raster_canvas_supports(const SkImageInfo& info) {
97 switch (info.colorType()) {
99 return kUnpremul_SkAlphaType != info.alphaType();
112 const SkImageInfo info = bitmap->info(); local
113 if (kUnknown_SkColorType == info.colorType())
    [all...]
  /external/iptables/libiptc/
libip4tc.c 322 if (strcmp(h->info.name, "filter") == 0) {
323 assert(h->info.valid_hooks
329 assert(h->info.hook_entry[NF_IP_LOCAL_IN] == 0);
333 assert(h->info.hook_entry[NF_IP_FORWARD] == n);
337 assert(h->info.hook_entry[NF_IP_LOCAL_OUT] == n);
339 user_offset = h->info.hook_entry[NF_IP_LOCAL_OUT];
340 } else if (strcmp(h->info.name, "nat") == 0) {
341 assert((h->info.valid_hooks
345 (h->info.valid_hooks
351 assert(h->info.hook_entry[NF_IP_PRE_ROUTING] == 0)
    [all...]

Completed in 2056 milliseconds

<<21222324252627282930>>