/external/clang/test/SemaCXX/ |
cxx0x-constexpr-const.cpp | 7 x = 2; // expected-error {{read-only variable is not assignable}}
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
local_data.html | 16 The performance results tool then can read these files to avoid long distance 28 To read the local files, select the <b>Local data -> Read...</b> menu item and 33 <li>this manual read action only has to be done once, as it will be automatically
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
PacketListener.java | 11 void read(String packet); method in interface:PacketListener
|
/external/libpng/contrib/pngminim/decoder/ |
README | 3 To build a minimal read-only decoder with embedded libpng and zlib, run
|
/external/linux-tools-perf/ |
common-cmds.h | 9 {"annotate", "Read perf.data (created by perf record) and display annotated code"}, 14 {"diff", "Read two perf.data files and display the differential profile"}, 23 {"report", "Read perf.data (created by perf record) and display the profile"}, 25 {"script", "Read perf.data (created by perf record) and display trace output"},
|
/external/llvm/test/CodeGen/R600/ |
llvm.AMDGPU.barrier.local.ll | 7 %0 = call i32 @llvm.r600.read.tidig.x() 11 %2 = call i32 @llvm.r600.read.local.size.x() 20 declare i32 @llvm.r600.read.tidig.x() #0 22 declare i32 @llvm.r600.read.local.size.x() #0
|
/external/llvm/test/Transforms/FunctionAttrs/ |
2008-09-13-VolatileRead.ll | 1 ; RUN: opt < %s -functionattrs -S | not grep read
|
/external/lzma/CPP/7zip/ |
IStream.h | 16 STDMETHOD(Read)(void *data, UInt32 size, UInt32 *processedSize) PURE;
21 this function must read at least 1 byte.
22 This function is allowed to read less than number of remaining bytes in stream.
23 You must call Read function in loop, if you need exact amount of data
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/ |
gen-text.sh | 6 while read j; do
|
/external/oauth/core/src/main/java/net/oauth/client/ |
ExcerptInputStream.java | 23 int read; local 24 while ((read = read(excerpt, total, LIMIT - total)) != -1 && ((total += read) < LIMIT));
|
/external/oprofile/gui/ |
oprof_start_main.cpp | 6 * @remark Read the file COPYING
|
/external/oprofile/libdb/ |
db_travel.c | 6 * @remark Read the file COPYING
|
/external/oprofile/libop/ |
op_xml_events.h | 6 * @remark Read the file COPYING
|
/external/oprofile/libregex/ |
demangle_java_symbol.h | 6 * @remark Read the file COPYING
|
/external/oprofile/libutil/ |
op_get_time.c | 6 * @remark Read the file COPYING
|
op_version.h | 6 * @remark Read the file COPYING
|
/external/oprofile/module/ia64/ |
op_ia64_model.h | 6 * @remark Read the file COPYING
|
/external/sepolicy/ |
domain.te | 6 # Read access to properties mapping. 8 allow domain tmpfs:file { read getattr }; 31 allow domain adbd:unix_stream_socket { getattr read write shutdown }; 45 allow domain rootfs:lnk_file { read getattr }; 49 allow domain dev_type:lnk_file read; 51 allow domain device:file read; 76 allow domain system_file:lnk_file read; 78 # Read files already opened under /data. 80 allow domain system_data_file:file { getattr read }; 81 allow domain system_data_file:lnk_file read; [all...] |
global_macros | 22 define(`r_file_perms', `{ getattr open read ioctl lock }') 31 define(`r_dir_perms', `{ open getattr read search ioctl }') 37 define(`r_ipc_perms', `{ getattr read associate unix_read }') 44 define(`rw_socket_perms', `{ ioctl read getattr write setattr append bind connect getopt setopt shutdown }')
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/ |
Input.java | 35 * bytes read from this instance. 60 * @return the byte value that was read 67 * @return the short value that was read, as an int 74 * @return the unsigned int value that was read 81 * @return the long value that was read 91 * @return the integer value that was read 100 * @return the integer value that was read 118 * @param bytes non-null; the buffer to read the data into 121 * @param length >= 0; number of bytes to read 123 public void read(byte[] bytes, int offset, int length) method in interface:Input 131 public void read(byte[] bytes); method in interface:Input [all...] |
/external/valgrind/main/drd/tests/ |
annotate_barrier.vgtest | 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no --num-callers=3
|
annotate_hb_err.vgtest | 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|
annotate_hbefore.vgtest | 2 vgopts: --fair-sched=try --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|
annotate_ignore_read.vgtest | 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|
annotate_ignore_rw2.vgtest | 2 vgopts: --read-var-info=yes --check-stack-var=yes --show-confl-seg=no
|