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

1 23 4 5 6 7 8 91011>>

  /external/iproute2/examples/diffserv/
Edge31-cb-chains 11 #change to reflect yours.
85 # values of the DSCP to change depending on the class
90 $TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
93 $TC class change $EGDEV classid 1:2 dsmark mask 0x3 \
96 $TC class change $EGDEV classid 1:3 dsmark mask 0x3 \
99 $TC class change $EGDEV classid 1:4 dsmark mask 0x3 \
  /external/toybox/scripts/
change.sh 7 export PREFIX=${PREFIX:-change/} &&
  /external/vboot_reference/scripts/keygeneration/
increment_kernel_subkey_and_key.sh 39 New Firmware version (due to kernel subkey change): ${new_firm_ver}.
40 New Kernel key version (due to kernel datakey change): ${new_kernkey_ver}.
increment_firmware_data_key.sh 36 New Firmware key version (due to firmware key change): ${new_firmkey_ver}.
increment_kernel_subkey.sh 36 New Firmware version (due to kernel subkey change): ${new_firm_ver}.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
phielim.go 21 change := false
25 change = phielimValue(v) || change
28 if !change {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
phielim.go 21 change := false
25 change = phielimValue(v) || change
28 if !change {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
unwind-3.d 2 #name: C6X unwinding directives 3 (segment change)
  /external/tensorflow/tensorflow/core/debug/
debug_grpc_testlib.cc 94 EventReply::DebugOpStateChange* change = local
99 change->set_state(new_states_[i]);
101 change->set_node_name(debug_node_key.node_name);
102 change->set_output_slot(debug_node_key.output_slot);
103 change->set_debug_op(debug_node_key.debug_op);
  /frameworks/native/services/surfaceflinger/
SurfaceInterceptor.cpp 174 SurfaceChange* change(transaction->add_surface_change());
175 change->set_id(layerId);
176 return change;
197 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId));
198 PositionChange* posChange(change->mutable_position());
206 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId));
207 LayerChange* depthChange(change->mutable_layer());
214 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId));
215 SizeChange* sizeChange(change->mutable_size());
223 SurfaceChange* change(createSurfaceChangeLocked(transaction, layerId))
    [all...]
  /external/libevent/
evmap.c 704 /** Helper: return the changelist_fdinfo corresponding to a given change. */
707 const struct event_change *change)
710 if (change->read_change & EV_CHANGE_SIGNAL) {
712 GET_SIGNAL_SLOT(ctx, &base->sigmap, change->fd, evmap_signal);
716 GET_IO_SLOT(ctx, &base->io, change->fd, evmap_io);
829 struct event_change *change; local
841 change = &changelist->changes[idx];
844 memset(change, 0, sizeof(struct event_change));
845 change->fd = fd;
846 change->old_events = old_events
860 struct event_change *change; local
895 struct event_change *change; local
    [all...]
  /packages/services/Car/tests/android_support_car_api_test/src/com/android/support/car/apitest/
CarAppFocusManagerTest.java 89 FocusChangedListener change = new FocusChangedListener(); local
93 mManager.addFocusListener(change, CarAppFocusManager.APP_FOCUS_TYPE_NAVIGATION);
94 mManager.addFocusListener(change, CarAppFocusManager.APP_FOCUS_TYPE_VOICE_COMMAND);
109 assertTrue(change.waitForFocusChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS,
122 assertTrue(change.waitForFocusChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS,
126 change.reset();
134 assertFalse(change.waitForFocusChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS,
149 change.reset();
157 change.reset();
166 assertTrue(change.waitForFocusChangeAndAssert(DEFAULT_WAIT_TIMEOUT_MS
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 349 // configuration. DO NOT CHANGE!
    [all...]
  /build/soong/android/
config_test.go 34 return fmt.Errorf("Field %s.%s has tag %s which specifies to change its json field name to %q.\n"+
36 "(Alternatively, to change the json name of the field, rename the field in source instead.)",
42 return fmt.Errorf("Field %s.%s has tag %s which specifies to change its json field name to %q.\n"+
43 "To change the json name of the field, rename the field in source instead.",
63 expectedError := `Field configType.populateMe has tag json:"omitempty" which specifies to change its json field name to "omitempty".
65 (Alternatively, to change the json name of the field, rename the field in source instead.)`
  /cts/tools/dasm/src/java_cup/
lalr_item.java 116 boolean change = false;
126 change = lookahead().add(incoming);
130 if (change || needs_propagation)
159 /* change in our lookahead needs to be propagated to this item */
  /toolchain/binutils/binutils-2.27/bfd/doc/
Makefile.am 83 $(SHELL) $(srcdir)/../../move-if-change \
101 $(SHELL) $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi
108 $(SHELL) $(srcdir)/../../move-if-change archive.tmp archive.texi
115 $(SHELL) $(srcdir)/../../move-if-change archures.tmp archures.texi
124 $(SHELL) $(srcdir)/../../move-if-change bfd.tmp bfdt.texi
131 $(SHELL) $(srcdir)/../../move-if-change cache.tmp cache.texi
138 $(SHELL) $(srcdir)/../../move-if-change coffcode.tmp coffcode.texi
145 $(SHELL) $(srcdir)/../../move-if-change core.tmp core.texi
152 $(SHELL) $(srcdir)/../../move-if-change elf.tmp elf.texi
159 $(SHELL) $(srcdir)/../../move-if-change elfcode.tmp elfcode.tex
    [all...]
  /cts/hostsidetests/statsd/src/android/cts/statsd/uidmap/
UidMapTests.java 58 for (UidMapping.Change change : uidmap.getChangesList()) {
59 if (change.getAppHash() == DEVICE_SIDE_TEST_PKG_HASH && change.getUid() == uid) {
60 if (change.getDeletion() == expectDeletion) {
97 // We check that a re-installation gives a change event (similar to an app upgrade).
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pdeps.py 103 # Iterate until no more change
105 change = 1
106 while change:
107 change = 0
114 change = 1
  /external/icu/icu4c/source/test/intltest/
testutil.h 21 UBool change; member in struct:EditChange
  /external/pdfium/fxjs/xfa/
cjx_eventpseudomodel.h 17 Change = 0,
44 JS_PROP(change);
  /external/python/cpython2/Tools/scripts/
pdeps.py 103 # Iterate until no more change
105 change = 1
106 while change:
107 change = 0
114 change = 1
  /external/python/cpython3/Tools/scripts/
pdeps.py 103 # Iterate until no more change
105 change = 1
106 while change:
107 change = 0
114 change = 1
  /prebuilts/go/darwin-x86/test/
declbad.go 24 // change of type for f
30 // change of type for i
  /prebuilts/go/linux-x86/test/
declbad.go 24 // change of type for f
30 // change of type for i
  /device/generic/goldfish/tools/
mk_qemu_image.sh 34 ${SGDISK:-sgdisk} --new=1:2048:$end --type=1:8300 --change-name=1:$label $target

Completed in 785 milliseconds

1 23 4 5 6 7 8 91011>>