HomeSort by relevance Sort by last modified time
    Searched full:blank (Results 426 - 450 of 2862) sorted by null

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/go/types/
assignments.go 17 // Use T == nil to indicate assignment to an untyped blank identifier.
34 // type or the blank identifier, the constant is first converted to type
53 // spec: "If a left-hand side is the blank identifier, any typed or
140 // Don't evaluate lhs if it is the blank identifier.
175 // expression, or the blank identifier. Operands may be parenthesized."
300 // declare new variable, possibly a blank (_) variable
  /cts/tests/camera/src/android/hardware/cts/
GLSurfaceViewCtsActivity.java 29 * Also accepts non-blank renderers to allow its use for more complex tests.
50 /** To override the blank renderer, or other settings, these
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 371 keep_blank_values: flag indicating whether blank values in
372 percent-encoded queries should be treated as blank strings.
374 blank strings. The default false value indicates that
375 blank values are to be ignored and treated as if they were
397 keep_blank_values: flag indicating whether blank values in
398 percent-encoded queries should be treated as blank strings. A
399 true value indicates that blanks should be retained as blank
400 strings. The default false value indicates that blank values
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
markov.py 49 print 'separated blank lines and each paragraph is split'
52 print 'Output consists of paragraphs separated by blank'
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 340 keep_blank_values: flag indicating whether blank values in
341 percent-encoded queries should be treated as blank strings.
343 blank strings. The default false value indicates that
344 blank values are to be ignored and treated as if they were
366 keep_blank_values: flag indicating whether blank values in
367 percent-encoded queries should be treated as blank strings. A
368 true value indicates that blanks should be retained as blank
369 strings. The default false value indicates that blank values
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
BlankDebugEventListener.cs 35 * A blank listener that does nothing; useful for real classes so
36 * they don't have to have lots of blank methods and are less
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
BlankDebugEventListener.cs 36 * A blank listener that does nothing; useful for real classes so
37 * they don't have to have lots of blank methods and are less
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
BlankDebugEventListener.java 33 /** A blank listener that does nothing; useful for real classes so
34 * they don't have to have lots of blank methods and are less
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_unittest.py 74 b = TestBenchmark(page.Page(url='about:blank'))
156 b = PredicateBenchmark(page.Page(url='about:blank'))
  /external/jsoncpp/devtools/
licenseupdater.py 6 # and ends with the first blank line.
32 license_end_index = original_text.index( '\n\n' ) # search first blank line
  /external/libcxx/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
classic_table.pass.cpp 28 | F::alpha | F::digit | F::punct | F::xdigit | F::blank;
38 if ( i == 9 || i == 32 ) set |= F::blank;
  /external/libexif/contrib/examples/
photographer.c 35 /* Don't bother printing it if it's entirely blank */
56 /* Don't bother printing it if it's entirely blank */
  /external/pcre/dist2/doc/
pcre2-config.1 59 files that use PCRE2 (this may include some \fB-I\fP options, but is blank on
65 \fB-I\fP options, but is blank on many systems).
  /external/regex-re2/re2/testing/
exhaustive3_test.cc 69 "[[:alnum:]] [[:alpha:]] [[:blank:]] [[:cntrl:]] [[:digit:]] "
82 "[[:alnum:]] [[:alpha:]] [[:blank:]] [[:cntrl:]] [[:digit:]] "
  /external/toybox/toys/posix/
nl.c 22 -l Only count last of this many consecutive blank lines
39 // Count of consecutive blank lines for -l has to persist between files
  /hardware/qcom/display/msm8996/sdm/libs/core/
hw_interface.h 56 virtual DisplayError Blank(bool blank) = 0;
  /hardware/qcom/display/msm8998/sdm/libs/core/
hw_interface.h 58 virtual DisplayError Blank(bool blank) = 0;
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getAttributeNS04.java 69 String localName = "blank";
70 String qualifiedName = "emp:blank";
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urlparse.py 370 keep_blank_values: flag indicating whether blank values in
371 percent-encoded queries should be treated as blank strings.
373 blank strings. The default false value indicates that
374 blank values are to be ignored and treated as if they were
396 keep_blank_values: flag indicating whether blank values in
397 percent-encoded queries should be treated as blank strings. A
398 true value indicates that blanks should be retained as blank
399 strings. The default false value indicates that blank values
  /prebuilts/gdb/linux-x86/lib/python2.7/
urlparse.py 370 keep_blank_values: flag indicating whether blank values in
371 percent-encoded queries should be treated as blank strings.
373 blank strings. The default false value indicates that
374 blank values are to be ignored and treated as if they were
396 keep_blank_values: flag indicating whether blank values in
397 percent-encoded queries should be treated as blank strings. A
398 true value indicates that blanks should be retained as blank
399 strings. The default false value indicates that blank values
  /prebuilts/go/darwin-x86/src/go/types/testdata/
labels.src 185 // Blank labels are never declared.
189 _: // multiple blank labels are ok
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue4585.go 7 // Issue 4585: comparisons and hashes process blank
23 // U is a structure with a blank field
  /prebuilts/go/linux-x86/src/go/types/testdata/
labels.src 185 // Blank labels are never declared.
189 _: // multiple blank labels are ok
  /prebuilts/go/linux-x86/test/fixedbugs/
issue4585.go 7 // Issue 4585: comparisons and hashes process blank
23 // U is a structure with a blank field
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/facet.ctype.special/facet.ctype.char.statics/
classic_table.pass.cpp 28 | F::alpha | F::digit | F::punct | F::xdigit | F::blank;
38 if ( i == 9 || i == 32 ) set |= F::blank;

Completed in 1073 milliseconds

<<11121314151617181920>>