HomeSort by relevance Sort by last modified time
    Searched refs:MEMORY (Results 26 - 50 of 72) sorted by null

12 3

  /external/libpng/contrib/libtests/
pngimage.c 64 * produce data with a memory format that does not correspond to a PNG format.
357 * The original file is cached in memory. During write the output file is
358 * written to memory.
427 # define MEMORY ENOMEM
429 # define MEMORY ERANGE /* required by ANSI-C */
482 return MEMORY;
517 APP_ERROR, /* such as out-of-memory in a callback */
592 * memory is not freed.
648 /* Release any memory held in the display. */
    [all...]
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 106 /* MEMORY Command */
107 <LDSCRIPT>"MEMORY" { return token::MEMORY; }
ScriptParser.yy 117 /* MEMORY Command */
118 %token MEMORY
  /toolchain/binutils/binutils-2.25/gold/
yyscript.y 153 %token MEMORY
261 | MEMORY '{' memory_defs '}'
494 /* A memory specification for an output section. */
501 /* A memory specification for where to load an output section. */
707 /* A list of MEMORY definitions. */
713 /* A single MEMORY definition. */
724 /* The (optional) attributes of a MEMORY region. */
script.cc 364 // Read the whole file into memory. We don't expect linker scripts to
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldgram.y 137 %token MEMORY
314 memory
794 memory: label
795 MEMORY '{' memory_spec_list_opt '}'
ldlex.l 245 <BOTH,SCRIPT>"MEMORY" { RTOKEN(MEMORY);}
ldexp.c 92 { MEMORY, "MEMORY" },
752 einfo (_("%F%S: undefined MEMORY region `%s'"
767 einfo (_("%F%S: undefined MEMORY region `%s'"
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/
Flat32.S 30 # ROM/SPI/MEMORY Definitions
32 .equ QUARK_DDR3_MEM_BASE_ADDRESS, (0x000000000) # Memory Base Address = 0
33 .equ QUARK_MAX_DDR3_MEM_SIZE_BYTES, (0x80000000) # DDR3 Memory Size = 2GB
34 .equ QUARK_ESRAM_MEM_SIZE_BYTES, (0x00080000) # eSRAM Memory Size = 512K
94 # Memory Arbiter Config Registers
117 # Memory Manager Config Registers
  /external/abi-compliance-checker/modules/Internals/
CallConv.pm 69 $Classes{0}{"Class"} = "MEMORY";
104 $Classes{0}{"Class"} = "MEMORY";
112 $Classes{0}{"Class"} = "MEMORY";
119 $Classes{0}{"Class"} = "MEMORY";
140 $Classes{0}{"Class"} = "MEMORY";
159 $Classes{0}{"Class"} = "MEMORY";
302 elsif($Class1 eq "MEMORY"
303 or $Class2 eq "MEMORY") {
304 $ResClass = "MEMORY";
312 $ResClass = "MEMORY";
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsHelper.java 728 BatterySipper memory = new BatterySipper(DrainType.MEMORY, null, 0); local
729 mMemoryPowerCalculator.calculateRemaining(memory, mStats, mRawRealtimeUs, mRawUptimeUs,
731 memory.sumPower();
732 if (memory.totalPowerMah > 0) {
733 mUsageList.add(memory);
    [all...]
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /frameworks/support/samples/SupportLeanbackShowcase/libs/
picasso-2.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/picasso/picasso/2.5.2/
picasso-2.5.2.jar 
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/
aws-java-sdk-devicefarm-1.11.18.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/4.0.0-SNAPSHOT/
glide-4.0.0-SNAPSHOT.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0/
protos-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha6/
protos-25.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-alpha7/
protos-25.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta1/
protos-25.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta2/
protos-25.2.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-beta3/
protos-25.2.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/analytics-library/protos/25.2.0-rc1/
protos-25.2.0-rc1.jar 

Completed in 1354 milliseconds

12 3