/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 159 __be32 s_feature_ro_compat; /* readonly-compatible feature set */
|
/system/core/sh/ |
var.h | 49 #define VNOSET 0x80 /* do not set variable - just readonly test */
|
/external/clang/test/SemaObjC/ |
arc.m | 524 @property (readonly) id ro; 525 @property (readonly) id custom_ro; 528 @property (readonly) __weak id myProp1; 529 @property (readonly) id myProp2; 530 @property (readonly) __strong id myProp3;
|
/external/libnfc-nci/src/nfa/ce/ |
nfa_ce_act.c | 682 BOOLEAN readonly; local 693 readonly = (p_cb->listen_info[NFA_CE_LISTEN_INFO_IDX_NDEF].flags & NFC_CE_LISTEN_INFO_READONLY_NDEF) ? TRUE : FALSE; 702 status = CE_T3tSetLocalNDEFMsg (readonly, 712 status = CE_T4tSetLocalNDEFMsg (readonly, [all...] |
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 418 // this conversion is safe only because the wider type is for a 'readonly' 433 // The property 'PIDecl's readonly attribute will be over-ridden 481 // declaration to be readonly. 698 /// This routine evaludates life-time attributes for a 'readonly' [all...] |
/prebuilts/devtools/tools/lib/ |
fat32lib.jar | |
/external/qemu/ |
qemu-io.c | 1653 int readonly = 0; local 1731 int readonly = 0; local [all...] |
blockdev.c | 181 ro = qemu_opt_get_bool(opts, "readonly", 0); 478 fprintf(stderr, "qemu: readonly flag not supported for drive with this interface\n");
|
/art/compiler/ |
elf_writer_mclinker.cc | 178 // TODO: we should split readonly data from readonly executable
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 268 @property(readonly, nonatomic) bookmarks::VisualState visualState; 269 @property(readonly, nonatomic) bookmarks::VisualState lastVisualState;
|
/external/chromium/chrome/browser/ui/cocoa/ |
fullscreen_controller.mm | 46 @property(readonly, nonatomic) CGFloat startFraction; 47 @property(readonly, nonatomic) CGFloat endFraction;
|
/external/chromium_org/base/prefs/ |
pref_service.cc | 207 bool PrefService::ReadOnly() const { 208 return user_pref_store_->ReadOnly();
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
volume_manager.js | 347 readonly: !!metadata && metadata.isReadOnly 465 return !!this.getVolumeInfo_(mountPath).readonly;
|
/external/chromium_org/chrome/browser/resources/ |
sync_setup_overlay.css | 101 #email-readonly { 290 #email-readonly-row,
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
presentation_mode_controller.mm | 49 @property(readonly, nonatomic) CGFloat startFraction; 50 @property(readonly, nonatomic) CGFloat endFraction;
|
/external/chromium_org/chrome/renderer/autofill/ |
password_autofill_agent_browsertest.cc | 263 // Tests that if a password or input element is marked as readonly, neither 266 password_element_.setAttribute(WebString::fromUTF8("readonly"),
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
dcfmtsym.h | 370 * Readonly aliases can only come from a resource bundle, so that we can always 375 * or when fSymbols can be set any other way that allows them to be readonly aliases
|
/external/chromium_org/ui/app_list/cocoa/ |
apps_search_results_controller.mm | 55 @property(readonly, nonatomic) NSAttributedString* attributedStringValue; 56 @property(readonly, nonatomic) NSImage* resultIcon;
|
/external/clang/test/Index/ |
annotate-tokens.m | 110 @property (readonly, copy) Foo *foo; 111 @property (readonly) Foo *foo2; 136 @property (readonly, nonatomic) Foo *blah; 137 @property (readonly, atomic) Foo *abah; 505 // CHECK: Keyword: "readonly" [110:12 - 110:20] ObjCPropertyDecl=foo:110:33 514 // CHECK: Keyword: "readonly" [111:12 - 111:20] ObjCPropertyDecl=foo2:111:27 [all...] |
/external/icu4c/i18n/unicode/ |
dcfmtsym.h | 369 * Readonly aliases can only come from a resource bundle, so that we can always 374 * or when fSymbols can be set any other way that allows them to be readonly aliases
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_short_idct8x8_add_neon.asm | 17 AREA ||.text||, CODE, READONLY, ALIGN=2 200 AREA Block, CODE, READONLY ; name this block of code
|
/external/llvm/test/CodeGen/X86/ |
avx-arith.ll | 39 define <4 x double> @subpd256fold(<4 x double> %y, <4 x double>* nocapture %x) nounwind uwtable readonly ssp { 54 define <8 x float> @subps256fold(<8 x float> %y, <8 x float>* nocapture %x) nounwind uwtable readonly ssp {
|
avx-logic.ll | 143 define <4 x double> @andnotpd256fold(<4 x double> %y, <4 x double>* nocapture %x) nounwind uwtable readonly ssp { 168 define <8 x float> @andnotps256fold(<8 x float> %y, <8 x float>* nocapture %x) nounwind uwtable readonly ssp {
|
/external/llvm/unittests/Support/ |
Path.cpp | 437 fs::mapped_file_region::readonly, member in class:__anon24251::fs::mapped_file_region 450 fs::mapped_file_region::readonly, member in class:__anon24251::fs::mapped_file_region
|
/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/ |
pvmp3_mdct_18_arm.s | 40 AREA |.text|, CODE, READONLY, ALIGN=2 332 AREA |.constdata|, DATA, READONLY, ALIGN=2
|