/external/icu4c/test/cintltst/ |
cdateintervalformattest.c | 44 const UDate to; member in struct:__anon8773 92 int32_t fmtLen = udtitvfmt_format(udtitvfmt, testItemPtr->from, testItemPtr->to, result, kFormatBufLen, NULL, &status); 100 log_err("ERROR: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: expect %s, get %s\n", 101 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to, 105 log_err("FAIL: udtitvfmt_format for locale %s, skeleton %s, tzid %s, from %.1f, to %.1f: %s\n", 106 testItemPtr->locale, testItemPtr->skeleton, tzidForLog, testItemPtr->from, testItemPtr->to, myErrorName(status) );
|
/external/icu4c/test/intltest/ |
dadrcal.cpp | 106 // build to calendar 107 // Headers { "locale","from","operation","params","to" } 113 errln(caseString+": Unable to get param '"+param+"' " 120 errln(caseString+": Unable to instantiate calendar for " 130 errln(caseString+": Unable to get parameter '"+param+"' " 140 errln(caseString+": Failed to parse '"+param+"' parameter: " 150 errln(caseString+": Unable to get parameter '"+param+"' " 155 errln(caseString+": Failed to parse '"+param+"' parameter: " 166 errln(caseString+": Unable to get parameter '"+param+"' " 172 errln(caseString+": Failed to parse '"+param+"' parameter: 180 UnicodeString to = testSetting=currentCase->getString(param, status); local 421 UnicodeString to = currentCase->getString("to", status); local [all...] |
/external/iproute2/ip/ |
iprule.c | 36 fprintf(stderr, "SELECTOR := [ not ] [ from PREFIX ] [ to PREFIX ] [ tos TOS ] [ fwmark FWMARK[/MASK] ]\n"); 109 fprintf(fp, "to %s/%u ", rt_addr_n2a(r->rtm_family, 116 fprintf(fp, "to %s ", format_host(r->rtm_family, 122 fprintf(fp, "to 0/%d ", r->rtm_dst_len); 160 __u32 to = *(__u32*)RTA_DATA(tb[FRA_FLOW]); local 161 __u32 from = to>>16; 162 to &= 0xFFFF; 168 rtnl_rtrealm_n2a(to, b1, sizeof(b1))); 173 fprintf(fp, "map-to %s ", 259 } else if (strcmp(*argv, "to") == 0) [all...] |
/external/libppp/src/ |
hdlc.c | 17 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 21 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 175 u_short to; member in struct:__anon10760 293 if (proto >= protocols[f].from && proto <= protocols[f].to)
|
/external/openssl/crypto/asn1/ |
a_int.c | 7 * The implementation was written so as to conform with Netscapes SSL. 10 * the following conditions are aheared to. The following conditions 11 * apply to all code found in this distribution, be it the RC4, RSA, 17 * the code are not to be removed. 42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 96 * encoding, except if the first byte is >= 0x80 we need to add a zero pad. 101 * adding one to the result. This can be done less messily with a little trick. 103 * complement and 0 by the add one (due to carry) so just copy as many trailing 104 * zeros to the destination as there are in the source. The carry will add on 183 unsigned char *to,*s; local [all...] |
x_name.c | 7 * The implementation was written so as to conform with Netscapes SSL. 10 * the following conditions are aheared to. The following conditions 11 * apply to all code found in this distribution, be it the RC4, RSA, 17 * the code are not to be removed. 42 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 46 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 113 * form and caches encodings so we have to process the internal form and convert 114 * to the external form. 198 /* Convert internal representation to X509_NAME structure */ 306 * In it all strings are converted to UTF8, leading, trailing an 396 unsigned char *to, *from; local [all...] |
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
PubSubManager.java | 8 * Unless required by applicable law or agreed to in writing, software
36 * This is the starting point for access to the pubsub service. It
37 * will provide access to general information about the service, as
47 private String to;
field in class:PubSubManager 51 * Create a pubsub manager associated to the specified connection. Defaults the service
52 * name to <i>pubsub</i>
59 to = "pubsub." + connection.getServiceName();
63 * Create a pubsub manager associated to the specified connection where
64 * the pubsub requests require a specific to address for packets.
67 * @param toAddress The pubsub specific to address (required for some servers) [all...] |
/external/v8/tools/ |
generate-ten-powers.scm | 13 ;; contributors may be used to endorse or promote products derived 18 ;; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 ;; LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 88 (define (generate-powers from to mantissa-size) 91 (nb-elements (+ (- from) to 1)) 97 ;; want to create the matissa of 1/ten^i. However the mantissa must be 98 ;; normalized (start with a 1). -> we have to shift the number. 124 (when (<= i to) 135 (define (print-c powers from to struct-type 184 "// This file is intended to be included inside another .h or .cc files\n [all...] |
/external/valgrind/main/VEX/priv/ |
host_s390_disasm.c | 24 along with this program; if not, write to the Free Software 39 /* The format that is used to write out a mnemonic. 41 to be changed for that first */ 102 HChar *to; local 112 for (from = base, to = buf; *from; ++from, ++to) { 113 *to = *from; 116 for (from = suffix[mask >> 1]; *from; ++from, ++to) { 117 *to = *from; 119 *to = '\0' 129 HChar *to; local [all...] |
/external/valgrind/main/tests/ |
s390x_features.c | 31 // z9 -- Host needs to be a z9 (and nothing else) 32 // z9: -- Host needs to be a z9 or any later model 33 // :z9 -- Host needs to be a model up to and including z9 34 // z900:z9 -- Host needs to be at least a z900 and at most a z9. 76 /* Array needs to be sorted chronologically. Oldest to newest */ 125 claimed to be a regular file. */ 196 model_info *host, *from, *to, *p; local 231 /* Determine interval of models in which to search for HOST. * [all...] |
/external/webkit/ |
Android.mk | 14 ## EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18 ## EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 38 # Read the environment variable to determine if Autofill is compiled. 45 # Custom y-to-cpp rule 46 define webkit-transform-y-to-cpp 79 # icu header directory as a more exact reference to avoid including our ucnv.h. 272 # need a flag to tell the C side when we're on devices with large memory 299 # We have to use the android version of libdl 324 # We have to fake out some headers when using stlport. 329 # We need Harfbuzz library to support complex scripts(Arabic, Thai, Hindi...) [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGAnimateMotionElement.cpp | 17 * along with this library; see the file COPYING.LIB. If not, write to 62 // We don't have a special attribute name to verify the animation type. Check the element name instead. 66 // FIXME: svgTag is missing. Needs to be checked, if transforming <svg> could cause problems. 221 // We accumulate to the target element transform list so there is not much to do here. 253 FloatPoint to; local 256 if (!parsePoint(toString, to)) 258 FloatSize diff = to - from;
|
/external/webkit/Source/WebKit/chromium/public/ |
WebNode.h | 15 * contributors may be used to endorse or promote products derived from 20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 24 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 47 // Provides access to some properties of a DOM node. 65 // arbitrary and should not be expected to have any specific meaning. 112 template<typename T> T to() function in class:WebKit::WebNode
|
/frameworks/av/libvideoeditor/lvpp/ |
VideoEditorSRC.cpp | 10 * Unless required by applicable law or agreed to in writing, software 137 ALOGE("calloc failed to allocate memory: %d bytes", kBytes); 141 // Resample to target quality 161 // Convert back to 2 channels and 16 bits 168 sp<MetaData> to = outBuffer->meta_data(); local 171 to->setInt64(kKeyTime, timeUs); 231 // At this point we cannot switch to a new AudioResampler because 255 ALOGV("setting mInitialTimeStampUs to %lld", mInitialTimeStampUs); 260 // Now copy data to the destination
|
/frameworks/av/media/libstagefright/rtsp/ |
ASessionDescription.cpp | 10 * Unless required by applicable law or agreed to in writing, software 266 float from, to; local 267 if (!parseNTPRange(value.c_str() + 4, &from, &to)) { 271 *durationUs = (int64_t)((to - from) * 1E6); 316 // Failed to parse float or trailing "dash".
|
/frameworks/base/core/java/android/widget/ |
SimpleCursorAdapter.java | 10 * Unless required by applicable law or agreed to in writing, software 25 * An easy adapter to map columns from a cursor to TextViews or ImageViews 27 * views you want to display the columns, and the XML file that defines 34 * returned value is false and the view to bind is a TextView, 36 * is false and the view to bind is an ImageView, 44 * to get control over the filtering process. You can refer to 50 * A list of columns containing the data to bind to the UI 139 final int[] to = mTo; local [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/ |
Forwarder.java | 10 * Unless required by applicable law or agreed to in writing, software 29 * accepts an incoming connection, and it will then forward the incoming/outgoing streams to a 36 private Socket from, to; field in class:Forwarder 41 public Forwarder (Socket from, Socket to, ForwardServer server) { 44 this.to = to; 49 Thread outgoing = new Thread(new SocketPipe(from, to)); 50 Thread incoming = new Thread(new SocketPipe(to, from)); 59 shutdown(to);
|
/frameworks/compile/libbcc/lib/Support/ |
LinkerConfig.cpp | 10 * Unless required by applicable law or agreed to in writing, software 45 // If here, the program failed ungracefully. Run the interrupt handlers to 80 const char* to; member in struct:NameMap 131 map[i].to,
|
/frameworks/compile/mclinker/tools/mcld/lib/Support/ |
LinkerConfig.cpp | 38 // If here, the program failed ungracefully. Run the interrupt handlers to 73 const char* to; member in struct:NameMap 124 map[i].to,
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptGroupThunker.java | 10 * Unless required by applicable law or agreed to in writing, software 64 public Builder addConnection(Type t, Script.KernelID from, Script.FieldID to) { 66 bN.addConnection(tt.getNObj(), from.mN, to.mN); 70 public Builder addConnection(Type t, Script.KernelID from, Script.KernelID to) { 72 bN.addConnection(tt.getNObj(), from.mN, to.mN);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
pod_char_traits.h | 26 * This file is a GNU extension to the Standard C++ Library. 40 // NB: The char_type parameter is a subset of int_type, as to allow 41 // int_type to properly hold the full range of char_type values as 64 to(const char_type& c) function in struct:character 162 { return char_type::template to<int_type>(__c); }
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
pod_char_traits.h | 26 * This file is a GNU extension to the Standard C++ Library. 42 // NB: The char_type parameter is a subset of int_type, as to allow 43 // int_type to properly hold the full range of char_type values as 66 to(const char_type& c) function in struct:character 167 { return char_type::template to<int_type>(__c); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
pod_char_traits.h | 26 * This file is a GNU extension to the Standard C++ Library. 42 // NB: The char_type parameter is a subset of int_type, as to allow 43 // int_type to properly hold the full range of char_type values as 66 to(const char_type& c) function in struct:character 167 { return char_type::template to<int_type>(__c); }
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pod_char_traits.h | 26 * This file is a GNU extension to the Standard C++ Library. 40 // NB: The char_type parameter is a subset of int_type, as to allow 41 // int_type to properly hold the full range of char_type values as 64 to(const char_type& c) function in struct:character 162 { return char_type::template to<int_type>(__c); }
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
pod_char_traits.h | 26 * This file is a GNU extension to the Standard C++ Library. 40 // NB: The char_type parameter is a subset of int_type, as to allow 41 // int_type to properly hold the full range of char_type values as 64 to(const char_type& c) function in struct:character 162 { return char_type::template to<int_type>(__c); }
|