Home
last modified time | relevance | path

Searched refs:continued (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/scripts/
H A Dcheckbashisms.pl139 my $continued = 0;
236 $last_continued = $continued;
238 $continued = 1;
240 $continued = 0;
/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py351 lnum = parenlev = continued = 0
370 if contstr: # continued string
391 elif parenlev == 0 and not continued: # new statement
441 else: # continued statement
444 continued = 0
491 if token[-1] == '\n': # continued string
534 elif initial == '\\': # continued stmt
540 continued = 1
/third_party/python/Lib/
H A Dtokenize.py434 lnum = parenlev = continued = 0
463 if contstr: # continued string
484 elif parenlev == 0 and not continued: # new statement
523 else: # continued statement
526 continued = 0
576 if token[-1] == '\n': # continued string
595 elif initial == '\\': # continued stmt
596 continued = 1
/third_party/rust/crates/rustix/src/process/
H A Dwait.rs40 /// Returns whether the process has continued from a job control stop.
42 pub fn continued(self) -> bool { in continued() functions
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_flush.c185 boolean continued, in debug_flush_alert()
200 if (continued) in debug_flush_alert()
183 debug_flush_alert(const char *s, const char *op, unsigned start, unsigned depth, boolean continued, boolean capture, const struct debug_stack_frame *frame) debug_flush_alert() argument
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs37 /// Report the status of selected processes that have continued from a
190 fn continued(status: i32) -> bool { in continued() functions
239 assert!(continued(status)); in from_raw()
/third_party/skia/third_party/externals/freetype/src/smooth/
H A Dftgrays.c1911 int continued ) in gray_convert_glyph_inner()
1918 if ( continued ) in gray_convert_glyph_inner()
1921 if ( continued ) in gray_convert_glyph_inner()
1955 int continued = 0; in gray_convert_glyph() local
2005 error = gray_convert_glyph_inner( RAS_VAR, continued ); in gray_convert_glyph()
2006 continued = 1; in gray_convert_glyph()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c3074 inline bool continued() const;
3314 wuffs_base__token::continued() const { in continued() function in wuffs_base__token
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c2859 inline bool continued() const;
3099 wuffs_base__token::continued() const { in continued() function in wuffs_base__token
[all...]

Completed in 95 milliseconds