/art/test/990-field-trace/ |
info.txt | 1 Tests field access and modification watches in JVMTI
|
/art/test/991-field-trace-2/ |
info.txt | 1 Tests field access and modification watches in JVMTI.
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
README.md | 3 The TensorFlow Graph Editor library allows for modification of an existing
|
/toolchain/binutils/binutils-2.27/ld/scripttempl/ |
st2000.sc | 3 # Copying and distribution of this file, with or without modification, 10 Copying and distribution of this script, with or without modification,
|
vanilla.sc | 4 # Copying and distribution of this file, with or without modification,
|
dlx.sc | 3 # Copying and distribution of this file, with or without modification, 10 Copying and distribution of this script, with or without modification,
|
/external/curl/docs/cmdline-opts/ |
head.d | 8 curl displays the file size and last modification time only.
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_TTL.h | 1 /* TTL modification module for IP tables
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_HL.h | 1 /* Hop Limit modification module for ip6tables
|
/external/javassist/src/main/javassist/runtime/ |
package.html | 8 of every support class to know which kind of modification needs
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/ |
ipt_TTL.h | 2 /* TTL modification module for IP tables
|
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
ip6t_HL.h | 2 /* Hop Limit modification module for ip6tables
|
/external/libnetfilter_conntrack/ |
Make_global.am | 3 # documentation before making any modification
|
/external/libnfnetlink/ |
Make_global.am | 3 # documentation before making any modification
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_GuaranteeConst.pbtxt | 10 Returns the input tensor without modification.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv4/ |
ipt_TTL.h | 1 /* TTL modification module for IP tables
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_ipv6/ |
ip6t_HL.h | 1 /* Hop Limit modification module for ip6tables
|
/toolchain/binutils/binutils-2.27/bfd/ |
MAINTAINERS | 6 Copying and distribution of this file, with or without modification,
|
/toolchain/binutils/binutils-2.27/gas/ |
MAINTAINERS | 5 Copying and distribution of this file, with or without modification,
|
/toolchain/binutils/binutils-2.27/gprof/ |
MAINTAINERS | 5 Copying and distribution of this file, with or without modification,
|
/toolchain/binutils/binutils-2.27/include/ |
MAINTAINERS | 5 Copying and distribution of this file, with or without modification,
|
/toolchain/binutils/binutils-2.27/ld/ |
MAINTAINERS | 6 Copying and distribution of this file, with or without modification,
|
/toolchain/binutils/binutils-2.27/ld/emulparams/ |
README | 7 Copying and distribution of this file, with or without modification,
|
/toolchain/binutils/binutils-2.27/opcodes/ |
MAINTAINERS | 5 Copying and distribution of this file, with or without modification,
|
/external/clang/test/SemaCXX/ |
warn-unsequenced.cpp | 17 a + ++a; // expected-warning {{unsequenced modification and access to 'a'}} 19 a + a++; // expected-warning {{unsequenced modification and access to 'a'}} 28 (a ? xs[0] : xs[1]) = ++a; // expected-warning {{unsequenced modification and access}} 33 f(a = 0, a); // expected-warning {{unsequenced modification and access}} 34 f(a, a += 0); // expected-warning {{unsequenced modification and access}} 45 a += ++a; // expected-warning {{unsequenced modification and access}} 48 A agg2 = { a++ + a, a++ }; // expected-warning {{unsequenced modification and access}} 52 S str3 = { a++ + a, a++ }; // expected-warning {{unsequenced modification and access}} 62 (1 && (a = 0)) + a; // expected-warning {{unsequenced modification and access}} 65 (0 || (a = 0)) + a; // expected-warning {{unsequenced modification and access} [all...] |