/external/netcat/data/ |
rservice.c | 37 memcpy (p, argv[1], x); /* first arg plus another null */ 45 memcpy (p, argv[2], x); /* second arg plus null */ 54 memcpy (p, q, x); /* the command, plus final null */
|
dns-any.d | 28 0 # name-len: 0 for ".", lenbyte plus name-bytes otherwise
|
/external/stlport/src/ |
num_put.cpp | 32 Char separator, Char Plus, Char Minus, 41 if (*first == Plus || *first == Minus) { 76 Char separator, Char Plus, Char Minus, 86 if (__first == Plus || __first == Minus) { 136 char separator, char Plus, char Minus, int basechars) { 138 separator, Plus, Minus, basechars); 143 char separator, char Plus, char Minus, int basechars) { 144 __insert_grouping_aux(str, group_pos, grouping, separator, Plus, Minus, basechars); 150 wchar_t separator, wchar_t Plus, wchar_t Minus, 153 Plus, Minus, basechars) [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
num_put.cpp | 32 Char separator, Char Plus, Char Minus, 41 if (*first == Plus || *first == Minus) { 76 Char separator, Char Plus, Char Minus, 86 if (__first == Plus || __first == Minus) { 136 char separator, char Plus, char Minus, int basechars) { 138 separator, Plus, Minus, basechars); 143 char separator, char Plus, char Minus, int basechars) { 144 __insert_grouping_aux(str, group_pos, grouping, separator, Plus, Minus, basechars); 150 wchar_t separator, wchar_t Plus, wchar_t Minus, 153 Plus, Minus, basechars) [all...] |
/external/protobuf/python/google/protobuf/internal/ |
wire_format_test.py | 209 # (2 * 1) bytes for begin and end tags, plus message_byte_size. 212 # (2 * 2) bytes for begin and end tags, plus message_byte_size. 217 # 1 byte for tag, plus 1 byte for length, plus contents. 220 # 2 bytes for tag, plus 1 byte for length, plus contents. 223 # 2 bytes for tag, plus 2 bytes for length, plus contents. 230 # 4 bytes for tags, plus 1 byte for length, plus 1 byte for type_id [all...] |
/external/llvm/test/Bindings/Ocaml/ |
executionengine.ml | 34 let fn = define_function "plus" (function_type i32_type [| i32_type; 86 match ExecutionEngine.find_function "plus" ee with 87 | None -> raise (Failure "find_function 'plus' failed") 88 | Some plus -> 91 let res = ExecutionEngine.run_function plus 95 if 4 != GenericValue.as_int res then bomb "plus did not work";
|
/external/markdown/MarkdownTest/Tests_2004/ |
Backslash escapes.html | 31 <p>Plus: +</p> 65 Plus: \+ 100 <p>Plus: <code>\+</code></p>
|
Backslash escapes.text-out | 24 <p>Plus: +</p> 56 Plus: \+ 76 <p>Plus: <code>\+</code></p>
|
Backslash escapes.text-res | 24 <p>Plus: +</p> 56 Plus: \+ 76 <p>Plus: <code>\+</code></p>
|
/external/markdown/tests/markdown-test/ |
backlash-escapes.html | 16 <p>Plus: +</p> 47 Plus: \+ 66 <p>Plus: <code>\+</code></p>
|
/external/webkit/ |
ThirdPartyProject.prop | 12 # which is WebKit trunk r84325 plus stability cherry picks.
|
/system/media/mca/filterfw/java/android/filterfw/geometry/ |
Point.java | 48 public Point plus(float x, float y) { method in class:Point 52 public Point plus(Point point) { method in class:Point 53 return this.plus(point.x, point.y); 106 return this.minus(center).rotated(radians).plus(center);
|
/external/markdown/MarkdownTest/Tests_2007/ |
Backslash escapes.html | 31 <p>Plus: +</p> 65 Plus: \+ 100 <p>Plus: <code>\+</code></p>
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
page_action_with_badge_view.h | 16 // A container for the PageActionImageView plus its badge.
|
/external/llvm/test/Integer/ |
varargs_bt.ll | 5 ; Demonstrate all of the variable argument handling intrinsic functions plus
|
/external/oprofile/libregex/ |
demangle_symbol.h | 22 /// normal plus a pass through the regular expression to simplify
|
/external/qemu/pc-bios/keymaps/ |
en-us | 17 plus 0x0d shift
|
/external/stlport/test/unit/ |
plusminus_test.cpp | 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
|
/ndk/tests/device/test-gnustl-full/unit/ |
plusminus_test.cpp | 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
|
/ndk/tests/device/test-stlport/unit/ |
plusminus_test.cpp | 36 int total = inner_product(input1, input1 + 4, input2, 0, plus<int>(), multiplies <int>());
|
/external/kernel-headers/original/linux/ |
zconf.h | 14 plus a few kilobytes for small objects. For example, if you want to reduce 20 that is, 32K for windowBits=15 (default value) plus a few kilobytes
|
/packages/apps/Settings/assets/html/fr/ |
tethering_help.html | 25 <li>Pour de plus amples informations, en particulier sur le partage de connexion par USB avec d'autres systèmes d'exploitation, consultez la page <a href="http://www.android.com/tether#usb">http://www.android.com/tether#usb</a></li><br> 32 <li>Pour de plus amples informations, consultez la page <a href="http://www.android.com/tether#wifi">http://www.android.com/tether#wifi</a>.</li><br>
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
JarURLConnectionTest.java | 64 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 66 assertEquals("Returned incorrect entryName", "plus.bmp", juc 80 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 82 assertEquals("Returned incorrect JarEntry", "plus.bmp", juc 186 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 235 URL u = new URL("jar:" + BASE + "!/plus.bmp"); 250 URL u = new URL("jar:"+BASE+"!/plus.bmp"); 254 assertEquals("Returned incorrect JarEntry", "plus.bmp", juc 282 u = new URL("jar:"+BASE+"!/plus.bmp"); 298 u = new URL("jar:"+BASE+"!/plus.bmp") [all...] |
/external/chromium/webkit/glue/ |
cpp_bound_class_unittest.cc | 250 "example.plus(2.5, 18.0)", "20.5", 251 "example.plus(2, 3.25)", "5.25", 252 "example.plus(2, 3)", "5", 253 "example.plus()", "null", // Too few arguments 254 "example.plus(1)", "null", // Too few arguments 255 "example.plus(1, 'test')", "null", // Wrong argument type 256 "example.plus('test', 2)", "null", // Wrong argument type 257 "example.plus('one', 'two')", "null", // Wrong argument type 270 "example.plus(example.my_value, example.my_other_value)", "4.5"));
|
/external/icu4c/common/ |
utrie2_impl.h | 108 * plus the part of the index-2 table for lead surrogate code points, 109 * plus the build-time index gap, 110 * plus the null index-2 block. 123 * One entry per 0x110000 code points, plus the illegal-UTF-8 block and the null block, 124 * plus values for the 0x400 surrogate code units.
|