/external/wpa_supplicant_8/wpa_supplicant/ |
Makefile | [all...] |
/packages/services/Car/ |
apicheck.mk | 125 $(car_module_api_dir)/removed.txt, \ 141 $(car_module_api_dir)/removed.txt, \ 157 @echo Copying $(PRIVATE_MODULE) removed.txt 158 $(hide) $(ACP) $(PRIVATE_REMOVED_API_FILE) $(PRIVATE_API_DIR)/removed.txt 184 $(car_module_api_dir)/system-removed.txt, \ 200 $(car_module_api_dir)/system-removed.txt, \ 216 @echo Copying $(PRIVATE_MODULE) system-removed.txt 217 $(hide) $(ACP) $(PRIVATE_REMOVED_API_FILE) $(PRIVATE_API_DIR)/system-removed.txt
|
/system/bt/osi/src/ |
fixed_queue.c | 200 bool removed = false; 204 removed = list_remove(queue->list, data); 205 assert(removed); 209 if (removed) {
|
/frameworks/base/core/java/android/app/ |
BackStackRecord.java | 58 if (op.removed != null) { 59 numRemoved += op.removed.size(); 78 if (op.removed != null) { 79 final int N = op.removed.size(); 82 mOps[pos++] = op.removed.get(i).mIndex; 139 op.removed = new ArrayList<Fragment>(N); 146 op.removed.add(r); 228 ArrayList<Fragment> removed; field in class:BackStackRecord.Op 381 if (op.removed != null && op.removed.size() > 0) [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
BackStackRecord.java | 52 if (op.removed != null) numRemoved += op.removed.size(); 70 if (op.removed != null) { 71 final int N = op.removed.size(); 74 mOps[pos++] = op.removed.get(i).mIndex; 129 op.removed = new ArrayList<Fragment>(N); 134 op.removed.add(r); 217 ArrayList<Fragment> removed; field in class:BackStackRecord.Op 336 if (op.removed != null && op.removed.size() > 0) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
NotificationGroupManager.java | 74 public void onEntryRemoved(NotificationData.Entry removed) { 75 onEntryRemovedInternal(removed, removed.notification); 76 mIsolatedEntries.remove(removed.key); 80 * An entry was removed. 82 * @param removed the removed entry 86 private void onEntryRemovedInternal(NotificationData.Entry removed, 98 group.children.remove(removed); 278 // If the suppression of a group changes because the last child was removed, this ca [all...] |
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
CreateAndManageUserTest.java | 207 // Do not assign return value to mUserHandle, so it is not removed in tearDown. 272 boolean removed = mDevicePolicyManager.removeUser(getWho(), mUserHandle); 273 assertFalse(removed);
|
/cts/tests/tests/location2/ |
Android.mk | 33 # uncomment when Location.EXTRA_NO_GPS_LOCATION is removed
|
/cts/tests/tests/text/ |
Android.mk | 35 # uncomment when dalvik.annotation.Test* are removed or part of SDK
|
/cts/tests/tests/uirendering/ |
Android.mk | 35 # uncomment when dalvik.annotation.Test* are removed or part of SDK
|
/cts/tests/tests/webkit/ |
Android.mk | 39 # uncomment when dalvik.annotation.Test* are removed or part of SDK
|
/external/autotest/frontend/client/src/autotest/common/table/ |
SelectionManager.java | 123 List<JSONObject> removed = new ArrayList<JSONObject>(selectedObjects); local 125 notifyListeners(removed, false);
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
edit_config_handler_test.py | 100 removed = { 105 (added, removed),
|
/external/llvm/test/MC/Mips/eva/ |
invalid_R6.s | 1 # Instructions that are invalid as they were removed in R6
|
/external/scrypt/ |
Scrypt.mk | 17 # in the NDK yet. This can be removed when a clang version that is fast enough
|
/frameworks/base/core/java/android/content/ |
UndoManager.java | 308 int removed = 0; local 310 while (i < mUndos.size() && removed < count) { 315 removed++; 321 return removed; 329 int removed = 0; local 331 while (i < mRedos.size() && removed < count) { 336 removed++; 342 return removed;
|
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/mdnsFilter/ |
MDNSFilterPlugin.java | 187 boolean removed = mPrinters 190 if (removed) {
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/ |
Android.mk | 23 # removed from library build since the client should implement this code.
|
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/ |
Android.mk | 23 # removed from library build since the client should implement this code.
|
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/ |
Android.mk | 23 # removed from library build since the client should implement this code.
|
/packages/apps/PackageInstaller/ |
Android.mk | 38 # Comment for now unitl all private API dependencies are removed
|
/system/bt/osi/src/socket_utils/ |
README | 20 sources and the corresponding headers should be removed.
|
/art/compiler/optimizing/ |
dead_code_elimination_test.cc | 104 { " 9: Add(8, 3)\n", removed }
|
/external/webrtc/webrtc/base/ |
thread.cc | 432 MessageList* removed) { 443 if (removed) { 444 removed->push_back(smsg.msg); 456 MessageQueue::Clear(phandler, id, removed);
|
/hardware/libhardware/include/hardware/ |
fingerprint.h | 52 FINGERPRINT_ERROR_UNABLE_TO_REMOVE = 6, /* fingerprint with given id can't be removed */ 111 fingerprint_removed_t removed; member in union:fingerprint_msg::__anon31250 226 * fingerprint_msg.data.removed.finger indicating the template id removed.
|