Searched refs:to (Results 126 - 150 of 7771) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/s390x/
H A Drounding-4.stdout.exp1 setting FPC rounding mode to [-> near]
3 setting FPC rounding mode to [-> zero]
5 setting FPC rounding mode to [-> +inf]
7 setting FPC rounding mode to [-> -inf]
10 setting FPC rounding mode to [-> near]
12 setting FPC rounding mode to [-> zero]
14 setting FPC rounding mode to [-> +inf]
16 setting FPC rounding mode to [-> -inf]
H A Dex.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
2 ------- EX to OR in the length
11 ------- EX to OR in the syscall number (writes out target)
H A Dexrl.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
2 ------- EXRL to OR in the length
11 ------- EXRL to OR in the syscall number (writes out target)
/external/wpa_supplicant_8/hs20/server/www/
H A Dfree-remediation.php9 <p>Terms and conditions have changed. You need to accept the new terms
10 to continue using this network.</p>
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlautomata.h2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
58 xmlAutomataStatePtr to,
64 xmlAutomataStatePtr to,
71 xmlAutomataStatePtr to,
79 xmlAutomataStatePtr to,
87 xmlAutomataStatePtr to,
96 xmlAutomataStatePtr to,
104 xmlAutomataStatePtr to,
113 xmlAutomataStatePtr to,
[all...]
/external/libxml2/include/libxml/
H A Dxmlautomata.h2 * Summary: API to build regexp automata
3 * Description: the API to build regexp automata
58 xmlAutomataStatePtr to,
64 xmlAutomataStatePtr to,
71 xmlAutomataStatePtr to,
79 xmlAutomataStatePtr to,
87 xmlAutomataStatePtr to,
96 xmlAutomataStatePtr to,
104 xmlAutomataStatePtr to,
113 xmlAutomataStatePtr to,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c29 /* Need either unistd.h or direct.h to prototype getcwd() and mkdir() */
285 yasm__combpath_unix(const char *from, const char *to) argument
291 if (to[0] == '/') {
292 /* absolute "to" */
293 out = yasm_xmalloc(strlen(to)+1);
295 for (j=0; *to; to++) {
296 if (*to == '/' && *(to+1) == '/')
298 out[j++] = *to;
370 yasm__combpath_win(const char *from, const char *to) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
H A Dconfig.h4 #define yasm__combpath(from, to) yasm__combpath_win(from, to)
6 /* Command name to run C preprocessor */
18 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
22 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
30 /* Define to 1 if you have the <direct.h> header file. */
33 /* Define to 1 if you have the `getcwd' function. */
51 /* Define to 1 if you have the <libgen.h> header file. */
60 /* Define to 1 if you have the `popen' function. */
106 /* Define to
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parse-intel.c15 * may be used to endorse or promote products derived from this
39 #define SET_FIELDS(to, from) \
40 (to)->object = (from)->object; \
41 (to)->locallabel_base = (from)->locallabel_base; \
42 (to)->locallabel_base_len = (from)->locallabel_base_len; \
43 (to)->preproc = (from)->preproc; \
44 (to)->errwarns = (from)->errwarns; \
45 (to)->linemap = (from)->linemap; \
46 (to)->prev_bc = (from)->prev_bc;
/external/chromium_org/tools/
H A Dgyp-explain.py23 def GetPath(graph, fro, to):
25 yields all paths from |fro| to |to|, starting with the shortest."""
30 if t == to:
62 def GenerateDot(fro, to, paths):
104 to = MatchNode(g, argv[2])
106 paths = list(GetPath(g, fro, to))
109 GenerateDot(fro, to, paths)
111 print 'These paths lead from %s to %s:' % (fro, to)
[all...]
/external/libnl/include/netlink/route/
H A Drtnl.h45 #define RTNL_MAKE_REALM(from, to) \
46 ((RTNL_REALM_TO(from) << 16) & RTNL_REALM_TO(to))
/external/smack/src/org/jivesoftware/smackx/ping/packet/
H A DPing.java10 * Unless required by applicable law or agreed to in writing, software
27 public Ping(String from, String to) { argument
28 setTo(to);
/external/valgrind/main/gdbserver_tests/
H A Dmcbreak.stderrB.exp2 vgdb-error value changed from 0 to 999999
3 vgdb-error value changed from 999999 to 0
9 vgdb-error value changed from 0 to 0
10 monitor command request to kill this process
/external/compiler-rt/lib/asan/tests/
H A Dasan_str_test.cc23 // Input to a test is a zero-terminated string str with given length
24 // Accesses to the bytes to the left and to the right of str
25 // are presumed to produce OOB errors
35 // We don't insert RedZones to the left of global variables
42 // String is not zero-terminated, strlen will lead to OOB access
61 // TODO(samsonov): Fix expected messages in StrLenOOBTestTemplate to
62 // make test for stack_string work. Or move it to output tests.
90 // Argument points to no
122 char *to = Ident((char*)malloc(to_size)); local
145 char *to = Ident((char*)malloc(to_size)); local
358 char *to = MallocAndMemsetString(to_size); local
396 char *to = MallocAndMemsetString(to_size); local
[all...]
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dutils.cc13 // Converts a list of CharacteristicProperty to a base::ListValue of strings.
28 // Copy the properties. Use Characteristic::ToValue to generate the result
29 // dictionary without the properties, to prevent json_schema_compiler from
33 scoped_ptr<base::DictionaryValue> to = from->ToValue(); local
34 to->SetWithoutPathExpansion(
36 return to.Pass();
44 scoped_ptr<base::DictionaryValue> to = from->ToValue(); local
47 to->GetDictionaryWithoutPathExpansion("characteristic", &chrc_value);
51 return to.Pass();
/external/chromium_org/third_party/icu/source/test/testdata/
H A Dtstfiles.mk3 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with
4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
6 # Not everything has been moved to this file yet, as this is a new facility.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdfseg2.asm6 ;; can't remember how to print a string in DOS, but if anyone wants
7 ;; to actually test this program, it should be fairly easy to put
/external/clang/test/CodeGenCXX/
H A Drtti-layout.cpp65 template<typename T> const T& to(const std::type_info &info) { function
93 #define CHECK_BASE_INFO_TYPE(type, index, base) CHECK(to<__vmi_class_type_info>(typeid(type)).__base_info[(index)].__base_type == &typeid(base))
94 #define CHECK_BASE_INFO_OFFSET_FLAGS(type, index, offset, flags) CHECK(to<__vmi_class_type_info>(typeid(type)).__base_info[(index)].__offset_flags == (((offset) << 8) | (flags)))
115 CHECK(to<__si_class_type_info>(typeid(SI1)).__base_type == &typeid(A));
119 CHECK(to<__si_class_type_info>(typeid(SI2)).__base_type == &typeid(Empty));
124 CHECK(to<__si_class_type_info>(typeid(SI3)).__base_type == &typeid(Empty));
140 CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__flags == __vmi_class_type_info::__non_diamond_repeat_mask);
141 CHECK(to<__vmi_class_type_info>(typeid(VMI5)).__base_count == 2);
149 CHECK(to<__vmi_class_type_info>(typeid(VMI6)).__flags == __vmi_class_type_info::__diamond_shaped_mask);
150 CHECK(to<__vmi_class_type_inf
[all...]
/external/icu/icu4c/source/test/testdata/
H A Dtstfiles.mk3 # TEST_RES_SOURCE defines data driven tests and other resource files to be included with
4 # the testdata package. For ordinary resource bundles, they only need to be referenced here.
6 # Not everything has been moved to this file yet, as this is a new facility.
/external/llvm/autoconf/m4/
H A Dfunc_isnan.m411 AC_DEFINE([HAVE_ISNAN_IN_MATH_H],1,[Set to 1 if the isnan function is found in <math.h>])
18 AC_DEFINE([HAVE_ISNAN_IN_CMATH],1,[Set to 1 if the isnan function is found in <cmath>])
25 AC_DEFINE([HAVE_STD_ISNAN_IN_CMATH],1,[Set to 1 if the std::isnan function is found in <cmath>])
/external/iptables/extensions/
H A Dlibxt_connbytes.c16 " [!] --connbytes from:[to]\n"
40 sinfo->count.to = UINT64_MAX;
42 sinfo->count.to = cb->val.u64_range[1];
44 if (sinfo->count.to < sinfo->count.from)
47 (unsigned long long)sinfo->count.to);
50 sinfo->count.from = sinfo->count.to;
51 sinfo->count.to = i;
117 unsigned long long from, to; local
119 if (sinfo->count.from > sinfo->count.to) {
121 from = sinfo->count.to;
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_xform_tmp.h8 * Permission is hereby granted, free of charge, to any person obtaining a
10 * to deal in the Software without restriction, including without limitation
11 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
12 * and/or sell copies of the Software, and to permit persons to whom the
13 * Software is furnished to do so, subject to the following conditions:
40 /* KW: These are now parameterized to produce two versions, one
49 * cleaning unused parts of the vector, and so as not to exclude
59 * that there is more to
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_xform_tmp.h8 * Permission is hereby granted, free of charge, to any person obtaining a
10 * to deal in the Software without restriction, including without limitation
11 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
12 * and/or sell copies of the Software, and to permit persons to whom the
13 * Software is furnished to do so, subject to the following conditions:
40 /* KW: These are now parameterized to produce two versions, one
49 * cleaning unused parts of the vector, and so as not to exclude
59 * that there is more to
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/headless-build/
H A Dbuild.properties12 # Parameters describing how and where to execute the build.
15 # bootclasspath - The base jars to compile against (typicaly rt.jar)
16 # configs - the list of {os, ws, arch} configurations to build.
27 product=/plugin or feature id/path/to/.product
39 # The list of {os, ws, arch} configurations to build. This
62 # Setting this value to true will cause PDE to only create one output containing all
64 # To control the output format for the group, add a "group, group, group - <format>" entry to the
81 #Allow cycles involving at most one bundle that needs to be compiled with the rest being binary bundles.
92 #Set to tru
[all...]
/external/stlport/src/
H A Dcodecvt.cpp11 * Permission to use or copy this software for any purpose is hereby granted
13 * Permission to modify the code and to distribute modified code is granted,
87 extern_type* to,
90 ptrdiff_t len = (min) (from_end - from, to_limit - to);
91 copy(from, from + len, to);
93 to_next = to + len;
102 intern_type* to,
105 ptrdiff_t len = (min) (from_end - from, to_limit - to);
107 __REINTERPRET_CAST(const unsigned char*, from) + len, to);
83 do_out(state_type& , const intern_type* from, const intern_type* from_end, const intern_type*& from_next, extern_type* to, extern_type* to_limit, extern_type*& to_next) const argument
98 do_in(state_type& , const extern_type* from, const extern_type* from_end, const extern_type*& from_next, intern_type* to, intern_type* to_limit, intern_type*& to_next) const argument
114 do_unshift(state_type& , extern_type* to, extern_type* , extern_type*& to_next) const argument
[all...]

Completed in 877 milliseconds

1234567891011>>