/external/llvm/test/Transforms/GlobalOpt/ |
heap-sra-3.ll | 21 define i32 @baz() nounwind readonly noinline {
|
heap-sra-4.ll | 21 define i32 @baz() nounwind readonly noinline {
|
unnamed-addr.ll | 25 define i1 @bah(i64 %i) nounwind readonly optsize ssp {
|
/external/llvm/test/Transforms/InstCombine/ |
invoke.ll | 6 declare i64 @llvm.objectsize.i64(i8*, i1) nounwind readonly
|
lshr-phi.ll | 9 define i32 @hash_string(i8* nocapture %key) nounwind readonly {
|
/external/llvm/test/Transforms/LoopUnroll/ |
runtime-loop2.ll | 12 define i32 @test(i32* nocapture %a, i32 %n) nounwind uwtable readonly {
|
/external/llvm/test/Transforms/LoopVectorize/ARM/ |
arm-unroll.ll | 15 define i32 @foo(i32* nocapture %A, i32 %n) nounwind readonly ssp {
|
/external/llvm/test/Transforms/LoopVectorize/ |
no_int_induction.ll | 15 define i32 @sum_array(i32* %A, i32 %n) nounwind uwtable readonly noinline ssp {
|
read-only.ll | 9 define i32 @read_only_func(i32* nocapture %A, i32* nocapture %B, i32 %n) nounwind uwtable readonly ssp {
|
struct_access.ll | 27 define i32 @foo(%struct.coordinate* nocapture %A, i32 %n) nounwind uwtable readonly ssp {
|
/external/smack/src/org/apache/harmony/javax/security/auth/ |
Subject.java | 81 private boolean readOnly; 99 readOnly = false; 106 * @param readOnly 119 public Subject(boolean readOnly, Set<? extends Principal> subjPrincipals, 130 this.readOnly = readOnly; 413 readOnly = true; 422 return readOnly; 515 if (readOnly) {
|
/frameworks/wilhelm/tools/hashgen/ |
Makefile | 40 gperf --null-strings --readonly-tables --compare-lengths part23in.gperf > part23in.c
|
/libcore/luni/src/main/java/javax/security/auth/ |
Subject.java | 79 private boolean readOnly; 96 readOnly = false; 103 * @param readOnly 116 public Subject(boolean readOnly, Set<? extends Principal> subjPrincipals, 131 this.readOnly = readOnly; 399 readOnly = true; 408 return readOnly; 490 if (readOnly) {
|
/libcore/luni/src/main/java/org/w3c/dom/ |
EntityReference.java | 35 * all their descendants are readonly.
|
NamedNodeMap.java | 54 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly. 80 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly. 138 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly. 173 * <br>NO_MODIFICATION_ALLOWED_ERR: Raised if this map is readonly.
|
Notation.java | 22 * are therefore readonly.
|
ProcessingInstruction.java | 46 * NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
TextFieldsEditorView.java | 182 public void setValues(DataKind kind, ValuesDelta entry, RawContactDelta state, boolean readOnly, 184 super.setValues(kind, entry, state, readOnly, vig); 251 fieldView.setEnabled(isEnabled() && !readOnly); 274 mExpansionView.setEnabled(!readOnly && isEnabled());
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
memoryobject.h | 32 should be READONLY, WRITABLE, or set to update the
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
memoryobject.h | 32 should be READONLY, WRITABLE, or set to update the
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/ |
ByteBufferTest.java | 135 // readonly's contents should be the same as buf 136 ByteBuffer readonly = buf.asReadOnlyBuffer(); local 137 assertNotSame(buf, readonly); 138 assertTrue(readonly.isReadOnly()); 139 assertEquals(buf.position(), readonly.position()); 140 assertEquals(buf.limit(), readonly.limit()); 141 assertEquals(buf.isDirect(), readonly.isDirect()); 142 assertEquals(buf.order(), readonly.order()); 143 assertContentEquals(buf, readonly); 145 // readonly's position, mark, and limit should be independent to bu 458 ByteBuffer readonly = buf.asReadOnlyBuffer(); local 473 ByteBuffer readonly = buf.asReadOnlyBuffer(); local [all...] |
/external/chromium_org/chrome/installer/mac/ |
keystone_install.sh | 62 readonly ME 499 readonly PRODUCT_NAME="Google Chrome" 500 readonly APP_DIR="${PRODUCT_NAME}.app" 501 readonly ALTERNATE_APP_DIR="${PRODUCT_NAME} Canary.app" 502 readonly FRAMEWORK_NAME="${PRODUCT_NAME} Framework" 503 readonly FRAMEWORK_DIR="${FRAMEWORK_NAME}.framework" 504 readonly PATCH_DIR=".patch" 505 readonly CONTENTS_DIR="Contents" 506 readonly APP_PLIST="${CONTENTS_DIR}/Info" 507 readonly VERSIONS_DIR="${CONTENTS_DIR}/Versions [all...] |
/external/llvm/lib/Transforms/IPO/ |
FunctionAttrs.cpp | 12 // non-local memory, and marking them readnone/readonly. It does the 13 // same with function arguments independently, marking them readonly/ 39 STATISTIC(NumReadOnly, "Number of functions marked readonly"); 42 STATISTIC(NumReadOnlyArg, "Number of arguments marked readonly"); 56 // AddReadAttrs - Deduce readonly/readnone attributes for the SCC. 147 /// AddReadAttrs - Deduce readonly/readnone attributes for the SCC. 157 // write memory then they can't be marked readnone or readonly. 277 B.addAttribute(Attribute::ReadOnly) 285 ReadsMemory ? Attribute::ReadOnly : Attribute::ReadNone); 406 // Returns Attribute::None, Attribute::ReadOnly or Attribute::ReadNone [all...] |
/external/chromium_org/chrome/browser/ |
app_controller_mac.h | 86 @property(readonly, nonatomic) BOOL startupComplete; 87 @property(readonly, nonatomic) Profile* lastProfile;
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_view_unittest.mm | 28 @property(readonly, nonatomic) BOOL dropIndicatorShown; 29 @property(readonly, nonatomic) CGFloat dropIndicatorPosition;
|