/external/chromium_org/tools/gyp/test/mac/bundle-resources/ |
test.gyp | 31 'action': ['./change.sh', '<(RULE_INPUT_PATH)', '<@(_outputs)'], 52 'action': ['./change.sh', '<(RULE_INPUT_PATH)', '<@(_outputs)'],
|
/external/emma/ |
ANDROID-CHANGES.txt | 2 Change made for Android 4 1) Change coverage.out.file location in core/res/emma_default.properties to /data/coverage.ec
|
/external/iproute2/testsuite/tests/ |
dsmark.t | 17 class change dev $DEV parent 10:0 classid 10:12 \ 21 class change dev $DEV parent 10:0 classid 10:13 \
|
/external/junit/src/org/junit/runners/ |
JUnit4.java | 7 * future versions of JUnit change the default Runner class, they will also 8 * change the definition of this class. Developers wanting to explicitly tag a
|
/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
|
/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.
|
/development/samples/browseable/BasicMultitouch/ |
_index.jd | 12 change as new touch events are received.</p>
|
/external/chromium_org/ash/ |
PRESUBMIT.py | 11 def GetPreferredTryMasters(project, change):
|
/external/chromium_org/base/prefs/ |
pref_observer.h | 12 // Used internally to the Prefs subsystem to pass preference change
|
/external/chromium_org/chrome/browser/chromeos/profiles/ |
multiprofiles_session_aborted_dialog.h | 12 // Shows a dialog when a user policy change ends a Multiprofile session.
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
dictionary_load_observer.cc | 19 const SpellcheckCustomDictionary::Change& dictionary_change) {
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
remote_change_processor_on_worker.cc | 50 const FileChange& change, 60 change, 89 const FileChange& change, 98 change,
|
/external/chromium_org/chrome/browser/sync_file_system/ |
fake_remote_change_processor.h | 45 const FileChange& change, 55 const FileChange& change, 60 const FileChange& change); 73 // change.
|
/external/chromium_org/chrome/browser/ui/app_list/ |
recommended_apps_observer.h | 10 // An interface for observing RecommendedApps change.
|
/external/chromium_org/chrome/browser/ui/views/ |
PRESUBMIT.py | 11 def GetPreferredTryMasters(project, change):
|
/external/chromium_org/chrome/browser/ui/webui/ |
PRESUBMIT.py | 11 def GetPreferredTryMasters(project, change):
|
/external/chromium_org/components/dom_distiller/core/ |
article_entry.cc | 49 ArticleEntry GetEntryFromChange(const syncer::SyncChange& change) { 50 DCHECK(change.IsValid()); 51 DCHECK(change.sync_data().IsValid()); 52 return EntryFromSpecifics(change.sync_data().GetSpecifics());
|