OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TASK_SIZE
(Results
26 - 50
of
69
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/asm/
memory.h
25
#ifndef
TASK_SIZE
26
#define
TASK_SIZE
(CONFIG_DRAM_SIZE)
/cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerDockedStackTests.java
31
private static final int
TASK_SIZE
= 600;
287
resizeDockedStack(STACK_SIZE, STACK_SIZE,
TASK_SIZE
,
TASK_SIZE
);
295
mAmWmState.assertDockedTaskBounds(
TASK_SIZE
, DOCKED_ACTIVITY_NAME);
/development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h
95
#define
TASK_SIZE
(PAGE_OFFSET)
96
#define TASK_UNMAPPED_BASE (PAGE_ALIGN(
TASK_SIZE
/ 3))
/development/ndk/platforms/android-9/arch-mips/include/asm/
elf.h
217
#define ELF_ET_DYN_BASE (
TASK_SIZE
/ 3 * 2)
Completed in 861 milliseconds
1
2
3