HomeSort by relevance Sort by last modified time
    Searched refs:change (Results 1 - 25 of 1234) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/runtest/
net_stress.route 5 route4-change-dst route4-change-dst
6 route4-change-gw route4-change-gw
7 route4-change-if route4-change-if
12 route6-change-dst route6-change-dst
13 route6-change-gw route6-change-g
    [all...]
net_stress.interface 5 if4-addr-change if4-addr-change
12 if4-mtu-change if-mtu-change
19 if6-mtu-change if-mtu-change -6
  /external/valgrind/none/tests/x86/
pushpopseg.stdout.exp 1 sp change after push = -2
2 sp change after pop = 2
4 sp change after push = -4
5 sp change after pop = 4
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.h 45 debug_reference_descriptor get_desc, int change);
49 debug_reference_descriptor get_desc, int change)
52 debug_reference_slowpath(p, get_desc, change);
59 debug_reference_descriptor get_desc, int change)
u_ringbuffer.c 19 pipe_condvar change; member in struct:util_ringbuffer
38 pipe_condvar_init(ring->change);
50 pipe_condvar_destroy(ring->change);
88 pipe_condvar_wait(ring->change, ring->mutex);
103 /* Signal change:
105 pipe_condvar_signal(ring->change);
126 pipe_condvar_wait(ring->change, ring->mutex);
155 /* Signal change:
157 pipe_condvar_signal(ring->change);
u_debug_refcnt.c 150 * Log a reference count change to the log file (if enabled).
157 * \param change the reference count change which must be +/-1 or 0 when
162 debug_reference_descriptor get_desc, int change)
164 assert(change >= -1);
165 assert(change <= 1);
204 /* this is here to provide a gradual change even if we don't see
207 for (i = 1; i <= refcnt - change; ++i) {
214 if (change) {
216 change > 0 ? "AddRef" : "Release", refcnt)
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ObservableArrayListTest.java 30 private static final int CHANGE = 1;
50 mNotifications.add(new ListChange(CHANGE, start, count));
71 public ListChange(int change, int start, int count) {
76 this.change = change;
79 public ListChange(int change, int from, int to, int count) {
84 this.change = change;
95 public final int change; field in class:ObservableArrayListTest.ListChange
160 ListChange change = mNotifications.get(0) local
179 ListChange change = mNotifications.get(1); local
196 ListChange change = mNotifications.get(0); local
213 ListChange change = mNotifications.get(0); local
225 ListChange change = mNotifications.get(0); local
241 ListChange change = mNotifications.get(0); local
253 ListChange change = mNotifications.get(0); local
270 ListChange change = mNotifications.get(0); local
    [all...]
  /frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
trace_creator.py 65 print ("1. Position Change")
66 print ("2. Size Change")
67 print ("3. Alpha Change")
68 print ("4. Layer Change")
69 print ("5. Crop Change")
70 print ("6. Final Crop Change")
71 print ("7. Matrix Change")
72 print ("8. Override Scaling Mode Change")
73 print ("9. Transparent Region Hint Change")
74 print ("10. Layer Stack Change")
    [all...]
  /external/libnl/src/
nl-link-set.c 39 "Change Options\n"
53 struct rtnl_link *change = arg; local
60 if ((err = rtnl_link_change(sock, link, change, 0)) < 0)
61 nl_cli_fatal(err, "Unable to change link: %s",
73 struct rtnl_link *link, *change; local
80 change = nl_cli_link_alloc();
117 case ARG_RENAME: nl_cli_link_parse_name(change, optarg); break;
118 case ARG_MTU: nl_cli_link_parse_mtu(change, optarg); break;
119 case ARG_TXQLEN: nl_cli_link_parse_txqlen(change, optarg); break;
120 case ARG_WEIGHT: nl_cli_link_parse_weight(change, optarg); break
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
attr-merge-unknown-1.s 2 @ If this number should become known, change it.
attr-merge-unknown-2.s 2 @ If this number should become known, change it.
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsf_check.c 31 int k,n,m, Nit=2, change=0,pos; local
53 change=1;
59 change=1;
64 change=1;
70 return change;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mode-change-error-1.d 1 #name: Mode Change Error 1
2 #source: mode-change-error-1a.s
3 #source: mode-change-error-1b.s
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
SearchViewBindingAdapter.java 37 final OnQueryTextChange change) {
39 if (submit == null && change == null){
54 if (change != null) {
55 return change.onQueryTextChange(newText);
68 final OnSuggestionClick change) {
70 if (submit == null && change == null) {
85 if (change != null) {
86 return change.onSuggestionClick(position);
  /external/linux-kselftest/tools/testing/selftests/powerpc/stringloops/
memcmp.c 64 unsigned long change; local
71 /* change one byte */
72 change = random() % SIZE;
73 s2[change] = random() & 0xff;
82 unsigned long change; local
89 /* change multiple bytes, 1/8 of total */
91 change = random() % SIZE;
92 s2[change] = random() & 0xff;
  /cts/tools/dasm/src/java_cup/
