Searched refs:on (Results 251 - 275 of 1195) sorted by relevance

<<11121314151617181920>>

/external/universal-tween-engine/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/valgrind/
H A DAndroid.clean.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/valgrind/helgrind/tests/
H A Dtc20_verifywrap.stderr.exp47 with error code 95 (EOPNOTSUPP: Operation not supported on transport endpoint)
176 (1) no error on next line
177 (2) no error on next line
178 (3) ERROR on next line
194 (4) no error on next line
195 (5) no error on next line
196 (6) no error on next line
197 (7) no error on next line
198 (8) ERROR on next line
230 Thread #x: Bug in libpthread: sem_wait succeeded on semaphor
[all...]
/external/valgrind/memcheck/tests/s390x/
H A Dcu21.stderr.exp50 Conditional jump or move depends on uninitialised value(s)
54 Conditional jump or move depends on uninitialised value(s)
58 Conditional jump or move depends on uninitialised value(s)
62 Conditional jump or move depends on uninitialised value(s)
/external/valgrind/none/tests/
H A Dcmdline1.stdout.exp23 and follow the on-screen directions
51 --dsymutil=no|yes run dsymutil on Mac OS X when helpful? [yes]
83 on Linux/Android/Solaris for Memcheck/Helgrind/DRD
85 --read-var-info=yes|no read debug info on stack and global variables
92 --run-libc-freeres=no|yes free up glibc memory at exit on Linux? [yes]
97 --fair-sched=no|yes|try schedule threads fairly on multicore systems [no]
124 NOTE: stack scanning is only available on arm-linux.
127 --resync-filter=no|yes|verbose [yes on MacOS, no on other OSes]
/external/webrtc/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A DAndroid.mk10 # distributed under the License is distributed on an "AS IS" BASIS,
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex62 one is able to \emph{replay} the IO again on the same machine or another
95 \item[Device] The IOs are replayed on the same device as was seen
110 \item[Device IO Stream Ordering] All IOs on a device are submitted in
124 much worse timing on a per IO basis.
146 nanoseconds). Refer to section~\ref{sec:c-o-m} on page~\pageref{sec:c-o-m}
153 on page~\pageref{sec:c-o-M} for more information.
158 about \emph{bunches} of IOs to be replayed. \texttt{btreplay} operates on
171 The number of CPUs being used on the replay system can be different from
172 the number on the recorded system. To help with mappings here the
173 \texttt{--cpus} option allows one to state how many CPUs on th
[all...]
/external/toybox/toys/net/
H A Difconfig.c20 to operate on, one argument by itself displays that interface.
24 Additional arguments are actions to perform on the interface:
37 Flags you can set on an interface (or -remove by prefixing with -):
359 // Perform operations on interface
364 int on, off; // set, clear member in struct:argh
464 int on = t->on, off = t->off; local
477 if (on < 0) {
481 on = -on;
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DCPPTarget.java101 * Depending on the charvocabulary the charliteral should be prefixed with a 'L'
118 * Depending on the charvocabulary the string should be prefixed with a 'L'
128 * TODO: This should be derived from the charVocabulary. Depending on it
/external/autotest/client/cros/
H A Dpower_strip.py23 def on(self, outlet, delay=0): member in class:PowerStrip
24 self.command('on', outlet, delay)
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
H A Dhost_replay.sh9 # (1) run machine_replay.sh on the remote machine to replay the gestures
11 # (2) remove the old logs in tests/logs/ for every board on the host, and
12 # (3) scp the new logs from the machine into the proper board on the host.
16 # inside chroot on the host.
28 echo "You need to execute $PROG under $BASE_PROJ on the host."
66 echo Replaying on the machine_ip: $FLAGS_machine_ip
71 # Remove the old log files on the host.
90 # Get the new log files generated on the machine side.
97 # how to copy the files into the proper paths on the host.
/external/clang/test/Lexer/
H A Dcxx1y_digit_separators.cpp15 int b = 0'xff; // expected-error {{digit separator cannot appear at end of digit sequence}} expected-error {{suffix 'xff' on integer}}
16 int c = 0x'ff; // expected-error {{suffix 'x'ff' on integer}}
21 int h = 0x1e+1; // expected-error {{invalid suffix '+1' on integer constant}}
66 int a = 0\u1234'5; // expected-error {{invalid suffix '\u1234'5' on integer constant}}
76 int a = 0ሴ'5; // expected-error {{invalid suffix 'ሴ'5' on integer constant}}
/external/droiddriver/src/io/appium/droiddriver/base/
H A DAbstractDroidDriver.java11 * distributed under the License is distributed on an "AS IS" BASIS,
57 public UiElement on(Finder finder) { method in class:AbstractDroidDriver
58 Logs.call(this, "on", finder);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A Ddownload.php43 of Eclipse. Once you have read the notes you can click on the Download link
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DStringArrayPropertyEditor.java46 return "[" + Joiner.on(", ").join(items) + "]";
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
H A DStringsDialog.java54 setText(Joiner.on('\n').join(items));
/external/f2fs-tools/
H A DAndroid.mk3 # f2fs-tools depends on Linux kernel headers being in the system include path.
6 # The versions depend on $(LOCAL_PATH)/VERSION
/external/flatbuffers/php/
H A DConstants.php12 * distributed under the License is distributed on an "AS IS" BASIS,
H A DStruct.php12 * distributed under the License is distributed on an "AS IS" BASIS,
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
H A DParameterMatcher.java11 * distributed under the License is distributed on an "AS IS" BASIS,
71 return Joiner.on(",").join(parameterTypes);
/external/iproute2/include/
H A Djson_writer.h30 void jsonw_pretty(json_writer_t *self, bool on);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
H A DCounterComparator.java86 * entity based on this counter sorting criteria.
89 * counter entity to sort on
92 public NodeComparator on(final CounterEntity entity) { method in class:CounterComparator
/external/kmod/
H A Dautogen.sh60 echo If you are debugging or hacking on kmod, consider configuring
H A Dbootstrap60 echo If you are debugging or hacking on kmod, consider configuring
/external/libbrillo/brillo/
H A Dtype_name_undecorate.h14 // When type information is used with RTTI disabled, we rely on
21 #error TypeInfo/Any with RTTI disabled is supported on clang compiler only.

Completed in 760 milliseconds

<<11121314151617181920>>