Searched refs:info (Results 226 - 250 of 3349) sorted by relevance

1234567891011>>

/external/slf4j/log4j-over-slf4j/compatibility/src/main/java/test/
H A DLog4j13Calls.java35 logger.info("Violets are blue");
37 logger.info("The answer is {}.", new Integer(42));
38 logger.info("Number: {} and another one: {}.", new Integer(42), new Integer(24));
/external/v8/src/compiler/
H A Dpipeline.cc41 PhaseStats(CompilationInfo* info, PhaseKind kind, const char* name) argument
42 : info_(info),
45 size_(info->zone()->allocation_size()) {
122 explicit AstGraphBuilderWithPositions(CompilationInfo* info, JSGraph* jsgraph, argument
124 : AstGraphBuilder(info, jsgraph), source_positions_(source_positions) {}
154 if (info()->function()->dont_optimize_reason() == kTryCatchStatement ||
155 info()->function()->dont_optimize_reason() == kTryFinallyStatement ||
157 info()->function()->dont_optimize_reason() == kForOfStatement ||
159 info()->function()->dont_optimize_reason() == kSuperReference ||
161 info()
[all...]
/external/skia/tests/
H A DMallocPixelRefTest.cpp25 SkImageInfo info = SkImageInfo::MakeN32Premul(10, 13); local
28 SkMallocPixelRef::NewAllocate(info, info.minRowBytes() - 1, NULL));
33 size_t rowBytes = info.minRowBytes() - 1;
34 size_t size = info.getSafeSize(rowBytes);
37 SkMallocPixelRef::NewWithData(info, rowBytes, NULL, data));
42 size_t rowBytes = info.minRowBytes() + 2;
43 size_t size = info.getSafeSize(rowBytes) - 1;
46 SkMallocPixelRef::NewWithData(info, rowBytes, NULL, data));
50 size_t rowBytes = info
[all...]
/external/mesa3d/src/mesa/main/
H A Dformats.c1539 const struct gl_format_info *info = &format_info[format]; local
1540 assert(info->Name == format);
1541 return info;
1549 const struct gl_format_info *info = _mesa_get_format_info(format); local
1550 return info->StrName;
1565 const struct gl_format_info *info = _mesa_get_format_info(format); local
1566 ASSERT(info->BytesPerBlock);
1567 ASSERT(info->BytesPerBlock <= MAX_PIXEL_BYTES ||
1569 return info->BytesPerBlock;
1581 const struct gl_format_info *info local
1630 const struct gl_format_info *info = _mesa_get_format_info(format); local
1655 const struct gl_format_info *info = _mesa_get_format_info(format); local
1668 const struct gl_format_info *info = _mesa_get_format_info(format); local
1683 const struct gl_format_info *info = _mesa_get_format_info(format); local
1693 const struct gl_format_info *info = _mesa_get_format_info(format); local
1704 const struct gl_format_info *info = _mesa_get_format_info(format); local
1716 const struct gl_format_info *info = _mesa_get_format_info(format); local
1730 const struct gl_format_info *info = _mesa_get_format_info(format); local
1856 const struct gl_format_info *info = _mesa_get_format_info(format); local
1876 const struct gl_format_info *info = _mesa_get_format_info(format); local
1902 const struct gl_format_info *info = _mesa_get_format_info(format); local
1927 const struct gl_format_info *info = _mesa_get_format_info(format); local
1976 const struct gl_format_info *info = _mesa_get_format_info(i); local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-sea.cc138 set_sea_properties (hb_glyph_info_t &info) argument
140 hb_codepoint_t u = info.codepoint;
160 info.sea_category() = (sea_category_t) cat;
161 info.sea_position() = pos;
177 hb_glyph_info_t *info = buffer->info; local
179 set_sea_properties (info[i]);
206 hb_glyph_info_t *info = buffer->info; local
212 info[
282 hb_glyph_info_t *info = buffer->info; local
314 hb_glyph_info_t info = dottedcircle; local
335 hb_glyph_info_t *info = buffer->info; local
354 hb_glyph_info_t *info = buffer->info; local
[all...]
H A Dhb-ot-shape-complex-indic.cc141 is_one_of (const hb_glyph_info_t &info, unsigned int flags) argument
144 if (_hb_glyph_info_ligated (&info)) return false;
145 return !!(FLAG (info.indic_category()) & flags);
149 is_joiner (const hb_glyph_info_t &info) argument
151 return is_one_of (info, JOINER_FLAGS);
155 is_consonant (const hb_glyph_info_t &info) argument
157 return is_one_of (info, CONSONANT_FLAGS);
161 is_halant_or_coeng (const hb_glyph_info_t &info) argument
163 return is_one_of (info, HALANT_OR_COENG_FLAGS);
167 set_indic_properties (hb_glyph_info_t &info) argument
638 hb_glyph_info_t *info = buffer->info; local
677 hb_glyph_info_t *info = buffer->info; local
698 hb_glyph_info_t *info = buffer->info; local
1252 hb_glyph_info_t *info = buffer->info; local
1284 hb_glyph_info_t info = dottedcircle; local
1313 hb_glyph_info_t *info = buffer->info; local
1333 hb_glyph_info_t *info = buffer->info; local
1761 hb_glyph_info_t *info = buffer->info; local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_info.c47 struct lp_tgsi_info *info; member in struct:analysis_context
104 struct lp_tgsi_info *info = ctx->info; local
107 if (info->num_texs < Elements(info->tex)) {
108 struct lp_tgsi_texture_info *tex_info = &info->tex[info->num_texs];
165 info->indirect_textures = TRUE;
168 ++info->num_texs;
170 info
182 struct lp_tgsi_info *info = ctx->info; local
334 dump_info(const struct tgsi_token *tokens, struct lp_tgsi_info *info) argument
399 lp_build_tgsi_info(const struct tgsi_token *tokens, struct lp_tgsi_info *info) argument
[all...]
/external/elfutils/src/tests/
H A Dallregs.c68 struct reginfo *info; member in struct:state
110 state->info = realloc (state->info, (regno + 1) * sizeof state->info[0]);
111 memset (&state->info[state->nregs], 0,
112 ((void *) &state->info[regno + 1]
113 - (void *) &state->info[state->nregs]));
117 state->info[regno].regno = regno;
118 state->info[regno].set = setname;
119 state->info[regn
[all...]
/external/iptables/extensions/
H A Dlibxt_MARK.c128 struct xt_mark_tginfo2 *info = cb->data; local
133 info->mark = cb->val.mark;
134 info->mask = cb->val.mask;
137 info->mark = cb->val.mark;
138 info->mask = cb->val.mark | cb->val.mask;
141 info->mark = 0;
142 info->mask = ~cb->val.u32;
145 info->mark = info->mask = cb->val.u32;
148 info
208 const struct xt_mark_tginfo2 *info = (const void *)target->data; local
243 const struct xt_mark_tginfo2 *info = (const void *)target->data; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_draw.c201 struct pipe_draw_info info; local
224 util_draw_init_info(&info);
237 info.indexed = TRUE;
239 info.min_index = min_index;
240 info.max_index = max_index;
246 info.primitive_restart = ctx->Array.PrimitiveRestart;
247 info.restart_index = ctx->Array.RestartIndex;
251 /* Set info.count_from_stream_output. */
253 st_transform_feedback_draw_init(tfb_vertcount, &info);
259 info
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognitionException.cs66 * knows its state (such as current input symbol and line info) that
68 * is computed and stored at exception time. From this info, you can
103 * unexpected char doesn't carry the line info.
115 * imaginary nodes w/o line/col info. We now search backwards looking
116 * for most recent token with line/col info, but notify getErrorHeader()
117 * that info is approximate.
165 protected RecognitionException(SerializationInfo info, StreamingContext context) argument
166 : base(info, context) {
167 if (info == null)
168 throw new ArgumentNullException("info");
266 GetObjectData(SerializationInfo info, StreamingContext context) argument
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognitionException.cs67 * knows its state (such as current input symbol and line info) that
69 * is computed and stored at exception time. From this info, you can
105 * unexpected char doesn't carry the line info.
117 * imaginary nodes w/o line/col info. We now search backwards looking
118 * for most recent token with line/col info, but notify getErrorHeader()
119 * that info is approximate.
186 protected RecognitionException(SerializationInfo info, StreamingContext context) argument
187 : base(info, context)
189 if (info == null)
190 throw new ArgumentNullException("info");
316 GetObjectData(SerializationInfo info, StreamingContext context) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DANTLRErrorListener.java35 * the info I need for error messages.
38 public void info(String msg); method in interface:ANTLRErrorListener
/external/emma/core/java12/com/vladium/emma/rt/
H A DRTCoverageDataPersister.java46 final boolean info = log.atINFO ();
48 final long start = info ? System.currentTimeMillis () : 0;
57 if (info)
61 log.info ("runtime coverage data " + (merge ? "merged into" : "written to") + " [" + outFile.getAbsolutePath () + "] {in " + (end - start) + " ms}");
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_SAME.h11 unsigned char info; member in struct:ipt_same_info
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
H A DClientStateListener.java53 * server. If info is null then the client shut down the
54 * connection normally, otherwise the info object contains
57 public void clientDisconnected( Client c, DisconnectInfo info );
/external/lldb/test/functionalities/breakpoint/breakpoint_ids/
H A DMakefile6 CXXFLAGS += -debug inline-debug-info
/external/lldb/test/functionalities/breakpoint/breakpoint_locations/
H A DMakefile6 CFLAGS += -debug inline-debug-info
/external/lldb/test/functionalities/data-formatter/rdar-9973865/
H A DMakefile8 CFLAGS_EXTRAS := -fno-limit-debug-info
/external/lldb/test/functionalities/inline-stepping/
H A DMakefile6 CXXFLAGS += -debug inline-debug-info
/external/lldb/test/python_api/frame/inlines/
H A DMakefile6 CFLAGS += -debug inline-debug-info
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl.h42 const struct pipe_draw_info *info);
/external/mesa3d/src/mesa/drivers/dri/common/
H A Dxmlconfig.h63 * \li One in <driver>Screen caching option info and the default values
66 driOptionInfo *info; member in struct:driOptionCache
84 /** \brief Parse XML option info from configOptions
88 * \param info pointer to a driOptionCache that will store the option info
96 void driParseOptionInfo (driOptionCache *info,
98 /** \brief Initialize option cache from info and parse configuration files
102 void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info,
104 /** \brief Destroy option info
107 void driDestroyOptionInfo (driOptionCache *info);
[all...]
/external/proguard/src/proguard/classfile/attribute/
H A DUnknownAttribute.java35 public byte[] info; field in class:UnknownAttribute
54 byte[] info)
59 this.info = info;
52 UnknownAttribute(int u2attributeNameIndex, int u4attributeLength, byte[] info) argument
/external/proguard/src/proguard/optimize/evaluation/
H A DSimpleEnumArrayPropagator.java27 import proguard.optimize.info.*;
88 MethodOptimizationInfo info = MethodOptimizationInfo.getMethodOptimizationInfo(method);
89 if (info != null)
91 info.setReturnValue(value);

Completed in 687 milliseconds

1234567891011>>