HomeSort by relevance Sort by last modified time
    Searched full:info (Results 526 - 550 of 4990) sorted by null

<<21222324252627282930>>

  /external/skia/src/animator/
SkMemberInfo.cpp 491 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, int* index) {
493 if (info->fType == SkType_BaseClassInfo) {
494 const SkMemberInfo* inherited = (SkMemberInfo*) info->fName;
495 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
500 info++;
502 SkASSERT(info->fName);
503 SkASSERT(info->fType != SkType_BaseClassInfo);
508 return &info[*index];
512 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, const char** matchPtr) {
514 if (info->fType == SkType_BaseClassInfo)
    [all...]
  /external/v8/src/
codegen.cc 148 void CodeGenerator::MakeCodePrologue(CompilationInfo* info) {
169 info->function()->name()->ShortPrint();
175 PrettyPrinter().PrintProgram(info->function()));
180 AstPrinter().PrintProgram(info->function()));
185 PrintF("%s", builder.BuildProgram(info->function()));
193 CompilationInfo* info) {
197 ZoneScopeInfo sinfo(info->scope());
207 Handle<Script> script = info->script();
208 FunctionLiteral* function = info->function();
237 Handle<Code> CodeGenerator::MakeCode(CompilationInfo* info) {
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
dis-asm.h 115 INFO is a pointer to this struct.
119 struct disassemble_info *info);
123 MEMADDR is the address that we were trying to read. INFO is a
126 (int status, bfd_vma memaddr, struct disassemble_info *info);
130 (bfd_vma addr, struct disassemble_info *info);
140 (bfd_vma addr, struct disassemble_info * info);
146 (asymbol *, struct disassemble_info * info);
187 this information. This info is set each time an instruction is
193 char insn_info_valid; /* Branch info has been set. */
301 Should only be called after initialising the info->arch field. *
    [all...]
  /external/grub/stage2/
mb_info.h 59 /* Drive Info structure. */
85 /* APM BIOS info. */
100 * MultiBoot Info description
108 /* MultiBoot info version number */
129 /* (a.out) Kernel symbol table info */
153 /* Drive Info buffer */
198 /* Is there drive info? */
  /external/icu4c/io/
sprintf.c 51 const u_printf_spec_info *info,
62 if(info->fWidth != -1 && resultLen < info->fWidth) {
63 int32_t paddingLeft = info->fWidth - resultLen;
76 if(info->fLeft) {
78 u_memset(&output->str[outputPos + resultLen], info->fPadChar, paddingLeft);
83 u_memset(&output->str[outputPos], info->fPadChar, paddingLeft);
  /external/qemu/audio/
dsound_template.h 63 struct audio_pcm_info *info,
118 if ((p1 && (blen1 & info->align)) || (p2 && (blen2 & info->align))) {
263 audio_pcm_init_info (&hw->info, &obt_as);
265 if (bc.dwBufferBytes & hw->info.align) {
268 bc.dwBufferBytes, hw->info.align + 1
271 hw->samples = bc.dwBufferBytes >> hw->info.shift;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_syswm.h 104 } info; member in struct:SDL_SysWMinfo
208 * It fills the structure pointed to by 'info' with custom information and
210 * the version member of the 'info' structure is invalid, it returns 0.
213 * SDL_SysWMInfo info;
214 * SDL_VERSION(&info.version);
215 * if ( SDL_GetWMInfo(&info) ) { ... }
217 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /external/skia/src/images/
SkMovie_gif.cpp 32 virtual bool onGetInfo(Info*);
81 bool SkGIFMovie::onGetInfo(Info* info)
90 info->fDuration = dur;
91 info->fWidth = fGIF->SWidth;
92 info->fHeight = fGIF->SHeight;
93 info->fIsOpaque = false; // how to compute?
  /external/webkit/JavaScriptCore/bytecode/
Instruction.h 109 PolymorphicStubInfo& info = list[i]; local
111 ASSERT(info.base);
112 info.base->deref();
114 if (info.u.proto) {
115 if (info.isChain)
116 info.u.chain->deref();
118 info.u.proto->deref();
  /external/webkit/JavaScriptCore/runtime/
RegExpPrototype.cpp 48 const ClassInfo RegExpPrototype::info = { "RegExpPrototype", 0, 0, 0 }; member in class:JSC::RegExpPrototype
63 if (!thisValue.inherits(&RegExpObject::info))
70 if (!thisValue.inherits(&RegExpObject::info))
77 if (!thisValue.inherits(&RegExpObject::info))
84 if (arg0.inherits(&RegExpObject::info)) {
104 if (!thisValue.inherits(&RegExpObject::info)) {
105 if (thisValue.inherits(&RegExpPrototype::info))
  /frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java 41 // Used as a placeholder in case the provided info views are indeed null.
87 for (ListView.FixedViewInfo info : infos) {
88 if (!info.isSelectable) {
98 ListView.FixedViewInfo info = mHeaderViewInfos.get(i); local
99 if (info.view == v) {
115 ListView.FixedViewInfo info = mFooterViewInfos.get(i); local
116 if (info.view == v) {
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 59 struct mallinfo info = mspace_mallinfo(sqlite3_get_mspace()); local
60 struct mallinfo info = dlmallinfo(); local
61 return (jlong) info.usmblks;
77 struct mallinfo info = mspace_mallinfo(sqlite3_get_mspace()); local
78 return (jlong) info.uordblks;
87 struct mallinfo info = mspace_mallinfo(sqlite3_get_mspace()); local
88 return (jlong) info.fordblks;
android_view_Display.cpp 55 DisplayInfo info; local
56 status_t err = SurfaceComposerClient::getDisplayInfo(DisplayID(dpy), &info);
61 env->SetIntField(clazz, offsets.pixelFormat,info.pixelFormatInfo.format);
62 env->SetFloatField(clazz, offsets.fps, info.fps);
63 env->SetFloatField(clazz, offsets.density, info.density);
64 env->SetFloatField(clazz, offsets.xdpi, info.xdpi);
65 env->SetFloatField(clazz, offsets.ydpi, info.ydpi);
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 88 final DeviceAdminInfo info; field in class:DevicePolicyManagerService.ActiveAdmin
96 info = _info;
99 int getUid() { return info.getActivityInfo().applicationInfo.uid; }
104 info.writePoliciesToXml(out);
139 info.readPoliciesFromXml(parser);
162 ArrayList<DeviceAdminInfo.PolicyInfo> pols = info.getUsedPolicies();
185 int change = isPackageDisappearing(aa.info.getPackageName());
189 + aa.info.getComponent());
192 } else if (isPackageModified(aa.info.getPackageName())) {
195 aa.info.getComponent(), 0)
534 DeviceAdminInfo info = findAdmin(adminReceiver); local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu_linux.c 99 struct ethtool_drvinfo info; local
106 memset(&info, 0, sizeof(info));
107 info.cmd = ETHTOOL_GDRVINFO;
108 strcpy(info.driver, "?dhd");
109 ifr.ifr_data = (caddr_t)&info;
120 strncpy(buf, info.driver, len);
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java 54 ID_MAP.put(MEMORY_ID, "MEMORY INFO");
55 ID_MAP.put(CPU_ID, "CPU INFO");
87 menu.add(0, CPU_ID, 0, "CPU Info");
88 menu.add(0, MEMORY_ID, 0, "Memory Info");
128 AdapterView.AdapterContextMenuInfo info = local
130 if (info.position >= mFiles.size()) {
139 File file = mFiles.get(info.position);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_syswm.h 104 } info; member in struct:SDL_SysWMinfo
208 * It fills the structure pointed to by 'info' with custom information and
210 * the version member of the 'info' structure is invalid, it returns 0.
213 * SDL_SysWMInfo info;
214 * SDL_VERSION(&info.version);
215 * if ( SDL_GetWMInfo(&info) ) { ... }
217 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_syswm.h 104 } info; member in struct:SDL_SysWMinfo
208 * It fills the structure pointed to by 'info' with custom information and
210 * the version member of the 'info' structure is invalid, it returns 0.
213 * SDL_SysWMInfo info;
214 * SDL_VERSION(&info.version);
215 * if ( SDL_GetWMInfo(&info) ) { ... }
217 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_syswm.h 96 } info; member in struct:SDL_SysWMinfo
188 * It fills the structure pointed to by 'info' with custom information and
190 * the version member of the 'info' structure is invalid, it returns 0.
193 * SDL_SysWMInfo info;
194 * SDL_VERSION(&info.version);
195 * if ( SDL_GetWMInfo(&info) ) { ... }
197 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /prebuilt/windows/sdl/include/SDL/
SDL_syswm.h 104 } info; member in struct:SDL_SysWMinfo
196 * It fills the structure pointed to by 'info' with custom information and
198 * the version member of the 'info' structure is invalid, it returns 0.
201 * SDL_SysWMInfo info;
202 * SDL_VERSION(&info.version);
203 * if ( SDL_GetWMInfo(&info) ) { ... }
205 extern DECLSPEC int SDLCALL SDL_GetWMInfo(SDL_SysWMinfo *info);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DeclareStyleableInfo.java 85 public AttributeInfo(AttributeInfo info) {
86 mName = info.mName;
87 mFormats = info.mFormats;
88 mEnumValues = info.mEnumValues;
89 mFlagValues = info.mFlagValues;
90 mJavaDoc = info.mJavaDoc;
91 mDeprecatedDoc = info.mDeprecatedDoc;
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/resources/
AttrsXmlParserTest.java 64 ViewClassInfo info = new ViewClassInfo( local
68 mParser.loadViewAttributes(info);
71 info.getJavaDoc());
72 AttributeInfo[] attrs = info.getAttributes();
74 assertEquals("scrollbarSize", info.getAttributes()[0].getName());
75 assertEquals(1, info.getAttributes()[0].getFormats().length);
76 assertEquals(Format.DIMENSION, info.getAttributes()[0].getFormats()[0]);
  /external/opencore/tools_v2/build/make/
entry_point.mk 31 # $(info Entry point curdir = $(CURDIR))
96 $(info HOST_ARCH = $(HOST_ARCH))
97 $(info BUILD_ARCH = $(BUILD_ARCH))
99 $(info BUILD_TARGET = $(BUILD_TARGET))
101 $(info TOOLSET = $(TOOLSET))
102 $(info BUILD_ROOT = $(BUILD_ROOT))
103 $(info INCDESTDIR = $(INCDESTDIR))
153 $(info default definition of combined-cxx-compile-depend)
183 $(info default definition of combined-cc-compile-depend)
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.c 57 int RISCOS_GetWmInfo(_THIS, SDL_SysWMinfo *info);
184 this->info.current_w = vals[1] + 1;
185 this->info.current_h = vals[2] + 1;
219 this->info.wm_available = 1;
291 int RISCOS_GetWmInfo(_THIS, SDL_SysWMinfo *info)
293 SDL_VERSION(&(info->version));
294 info->wimpVersion = RISCOS_GetWimpVersion();
295 info->taskHandle = RISCOS_GetTaskHandle();
296 info->window = this->hidden->window_handle;
  /external/webkit/WebKitTools/wx/build/
build_utils.py 91 size = long(urlobj.info().getheader('Content-Length'))
113 Logs.info('Ensuring wxWebKit dependencies are up-to-date.')
129 Logs.info('downloading deps package')
179 if os.system("git-svn info") == 0:
180 info = commands.getoutput("git-svn info ../..")
182 info = commands.getoutput("svn info")
184 for line in info.split("\n"):

Completed in 90 milliseconds

<<21222324252627282930>>