HomeSort by relevance Sort by last modified time
    Searched defs:info (Results 1201 - 1225 of 1775) sorted by null

<<41424344454647484950>>

  /external/open-vcdiff/gtest/src/
gtest-death-test.cc 283 TestInfo* const info = GetUnitTestImpl()->current_test_info(); local
284 if (info == NULL) {
600 const TestInfo* const info = impl->current_test_info(); local
601 const int death_test_index = info->result()->death_test_count();
630 info->test_case_name(),
631 info->name());
942 const TestInfo* const info = impl->current_test_info(); local
    [all...]
  /external/opencv/cvaux/src/
cvhmm.cpp 907 CvImgObsInfo* info = obs_info_array[i]; local
909 for (j = 0; j < info->obs_y; j++)
911 for (k = 0; k < info->obs_x; k++, counter++)
919 superstate = info->state[2 * counter];
921 state = info->state[ 2 * counter + 1] - begin_ind;
923 if (j < info->obs_y - 1)
927 nextsuperstate = info->state[ 2*(counter + info->obs_x) ];
932 if (k < info->obs_x - 1)
936 nextstate = info->state[2*(counter+1) + 1] - begin_ind
1016 CvImgObsInfo* info = obs_info_array[k]; local
1401 CvImgObsInfo* info = obs_info_array[k]; local
1429 CvImgObsInfo* info = obs_info_array[i]; local
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 283 TestInfo* const info = GetUnitTestImpl()->current_test_info(); local
284 if (info == NULL) {
600 const TestInfo* const info = impl->current_test_info(); local
601 const int death_test_index = info->result()->death_test_count();
630 info->test_case_name(),
631 info->name());
942 const TestInfo* const info = impl->current_test_info(); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_new.cpp 259 TAcceleratedBitmapInfo info; local
260 if(KErrNone == iDsb.Dsb().BeginUpdate(info))
261 iAddress = info.iAddress;
dsa_old.cpp 133 TAcceleratedBitmapInfo info; local
134 if(KErrNone == iDsb.Dsb().BeginUpdate(info))
135 iAddress = info.iAddress;
  /external/qemu/hw/
bt-hci.c 73 struct HCIInfo info; member in struct:bt_hci_s
79 #define hci_from_info(ptr) container_of((ptr), struct bt_hci_s, info)
    [all...]
