Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 30) sorted by relevance

12

/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc37 "There is no space left to place stubs. Current stub group size: %0\n"
39 "There is no space left to place stubs. Current stub group size: %0\n"
/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp842 pReloc.target() = ((S + A) | T) - pReloc.place(); in rel32()
851 pReloc.target() = pReloc.symValue() + A - pReloc.place(); in base_prel()
893 Relocator::Address P = pReloc.place(); in got_prel()
907 Relocator::DWord P = pReloc.place(); in thm_jump8()
925 Relocator::DWord P = pReloc.place(); in thm_jump11()
951 Relocator::Address P = pReloc.place(); in thm_jump19()
1003 Relocator::Address P = pReloc.place(); in call()
1058 Relocator::Address P = pReloc.place(); in thm_call()
1141 Relocator::DWord P = pReloc.place(); in movw_prel_nc()
1185 Relocator::DWord P = pReloc.place(); in movt_prel()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java146 place(child, true);
294 place(v, true); in fillFreeList()
321 place(v, pt, false); in fillFreeList()
332 public void place(View v, boolean animate) { in place() method in DessertCaseView
333 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate); in place()
352 public synchronized void place(View v, Point pt, boolean animate) {
/frameworks/base/tests/TouchLatency/
Dbuild.gradle10 // NOTE: Do not place your application dependencies here; they belong
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64Relocator.cpp512 Relocator::DWord P = pReloc.place(); in rel()
561 Relocator::DWord P = pReloc.place(); in adr_prel_lo21()
580 Relocator::DWord P = pReloc.place(); in adr_prel_pg_hi21()
605 Relocator::Address P = pReloc.place(); in call()
634 Relocator::Address P = pReloc.place(); in condbr()
656 Relocator::Address P = pReloc.place(); in adr_got_page()
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
Dbuild.gradle8 // NOTE: Do not place your application dependencies here; they belong
/frameworks/compile/mclinker/include/mcld/Fragment/
DRelocation.h78 Address place() const;
/frameworks/support/samples/SupportLeanbackShowcase/
Dbuild.gradle23 // NOTE: Do not place your application dependencies here; they belong
/frameworks/base/tests/LegacyRestoreTest/
DREADME14 to this bug in place. This archive should be successfully restorable on any
/frameworks/compile/mclinker/lib/LD/
DStubFactory.cpp46 Stub* prototype = findPrototype(pReloc, pReloc.place(), pTargetSymValue); in create()
DIdenticalCodeFolding.cpp243 rel.place()); in initConstantContent()
/frameworks/compile/mclinker/lib/Fragment/
DRelocation.cpp81 Relocation::Address Relocation::place() const { in place() function in mcld::Relocation
/frameworks/support/buildSrc/src/main/groovy/android/support/doclava/
DDoclavaTask.groovy81 * If non-null, the location of where to place the generated api file.
89 * If non-null, the location of where to place the generated removed api file.
/frameworks/rs/script_api/
Drs_matrix.spec196 summary: Inverts a matrix in place
205 summary: Inverts and transpose a matrix in place
585 summary: Transpose a matrix place
587 Transpose the matrix m in place.
/frameworks/data-binding/extensions/baseAdapters/
Dbuild.gradle19 // NOTE: Do not place your application dependencies here; they belong
/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp903 Relocator::DWord P = pReloc.place(); in rel()
947 pReloc.target() = GOT_ORG + A - pReloc.place(); in gotpc32()
981 Relocator::Address P = pReloc.place(); in plt32()
1627 pReloc.target() = GOT_S + GOT_ORG + A - pReloc.place(); in gotpcrel()
1640 Relocator::Address P = pReloc.place(); in plt32()
1652 Relocator::DWord P = pReloc.place(); in rel()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp670 result = pReloc.addend() + pReloc.symValue() - pReloc.place(); in applyRel()
741 Relocator::DWord P = pReloc.place(); in relocPCREL()
825 Relocator::Address P = pReloc.place(); in relocPLTB22PCREL()
/frameworks/rs/script_api/include/
Drs_matrix.rsh197 * rsMatrixInverse: Inverts a matrix in place
208 * rsMatrixInverseTranspose: Inverts and transpose a matrix in place
596 * rsMatrixTranspose: Transpose a matrix place
598 * Transpose the matrix m in place.
/frameworks/native/opengl/tests/angeles/
DREADME.txt10 Assembly'2004 event. It won the first place in the 4 KB intro
Dlicense-LGPL.txt235 from a designated place, then offering equivalent access to copy the
236 source code from the same place satisfies the requirement to
312 from a designated place, offer equivalent access to copy the above
313 specified materials from the same place.
333 7. You may place library facilities that are a work based on the
/frameworks/data-binding/extensions/library/
Dbuild.gradle31 // NOTE: Do not place your application dependencies here; they belong
/frameworks/support/development/checkstyle/
DLICENSE235 from a designated place, then offering equivalent access to copy the
236 source code from the same place satisfies the requirement to
312 from a designated place, offer equivalent access to copy the above
313 specified materials from the same place.
333 7. You may place library facilities that are a work based on the
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp2959 if (X.place() < Y.place()) in operator ()()
2961 if (X.place() > Y.place()) in operator ()()
/frameworks/compile/mclinker/lib/Script/
DScriptScanner.ll57 /* code to place at the beginning of yylex() */
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt177 extension indicating it can place fence commands, then EGL_NO_SYNC_KHR

12