HomeSort by relevance Sort by last modified time
    Searched refs:to (Results 751 - 775 of 16679) sorted by null

<<31323334353637383940>>

  /external/v8/src/crankshaft/
hydrogen-representation-changes.h 25 Representation to);
  /external/v8/test/mjsunit/regress/
regress-358088.js 13 f([]); // f KeyedStoreIC goes to 1.GROW
15 g(o); // We've added property "undefined" to o
  /external/valgrind/memcheck/tests/
buflen_check.stderr.exp 1 Syscall param socketcall.getsockname(name) points to unaddressable byte(s)
6 Syscall param socketcall.getsockname(namelen_in) points to unaddressable byte(s)
vcpu_fbench.stdout.exp 1 Ready to begin John Walker's floating point accuracy
6 to normalise for reporting results. For archival results,
  /external/valgrind/memcheck/tests/solaris/
sendfilev.stderr.exp 1 Syscall param sendfilev(vec[0].sfv_off points to unaddressable byte(s)
6 Syscall param sendfilev(vec) points to uninitialised byte(s)
  /external/valgrind/none/tests/s390x/
fgx.stdout.exp 5 copy f to g
13 copy g to f
  /external/webrtc/webrtc/system_wrappers/include/
logcat_trace_context.h 17 #error This file only makes sense to include on Android!
22 // Scoped helper class for directing Traces to Android's logcat facility. While
23 // this object lives, Trace output will be sent to logcat.
  /external/wpa_supplicant_8/hs20/server/www/
free-remediation.php 9 <p>Terms and conditions have changed. You need to accept the new terms
10 to continue using this network.</p>
  /frameworks/support/design/honeycomb-mr1/android/support/design/widget/
ValueAnimatorCompatImplHoneycombMr1.java 10 * Unless required by applicable law or agreed to in writing, software
78 public void setIntValues(int from, int to) {
79 mValueAnimator.setIntValues(from, to);
88 public void setFloatValues(float from, float to) {
89 mValueAnimator.setFloatValues(from, to);
  /hardware/intel/img/hwcomposer/merrifield/test/
Android.mk 24 # Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
25 # to integrate with auto-test framework.
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
PERF.awk 2 # measures the rate of the filtered traces. This can be used to measure
19 # $16 - to
33 to = to ? to : ""; # who are the recipients of these buffers
39 min = (size != "") ? (size) : (min != "") ? (min) : 1; # min size of buffers to watch
40 max = (size != "") ? (size) : (max != "") ? (max) : 5e9; # max size of buffers to watch
51 else if (gsub("^to=", "",arg)) { to = arg }
67 print "Must specify component to observe"
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
FIXES 5 Permission to use, copy, modify, and distribute this software and
12 to distribution of the software without specific, written prior
15 LUCENT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
26 was sent to the printers in August, 1987.
29 minor fix in lib.c: increase inputFS to 100, change malloc
30 for fields to n+1.
34 thanks to david o'brien, freebsd, for both fixes.
37 fiddle in makefile to fix for BSD make; thanks to igor sobrado.
43 fixed a bug in matching the null RE in sub and gsub. thanks to al ah
    [all...]
  /ndk/tests/build/test-c-only-flags/jni/
Android.mk 9 # to save developers from the trouble of specifying flags twice for both
11 # is harmful to g++ (warning) and clang++ (error)
  /ndk/tests/build/test-gnustl-chrono/jni/
main.cpp 9 void hanoi_callback(int from, int to) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_connbytes.h 21 aligned_u64 from; /* count to be matched */
22 aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon39203
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_connbytes.h 20 __aligned_u64 from; /* count to be matched */
21 __aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon41145
  /prebuilts/go/darwin-x86/src/cmd/go/
signal_notunix.go 15 // signalTrace is the signal to send to make a Go program
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
assign.go 15 x = x // ERROR "self-assignment of x to x"
17 s.x = s.x // ERROR "self-assignment of s.x to s.x"
  /prebuilts/go/darwin-x86/src/runtime/
os2_windows.go 10 // Function to be called by windows CreateThread
11 // to start new os thread.
  /prebuilts/go/darwin-x86/src/strconv/
doc.go 5 // Package strconv implements conversions to and from string representations
10 // The most common numeric conversions are Atoi (string to int) and Itoa (int to string).
17 // ParseBool, ParseFloat, ParseInt, and ParseUint convert strings to values:
26 // converted to that narrower type without data loss:
33 // FormatBool, FormatFloat, FormatInt, and FormatUint convert values to strings:
41 // append the formatted value to a destination slice.
45 // Quote and QuoteToASCII convert strings to quoted Go string literals.
  /prebuilts/go/darwin-x86/test/bugs/
bug395.go 3 // When issue 1909 is fixed, change from skip to compile.
10 // Would OOM due to exponential recursion on Foo's expanded methodset in nodefmt
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug107.go 11 // In the next line "os" should refer to the result variable, not
12 // to the package.
bug136.go 10 L: ; // ';' terminates empty statement => L does not apply to for loop
16 L1: { // L1 labels block => L1 does not apply to for loop
bug173.go 7 // these used to fail because the runtime
8 // functions that get called to implement them
bug297.go 7 // Used to crash; issue 961.
13 _ = iota; // ignore first value by assigning to blank identifier

Completed in 1506 milliseconds

<<31323334353637383940>>