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

<<31323334353637383940>>

  /external/javassist/src/main/javassist/compiler/
MemberResolver.java 57 public MethodInfo info; field in class:MemberResolver.Method
62 info = i;
70 int acc = info.getAccessFlags();
  /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...]
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
DesktopAssetManager.java 99 logger.info("DesktopAssetManager created.");
208 AssetInfo info = handler.tryLocate(key); local
209 if (info == null){
213 return info;
259 AssetInfo info = handler.tryLocate(key); local
260 if (info == null){
273 o = loader.load(info);
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack.h 110 struct ip_nat_info info; member in struct:ip_conntrack::__anon9825
  /external/linux-tools-perf/
builtin-help.c 22 const char *info; member in struct:man_viewer_info_list
39 OPT_SET_UINT('i', "info", &help_format, "show info page",
45 "perf help [--all] [--man|--web|--info] [command]",
53 if (!strcmp(format, "info"))
66 return viewer->info;
200 new->info = strdup(value);
341 const char *info = get_man_viewer_info(name); local
344 exec_man_man(info, page);
346 exec_woman_emacs(info, page)
    [all...]
  /external/llvm/include/llvm/Bitcode/
Archive.h 75 unsigned getUser() const { return info.getUser(); }
81 unsigned getGroup() const { return info.getGroup(); }
87 unsigned getMode() const { return info.getMode(); }
92 sys::TimeValue getModTime() const { return info.getTimestamp(); }
96 uint64_t getSize() const { return info.getSize(); }
144 /// This method returns the status info (like Unix stat(2)) for the archive
145 /// member. The status info provides the file's size, permissions, and
149 /// @returns the status info for the archive member
150 /// @brief Obtain the status info for the archive member
151 const sys::FileStatus &getFileStatus() const { return info; }
167 sys::FileStatus info; \/\/\/< Status info (size,mode,date) member in class:llvm::ArchiveMember
    [all...]
  /external/openssl/crypto/
mem_dbg.c 145 /* For application-defined information (static C-string `info')
156 const char *info; member in struct:app_mem_info_st
379 fprintf(stderr, "pop_info(): deleted info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
397 int CRYPTO_push_info_(const char *info, const char *file, int line)
424 ami->info=info;
433 fprintf(stderr, "CRYPTO_push_info(): previous info has other thread ID (%lu) than the current thread (%lu)!!!!\n",
721 " thread=%lu, file=%s, line=%d, info=\"",
725 info_len=strlen(amip->info);
728 memcpy(buf + buf_len, amip->info, 128 - buf_len - 3)
    [all...]
  /external/openssl/crypto/x509v3/
v3_utl.c 479 AUTHORITY_INFO_ACCESS *info; local
483 info = X509_get_ext_d2i(x, NID_info_access, NULL, NULL);
484 if (!info)
486 for (i = 0; i < sk_ACCESS_DESCRIPTION_num(info); i++)
488 ACCESS_DESCRIPTION *ad = sk_ACCESS_DESCRIPTION_value(info, i);
498 AUTHORITY_INFO_ACCESS_free(info);
  /external/ppp/pppd/
utils.c 798 * info - log an informational message.
801 info __V((char *fmt, ...)) function
  /external/proguard/src/proguard/optimize/peephole/
MethodInliner.java 33 import proguard.optimize.info.*;
552 MethodOptimizationInfo info = local
554 if (info != null)
556 info.merge(MethodOptimizationInfo.getMethodOptimizationInfo(programMethod));
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
SDL_syscdrom.cc 44 /* Constants to help us get at the SCSI table-of-contents info */
52 /* Constants to help us get at the SCSI position info */
86 device_geometry info; local
97 if ( ioctl(cdfd, B_GET_GEOMETRY, &info) == B_NO_ERROR ) {
98 if ( info.device_type == B_CD ) {
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c 109 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
113 XF86DGACheckExtension (dpy, info, False);
117 req->reqType = info->codes->major_opcode;
142 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
145 XF86DGACheckExtension (dpy, info, False);
149 req->reqType = info->codes->major_opcode;
165 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
169 XF86DGACheckExtension (dpy, info, False);
173 req->reqType = info->codes->major_opcode;
197 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy) local
221 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
250 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
272 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
294 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
321 XExtDisplayInfo *info = SDL_NAME(xdga_find_display) (dpy); local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 50 const SDL_VideoInfo *info = SDL_GetVideoInfo(); local
52 if (info == NULL)
56 print_tf_state(" hardware surface available", info->hw_available);
57 print_tf_state(" window manager available", info->wm_available);
58 print_tf_state(" accelerated hardware->hardware blits", info->blit_hw);
59 print_tf_state(" accelerated hardware->hardware colorkey blits", info->blit_hw_CC);
60 print_tf_state(" accelerated hardware->hardware alpha blits", info->blit_hw_A);
61 print_tf_state(" accelerated software->hardware blits", info->blit_sw);
62 print_tf_state(" accelerated software->hardware colorkey blits", info->blit_sw_CC);
63 print_tf_state(" accelerated software->hardware alpha blits", info->blit_sw_A)
    [all...]
  /external/qemu/
shaper.c 337 _packet_SYN_flags( const void* _data, size_t size, Session info )
368 info->protocol = data[9];
369 info->src_ip = (data[12] << 24) | (data[13] << 16) | (data[14] << 8) | data[15];
370 info->dst_ip = (data[16] << 24) | (data[17] << 16) | (data[18] << 8) | data[19];
376 info->src_port = (unsigned short)((data[0] << 8) | data[1]);
377 info->dst_port = (unsigned short)((data[2] << 8) | data[3]);
398 netdelay_lookup_session( NetDelay delay, Session info )
408 if (node->src_ip == info->src_ip &&
409 node->dst_ip == info->dst_ip &&
410 node->src_port == info->src_port &
511 SessionRec info[1]; local
    [all...]
  /external/qemu/target-i386/
kvm.c 449 struct kvm_msrs info; member in struct:__anon13936
468 msr_data.info.nmsrs = n;
581 struct kvm_msrs info; member in struct:__anon13937
601 msr_data.info.nmsrs = n;
  /external/quake/quake/src/QW/client/
cl_ents.c 661 player_info_t *info; local
670 info = &cl.players[num];
794 player_info_t *info; local
809 for (j=0, info=cl.players, state=frame->playerstate ; j < MAX_CLIENTS
810 ; j++, info++, state++)
853 ent->colormap = info->translations;
855 ent->scoreboard = info; // use custom skin
915 pmove.physents[0].info = 0;
  /external/regex-re2/re2/
prefilter.cc 199 class Prefilter::Info {
201 Info();
202 ~Info();
204 // More constructors. They delete their Info* arguments.
205 static Info* Alt(Info* a, Info* b);
206 static Info* Concat(Info* a, Info* b)
407 Info* info = new Info(); local
415 Info* info = new Info(); local
423 Prefilter::Info* info = new Prefilter::Info(); local
430 Prefilter::Info* info = new Prefilter::Info(); local
440 Prefilter::Info *info = new Prefilter::Info(); local
447 Prefilter::Info* info = new Prefilter::Info(); local
513 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000); local
534 Prefilter::Info *info; local
655 Prefilter::Info *info = BuildInfo(simple); local
    [all...]
  /external/skia/legacy/src/animator/
SkAnimatorScript.cpp 221 bool SkAnimatorScript::EvalMemberCommon(SkScriptEngine* engine, const SkMemberInfo* info,
224 SkDisplayTypes type = original = (SkDisplayTypes) info->getType();
225 if (info->fType == SkType_Array)
234 SkASSERT(info->getCount() == 1);
235 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction)
236 value->fOperand.fS32 = *(int32_t*) info->memberData(displayable); // OK for SkScalar too
244 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction) {
245 info->getString(displayable, &displayableString)
283 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
300 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
    [all...]
SkAnimatorScript2.cpp 207 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
208 if (info == NULL)
209 return false; // !!! add additional error info?
210 ref->fType = SkAnimatorScript2::ToOpType(info->getType());
211 ref->fOperand.fObject = (void*) info;
216 const SkMemberInfo* info = (const SkMemberInfo* ) ref; local
218 if (info->fType == SkType_MemberProperty) {
219 if (displayable->getProperty2(info->propertyIndex(), value) == false) {
223 return fEngine->evalMemberCommon(info, displayable, value);
237 const SkMemberInfo* info = displayable->getMember(name.c_str()) local
253 const SkMemberInfo* info = (const SkMemberInfo* ) ref; local
    [all...]
SkDisplayable.cpp 79 const SkMemberInfo* info; local
81 info = copy->getMember(++index);
82 if (info == NULL)
84 if (info->fType == SkType_MemberProperty) {
91 if (info->fType == SkType_MemberFunction)
93 if (info->fType == SkType_Array) {
94 SkTDOperandArray* array = (SkTDOperandArray*) info->memberData(this);
98 SkTDOperandArray* copyArray = (SkTDOperandArray*) info->memberData(copy);
105 elementType = info->arrayType();
111 if (SkDisplayType::IsDisplayable(maker, info->fType))
155 const SkMemberInfo* info; local
261 const SkMemberInfo* info; local
    [all...]
SkDrawExtraPathEffect.cpp 442 const SkMemberInfo* info = NULL; local
445 info = SkDrawShape1DPathEffect::fInfo;
448 info = SkDrawShape2DPathEffect::fInfo;
451 info = SkDrawComposePathEffect::fInfo;
454 info = SkDrawCornerPathEffect::fInfo;
459 return info;
  /external/skia/src/animator/
SkAnimatorScript.cpp 221 bool SkAnimatorScript::EvalMemberCommon(SkScriptEngine* engine, const SkMemberInfo* info,
224 SkDisplayTypes type = original = (SkDisplayTypes) info->getType();
225 if (info->fType == SkType_Array)
234 SkASSERT(info->getCount() == 1);
235 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction)
236 value->fOperand.fS32 = *(int32_t*) info->memberData(displayable); // OK for SkScalar too
244 if (info->fType != SkType_MemberProperty && info->fType != SkType_MemberFunction) {
245 info->getString(displayable, &displayableString)
283 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
300 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
    [all...]
SkAnimatorScript2.cpp 207 const SkMemberInfo* info = displayable->getMember(name.c_str()); local
208 if (info == NULL)
209 return false; // !!! add additional error info?
210 ref->fType = SkAnimatorScript2::ToOpType(info->getType());
211 ref->fOperand.fObject = (void*) info;
216 const SkMemberInfo* info = (const SkMemberInfo* ) ref; local
218 if (info->fType == SkType_MemberProperty) {
219 if (displayable->getProperty2(info->propertyIndex(), value) == false) {
223 return fEngine->evalMemberCommon(info, displayable, value);
237 const SkMemberInfo* info = displayable->getMember(name.c_str()) local
253 const SkMemberInfo* info = (const SkMemberInfo* ) ref; local
    [all...]
SkDisplayable.cpp 79 const SkMemberInfo* info; local
81 info = copy->getMember(++index);
82 if (info == NULL)
84 if (info->fType == SkType_MemberProperty) {
91 if (info->fType == SkType_MemberFunction)
93 if (info->fType == SkType_Array) {
94 SkTDOperandArray* array = (SkTDOperandArray*) info->memberData(this);
98 SkTDOperandArray* copyArray = (SkTDOperandArray*) info->memberData(copy);
105 elementType = info->arrayType();
111 if (SkDisplayType::IsDisplayable(maker, info->fType))
155 const SkMemberInfo* info; local
257 const SkMemberInfo* info; local
    [all...]
SkDrawExtraPathEffect.cpp 439 const SkMemberInfo* info = NULL; local
442 info = SkDrawShape1DPathEffect::fInfo;
445 info = SkDrawShape2DPathEffect::fInfo;
448 info = SkDrawComposePathEffect::fInfo;
451 info = SkDrawCornerPathEffect::fInfo;
456 return info;

Completed in 1341 milliseconds

<<31323334353637383940>>