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

1 2

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNARef.java 547 StringBuffer chained; local
551 chained = expected;
553 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT);
555 if(!expected.toString().equals(chained.toString())){
560 chained = expected;
562 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT);
564 if(!expected.toString().equals(chained.toString())){
579 StringBuffer chained; local
    [all...]
TestIDNA.java 460 StringBuffer chained; local
464 chained = expected;
466 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT);
468 if(!expected.toString().equals(chained.toString())){
473 chained = expected;
475 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT);
477 if(!expected.toString().equals(chained.toString())){
485 StringBuffer chained; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNARef.java 543 StringBuffer chained; local
547 chained = expected;
549 chained = IDNAReference.convertIDNtoASCII(chained,IDNAReference.DEFAULT);
551 if(!expected.toString().equals(chained.toString())){
556 chained = expected;
558 chained = IDNAReference.convertToASCII(chained,IDNAReference.DEFAULT);
560 if(!expected.toString().equals(chained.toString())){
575 StringBuffer chained; local
    [all...]
TestIDNA.java 456 StringBuffer chained; local
460 chained = expected;
462 chained = IDNA.convertIDNToASCII(chained,IDNA.DEFAULT);
464 if(!expected.toString().equals(chained.toString())){
469 chained = expected;
471 chained = IDNA.convertToASCII(chained,IDNA.DEFAULT);
473 if(!expected.toString().equals(chained.toString())){
481 StringBuffer chained; local
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
wsgilib.py 108 def __init__(self, *chained):
109 self.app_iters = chained
110 self.chained = [iter(item) for item in chained]
117 if len(self.chained) == 1:
118 return self.chained[0].next()
121 return self.chained[0].next()
123 self.chained.pop(0)
  /external/v8/test/mjsunit/es6/debug-promises/
reject-after-resolve.js 8 // the Promise is rejected in a chained closure after it has been resolved.
reject-with-throw-in-reject.js 54 // debugger swallows exceptions and we expect the chained function
  /external/v8/test/webkit/fast/js/
Promise-onFulfilled-deep.js 26 description('Test whether deeply chained then-s work.');
Promise-onRejected-deep.js 26 description('Test whether deeply chained then-s work.');
Promise-chained-then.js 25 description('Test chained Promise.prototype.then.');
Promise-resolve-chain.js 26 description('Test chained Promise resolutions.');
  /external/compiler-rt/lib/msan/
msan.cc 304 Origin chained = Origin::CreateChainedOrigin(o, stack); local
305 return chained.raw_id();
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 33 The Ogg stream may be chained, i.e., contain multiple, contigous logical streams (links).
  /external/v8/test/mjsunit/
function-bind.js 87 // Test chained binds.
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 5315 int act_comp=0,num_packets=0,y,chained; local
6120 int act_comp=0,num_packets=0,chained; local
    [all...]
  /external/v8/test/mjsunit/es6/
collections.js 198 // Test GC of Maps and WeakMaps with chained entries
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/
MochiKit.packed.js     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 3261 uint32 chained; \/* number of frames chained *\/ member in struct:__anon29222
    [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 
  /prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/
equalsverifier-2.1.5.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 

Completed in 512 milliseconds

1 2