HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 751 - 775 of 14015) sorted by null

<<31323334353637383940>>

  /external/skia/src/gpu/mock/
GrMockGpu.cpp 71 GrMockTextureInfo info; local
72 info.fConfig = desc.fConfig;
73 info.fID = NextInternalTextureID();
76 new GrMockTextureRenderTarget(this, budgeted, desc, mipMapsStatus, info));
78 return sk_sp<GrTexture>(new GrMockTexture(this, budgeted, desc, mipMapsStatus, info));
97 GrMockTextureInfo info; local
98 info.fConfig = config;
99 info.fID = NextExternalTextureID();
100 fOutstandingTestingOnlyTextureIDs.add(info.fID);
101 return GrBackendTexture(w, h, config, info);
107 const GrMockTextureInfo* info = tex.getMockTextureInfo(); local
118 const GrMockTextureInfo* info = tex->getMockTextureInfo(); local
    [all...]
  /external/skia/src/pdf/
SkJpegInfo.h 23 If so and if info is not nullptr, populate info.
29 bool SkIsJFIF(const SkData* skdata, SkJFIFInfo* info);
  /external/skqp/src/pdf/
SkJpegInfo.h 23 If so and if info is not nullptr, populate info.
29 bool SkIsJFIF(const SkData* skdata, SkJFIFInfo* info);
  /external/strace/linux/i386/
rt_sigframe.h 38 siginfo_t info; member in struct:__anon35293
  /external/strace/linux/ia64/
rt_sigframe.h 38 siginfo_t info; member in struct:__anon35294
  /external/strace/linux/m68k/
rt_sigframe.h 39 siginfo_t info; member in struct:__anon35298
  /external/strace/linux/sparc/
rt_sigframe.h 36 siginfo_t info; member in struct:__anon35312
  /external/v8/src/compiler/
