Searched refs:level (Results 351 - 375 of 1375) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.h132 wpa_supplicant_ctrl_iface_send(struct ctrl_iface_priv *priv, int level, argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h191 struct pipe_resource *pt, unsigned level, unsigned layer,
196 ps->width = u_minify(pt->width0, level);
197 ps->height = u_minify(pt->height0, level);
199 ps->u.tex.level = level;
206 struct pipe_resource *pt, unsigned level, unsigned layer,
211 pipe_surface_reset(ctx, ps, pt, level, layer, flags);
224 (s1->u.tex.level == s2->u.tex.level &&
426 unsigned level, unsigne
190 pipe_surface_reset(struct pipe_context *ctx, struct pipe_surface* ps, struct pipe_resource *pt, unsigned level, unsigned layer, unsigned flags) argument
205 pipe_surface_init(struct pipe_context *ctx, struct pipe_surface* ps, struct pipe_resource *pt, unsigned level, unsigned layer, unsigned flags) argument
424 pipe_get_transfer( struct pipe_context *context, struct pipe_resource *resource, unsigned level, unsigned layer, enum pipe_transfer_usage usage, unsigned x, unsigned y, unsigned w, unsigned h) argument
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRDebugEventListener.h108 - (void) beginBacktrack:(NSInteger)level;
110 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
210 * invocation level goes to zero at the end of a rule, we are done
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRDebugEventListener.h108 - (void) beginBacktrack:(NSInteger)level;
110 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
210 * invocation level goes to zero at the end of a rule, we are done
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRDebugEventListener.h108 - (void) beginBacktrack:(NSInteger)level;
110 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
210 * invocation level goes to zero at the end of a rule, we are done
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRDebugEventListener.h108 - (void) beginBacktrack:(NSInteger)level;
110 - (void) endBacktrack:(NSInteger)level wasSuccessful:(BOOL)successful;
210 * invocation level goes to zero at the end of a rule, we are done
/external/bison/src/
H A Dgram.h61 RULES[R].prec -- the symbol providing the precedence level of R.
70 RULES[R].dprec -- the dynamic precedence level of R (for GLR
96 SYMBOLS[I]->prec records the precedence level of each symbol.
223 void rule_lhs_print_xml (rule *r, FILE *out, int level);
261 void grammar_rules_print_xml (FILE *out, int level);
/external/boringssl/src/crypto/x509v3/
H A Dpcy_int.h146 /* Cert for this level */
148 /* nodes at this level */
159 /* This is the tree 'level' data */
197 X509_POLICY_NODE *level_find_node(const X509_POLICY_LEVEL *level,
204 X509_POLICY_NODE *level_add_node(X509_POLICY_LEVEL *level,
/external/icu/icu4c/source/common/
H A Dutrace.c78 utrace_data(int32_t fnNumber, int32_t level, const char *fmt, ...) { argument
82 (*pTraceDataFunc)(gTraceContext, fnNumber, level, fmt, args);
412 utrace_setLevel(int32_t level) { argument
413 if (level < UTRACE_OFF) {
414 level = UTRACE_OFF;
416 if (level > UTRACE_VERBOSE) {
417 level = UTRACE_VERBOSE;
419 utrace_level = level;
/external/libunwind/include/
H A Dlibunwind_i.h281 # define Debug(level, format, ...) \
283 if (unwi_debug_level >= (level)) \
285 ALOGI("%*c>%s: " format, ((level) <= 16) ? (level) : 16, ' ', \
292 # define Debug(level,format...) \
294 if (unwi_debug_level >= level) \
296 int _n = level; \
310 # define Debug(level,format...)
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h277 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
332 GetDescription (Stream *s, lldb::DescriptionLevel level) const;
/external/lldb/include/lldb/Core/
H A DConnectionFileDescriptor.h125 GetSocketOption(int fd, int level, int option_name, int &option_value);
128 SetSocketOption(int fd, int level, int option_name, int option_value);
/external/lldb/scripts/Python/interface/
H A DSBWatchpoint.i86 GetDescription (lldb::SBStream &description, DescriptionLevel level);
/external/lldb/source/Breakpoint/
H A DBreakpointID.cpp71 BreakpointID::GetDescription (Stream *s, lldb::DescriptionLevel level) argument
73 if (level == eDescriptionLevelVerbose)
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_flush.c122 unsigned level,
131 referenced = softpipe_is_resource_referenced(pipe, texture, level, layer);
120 softpipe_flush_resource(struct pipe_context *pipe, struct pipe_resource *texture, unsigned level, int layer, unsigned flush_flags, boolean read_only, boolean cpu_access, boolean do_not_block) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c241 * Given the size of a mipmap image, try to compute the size of the level=0
245 * For example, if level=1 and width=40 then the level=0 width may be 80 or 81.
251 GLuint width, GLuint height, GLuint depth, GLuint level,
258 if (level > 0) {
259 /* Guess the size of the base level.
265 width <<= level; local
270 /* We can't make a good guess here, because the base level dimensions
276 width <<= level; local
277 height <<= level; local
250 guess_base_level_size(GLenum target, GLuint width, GLuint height, GLuint depth, GLuint level, GLuint *width0, GLuint *height0, GLuint *depth0) argument
282 width <<= level; local
283 height <<= level; local
293 width <<= level; local
294 height <<= level; local
295 depth <<= level; local
416 const GLuint level = texImage->Level; local
502 const GLuint level = texImage->Level; local
1279 GLuint level; local
1317 GLint level; local
[all...]
/external/skia/src/xml/
H A DSkXMLWriter.cpp69 int level = fElems.count(); local
70 bool firstChild = level > 0 && !fElems[level-1]->fHasChildren;
72 fElems[level-1]->fHasChildren = true;
211 static void tab(SkWStream& stream, int level) argument
213 for (int i = 0; i < level; i++)
267 int level = fElems.count(); local
275 tab(fStream, level);
/external/webrtc/src/system_wrappers/source/
H A Dtrace_posix.cc53 const TraceLevel level) const
66 if (level == kTraceApiCall)
H A Dtrace_win.cc45 const TraceLevel level) const
51 if(level == kTraceApiCall)
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_i.h70 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);
76 u8 * tlsv1_client_send_alert(struct tlsv1_client *conn, u8 level,
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_i.h70 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);
76 u8 * tlsv1_client_send_alert(struct tlsv1_client *conn, u8 level,
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_client_i.h70 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);
76 u8 * tlsv1_client_send_alert(struct tlsv1_client *conn, u8 level,
/external/zlib/src/
H A Ddeflate.c113 * the desired pack level (0..9). The values given below have been tuned to
174 * If this file is compiled with -DFASTEST, the compression level is forced
201 int ZEXPORT deflateInit_(strm, level, version, stream_size)
203 int level;
207 return deflateInit2_(strm, level, Z_DEFLATED, MAX_WBITS, DEF_MEM_LEVEL,
213 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
216 int level;
256 if (level != 0) level = 1;
258 if (level
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Devent-hub.rb33 def backtrack( level )
35 listener.backtrack( level )
45 def begin_backtrack( level )
47 listener.begin_backtrack( level )
87 def end_backtrack( level, successful )
89 listener.end_backtrack( level, successful )
/external/icu/icu4c/source/test/cintltst/
H A Dtracetst.c157 static void U_CALLCONV testTraceData(const void *context, int32_t fnNumber, int32_t level, argument
239 /* verify that set/get level work as a pair, and that the level
244 int32_t level; local
247 level = utrace_getLevel();
248 TEST_ASSERT(level==UTRACE_OFF);
250 level = utrace_getLevel();
251 TEST_ASSERT(level==UTRACE_VERBOSE);

Completed in 1526 milliseconds

<<11121314151617181920>>