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

12 3 4

  /sdk/testapps/javaProjectTest/lib1/src/com/android/tests/javaprojecttest/lib1/
Main.java 1 package com.android.tests.javaprojecttest.lib1;
  /external/chromium_org/v8/test/mjsunit/tools/
codemap.js 51 codeMap.addLibrary(0x1500, newCodeEntry(0x3000, 'lib1'));
56 assertEntry(codeMap, 'lib1', 0x1500);
57 assertEntry(codeMap, 'lib1', 0x1500 + 0x100);
58 assertEntry(codeMap, 'lib1', 0x1500 + 0x1000);
59 assertEntry(codeMap, 'lib1', 0x1500 + 0x3000 - 1);
75 codeMap.addStaticCode(0x1510, newCodeEntry(0x30, 'lib1-f1'));
76 codeMap.addStaticCode(0x1600, newCodeEntry(0x50, 'lib1-f2'));
78 assertEntry(codeMap, 'lib1', 0x1500);
79 assertEntry(codeMap, 'lib1', 0x1510 - 1);
80 assertEntry(codeMap, 'lib1-f1', 0x1510)
    [all...]
  /sdk/testapps/javaProjectTest/app/src/com/android/tests/javaprojecttest/app/
Main.java 13 import com.android.tests.javaprojecttest.lib1.Lib1;
26 tv = (TextView) findViewById(R.id.lib1);
27 tv.setText("Lib1: " + Lib1.getContent());
  /sdk/testapps/buildConfigTest/lib1/
AndroidManifest.xml 3 package="com.android.tests.javaprojecttest.lib1"
11 android:name="com.android.tests.buildconfigtest.lib1.Main"
  /sdk/testapps/libsTest/lib1/
AndroidManifest.xml 3 package="com.android.tests.libstest.lib1"
11 android:name="com.android.tests.libstest.lib1.MainActivity"
  /sdk/testapps/libsAndJarTest/lib1/src/com/android/tests/javaprojecttest/lib1/
Main.java 1 package com.android.tests.javaprojecttest.lib1;
  /external/chromium_org/tools/gyp/test/library/
gyptest-shared-obj-install-path.py 34 # If we remove the code to generate lib1, Make should still be able
35 # to build lib2 since lib1.so already exists.
36 make_contents = make_contents.replace('include lib1.target.mk', '')
gyptest-shared.py 25 '-Dmoveable_function=lib1',
34 Hello from lib1.c
56 Hello from lib1.c
65 '-Dmoveable_function=lib1',
83 Hello from lib1.c
gyptest-static.py 25 '-Dmoveable_function=lib1',
34 Hello from lib1.c
56 Hello from lib1.c
65 '-Dmoveable_function=lib1',
83 Hello from lib1.c
  /external/chromium_org/tools/gyp/test/assembly/src/
override.gyp 27 'action': ['as.bat', 'lib1.c', '<(_outputs)'],
  /external/chromium_org/tools/gyp/test/prune_targets/
gyptest-prune-targets.py 26 test.build('test2.gyp', 'lib1')
36 test.build('test2.gyp', 'lib1')
46 test.build('test2.gyp', 'lib1', status=build_error_code, stderr=None)
56 test.build('test2.gyp', 'lib1')
test1.gyp 11 'dependencies': [ 'test2.gyp:lib1' ],
  /sdk/testapps/jarCheckTests1/app/
project.properties 12 android.library.reference.1=../lib1
  /sdk/testapps/jarCheckTests2/app/
project.properties 12 android.library.reference.1=../lib1
  /sdk/testapps/jarCheckTests3/app/
project.properties 12 android.library.reference.1=../lib1
  /sdk/testapps/javaProjectTest/lib1/
AndroidManifest.xml 3 package="com.android.tests.javaprojecttest.lib1"
  /sdk/testapps/libsAndJarTest/lib1/
AndroidManifest.xml 3 package="com.android.tests.javaprojecttest.lib1"
  /external/compiler-rt/test/tsan/
ignore_lib2.cc 18 std::string lib1 = std::string(dirname(argv[0])) + "/libignore_lib2_1.so"; local
20 dlopen(lib1.c_str(), RTLD_GLOBAL | RTLD_NOW);
  /sdk/testapps/libsTest/lib1Test/
AndroidManifest.xml 4 package="com.android.tests.libstest.lib1.test"
30 android:targetPackage="com.android.tests.libstest.lib1.test" />
  /external/chromium_org/tools/gyp/test/additional-targets/src/dir1/
actions.gyp 46 'sources': ['lib1.c'],
  /external/chromium_org/tools/gyp/test/compilable/
gyptest-headers.py 24 Hello from lib1.c
  /external/chromium_org/tools/gyp/test/module/
gyptest-default.py 24 Hello from lib1.c
  /ndk/tests/device/test-gnustl_shared-exception/jni/
test4_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in lib1!");
  /ndk/tests/device/test-gnustl_static-exception/jni/
test4_bar.cpp 22 throw std::runtime_error("OK: Throw in lib2, catch in lib1!");
  /sdk/testapps/buildConfigTest/app/
project.properties 15 android.library.reference.1=../lib1

Completed in 1045 milliseconds

12 3 4