pc.c 47 /* output Bochs bios info messages */
1059 DriveInfo* info = drive_get( IF_IDE, 0, 0 ); local
1060 if (info != NULL) {
1061 goldfish_mmc_init(0xff005000, 0, info->bdrv);
    [all...]
  /external/qemu/
qemu-timer.c 910 struct hpet_info info; local
927 r = ioctl(fd, HPET_INFO, &info);
933 if (info.hi_flags && (r < 0))
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 945 stosb ;; direct screen mode info variable
  /external/quake/quake/src/QW/server/
sv_main.c 63 // game rules mirrored in svs.info
276 char info[MAX_INFO_STRING]; local
298 strcpy (info, client->userinfo);
299 Info_RemovePrefixedKeys (info, '_'); // server passwords, etc
304 MSG_WriteString (buf, info);
337 Responds with all the info that qplug or qspy can see
350 Con_Printf ("%s\n", svs.info);
691 // parse some info from the info strings
1219 Info_SetValueForKey (svs.info, "needpass", "", MAX_SERVERINFO_STRING)
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 555 SkShader::GradientInfo info; local
558 info.fColors = &color;
559 info.fColorOffsets = NULL;
560 info.fColorCount = 1;
561 if (SkShader::kColor_GradientType == shader->asAGradient(&info)) {
730 SkMaskFilter::BlurInfo info; local
731 SkMaskFilter::BlurType blurType = filter->asABlur(&info);
735 SkScalar radius = info.fIgnoreTransform ? info.fRadius
736 : context->getMatrix().mapRadius(info.fRadius)
    [all...]
  /external/smack/src/org/jivesoftware/smackx/entitycaps/
EntityCapsManager.java 128 * @param info
131 public static void addDiscoverInfoByNode(String nodeVer, DiscoverInfo info) {
132 caps.put(nodeVer, info);
135 persistentCache.addDiscoverInfoByNodePersistent(nodeVer, info);
160 * Get the discover info given a user name. The discover info is returned if
162 * discover info associated with it.
166 * @return the discovered info
185 DiscoverInfo info = caps.get(nodeVer); local
186 if (info != null
    [all...]
  /external/strace/
system.c 1969 struct __sysctl_args info; local
2278 clusternode_info_t info; local
    [all...]
  /external/v8/src/
full-codegen.cc 289 bool FullCodeGenerator::MakeCode(CompilationInfo* info) {
290 Isolate* isolate = info->isolate();
291 Handle<Script> script = info->script();
299 CodeGenerator::MakeCodePrologue(info);
301 MacroAssembler masm(info->isolate(), NULL, kInitialBufferSize);
306 FullCodeGenerator cgen(&masm, info);
315 Handle<Code> code = CodeGenerator::MakeCodeEpilogue(&masm, flags, info);
316 code->set_optimizable(info->IsOptimizable() &&
317 !info->function()->flags()->Contains(kDontOptimize) &&
318 info->function()->scope()->AllowsLazyRecompilation())
382 Handle<TypeFeedbackInfo> info = isolate()->factory()->NewTypeFeedbackInfo(); local
    [all...]
ic.cc 272 RelocInfo* info = it.rinfo(); local
273 if (info->pc() == addr) return info->rmode();
324 TypeFeedbackInfo* info = local
326 info->set_ic_with_type_info_count(
327 info->ic_with_type_info_count() + delta);
1513 RelocInfo* info = it.rinfo(); local
    [all...]
platform-solaris.cc 285 Dl_info info; local
297 if (dladdr(reinterpret_cast<void*>(pc), &info) == 0) {
299 } else if ((info.dli_fname != NULL && info.dli_sname != NULL)) {
300 // We have symbol info.
301 OS::SNPrintF(text, "%s'%s+0x%x", info.dli_fname, info.dli_sname, pc);
303 // No local symbol info.
306 info.dli_fname,
307 pc - reinterpret_cast<uintptr_t>(info.dli_fbase)
    [all...]
stub-cache.cc 977 fun(v8::Utils::ToLocal(name), v8::Utils::ToLocal(value), info); local
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c 341 debugging info. */
438 Elf_Addr info = rtab[j].r_info; local
447 j, (void*)offset, (void*)info ));
448 if (!info) {
452 Elf_Sym sym = stab[ELF_R_SYM(info)];
460 + stab[ELF_R_SYM(info)].st_value);
486 switch (ELF_R_TYPE(info)) {
534 oc->fileName, ELF_R_TYPE(info));
568 Elf_Addr info = rtab[j].r_info; local
581 j, (void*)offset, (void*)info,
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 1775 struct vg_mallocfunc_info *info = (struct vg_mallocfunc_info *)arg[1]; local
    [all...]
  /external/valgrind/main/coregrind/
m_signals.c 84 per-thread). This info is duly recorded in the SCSS (static Client
86 the state is, we merely fish the relevant info out of SCSS and give
105 any signals for me?" and if it does, collect up the info, and
236 static void sync_signalhandler ( Int sigNo, vki_siginfo_t *info,
238 static void async_signalhandler ( Int sigNo, vki_siginfo_t *info,
240 static void sigvgkill_handler ( Int sigNo, vki_siginfo_t *info,
600 /* per-signal info */
1821 vki_siginfo_t info; local
1862 vki_siginfo_t info; local
1882 vki_siginfo_t info; local
1907 vki_siginfo_t info; local
    [all...]
  /external/webkit/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 236 // Overflow has occurred, we can only give line number info for errors for this region
253 ExpressionRangeInfo info; local
254 info.instructionOffset = instructions().size();
255 info.divotPoint = divot;
256 info.startOffset = startOffset;
257 info.endOffset = endOffset;
258 m_codeBlock->addExpressionInfo(info);
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp 49 WrapperTypeInfo V8TestObj::info = { V8TestObj::GetTemplate, V8TestObj::derefObject, 0, 0 }; member in class:WebCore::V8TestObj
55 static v8::Handle<v8::Value> readOnlyIntAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
58 TestObj* imp = V8TestObj::toNative(info.Holder());
62 static v8::Handle<v8::Value> readOnlyStringAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
65 TestObj* imp = V8TestObj::toNative(info.Holder());
69 static v8::Handle<v8::Value> readOnlyTestObjAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
72 TestObj* imp = V8TestObj::toNative(info.Holder());
78 V8DOMWrapper::setNamedHiddenReference(info.Holder(), "readOnlyTestObjAttr", wrapper);
83 static v8::Handle<v8::Value> shortAttrAttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info)
86 TestObj* imp = V8TestObj::toNative(info.Holder())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 119 SkLayerDrawLooper::LayerInfo info; local
120 info.fPaintBits = SkLayerDrawLooper::kEntirePaint_Bits;
121 info.fColorMode = SkXfermode::kSrc_Mode;
122 info.fFlagsMask = SkPaint::kAllFlags;
131 strokeWidth = setupStroke(looper->addLayer(info), gc, font)->getStrokeWidth();
135 setupFill(looper->addLayer(info), gc, font);
145 info.fOffset.set(offset.fX, offset.fY);
147 SkPaint* p = looper->addLayer(info);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 1356 BITMAP info; local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 1088 SkLayerDrawLooper::LayerInfo info; local
    [all...]

Completed in 1531 milliseconds

<<41424344454647484950>>