Searched refs:levels (Results 1 - 25 of 128) sorted by relevance

123456

/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dclang-parse-diagnostics-file30 levels = {'error': False, 'fatal error': False, 'ignored': False,
33 levels['error'] = True
35 levels['fatal error'] = True
37 levels['ignored'] = True
39 levels['note'] = True
41 levels['warning'] = True
74 # Get the diagnostics for the selected levels.
77 if levels[d.get('level')] or opts.all]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dubidiln.c39 * This means that there is a UBiDi object with a levels
42 * Only if the length of the text is zero, then levels==dirProps==NULL.
55 * Here, the levels array is scanned as soon as necessary, and a vector of
64 * In a further attempt to save memory, the levels array is never changed
69 * which is not reflected in the levels array.
70 * This allows a line UBiDi object to use the same levels array as
74 * paragraph's levels and dirProps arrays are reused by way of setting
76 * change the now shared levels for (L1).
84 * the paragraph's levels array that we just point into.
98 UBiDiLevel *levels local
193 const UBiDiLevel *levels=pLineBiDi->levels; local
287 UBiDiLevel *levels=pBiDi->levelsMemory; local
441 UBiDiLevel *levels; local
568 UBiDiLevel *levels=pBiDi->levels; local
714 prepareReorder(const UBiDiLevel *levels, int32_t length, int32_t *indexMap, UBiDiLevel *pMinLevel, UBiDiLevel *pMaxLevel) argument
754 ubidi_reorderLogical(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) argument
817 ubidi_reorderVisual(const UBiDiLevel *levels, int32_t length, int32_t *indexMap) argument
[all...]
H A Dubidi.c59 * For the purpose of conformance, the levels of all these codes
90 * and all levels are set to the paragraph level.
95 * If embedding levels are supplied as a parameter, then all
561 * Resolve the explicit levels as specified by explicit embedding codes.
566 * levels are externally specified (from "styled text", supposedly the preferred
595 * Handling the stack of explicit levels (Xn):
597 * With the BiDi stack of explicit levels,
607 * Popping levels with PDF must work in the opposite order so that level 61
615 UBiDiLevel *levels=pBiDi->levels; local
787 UBiDiLevel *levels=pBiDi->levels; local
1254 UBiDiLevel * levels=pBiDi->levels; local
1631 UBiDiLevel *levels=pBiDi->levels; local
1710 const UBiDiLevel *levels; local
2087 UBiDiLevel *levels=pBiDi->levels; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/log/
H A Dlog.tcl15 namespace export levels lv2longform lv2color lv2priority
22 # The known log-levels.
24 variable levels [list \
34 # Array mapping from all unique prefixes for log levels to their
91 # Map from log-levels to the commands to execute when a message
93 # all levels is '::log::Puts' which writes the message to either
102 foreach lv $levels {set cmdMap($lv) ::log::Puts}
105 # Map from log-levels to the channels ::log::Puts shall write
122 # upon their level. The following array stores a map from levels
138 # level the following array maps from levels t
[all...]
H A Dlogger.tcl26 # The log 'levels'.
27 variable levels [list debug info notice warn error critical alert emergency]
108 variable levels
117 variable levels
125 set [namespace current]::tree::${service}::levels $levels
170 # it disables all the levels below that selected, and
171 # then enables all levels above it, which enable/disable
175 # lv - the level, as defined in $levels.
179 # to ensure that all levels ar
[all...]
H A DloggerUtils.tcl350 # -levels <levels to apply to>
351 # list of levels to apply this appender to
352 # by default all levels are applied to
361 # the specified levels. If no levels are specified, then
362 # all levels are assumed.
390 ?-levels levels?
393 set levels [logge
[all...]
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dsyck_.c110 p->levels[0].spaces = -1;
111 p->levels[0].ncount = 0;
112 p->levels[0].domain = syck_strndup( "", 0 );
114 p->levels[0].status = syck_lvl_header;
162 p->levels = S_ALLOC_N( SyckLevel, p->lvl_capa );
240 * Free tables, levels
244 S_FREE( p->levels[0].domain );
245 S_FREE( p->levels );
344 return &p->levels[p->lvl_idx-1];
356 free( p->levels[
[all...]
H A Demitter.c138 e->levels = S_ALLOC_N( SyckLevel, e->lvl_capa );
183 return &e->levels[e->lvl_idx-1];
189 return &e->levels[e->lvl_idx-2];
201 free( e->levels[e->lvl_idx].domain );
211 S_REALLOC_N( e->levels, SyckLevel, e->lvl_capa );
214 ASSERT( len > e->levels[e->lvl_idx-1].spaces );
215 e->levels[e->lvl_idx].spaces = len;
216 e->levels[e->lvl_idx].ncount = 0;
217 e->levels[e->lvl_idx].domain = syck_strndup( e->levels[
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/map/
H A Dmap_slippy_fetcher.tcl23 constructor {levels baseurl} {
25 set mylevels $levels
32 method levels {} { return $mylevels }
159 variable mylevels 0 ; # Number of zoom levels (0...mylevels-1)
H A Dmap_slippy.tcl40 typemethod {tile valid} {tile levels {msgv {}}} {
56 if {($z < 0) || ($z >= $levels)} {
57 set msg "Bad zoom level '$z' (max: $levels)"
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_zoom.tcl24 option -levels -default {0 10} -configuremethod O-levels \
54 method O-levels {o v} {
94 foreach {lo hi} $options(-levels) break
122 foreach {lo hi} $options(-levels) break
131 foreach {lo hi} $options(-levels) break
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcbiditst.h68 const UBiDiLevel *levels; member in struct:__anon1236
/macosx-10.9.5/Libc-997.90.3/db/btree/FreeBSD/
H A Dbt_debug.c255 int levels; local
280 /* Count the levels of the tree. */
281 for (i = P_ROOT, levels = 0 ;; ++levels) {
284 if (levels == 0)
285 levels = 1;
296 levels, levels == 1 ? "" : "s", nkeys);
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dbidiconf.cpp54 UBiDiLevel levels[1000]; member in class:BiDiConformanceTest
123 levels[levelsCount++]=UBIDI_DEFAULT_LTR;
132 levels[levelsCount++]=(UBiDiLevel)value;
395 if(levels[i]!=actualLevels[i] && levels[i]<UBIDI_DEFAULT_LTR) {
399 // levels but just returns all levels as the paragraph level 0 or 1.
404 (int)i, levels[i], actualLevels[i]);
413 UnicodeString els("Expected levels: ");
416 els.append((UChar)0x20).append(printLevel(levels[
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DLevel.pm37 # Set up the mapping between Log4perl integer levels and
38 # Log::Dispatch levels
39 # Note: Log::Dispatch uses the following levels:
217 # in theory, we should check if the above really ARE valid levels.
227 # since the integer representation of levels is reversed from what
238 Log::Log4perl::Level - Predefined log levels
247 use Log::Log4perl qw(:levels);
253 levels into the caller's name space. It is used internally by
266 if you pull it in providing the C<:levels> tag:
268 use Log::Log4perl qw(:levels);
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DLevel.pm37 # Set up the mapping between Log4perl integer levels and
38 # Log::Dispatch levels
39 # Note: Log::Dispatch uses the following levels:
217 # in theory, we should check if the above really ARE valid levels.
227 # since the integer representation of levels is reversed from what
238 Log::Log4perl::Level - Predefined log levels
247 use Log::Log4perl qw(:levels);
253 levels into the caller's name space. It is used internally by
266 if you pull it in providing the C<:levels> tag:
268 use Log::Log4perl qw(:levels);
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecd023.tcl39 # Write to database -- enough to fill at least 3 levels.
49 # Verify we have enough levels.
50 set levels [stat_field $db stat "Levels"]
51 error_check_good 3_levels [expr $levels >= 3] 1
H A Dtest112.tcl105 set levels [stat_field $db stat "Levels"]
106 error_check_good enough_levels [expr $levels >= 4] 1
157 # Also, we should have reduced the number of levels.
159 error_check_good fewer_levels [expr $newlevels < $levels ] 1
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Filter/
H A DLevelRange.pm57 Log::Log4perl::Filter::LevelRange - Filter for a range of log levels
70 The C<LevelMin> and C<LevelMax> parameters define the levels
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkOption.c144 * of levels in the window hierarchy. All the elements relevant for the
156 * level in the stack they remain active for all deeper levels; exact elements
191 * Information about all of the stack levels that are currently active.
195 StackLevel *levels; /* Array describing current stack. */ member in struct:ThreadSpecificData
460 levelPtr = &tsdPtr->levels[tsdPtr->curLevel];
549 levelPtr = &tsdPtr->levels[tsdPtr->curLevel];
765 tsdPtr->levels[i].winPtr->optionLevel = -1;
816 * of the levels above the matching one.
820 if (tsdPtr->levels[i].winPtr == winPtr) {
822 tsdPtr->levels[
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkOption.c150 * terms of levels in the window hierarchy. All the elements relevant
163 * the stack they remain active for all deeper levels; exact elements
201 * Information about all of the stack levels that are currently
205 StackLevel *levels; /* Array describing current stack. */ member in struct:ThreadSpecificData
479 levelPtr = &tsdPtr->levels[tsdPtr->curLevel];
568 levelPtr = &tsdPtr->levels[tsdPtr->curLevel];
787 tsdPtr->levels[i].winPtr->optionLevel = -1;
840 * flush all of the levels above the matching one.
844 if (tsdPtr->levels[i].winPtr == winPtr) {
846 tsdPtr->levels[
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dooutline.el192 No effect on body, or subheadings 2 or more levels down.
193 With arg N, affects subheadings N levels down.
198 \\[show-branches] make all subheadings at all levels visible.
397 "Hide everything after this heading at deeper levels."
402 "Hide all body after this heading at deeper levels."
409 "Show everything after this heading at deeper levels."
413 (defun hide-sublevels (levels)
414 "Hide everything but the top LEVELS levels of headers, in whole buffer."
416 (if (< levels 1)
418 (setq levels (
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dirb.rb511 levels = 0
521 levels += 1
528 printf "... %d levels...\n", levels if levels > 0
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtotext.tcl15 foreach level [logger::levels] {
30 foreach level [logger::levels] {
50 frame .compose.levels
51 foreach level [logger::levels] {
52 set p .compose.levels.$level
58 grid .compose.levels -sticky ew
73 foreach level [logger::levels] {
106 # Now we create some colors for the levels, so our messages appear in different colors
107 foreach level [logger::levels] color {darkgrey lightgrey brown blue orange red} {
119 # elide specific messages levels to
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dmain.c261 char **levels; local
263 levels = ldap_str2charray( arg, "," );
265 for ( i = 0; levels[ i ] != NULL; i++ ) {
268 if ( str2loglevel( levels[ i ], &level ) ) {
270 ldap_charray_add( unknowns, levels[ i ] );
273 levels[ i ] );
279 ldap_charray_free( levels );

Completed in 253 milliseconds

123456