basic-block-instrumentor.h 23 static BasicBlockProfiler::Data* Instrument(CompilationInfo* info,
  /external/v8/tools/clang/blink_gc_plugin/
DiagnosticsReporter.h 28 void ClassMustLeftMostlyDeriveGC(RecordInfo* info);
29 void ClassRequiresTraceMethod(RecordInfo* info);
33 void FieldsImproperlyTraced(RecordInfo* info,
36 RecordInfo* info,
38 void ClassContainsGCRoots(RecordInfo* info,
43 void ClassRequiresFinalization(RecordInfo* info);
44 void ClassDoesNotRequireFinalization(RecordInfo* info);
45 void ClassMustDeclareGCMixinTraceMethod(RecordInfo* info);
46 void OverriddenNonVirtualTrace(RecordInfo* info,
49 void MissingTraceDispatchMethod(RecordInfo* info);
    [all...]
  /external/valgrind/coregrind/m_ume/
priv_ume.h 37 extern Int VG_(do_exec_inner)(const HChar *exe, ExeInfo *info);
41 extern Int VG_(load_ELF) ( Int fd, const HChar *name, ExeInfo *info );
44 extern Int VG_(load_macho) ( Int fd, const HChar *name, ExeInfo *info );
50 extern Int VG_(load_script) ( Int fd, const HChar *name, ExeInfo *info );
  /external/webrtc/talk/media/devices/
mobiledevicemanager.cc 51 rtc::scoped_ptr<webrtc::VideoCaptureModule::DeviceInfo> info(
53 if (!info)
56 uint32_t num_cams = info->NumberOfDevices();
60 if (info->GetDeviceName(i, name, arraysize(name), id, arraysize(id)))
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_mpeg2_get_scale_data.h 92 mp3Header *info,
pvmp3_mpeg2_get_scale_factors.h 93 mp3Header *info,
pvmp3_reorder.h 91 mp3Header *info,
  /frameworks/base/core/java/android/content/pm/dex/
ArtManagerInternal.java 29 * Return optimization information about the application {@code info} when
33 ApplicationInfo info, String abi);
  /frameworks/base/core/java/android/hardware/
SensorEventCallback.java 51 * @param info A {@link android.hardware.SensorAdditionalInfo SensorAdditionalInfo} frame
54 public void onSensorAdditionalInfo(SensorAdditionalInfo info) {}
  /frameworks/base/telephony/java/android/telephony/ims/aidl/
IImsRegistrationCallback.aidl 33 void onDeregistered(in ImsReasonInfo info);
34 void onTechnologyChangeFailed(int imsRadioTech, in ImsReasonInfo info);
  /hardware/interfaces/radio/config/1.0/default/
RadioConfig.cpp 39 ::android::hardware::radio::V1_0::RadioResponseInfo info; local
40 mRadioConfigResponse->getSimSlotsStatusResponse(info, slotStatus);
46 ::android::hardware::radio::V1_0::RadioResponseInfo info; local
47 mRadioConfigResponse->setSimSlotsMappingResponse(info);
  /hardware/qcom/msm8998/
Android.mk 21 $(foreach mk,$(subdir_makefiles),$(info including $(mk) ...)$(eval include $(mk)))
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
AppWidgetManagerCompatVL.java 84 public boolean bindAppWidgetIdIfAllowed(int appWidgetId, AppWidgetProviderInfo info,
95 appWidgetId, info.getProfile(), info.provider, options);
103 for (AppWidgetProviderInfo info :
105 if (info.provider.equals(provider)) {
106 return LauncherAppWidgetProviderInfo.fromProviderInfo(mContext, info);
111 for (LauncherAppWidgetProviderInfo info :
113 if (info.provider.equals(provider)) {
114 return info;
128 for (AppWidgetProviderInfo info
    [all...]
  /packages/services/BuiltInPrintService/src/com/android/bips/p2p/
P2pConnectionListener.java 29 * @param info information about the connection
31 void onConnectionOpen(String networkInterface, WifiP2pInfo info);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/
ipt_SAME.h 11 unsigned char info; member in struct:ipt_same_info
  /toolchain/binutils/binutils-2.27/bfd/
cpu-w65.c 27 scan_mach (const struct bfd_arch_info *info ATTRIBUTE_UNUSED,
  /toolchain/binutils/binutils-2.27/binutils/
debug.c 604 debug_add_to_namespace (struct debug_handle *info ATTRIBUTE_UNUSED,
639 debug_add_to_current_namespace (struct debug_handle *info, const char *name,
645 if (info->current_unit == NULL
646 || info->current_file == NULL)
652 if (info->current_block != NULL)
653 nsp = &info->current_block->locals;
655 nsp = &info->current_file->globals;
657 return debug_add_to_namespace (info, nsp, name, kind, linkage);
679 struct debug_handle *info = (struct debug_handle *) handle;
695 info->current_file = nfile
677 struct debug_handle *info = (struct debug_handle *) handle; local
718 struct debug_handle *info = (struct debug_handle *) handle; local
768 struct debug_handle *info = (struct debug_handle *) handle; local
823 struct debug_handle *info = (struct debug_handle *) handle; local
858 struct debug_handle *info = (struct debug_handle *) handle; local
890 struct debug_handle *info = (struct debug_handle *) handle; local
928 struct debug_handle *info = (struct debug_handle *) handle; local
958 struct debug_handle *info = (struct debug_handle *) handle; local
1037 struct debug_handle *info = (struct debug_handle *) handle; local
1058 struct debug_handle *info = (struct debug_handle *) handle; local
1080 struct debug_handle *info = (struct debug_handle *) handle; local
1122 struct debug_handle *info = (struct debug_handle *) handle; local
1194 struct debug_handle *info = (struct debug_handle *) handle; local
1218 struct debug_handle *info = (struct debug_handle *) handle; local
1229 struct debug_handle *info = (struct debug_handle *) handle; local
1248 struct debug_handle *info = (struct debug_handle *) handle; local
1258 struct debug_handle *info = (struct debug_handle *) handle; local
1268 struct debug_handle *info = (struct debug_handle *) handle; local
1281 struct debug_handle *info = (struct debug_handle *) handle; local
1314 struct debug_handle *info = (struct debug_handle *) handle; local
1347 struct debug_handle *info = (struct debug_handle *) handle; local
1371 struct debug_handle *info = (struct debug_handle *) handle; local
1398 struct debug_handle *info = (struct debug_handle *) handle; local
1426 struct debug_handle *info = (struct debug_handle *) handle; local
1447 struct debug_handle *info = (struct debug_handle *) handle; local
1481 struct debug_handle *info = (struct debug_handle *) handle; local
1513 struct debug_handle *info = (struct debug_handle *) handle; local
1544 struct debug_handle *info = (struct debug_handle *) handle; local
1575 struct debug_handle *info = (struct debug_handle *) handle; local
1604 struct debug_handle *info = (struct debug_handle *) handle; local
1624 struct debug_handle *info = (struct debug_handle *) handle; local
1646 struct debug_handle *info = (struct debug_handle *) handle; local
1828 struct debug_handle *info = (struct debug_handle *) handle; local
1874 struct debug_handle *info = (struct debug_handle *) handle; local
1942 struct debug_handle *info = (struct debug_handle *) handle; local
1996 struct debug_handle *info = (struct debug_handle *) handle; local
2309 struct debug_handle *info = (struct debug_handle *) handle; local
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 38 ActivityInfo info = new ActivityInfo(); local
39 new ActivityInfo(info);
58 ActivityInfo info = ActivityInfo.CREATOR.createFromParcel(p); local
59 assertEquals(mActivityInfo.theme, info.theme);
60 assertEquals(mActivityInfo.launchMode, info.launchMode);
61 assertEquals(mActivityInfo.permission, info.permission);
62 assertEquals(mActivityInfo.taskAffinity, info.taskAffinity);
63 assertEquals(mActivityInfo.targetActivity, info.targetActivity);
64 assertEquals(mActivityInfo.flags, info.flags);
65 assertEquals(mActivityInfo.screenOrientation, info.screenOrientation)
    [all...]

Completed in 684 milliseconds

<<31323334353637383940>>