HomeSort by relevance Sort by last modified time
    Searched refs:chained (Results 1 - 25 of 45) sorted by null

1 2

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNARef.java 554 StringBuffer chained; local
558 chained = expected;
560 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT);
562 if(!expected.toString().equals(chained.toString())){
567 chained = expected;
569 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT);
571 if(!expected.toString().equals(chained.toString())){
586 StringBuffer chained; local
    [all...]
TestIDNA.java 468 StringBuffer chained; local
472 chained = expected;
474 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT);
476 if(!expected.toString().equals(chained.toString())){
481 chained = expected;
483 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT);
485 if(!expected.toString().equals(chained.toString())){
494 StringBuffer chained; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNARef.java 553 StringBuffer chained; local
557 chained = expected;
559 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT);
561 if(!expected.toString().equals(chained.toString())){
566 chained = expected;
568 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT);
570 if(!expected.toString().equals(chained.toString())){
585 StringBuffer chained; local
    [all...]
TestIDNA.java 467 StringBuffer chained; local
471 chained = expected;
473 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT);
475 if(!expected.toString().equals(chained.toString())){
480 chained = expected;
482 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT);
484 if(!expected.toString().equals(chained.toString())){
493 StringBuffer chained; local
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
doc.go 159 chained:
167 Key invocations may be chained and combined with fields to any
182 Method invocations may be chained and combined with fields and keys
206 A pipeline is a possibly chained sequence of "commands". A command is a simple
223 A pipeline may be "chained" by separating a sequence of commands with pipeline
224 characters '|'. In a chained pipeline, the result of each command is
template.go 153 // The return value is the template, so calls can be chained.
165 // so calls can be chained.
exec_test.go 329 {"method on chained var",
332 {"chained method",
335 {"chained method on variable",
543 // Chained nodes did not work as arguments. Issue 8473.
    [all...]
  /prebuilts/go/linux-x86/src/text/template/
doc.go 159 chained:
167 Key invocations may be chained and combined with fields to any
182 Method invocations may be chained and combined with fields and keys
206 A pipeline is a possibly chained sequence of "commands". A command is a simple
223 A pipeline may be "chained" by separating a sequence of commands with pipeline
224 characters '|'. In a chained pipeline, the result of each command is
template.go 153 // The return value is the template, so calls can be chained.
165 // so calls can be chained.
exec_test.go 329 {"method on chained var",
332 {"chained method",
335 {"chained method on variable",
543 // Chained nodes did not work as arguments. Issue 8473.
    [all...]
  /prebuilts/go/darwin-x86/src/io/
multi_test.go 178 // Test that MultiReader properly flattens chained multiReaders when Read is called
196 t.Errorf("multiReader did not flatten chained multiReaders: expected readDepth %d, got %d",
  /prebuilts/go/linux-x86/src/io/
multi_test.go 178 // Test that MultiReader properly flattens chained multiReaders when Read is called
196 t.Errorf("multiReader did not flatten chained multiReaders: expected readDepth %d, got %d",
  /external/compiler-rt/lib/msan/
msan.cc 304 Origin chained = Origin::CreateChainedOrigin(o, stack); local
305 return chained.raw_id();
  /external/libese/libese-teq1/
teq1.c 199 /* Perform chained transmission if needed. */
244 int chained = 0; local
256 /* Check if we were chained and increment the last sent sequence. */
260 chained = bs_get(PCB.I.more_data, tx_frame->header.PCB);
342 /* Card begins chained response. */
352 /*** Rule 2.2, Rule 5: Chained transmission ***/
395 /*** Rule 5 (see Rule 2.2 for the chained-tx side. ) ***/
  /prebuilts/go/darwin-x86/src/text/template/parse/
node.go 293 // Chained for convenience.
301 // Chained for convenience.
320 // VariableNode holds a list of variable names, possibly with chained field
413 // The names may be chained ('.x.y').
443 // The names may be chained ('.x.y').
parse_test.go 207 {"chained field range", "{{range .X.Y.Z}}hello{{end}}", noError,
  /prebuilts/go/linux-x86/src/text/template/parse/
node.go 293 // Chained for convenience.
301 // Chained for convenience.
320 // VariableNode holds a list of variable names, possibly with chained field
413 // The names may be chained ('.x.y').
443 // The names may be chained ('.x.y').
parse_test.go 207 {"chained field range", "{{range .X.Y.Z}}hello{{end}}", noError,
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links).
  /prebuilts/go/darwin-x86/src/runtime/
lock_sema.go 71 // for this lock, chained through m->nextwaitm.
  /prebuilts/go/linux-x86/src/runtime/
lock_sema.go 71 // for this lock, chained through m->nextwaitm.
  /prebuilts/go/darwin-x86/src/html/template/
template.go 330 // value is the template, so calls can be chained.
340 // The return value is the template, so calls can be chained.
  /prebuilts/go/linux-x86/src/html/template/
template.go 330 // value is the template, so calls can be chained.
340 // The return value is the template, so calls can be chained.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 3261 uint32 chained; \/* number of frames chained *\/ member in struct:__anon40048
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 

Completed in 1364 milliseconds

1 2