Home
last modified time | relevance | path

Searched refs:one (Results 1 – 24 of 24) sorted by relevance

/art/runtime/
Dutf-inl.h25 uint8_t one = *(*utf8_data_in)++; in GetUtf16FromUtf8() local
26 if ((one & 0x80) == 0) { in GetUtf16FromUtf8()
28 return one; in GetUtf16FromUtf8()
32 if ((one & 0x20) == 0) { in GetUtf16FromUtf8()
34 return ((one & 0x1f) << 6) | (two & 0x3f); in GetUtf16FromUtf8()
38 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f); in GetUtf16FromUtf8()
/art/test/050-sync-test/src/
DMain.java48 CpuThread one, two; in countTest() local
50 one = new CpuThread(1); in countTest()
53 synchronized (one) { in countTest()
54 one.start(); in countTest()
56 one.wait(); in countTest()
68 one.join(); in countTest()
/art/test/047-returns/
Dexpected.txt2 one running
3 one
/art/test/005-annotations/src/android/test/anno/
DFullyNoted.java20 @AnnoSimpleParameter int one, in bar()
29 @AnnoSimpleParameter int one, in bar1()
/art/test/093-serialization/src/
DMain.java95 Boolean one; field in Base
100 one = true; in Base()
127 System.out.println("one=" + one + " two=" + two + " three=" + three in check()
/art/test/003-omnibus-opcodes/src/
DThrow.java29 public void one() { in one() method in Throw
119 th.one(); in run()
DIntMath.java91 int one = thirtyTwo / 32; in shiftTest3() local
99 Main.assertTrue(1 << -one == -2147483648); in shiftTest3()
107 Main.assertTrue(1 >> -one == 0); in shiftTest3()
115 Main.assertTrue(1 >>> -one == 0); in shiftTest3()
/art/test/068-classloader/src/
DDoubledImplement2.java29 public void one() { in one() method in DoubledImplement2
DDoubledImplement.java29 public void one() { in one() method in DoubledImplement
DMain.java365 di.one(); in useImplement()
423 di2.one(); in testIfaceImplement()
/art/test/093-serialization/
Dexpected.txt1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
/art/test/015-switch/
Dexpected.txt1 CORRECT (one)
/art/test/079-phantom/
Dexpected.txt2 Created Bitmap one: 10x10 (100)
/art/test/045-reflect-array/
Dexpected.txt7 zero one two ++
/art/test/068-classloader/
Dexpected.txt11 DoubledImplement one
/art/test/303-verification-stress/
Dinfo.txt2 classes, each one initializing a big array of string in its class initializer.
/art/runtime/jdwp/
Djdwp_socket.cc128 int one = 1; in SocketStartup() local
129 if (setsockopt(netState->listenSock, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)) < 0) { in SocketStartup()
/art/test/064-field-access/
Dinfo.txt7 same time, we can only throw one or the other.
/art/test/003-omnibus-opcodes/
Dexpected.txt66 Throw.one
/art/compiler/
DAndroid.mk304 $(eval $(call copy-one-file, $(call intermediates-dir-for,STATIC_LIBRARIES,libcompiler_rt,,)/libcom…
306 $(eval $(call copy-one-file, $(call intermediates-dir-for,STATIC_LIBRARIES,libcompiler_rt,,,t)/libc…
/art/test/046-reflect/src/
DMain.java66 String one, two, three, four; in showStrings() local
70 one = (String) field.get(instance); in showStrings()
78 System.out.println(" ::: " + one + ":" + two + ":" + three); in showStrings()
/art/test/023-many-interfaces/src/
DManyInterfaces.java191 Interface001 one; in run() local
/art/
DNOTICE123 pertain to any part of the Derivative Works, in at least one
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S750 mov r3, r2 @ pass one half of wide argument