HomeSort by relevance Sort by last modified time
    Searched refs:two (Results 1501 - 1525 of 1983) sorted by null

<<61626364656667686970>>

  /prebuilts/go/linux-x86/src/text/template/
funcs.go 20 // Each function must have either a single return value, or two return values of
  /prebuilts/go/linux-x86/src/text/template/parse/
parse.go 73 // backup2 backs the input stream up two tokens.
  /external/ImageMagick/www/api/
pixel-wand.php 179 <p>IsPixelWandSimilar() returns MagickTrue if the distance between two colors is less than the specified distance.</p>
204 <dd>any two colors that are less than or equal to this distance squared are consider similar. </dd>
    [all...]
  /external/blktrace/doc/
blktrace.tex 371 \item The default behaviour for blktrace is to run forever until explicitly killed by the user (via a control-C, or \emph{kill} utility invocation). There are two ways to modify this:
420 blktrace disguingishes between two types of block layer requests,
    [all...]
  /external/boringssl/src/ssl/test/runner/
conn.go 623 // The protocol is such that each side only has a block or two on
1162 // record into two records, effectively randomizing the IV.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/string/
string.js 398 // The two strings must be equivalent except for case (perfect equality is
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java     [all...]
  /external/libavc/encoder/arm/
ih264e_half_pel.s 81 .equ HALFPEL_WIDTH , 17 + 1 @( make it even, two rows are processed at a time)
199 @* This function implements a two stage cascaded six tap filter. It
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 57 * This defines two rules, for 'one' and 'few'. The condition for 'one' is "n is 1" which means that the number must be
76 * This illustrates conjunction and negation. The condition for 'few' has two parts, both of which must be met:
292 public static final String KEYWORD_TWO = "two";
1797 two, enum constant in enum:PluralRules.StandardPluralCategories
    [all...]
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 467 // delete external databases that have not been used in the past two months
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 218 since it is copied into two different C output files, it must not
220 definitions and declarations, then the two output files will produce
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
decode.go 325 // Combining the two questions, what happens when conflicting
739 // last two cases does not change the outcome.
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal_test.go 364 // tests below are two-way tests. When introducing new tests,
365 // please try to make them two-way as well to ensure that
    [all...]
  /prebuilts/go/darwin-x86/src/flag/
flag.go 42 One or two minus signs may be used; they are equivalent.
437 s := fmt.Sprintf(" -%s", flag.Name) // Two spaces before -; see next two comments.
  /prebuilts/go/darwin-x86/src/html/
entity.go 12 // lists both "amp" and "amp;" as two separate entries.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 218 since it is copied into two different C output files, it must not
220 definitions and declarations, then the two output files will produce
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/x86/x86asm/
decode.go 325 // Combining the two questions, what happens when conflicting
739 // last two cases does not change the outcome.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/xml/
marshal_test.go 364 // tests below are two-way tests. When introducing new tests,
365 // please try to make them two-way as well to ensure that
    [all...]
  /prebuilts/go/linux-x86/src/flag/
flag.go 42 One or two minus signs may be used; they are equivalent.
437 s := fmt.Sprintf(" -%s", flag.Name) // Two spaces before -; see next two comments.
  /prebuilts/go/linux-x86/src/html/
entity.go 12 // lists both "amp" and "amp;" as two separate entries.
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 280 // moment no command expects more than two parameters.
610 static bool ICacheMatch(void* one, void* two) {
612 DCHECK((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
613 return one == two;
    [all...]
  /external/v8/src/mips/
simulator-mips.cc 438 // moment no command expects more than two parameters.
841 static bool ICacheMatch(void* one, void* two) {
843 DCHECK((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
844 return one == two;
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 402 // moment no command expects more than two parameters.
771 static bool ICacheMatch(void* one, void* two) {
773 DCHECK((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
774 return one == two;
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 265 // moment no command expects more than two parameters.
683 static bool ICacheMatch(void* one, void* two) {
685 DCHECK((reinterpret_cast<intptr_t>(two) & CachePage::kPageMask) == 0);
686 return one == two;
    [all...]

Completed in 1839 milliseconds

<<61626364656667686970>>