HomeSort by relevance Sort by last modified time
    Searched full:stubs (Results 1 - 25 of 1645) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
SomeEnum.java 1 package com.android.stubs;
InterfaceEnum.java 1 package com.android.stubs;
3 implements com.android.stubs.Parent.Interface
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/a/
SomeInterface.java 1 package com.android.stubs.a;
A.java 1 package com.android.stubs.a;
3 extends com.android.stubs.Parent
4 implements com.android.stubs.Parent.Interface, com.android.stubs.a.SomeInterface
11 public com.android.stubs.a.A varargs(com.android.stubs.Parent[]... args) { throw new RuntimeException("Stub!"); }
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-pic-2a.s 5 # Test local stubs that are only used by MIPS16 PIC calls in this file.
8 # Test local stubs that aren't called at all.
11 # Test hidden stubs that are called by MIPS16 PIC calls in this file.
14 # Test hidden stubs that are called by MIPS16 PIC calls in another file.
17 # Test hidden stubs that aren't called at all.
21 # Test local stubs that are referenced by absolute relocations
25 # Test hidden stubs that are referenced by absolute relocations
29 # Test hidden stubs that are referenced by absolute relocations
33 # Test global stubs that are referenced by absolute relocations
37 # Test global stubs that are referenced by absolute relocation
    [all...]
mips16-pic-1a.s 5 # Test local stubs that are only used by MIPS16 PIC calls in this file.
9 # Test local stubs that are only used by MIPS16 jals in this file.
13 # Test local stubs that aren't called at all.
16 # Test hidden stubs that are called by MIPS16 PIC calls in this file.
20 # Test hidden stubs that are called by MIPS16 jals in this file.
24 # Test hidden stubs that are called by MIPS16 PIC calls in another file.
27 # Test hidden stubs that are called by MIPS16 jals in another file.
30 # Test hidden stubs that aren't called at all.
33 # Test global stubs that are called by MIPS16 jals in this file.
37 # Test global stubs that are called by MIPS16 jals in another file
    [all...]
no-shared-1.ld 5 .MIPS.stubs : { *(.MIPS.stubs) }
stub-dynsym-1.ld 9 .MIPS.stubs : { *(.MIPS.stubs) }
  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/b/
B.java 1 package com.android.stubs.b;
  /external/vulkan-validation-layers/cmake/
FindPthreadStubs.cmake 7 pkg_check_modules(PC_PTHREADSTUBS QUIET pthread-stubs)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-group2.s 1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs.
farcall-group3.s 1 @ Test to ensure that ARM calls exceeding 32Mb generate stubs,
2 @ and that stubs are correctly inserted between input sections
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/gnu/
stubs.h 7 # include <gnu/stubs-32.h>
9 # include <gnu/stubs-64.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/gnu/
stubs.h 7 # include <gnu/stubs-32.h>
9 # include <gnu/stubs-64.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/gnu/
stubs.h 7 # include <gnu/stubs-32.h>
9 # include <gnu/stubs-64.h>
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_cache.d 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
6 # check the exact layout of stubs for this test, only verify that it
relax_call26_multi.ld 1 /* Simple script for testing call26 relaxation via linker stubs.
2 In this case, input sections text0 and text1 cannot share stubs
relax_call26_norelax.d 5 # Test relaxation of call26 relocations via linker stubs
relax_call26_boundary_c8.d 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
6 # check the exact layout of stubs for this test, only verify that it
relax_call26_boundary_cc.d 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
6 # check the exact layout of stubs for this test, only verify that it
relax_call26_boundary_d0.d 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
6 # check the exact layout of stubs for this test, only verify that it
relax_call26_boundary_d4.d 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
6 # check the exact layout of stubs for this test, only verify that it
relax_call26_boundary_d8.d 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
6 # check the exact layout of stubs for this test, only verify that it
relax_call26_boundary_dc.d 5 # Test relaxation of call26 relocations via linker stubs. We don't need to
6 # check the exact layout of stubs for this test, only verify that it
  /cts/tests/app/app/
AndroidManifest.xml 19 package="android.app.stubs">
21 <permission android:name="android.app.stubs.permission.TEST_GRANTED"
25 <meta-data android:name="android.app.stubs.string" android:value="foo" />
26 <meta-data android:name="android.app.stubs.boolean" android:value="true" />
27 <meta-data android:name="android.app.stubs.integer" android:value="100" />
28 <meta-data android:name="android.app.stubs.color" android:value="#ff000000" />
29 <meta-data android:name="android.app.stubs.float" android:value="100.1" />
30 <meta-data android:name="android.app.stubs.reference" android:resource="@xml/metadata" />
33 <uses-permission android:name="android.app.stubs.permission.TEST_GRANTED" />
49 android:name="android.app.stubs.MockApplication
    [all...]

Completed in 376 milliseconds

1 2 3 4 5 6 7 8 91011>>