HomeSort by relevance Sort by last modified time
    Searched full:readwrite (Results 176 - 200 of 306) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/test/ARCMT/
objcmt-atomic-property.m.result 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -objcmt-atomic-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
objcmt-ns-nonatomic-iosonly.m 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-ns-nonatomic-iosonly -objcmt-migrate-readonly-property -objcmt-atomic-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
objcmt-ns-nonatomic-iosonly.m.result 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-ns-nonatomic-iosonly -objcmt-migrate-readonly-property -objcmt-atomic-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
objcmt-property.m 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
objcmt-property.m.result 2 // RUN: %clang_cc1 -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
  /external/clang/test/Analysis/inlining/
DynDispatchBifurcate.m 17 @property (readwrite) int value1;
  /external/clang/test/SemaObjC/
default-synthesize-1.m 90 // No default synthesis if implementation has getter (readonly) and setter(readwrite) methods.
  /external/curl/lib/
dict.c 88 ZERO_NULL, /* readwrite */
gopher.c 69 ZERO_NULL, /* readwrite */
openldap.c 87 ZERO_NULL, /* readwrite */
112 ZERO_NULL, /* readwrite */
transfer.c 474 if(conn->handler->readwrite) {
475 result = conn->handler->readwrite(data, conn, &nread, &readmore);
492 if(conn->handler->readwrite &&
494 result = conn->handler->readwrite(data, conn, &nread, &readmore);
784 if(conn->handler->readwrite &&
790 result = conn->handler->readwrite(data, conn, &nread, &readmore);
    [all...]
pop3.c 129 ZERO_NULL, /* readwrite */
154 ZERO_NULL, /* readwrite */
181 ZERO_NULL, /* readwrite */
206 ZERO_NULL, /* readwrite */
    [all...]
smtp.c 128 ZERO_NULL, /* readwrite */
153 ZERO_NULL, /* readwrite */
180 ZERO_NULL, /* readwrite */
205 ZERO_NULL, /* readwrite */
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/io/
AbstractBuffer.java 43 __READWRITE = "READWRITE",
61 * @param access 0==IMMUTABLE, 1==READONLY, 2==READWRITE
126 return duplicate(READWRITE);
370 _view = new View(this, -1, index, index + length, isReadOnly() ? READONLY : READWRITE);
  /external/llvm/lib/Support/
FileOutputBuffer.cpp 92 FD, mapped_file_region::readwrite, Size, 0, EC);
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 338 k.args(ocl::KernelArg::ReadOnlyNoSize(image_sqsums), ocl::KernelArg::ReadWrite(result),
396 k.args(ocl::KernelArg::ReadOnlyNoSize(image_sqsums), ocl::KernelArg::ReadWrite(result),
427 k.args(ocl::KernelArg::ReadOnlyNoSize(image_sqsums), ocl::KernelArg::ReadWrite(result),
459 k.args(ocl::KernelArg::ReadOnlyNoSize(image_sums), ocl::KernelArg::ReadWrite(result), templ.rows, templ.cols, templ_sum);
466 k.args(ocl::KernelArg::ReadOnlyNoSize(image_sums), ocl::KernelArg::ReadWrite(result), templ.rows, templ.cols, templ_sum); }
510 ocl::KernelArg::ReadWrite(result), templ.rows, templ.cols, scale, templ_sum, templ_sqsum);
533 ocl::KernelArg::ReadWrite(result), templ.rows, templ.cols, scale,
    [all...]
  /external/valgrind/exp-sgcheck/
pc_common.c 296 static const HChar* readwrite(SSizeT sszB) function
363 readwrite(xe->XE.Heap.sszB),
373 readwrite(xe->XE.Heap.sszB),
398 readwrite(xe->XE.Heap.sszB),
415 readwrite(xe->XE.Heap.sszB),
  /external/clang/test/Analysis/
self-init.m 249 @property (nonatomic, retain, readwrite) Object *size;
unused-ivars.m 30 @property (readwrite,retain) id ivar;
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator_unittest.cc 33 const char kPropertyAccessReadWrite[] = "readwrite";
proxy_generator_mock_unittest.cc 235 interface2.properties.emplace_back("Name", "s", "readwrite");
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 194 // default is readwrite!
449 // by adding a readwrite property within an extension.
452 // Tailor the diagnostics for the common case where a readwrite
530 // property in primary class and 'narrowed' type for a 'readwrite' property
571 // Property defaults to 'assign' if it is readwrite, unless this is ARC
    [all...]
  /external/opencv3/modules/stitching/src/
blenders.cpp 266 ocl::KernelArg::ReadWrite(_dst.getUMat()),
267 ocl::KernelArg::ReadWrite(_dst_weight.getUMat())
468 k.args(ocl::KernelArg::ReadWrite(mat),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-reloc-8.s 85 .ent readwrite
86 readwrite: label
90 $readwrite..ng:
101 .end readwrite
125 .quad readwrite
  /external/clang/include/clang/Frontend/
FrontendOptions.h 173 /// \brief Enable migration to modern ObjC readwrite property.

Completed in 3183 milliseconds

1 2 3 4 5 6 78 91011>>