HomeSort by relevance Sort by last modified time
    Searched full:readonly (Results 1176 - 1200 of 2256) sorted by null

<<41424344454647484950>>

  /external/chromium_org/v8/test/mjsunit/regress/
regress-334.js 69 // Assignment to non-readonly. Assignment shouldn't change attributes!
  /external/clang/test/Index/
annotate-comments-property-accessor.m 15 @property (readonly, getter = ReadonlyGetter) int MyProperty;
complete-documentation-properties.m 11 @property (readonly, getter = ReadonlyGetter) id MyProperty;
index-decls.m 2 @property (readonly) id prop;
properties-class-extensions.m 16 @property (readonly) id bar;
26 @property (readonly) Rdar8467189_Bar *Rdar8467189_Bar;
63 // CHECK: properties-class-extensions.m:16:25: ObjCPropertyDecl=bar:16:25 [readonly,] Extent=[16:1 - 16:28]
76 // CHECK: properties-class-extensions.m:26:39: ObjCPropertyDecl=Rdar8467189_Bar:26:39 [readonly,] Extent=[26:1 - 26:54]
  /external/clang/test/PCH/
chain-categories2.m 17 @property (readonly) id prop1;
  /external/clang/test/SemaObjC/
default-synthesize.m 91 @property (readonly) id myString;
warn-retain-block-property.m 17 @property (readonly, retain) void (^aBlockR)(void); // OK
  /external/clang/test/SemaObjCXX/
properties.mm 170 @property (readonly, nonatomic) PropertyOfItself x; // expected-error {{interface type cannot be statically allocated}}
  /external/compiler-rt/BlocksRuntime/tests/
testfilerunner.h 77 @property(readonly) __strong char *radar;
  /external/icu4c/config/
mh-linux-va 10 # -qroconst make the strings readonly, which is usually the default.
  /external/icu4c/tools/toolutil/
filestrm.c 186 putc is used on a file opened as readonly)
  /external/libnfc-nxp/src/
phFriNfc_MifareStdMap.h 91 #define PH_FRINFC_NDEFMAP_STATE_RD_SEC_ACS_BIT 16 /*!< Convert to ReadOnly in progress */
92 #define PH_FRINFC_NDEFMAP_STATE_WRITE_SEC 17 /*!< Convert to ReadOnly in progress */
383 * The function Convert the Mifare card to ReadOnly.
391 * readonly.If any other state the function return NFCSTATUS_INVALID_STATE
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
modula3.php 53 'OR', 'OVERRIDE', 'PROCEDURE', 'RAISE', 'RAISES', 'READONLY', 'RECORD', 'REF',
  /external/libvpx/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 17 AREA Block, CODE, READONLY ; name this block of code
vp8_sad16x16_armv6.asm 18 AREA ||.text||, CODE, READONLY, ALIGN=2
vp8_variance8x8_armv6.asm 16 AREA ||.text||, CODE, READONLY, ALIGN=2
  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.asm 17 AREA ||.text||, CODE, READONLY, ALIGN=2
iwalsh_neon.asm 16 AREA |.text|, CODE, READONLY ; name this block of code
loopfiltersimplehorizontaledge_neon.asm 18 AREA ||.text||, CODE, READONLY, ALIGN=2
shortidct4x4llm_neon.asm 17 AREA ||.text||, CODE, READONLY, ALIGN=2
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 19 AREA ||.text||, CODE, READONLY, ALIGN=2
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_avg_neon.asm 16 AREA ||.text||, CODE, READONLY, ALIGN=2
vp9_short_idct32x32_1_add_neon.asm 15 AREA ||.text||, CODE, READONLY, ALIGN=2
  /external/llvm/bindings/python/llvm/
enumerations.py 44 ('ReadOnly', 1 << 10),

Completed in 411 milliseconds

<<41424344454647484950>>