Searched refs:to (Results 101 - 125 of 7771) sorted by relevance

1234567891011>>

/external/valgrind/main/gdbserver_tests/
H A Dnlcontrolc.stderr.exp7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
H A Dnlpasssigalrm.stderrB.exp2 vgdb-error value changed from 0 to 999999
H A Dnlsigvgdb.stderr.exp6 Reset valgrind output to log (orderly_finish)
H A DmcinfcallRU.stderr.exp2 main ready to sleep and/or burn
4 Reset valgrind output to log (orderly_finish)
H A Dnlsigvgdb.stderrB.exp2 vgdb-error value changed from 0 to 999999
5 monitor command request to kill this process
/external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dchar16_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 F::intern_type to[9]; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
39 assert(to[i] == from[i]);
H A Dchar16_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
33 char to[9] = {0}; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
43 assert(to[i] == from[i]);
H A Dchar32_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 F::intern_type to[9]; local
35 to, to + 9, to_next) == F::ok);
37 assert(to_next - to == 9);
39 assert(to[i] == from[i]);
H A Dchar32_t_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
33 char to[9] = {0}; local
38 to, to + 9, to_next);
41 assert(to_next - to == 9);
43 assert(to[i] == from[i]);
H A Dchar_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
29 std::vector<char> to(from.size());
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
H A Dchar_out.pass.cpp16 // externT* to, externT* to_end, externT*& to_next) const;
29 std::vector<char> to(from.size());
35 to.data(), to.data() + to.size(), to_next) == F::noconv);
37 assert(to_next == to.data());
H A Dwchar_t_in.pass.cpp16 // internT* to, internT* to_end, internT*& to_next) const;
30 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
36 &to[0], &to[0] + to.size(), to_next);
39 assert(to_next - to.data() == expected.size());
40 assert(to_next - to.data() == expected.size());
41 assert(to == expected);
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf5 // In most cases, you should not need to change these default options in
7 // on port 53, and forward them on as appropriate to BIND on localhost:5030.
9 // You need to edit the "zone" statement below to give the name of your
16 // In /etc/named.conf you will need to modify the "options" section to
17 // tell BIND to accept packets from localhost:5030, like this:
21 // You also need a "zone" statement in /etc/named.conf to tell BIND the update
23 // network, you might allow anyone to perform updates. To do that, you just
29 // On a machine connected to th
[all...]
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
3 # to catch some of them
10 cld # we want these to happen forward
12 mov $0xfeb131978,%rax # value to store
14 # test back-to-back rep/stosb's
/external/valgrind/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
3 # to catch some of them
10 cld # we want these to happen forward
12 mov $0xfeb1378,%eax # value to store
14 # test back-to-back rep/stosb's
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dmarkselection.js4 // Because sometimes you need to mark the selected *text*.
49 function coverRange(cm, from, to, addAt) {
50 if (cmp(from, to) == 0) return;
55 var endLine = line + CHUNK_SIZE, atEnd = endLine >= to.line;
56 var end = atEnd ? to : Pos(endLine, 0);
75 coverRange(cm, ranges[i].from(), ranges[i].to());
82 var from = cm.getCursor("start"), to = cm.getCursor("end");
85 if (!array.length) return coverRange(cm, from, to);
88 if (!coverStart || !coverEnd || to.line - from.line < CHUNK_SIZE ||
89 cmp(from, coverEnd.to) >
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Dnotes24 * drive sets the busy bit in Status Reg to 1
27 error bit in the Status register to 1.
28 > Drive also sets the busy bit in the Status register to 0.
29 > Drive then generates an interrupt to the system.
31 > drive executes an implied seek to desired track and
33 > when sector buffer is filled and the data is ready to be
34 transferred, the drive sets the data-request bit to 1, sets
35 the busy bit to 0, and generates an interrupt.
37 the data, the drive sets the data-request bit and the busy bit to 0.
39 the first sector of data, the drive sets the data-request bit to
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_translate.h7 * Permission is hereby granted, free of charge, to any person obtaining a
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
36 * For example, convert array of GLushort[3] to GLfloat[4].
38 * \param to the destination address
43 * \param start first element in source array to conver
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_translate.h7 * Permission is hereby granted, free of charge, to any person obtaining a
9 * to deal in the Software without restriction, including without limitation
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
11 * and/or sell copies of the Software, and to permit persons to whom the
12 * Software is furnished to do so, subject to the following conditions:
36 * For example, convert array of GLushort[3] to GLfloat[4].
38 * \param to the destination address
43 * \param start first element in source array to conver
[all...]
/external/chromium_org/cc/animation/
H A Dtransform_operation.cc5 // Needed on Windows to get |M_PI| from <cmath>
36 const TransformOperation* to,
41 if (IsOperationIdentity(from) && IsOperationIdentity(to))
44 if (IsOperationIdentity(from) && !IsOperationIdentity(to)) {
45 *axis_x = to->rotate.axis.x;
46 *axis_y = to->rotate.axis.y;
47 *axis_z = to->rotate.axis.z;
52 if (!IsOperationIdentity(from) && IsOperationIdentity(to)) {
63 SkMScalar other_length_2 = to->rotate.axis.x * to
35 ShareSameAxis(const TransformOperation* from, const TransformOperation* to, SkMScalar* axis_x, SkMScalar* axis_y, SkMScalar* axis_z, SkMScalar* angle_from) argument
87 BlendSkMScalars(SkMScalar from, SkMScalar to, SkMScalar progress) argument
93 BlendTransformOperations( const TransformOperation* from, const TransformOperation* to, SkMScalar progress, gfx::Transform* result) argument
231 BoundingBoxForArc(const gfx::Point3F& point, const TransformOperation* from, const TransformOperation* to, SkMScalar min_progress, SkMScalar max_progress, gfx::BoxF* box) argument
364 BlendedBoundsForBox(const gfx::BoxF& box, const TransformOperation* from, const TransformOperation* to, SkMScalar min_progress, SkMScalar max_progress, gfx::BoxF* bounds) argument
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstaller_util_test_common.h16 // Copies the hierarcy in |from| to |to|.
18 bool CopyFileHierarchy(const base::FilePath& from, const base::FilePath& to);
/external/chromium_org/net/android/
H A Dlegacy_openssl.h10 // the copy of OpenSSL shipped in Chromium. This is used to implement
57 unsigned char* to,
62 unsigned char* to,
67 unsigned char* to,
72 unsigned char* to,
/external/chromium_org/third_party/boringssl/src/util/
H A Dall_tests.sh5 # Permission to use, copy, modify, and/or distribute this software for any
59 echo $bin failed to complete.
64 echo $bin failed to print PASS on the last line.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delfglobal.asm1 ; Note: you should be able to link elfreloc.o with elfglobal.o to make a
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DDepHandler.java10 * Unless required by applicable law or agreed to in writing, software
27 void handle(PathClass from, PathClass to) throws IOException; argument

Completed in 5239 milliseconds

1234567891011>>