HomeSort by relevance Sort by last modified time
    Searched full:lib2 (Results 26 - 50 of 69) sorted by null

12 3

  /sdk/testapps/libsTest/lib2/
AndroidManifest.xml 3 package="com.android.tests.libstest.lib2"
11 android:name="com.android.tests.libstest.lib2.MainActivity"
.project 3 <name>libsTest-Lib2</name>
  /external/chromium_org/v8/test/mjsunit/tools/
profile.js 70 'lib2-f1': 0x21110, 'lib2-f2': 0x21210,
78 this.profile.addLibrary('lib2', 0x21000, 0x22000);
79 this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900);
80 this.profile.addStaticCode('lib2-f2', 0x21200, 0x21500);
112 this.enter('lib2-f1');
113 this.enter('lib2-f1');
127 this.enter('lib2-f1');
207 [['lib1-f1', 'lib1-f2', 'T: F1', 'lib2-f1'], 2, 3],
208 [['lib1-f1', 'lib1-f2', 'T: F1', 'lib2-f1', 'lib2-f1'], 1, 1]
    [all...]
codemap.js 52 codeMap.addLibrary(0x15500, newCodeEntry(0x5000, 'lib2'));
62 assertEntry(codeMap, 'lib2', 0x15500);
63 assertEntry(codeMap, 'lib2', 0x15500 + 0x100);
64 assertEntry(codeMap, 'lib2', 0x15500 + 0x1000);
65 assertEntry(codeMap, 'lib2', 0x15500 + 0x5000 - 1);
77 codeMap.addStaticCode(0x15520, newCodeEntry(0x100, 'lib2-f1'));
89 assertEntry(codeMap, 'lib2', 0x15500);
90 assertEntry(codeMap, 'lib2', 0x15520 - 1);
91 assertEntry(codeMap, 'lib2-f1', 0x15520);
92 assertEntry(codeMap, 'lib2-f1', 0x15520 + 0x80)
    [all...]
  /external/v8/test/mjsunit/tools/
profile.js 70 'lib2-f1': 0x21110, 'lib2-f2': 0x21210,
78 this.profile.addLibrary('lib2', 0x21000, 0x22000);
79 this.profile.addStaticCode('lib2-f1', 0x21100, 0x21900);
80 this.profile.addStaticCode('lib2-f2', 0x21200, 0x21500);
112 this.enter('lib2-f1');
113 this.enter('lib2-f1');
127 this.enter('lib2-f1');
207 [['lib1-f1', 'lib1-f2', 'T: F1', 'lib2-f1'], 2, 3],
208 [['lib1-f1', 'lib1-f2', 'T: F1', 'lib2-f1', 'lib2-f1'], 1, 1]
    [all...]
codemap.js 52 codeMap.addLibrary(0x15500, newCodeEntry(0x5000, 'lib2'));
62 assertEntry(codeMap, 'lib2', 0x15500);
63 assertEntry(codeMap, 'lib2', 0x15500 + 0x100);
64 assertEntry(codeMap, 'lib2', 0x15500 + 0x1000);
65 assertEntry(codeMap, 'lib2', 0x15500 + 0x5000 - 1);
77 codeMap.addStaticCode(0x15520, newCodeEntry(0x100, 'lib2-f1'));
89 assertEntry(codeMap, 'lib2', 0x15500);
90 assertEntry(codeMap, 'lib2', 0x15520 - 1);
91 assertEntry(codeMap, 'lib2-f1', 0x15520);
92 assertEntry(codeMap, 'lib2-f1', 0x15520 + 0x80)
    [all...]
  /sdk/testapps/jarCheckTests1/app/
project.properties 13 android.library.reference.2=../lib2
  /sdk/testapps/jarCheckTests2/app/
project.properties 13 android.library.reference.2=../lib2
  /sdk/testapps/jarCheckTests3/app/
project.properties 13 android.library.reference.2=../lib2
  /sdk/testapps/libsTest/lib2Test/
AndroidManifest.xml 4 package="com.android.tests.libstest.lib2.test"
28 android:targetPackage="com.android.tests.libstest.lib2.test" />
project.properties 15 android.library.reference.1=../lib2
  /external/chromium_org/tools/gyp/test/module/
gyptest-default.py 25 Hello from lib2.c
  /ndk/tests/device/test-gnustl_shared-exception/jni/
test3_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in exec!");
test4_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in lib1!");
Android.mk 50 # Test 3: Throw in lib2, catch in exec
69 # Test 4: Throw in lib2, catch in lib1
  /ndk/tests/device/test-gnustl_static-exception/jni/
test3_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in exec!");
test4_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in lib1!");
  /sdk/testapps/jarCheckTests1/lib2/
.project 3 <name>jarCheckTests1-lib2</name>
  /sdk/testapps/jarCheckTests3/lib2/
.project 3 <name>jarCheckTests3-lib2</name>
  /sdk/testapps/javaProjectTest/app/
project.properties 16 android.library.reference.2=../lib2
  /sdk/testapps/javaProjectTest/lib2/
.project 3 <name>javaProjectTest-Lib2</name>
  /sdk/testapps/libsAndJarTest/lib1/
project.properties 16 android.library.reference.1=../lib2
  /sdk/testapps/libsAndJarTest/lib2/
.project 3 <name>libsAndJarTest-Lib2</name>
  /sdk/testapps/libsTest/lib1/
project.properties 16 android.library.reference.1=../lib2
  /sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/
MainActivityTest.java 17 package com.android.tests.libstest.lib2;
23 import com.android.tests.libstest.lib2.R;
79 assertEquals("SUCCESS-LIB2", mTextView1.getText());
84 assertEquals("SUCCESS-LIB2", mTextView2.getText());

Completed in 933 milliseconds

12 3