HomeSort by relevance Sort by last modified time
    Searched refs:READONLY (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structmember.h 24 PyMember_Get() and set by PyMember_Set() (except if their READONLY flag
80 #define READONLY 1
81 #define RO READONLY /* Shorthand */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structmember.h 24 PyMember_Get() and set by PyMember_Set() (except if their READONLY flag
80 #define READONLY 1
81 #define RO READONLY /* Shorthand */
  /external/jetty/src/java/org/eclipse/jetty/io/
View.java 56 _access=buffer.isReadOnly()?READONLY:READWRITE;
75 _access=buffer.isReadOnly()?READONLY:READWRITE;
Buffer.java 47 READONLY=1, // indexes may be changed, but not content
78 * @return a readonly version of this <code>Buffer</code>.
169 * @return a <code>boolean</code> value true if the buffer is readonly. The buffer indexes may
AbstractBuffer.java 42 __READONLY = "READONLY",
61 * @param access 0==IMMUTABLE, 1==READONLY, 2==READWRITE
116 return new View(this, markIndex(), getIndex(), putIndex(), READONLY);
333 return _access <= READONLY;
370 _view = new View(this, -1, index, index + length, isReadOnly() ? READONLY : READWRITE);
  /ndk/tests/build/issue56508-gcc4.7-ICE/jni/
extraMachine.c 66 #define READONLY 04
77 do_jobx_i = {QUADINIT (PAKARRYTYPE, EXECATTR | READONLY), LCL_i(JOBXHDL)};
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 12 AREA |.text|, CODE, READONLY
dequantize_v6.asm 14 AREA |.text|, CODE, READONLY ; name this block of code
copymem8x4_v6.asm 17 AREA Block, CODE, READONLY ; name this block of code
copymem8x8_v6.asm 17 AREA Block, CODE, READONLY ; name this block of code
vp8_sad16x16_armv6.asm 18 AREA ||.text||, CODE, READONLY, ALIGN=2
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 18 AREA ||.text||, CODE, READONLY, ALIGN=2
vp8_mse16x16_neon.asm 19 AREA ||.text||, CODE, READONLY, ALIGN=2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 12 AREA |.text|, CODE, READONLY
dequantize_v6.asm 14 AREA |.text|, CODE, READONLY ; name this block of code
copymem8x4_v6.asm 17 AREA Block, CODE, READONLY ; name this block of code
copymem8x8_v6.asm 17 AREA Block, CODE, READONLY ; name this block of code
vp8_sad16x16_armv6.asm 18 AREA ||.text||, CODE, READONLY, ALIGN=2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
vp8_memcpy_neon.asm 18 AREA ||.text||, CODE, READONLY, ALIGN=2
vp8_mse16x16_neon.asm 19 AREA ||.text||, CODE, READONLY, ALIGN=2
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_copy_neon.asm 16 AREA ||.text||, CODE, READONLY, ALIGN=2
vp9_avg_neon.asm 16 AREA ||.text||, CODE, READONLY, ALIGN=2
vp9_idct32x32_1_add_neon.asm 15 AREA ||.text||, CODE, READONLY, ALIGN=2
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_copy_neon.asm 16 AREA ||.text||, CODE, READONLY, ALIGN=2
  /external/jemalloc/src/
ctl.c 1035 #define READONLY() do { \
1096 READONLY(); \
1118 READONLY(); \
1137 READONLY(); \
    [all...]

Completed in 1853 milliseconds

1 2 3 4 5 6