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

<<21222324252627282930>>

  /external/ltrace/sysdeps/linux-gnu/ia64/
breakpoint.c 17 * along with this program; if not, write to the Free Software
36 int to = from + len; local
38 int to_byte = to / 8;
46 c = ((unsigned char)(c << (8 - to % 8))) >> (8 - to % 8);
55 if (from_byte < to_byte && (to % 8 != 0)) {
57 c = ((unsigned char)(c << (8 - to % 8))) >> (8 - to % 8);
67 int to = from + len; local
69 int to_byte = to / 8
    [all...]
  /external/opencv3/3rdparty/jinja2/markupsafe/
_native.py 15 """Convert the characters &, <, >, ' and " in string s to HTML-safe
16 sequences. Use this if you need to display text that might contain
41 string is not converted back to unicode.
  /external/protobuf/src/google/protobuf/
reflection_ops.h 16 // contributors may be used to endorse or promote products derived from
21 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
25 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
49 // These can be used as a cheap way to implement the corresponding
50 // methods of the Message interface, though they are likely to be
53 // This class should stay limited to operations needed to implement
59 static void Copy(const Message& from, Message* to);
60 static void Merge(const Message& from, Message* to);
66 // paths (e.g. "foo.bar[5].baz") to *names. "prefix" will be attached t
    [all...]
  /external/scrypt/
build-config.mk 2 # To regenerate, edit scrypt.config, then run:
3 # ./import_scrypt.sh import /path/to/scrypt-1.1.6.tar.gz
  /external/strace/
strace-log-merge 8 Finds all STRACE_LOG.PID files, adds PID prefix to every line,
9 then combines and sorts them, and prints result to standard output.
33 # so add extra newline to every file.
  /external/valgrind/exp-bbv/tests/amd64-linux/
million.S 7 xor %rcx,%rcx # not needed, pads total to 1M
8 xor %rax,%rax # not needed, pads total to 1M
  /external/valgrind/memcheck/tests/
execve2.stderr.exp 1 Syscall param execve(filename) points to unaddressable byte(s)
  /external/valgrind/none/tests/s390x/
srnmb.stderr.exp 4 Continuing using 'round to nearest'. Results may differ!
  /external/webrtc/talk/build/
common.gypi 13 # 3. The name of the author may not be used to endorse or promote products
17 # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 # SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
39 'java_home%': '<!(python -c "import os; dir=os.getenv(\'JAVA_HOME\', \'/usr/lib/jvm/java-7-openjdk-amd64\'); assert os.path.exists(os.path.join(dir, \'include/jni.h\')), \'Point \\$JAVA_HOME or the java_home gyp variable to a directory containing include/jni.h!\'; print dir")',
42 # Disable these to not build components which can be externally provided.
48 # Make it possible to provide custom locations for some libraries.
51 # Disable this to skip building source requiring GTK.
115 # users are updated to VS2013 Update 2.
145 # The POSIX standard says we have to define this.
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
ReflectIntermediateClass.java 10 * Unless required by applicable law or agreed to in writing, software
23 * Offer an indirection to some Big0xx classes and have their initialization
28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException,
32 for (int i = from; i <= to; i++) {
  /frameworks/base/libs/hwui/utils/
GLUtils.cpp 10 * Unless required by applicable law or agreed to in writing, software
25 #error Setting DEBUG_OPENGL to HIGH requires setting HWUI_ENABLE_OPENGL_VALIDATION to true in the Android.mk!
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 6 # to determin ABIs. In this case FOO_PATH isn't set and doesn't matter.
7 # For normal build, empty FOO_PATH causes make to find /foo.c and /main.c
8 # and fail to build.
13 $(info FOO_PATH should be defined to an absolute path!)
  /ndk/tests/build/multi-module-path/path1/foo/
Android.mk 1 # A simple module used to demonstrate multi-path NDK_MODULE_PATH imports.
  /ndk/tests/build/warn-bad-modules/jni/
Application.mk 4 # Itentionally ask for the non-existing 'bar' module to be built.
  /packages/apps/Gallery2/src/com/android/gallery3d/anim/
AlphaAnimation.java 10 * Unless required by applicable law or agreed to in writing, software
27 public AlphaAnimation(float from, float to) {
29 mEndAlpha = to;
  /prebuilts/go/darwin-x86/doc/play/
sieve.go 7 // Send the sequence 2, 3, 4, ... to channel 'ch'.
10 ch <- i // Send 'i' to channel 'ch'.
14 // Copy the values from channel 'in' to channel 'out',
20 out <- i // Send 'i' to 'out'.
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
atomic.go 17 x = atomic.AddUint64(&x, 1) // ERROR "direct assignment to atomic value"
18 _, x = 10, atomic.AddUint64(&x, 1) // ERROR "direct assignment to atomic value"
19 x, _ = atomic.AddUint64(&x, 1), 10 // ERROR "direct assignment to atomic value"
22 *y = atomic.AddUint64(y, 1) // ERROR "direct assignment to atomic value"
25 su.Counter = atomic.AddUint64(&su.Counter, 1) // ERROR "direct assignment to atomic value"
30 *sp.Counter = atomic.AddUint64(sp.Counter, 1) // ERROR "direct assignment to atomic value"
35 au[0] = atomic.AddUint64(&au[0], 1) // ERROR "direct assignment to atomic value"
39 *ap[0] = atomic.AddUint64(ap[0], 1) // ERROR "direct assignment to atomic value"
42 x = atomic.AddUint64() // Used to make vet crash; now silently ignored.
  /prebuilts/go/darwin-x86/src/cmd/yacc/
doc.go 20 Adepts of the original yacc will have no trouble adapting to this
25 directory for examples of how to write and build yacc programs.
28 to be given an argument that conforms to the following interface:
37 Error is equivalent to yyerror in the original yacc.
39 Code inside the grammar actions may refer to the variable yylex,
40 which holds the yyLexer passed to yyParse.
42 Clients that need to understand more about the parser state can
44 returns a yyParser conforming to the following interface:
52 to yyNewParser().Parse(yylex)
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
once.go 22 // Once is required for each function to execute.
25 // is niladic, it may be necessary to use a function literal to capture the
26 // arguments to a function to be invoked by Do:
29 // Because no call to Do returns until the one call to f returns, if f causes
30 // Do to be called, it will deadlock.
32 // If f panics, Do considers it to have returned; future calls of Do return
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug012.go 22 bug12.go:5: overflow converting constant to <uint64>UINT64
23 bug12.go:6: overflow converting constant to <uint64>UINT64
24 bug12.go:7: overflow converting constant to <uint64>UINT64
25 bug12.go:8: overflow converting constant to <uint64>UINT64
issue5607.go 16 // Used to crash trying to compile this line as
26 // The compiler used to generate a call to Panic() in init().
  /prebuilts/go/darwin-x86/test/ken/
interfun.go 46 i1 = s; // convert S to I1
47 i2 = i1.(I2); // convert I1 to I2
54 g = i1.(*S); // convert I1 to S
57 g = i2.(*S); // convert I2 to S
  /prebuilts/go/linux-x86/doc/play/
sieve.go 7 // Send the sequence 2, 3, 4, ... to channel 'ch'.
10 ch <- i // Send 'i' to channel 'ch'.
14 // Copy the values from channel 'in' to channel 'out',
20 out <- i // Send 'i' to 'out'.
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
atomic.go 17 x = atomic.AddUint64(&x, 1) // ERROR "direct assignment to atomic value"
18 _, x = 10, atomic.AddUint64(&x, 1) // ERROR "direct assignment to atomic value"
19 x, _ = atomic.AddUint64(&x, 1), 10 // ERROR "direct assignment to atomic value"
22 *y = atomic.AddUint64(y, 1) // ERROR "direct assignment to atomic value"
25 su.Counter = atomic.AddUint64(&su.Counter, 1) // ERROR "direct assignment to atomic value"
30 *sp.Counter = atomic.AddUint64(sp.Counter, 1) // ERROR "direct assignment to atomic value"
35 au[0] = atomic.AddUint64(&au[0], 1) // ERROR "direct assignment to atomic value"
39 *ap[0] = atomic.AddUint64(ap[0], 1) // ERROR "direct assignment to atomic value"
42 x = atomic.AddUint64() // Used to make vet crash; now silently ignored.
  /prebuilts/go/linux-x86/src/cmd/yacc/
doc.go 20 Adepts of the original yacc will have no trouble adapting to this
25 directory for examples of how to write and build yacc programs.
28 to be given an argument that conforms to the following interface:
37 Error is equivalent to yyerror in the original yacc.
39 Code inside the grammar actions may refer to the variable yylex,
40 which holds the yyLexer passed to yyParse.
42 Clients that need to understand more about the parser state can
44 returns a yyParser conforming to the following interface:
52 to yyNewParser().Parse(yylex)
    [all...]

Completed in 920 milliseconds

<<21222324252627282930>>