non_terminal.java 121 boolean change = true;
126 /* repeat this process until there is no change */
127 while (change)
129 /* look for a new change */
130 change = false;
143 change = true;
164 boolean change = true;
171 /* repeat this process until we have no change */
172 while (change)
174 /* look for a new change */
    [all...]
  /external/curl/docs/cmdline-opts/
proxy-service-name.d 6 This option allows you to change the service name for proxy negotiation.
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-unwind.s 5 # Verify that switching back into .eh_frame does not change
bundle-bad.l 7 [^:]*:26:.*cannot change section or subsection inside \.bundle_lock
8 [^:]*:31:.*cannot change \.bundle_align_mode inside \.bundle_lock
  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 185 bool positionUpdateFound(const SurfaceChange& change, bool foundPosition);
186 bool sizeUpdateFound(const SurfaceChange& change, bool foundSize);
187 bool alphaUpdateFound(const SurfaceChange& change, bool foundAlpha);
188 bool layerUpdateFound(const SurfaceChange& change, bool foundLayer);
189 bool cropUpdateFound(const SurfaceChange& change, bool foundCrop);
190 bool finalCropUpdateFound(const SurfaceChange& change, bool foundFinalCrop);
191 bool matrixUpdateFound(const SurfaceChange& change, bool foundMatrix);
192 bool scalingModeUpdateFound(const SurfaceChange& change, bool foundScalingMode);
193 bool transparentRegionHintUpdateFound(const SurfaceChange& change, bool foundTransparentRegion);
194 bool layerStackUpdateFound(const SurfaceChange& change, bool foundLayerStack)
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
hangoutpubsubclient.cc 100 // Make every item trigger an event, even if state doesn't change.
238 const PubSubStateChange<bool>& change) {
240 change.published_nick, change.old_state, change.new_state);
258 const PubSubStateChange<bool>& change) {
259 bool was_muted = change.old_state;
260 bool is_muted = change.new_state;
261 bool remote_action = (!change.publisher_nick.empty() &&
262 (change.publisher_nick != change.published_nick))
    [all...]
  /external/iproute2/testsuite/tests/tc/
dsmark.t 17 class change dev $DEV parent 10:0 classid 10:12 \
21 class change dev $DEV parent 10:0 classid 10:13 \
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RefactoringTestBase.java 35 import org.eclipse.ltk.core.refactoring.Change;
84 Change change = refactoring.createChange(new NullProgressMonitor()); local
85 assertNotNull(change);
86 String explanation = "CHANGES:\n-------\n" + describe(change);
120 public static String describe(Change change) throws Exception {
122 describe(sb, change, 0);
135 protected static void describe(StringBuilder sb, Change change, int indent) throws Exception
    [all...]
  /tools/metalava/src/test/java/com/android/tools/metalava/
CompatibilityCheckTest.kt 26 fun `Change between class and interface`() {
141 TESTROOT/load-api.txt:7: error: Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter arg1 in test.pkg.MyTest.convert5(Float arg1) [InvalidNullConversion:135]
142 TESTROOT/load-api.txt:8: error: Attempted to change method return from @NonNull to @Nullable: incompatible change for method test.pkg.MyTest.convert6(Float) [InvalidNullConversion:135]
179 src/test/pkg/Outer.kt:5: error: Attempted to change method return from @NonNull to @Nullable: incompatible change for method test.pkg.Outer.method2(String,String) [InvalidNullConversion:135]
180 src/test/pkg/Outer.kt:5: error: Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter string in test.pkg.Outer.method2(String string, String maybeString) [InvalidNullConversion:135]
181 src/test/pkg/Outer.kt:6: error: Attempted to change parameter from @Nullable to @NonNull: incompatible change for parameter string in test.pkg.Outer.m (…)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_urllib.py 52 for change in changes:
53 new_module, members = change
108 for change in MAPPING[mod_member.value]:
109 if member.value in change[1]:
110 new_name = change[0]
132 for change in MAPPING[mod_member.value]:
133 if member_name in change[1]:
134 if change[0] not in mod_dict:
135 modules.append(change[0])
136 mod_dict.setdefault(change[0], []).append(member)
    [all...]

Completed in 1592 milliseconds

1 2 3 4 5 6 7 8 91011>>