/external/libnl/src/ |
nl-link-set.c | 39 "Change Options\n" 51 struct rtnl_link *change = arg; local 58 if ((err = rtnl_link_change(sock, link, change, 0) < 0)) 59 nl_cli_fatal(err, "Unable to change link: %s", 71 struct rtnl_link *link, *change; local 78 change = nl_cli_link_alloc(); 111 case ARG_RENAME: nl_cli_link_parse_name(change, optarg); break; 121 nl_cache_foreach_filter(link_cache, OBJ_CAST(link), set_cb, change);
|
/external/libpcap/ |
Makefile-devel-adds | 2 # Auto-regenerate configure script or Makefile when things change. 8 # autoheader might not change config.h.in, so touch a stamp file.
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.microsoft | 32 ATTRIBUTE MS-ARAP-PW-Change-Reason 21 integer Microsoft 60 # MS-ARAP-Password-Change-Reason Values 62 VALUE MS-ARAP-PW-Change-Reason Just-Change-Password 1 63 VALUE MS-ARAP-PW-Change-Reason Expired-Password 2 64 VALUE MS-ARAP-PW-Change-Reason Admin-Requires-Password-Change 3 65 VALUE MS-ARAP-PW-Change-Reason Password-Too-Short 4
|
/external/tcpdump/ |
Makefile-devel-adds | 2 # Auto-regenerate configure script or Makefile when things change. 8 # autoheader might not change config.h.in, so touch a stamp file.
|
/frameworks/base/core/java/android/widget/ |
Checkable.java | 26 * Change the checked state of the view 38 * Change the checked state of the view to the inverse of its current state
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
SearchViewBindingAdapter.java | 49 final OnQueryTextChange change) { 51 if (submit == null && change == null){ 66 if (change != null) { 67 return change.onQueryTextChange(newText); 89 final OnSuggestionClick change) { 91 if (submit == null && change == null) { 106 if (change != null) { 107 return change.onSuggestionClick(position);
|
/bionic/libc/upstream-dlmalloc/ |
README.txt | 9 BEGIN android-changed: change description
|
/build/core/ |
apicheck_msg_current.txt | 3 You have tried to change the API from what has been previously approved.
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
README | 4 the native code, make the following change to the NDK to pass through
|
/development/host/windows/usb/adb_winapi_test/ |
stdafx.h | 22 #define WINVER 0x0500 // Change this to the appropriate value to target other versions of Windows.
26 #define _WIN32_WINNT 0x0500 // Change this to the appropriate value to target other versions of Windows.
30 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.
34 #define _WIN32_IE 0x0600 // Change this to the appropriate value to target other versions of IE.
|
/development/perftests/panorama/feature_stab/src/dbreg/ |
targetver.h | 27 #define WINVER 0x0600 // Change this to the appropriate value to target other versions of Windows. 31 #define _WIN32_WINNT 0x0600 // Change this to the appropriate value to target other versions of Windows. 35 #define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later. 39 #define _WIN32_IE 0x0700 // Change this to the appropriate value to target other versions of IE.
|
/external/clang/test/ARCMT/ |
nonobjc-to-objc-cast.m | 32 NSString *str = (NSString *)kUTTypePlainText; // no change 33 str = b ? kUTTypeRTF : kUTTypePlainText; // no change 34 str = (NSString *)(b ? kUTTypeRTF : kUTTypePlainText); // no change 35 str = (NSString *)p; // no change.
|
/external/clang/test/CodeGen/ |
debug-info-line4.c | 10 // Without column information we wouldn't change locations for b.
|
/external/clang/test/Parser/ |
attr-availability.c | 13 void f3() __attribute__((availability(ios,deprecated=10.4.7,introduced=10,obsoleted=10.6,introduced=10.2))); // expected-error{{redundant 'introduced' availability change; only the last specified change will be used}} 17 void f5() __attribute__((availability(macosx,introduced=10.5), availability(ios,unavailable, unavailable))); // expected-error{{redundant 'unavailable' availability change; only the last specified change will be used}}
|
/external/clang/test/Sema/ |
warn-documentation-crlf.c | 5 // This file has DOS-style line endings (CR LF). Please don't change it to
|
/external/cmockery/cmockery_0_1_2/packages/deb/ |
README | 6 However, you may need to change the list of binary-arch dependencies
|
/external/fio/examples/ |
rbd.fio | 6 # NOTE: Make sure you have either a RBD named 'fio_test' or change
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_LOG.h | 4 /* make sure not to change this without changing netfilter.h:NF_LOG_* (!) */
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_LOG.h | 4 /* make sure not to change this without changing netfilter.h:NF_LOG_* (!) */
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
GCSailing.java | 2 * To change this template, choose Tools | Templates
|
RLSailing.java | 2 * To change this template, choose Tools | Templates
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
sembuf.h | 16 __kernel_time_t sem_ctime; /* last change time */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_LOG.h | 4 /* make sure not to change this without changing nf_log.h:NF_LOG_* (!) */
|
/external/libpng/ |
pngusr.dfa | 7 # Security settings: by default these limits are unset, you can change them
|
/external/llvm/docs/ |
TableGenFundamentals.rst | 9 and is now available at :doc:`TableGen/index`. Please, change your links to
|