Searched defs:source (Results 226 - 250 of 2375) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/i18n/
H A Dcurrfmt.cpp49 void CurrencyFormat::parseObject(const UnicodeString& source, argument
53 CurrencyAmount* currAmt = fmt->parseCurrency(source, pos);
H A Dtridpars.h31 * A basic ID, which contains source, target, and variant, but no
56 * 'source' and 'target' will always be non-null. The 'variant'
59 * 'sawSource' is true if there was an explicit source in the
60 * parsed id. If there was no explicit source, then an implied
61 * source of ANY is returned and 'sawSource' is set to false.
68 UnicodeString source; // not null member in class:TransliteratorIDParser::Specs
217 * S-T/V, or S/V-T. If the source is missing, return a source of
220 * @param source the given source
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dccolltst.c86 void reportCResult( const UChar source[], const UChar target[], argument
101 log_err("Compare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
107 log_err("incCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
113 log_err("KeyCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
119 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
/external/iptables/include/linux/netfilter_ipv4/
H A Dipt_addrtype.h14 __u16 source; /* source-type mask */ member in struct:ipt_addrtype_info_v1
21 __u16 source; /* source-type mask */ member in struct:ipt_addrtype_info
/external/javasqlite/src/main/java/SQLite/
H A DStringEncoder.java9 * author in the source code of the SQLite distribution.
10 * I feel obliged to provide a quote from the original C-source code:
12 * "The author disclaims copyright to this source code. In place of
198 * Copies count elements from source, starting at element with
200 * @param source the source.
207 private static byte[] byteCopy(byte[] source, int offset, argument
210 target[j] = source[i];
/external/kernel-headers/original/uapi/linux/
H A Dudp.h23 __be16 source; member in struct:udphdr
/external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
H A Dweak_ptr.pass.cpp56 std::weak_ptr<T> source (std::shared_ptr<T> p) { return std::weak_ptr<T>(p); } function
103 std::weak_ptr<A> pA = source(ps);
H A Dweak_ptr_Y.pass.cpp56 std::weak_ptr<T> source (std::shared_ptr<T> p) { return std::weak_ptr<T>(p); } function
105 std::weak_ptr<A> pA = source(ps);
/external/libcxx/test/utilities/utility/forward/
H A Dforward.pass.cpp19 A source() {return A();} function
45 static_assert(sizeof(test(std::forward<A>(source()))) == 4, "");
48 // static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, "");
50 static_assert(sizeof(test(std::forward<const A>(source()))) == 8, "");
61 // static_assert(sizeof(test(std::forward<A>(source()))) == 2, "");
64 static_assert(sizeof(test(std::forward<const A&>(source()))) == 2, "");
66 static_assert(sizeof(test(std::forward<const A>(source()))) == 2, "");
H A Dmove_copy.pass.cpp43 A source() {return A();} function
H A Dmove_only.pass.cpp38 move_only source() {return move_only();} function
48 test(source());
H A Dmove_only1.fail.cpp41 move_only source() {return move_only();} function
H A Dmove_only2.fail.cpp41 move_only source() {return move_only();} function
H A Dmove_only3.fail.cpp38 move_only source() {return move_only();} function
H A Dmove_only4.fail.cpp41 move_only source() {return move_only();} function
/external/libgsm/src/
H A Dgsm_encode.c13 void gsm_encode P3((s, source, c), gsm s, gsm_signal * source, gsm_byte * c) argument
17 Gsm_Coder(s, source, LARc, Nc, bc, Mc, xmaxc, xmc);
H A Dgsm_implode.c14 void gsm_implode P3((s, source, c), gsm s, gsm_signal * source, gsm_byte * c) argument
109 # define LARc source
110 # define Nc *((gsm_signal (*) [17])(source + 8))
111 # define bc *((gsm_signal (*) [17])(source + 9))
112 # define Mc *((gsm_signal (*) [17])(source + 10))
113 # define xmaxc *((gsm_signal (*) [17])(source + 11))
139 #define xmc (source + 12)
166 #define xmc (source + 29 - 13)
193 #define xmc (source
[all...]
/external/libvpx/libvpx/test/
H A Dsubtract_test.cc4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
45 uint8_t *source = reinterpret_cast<uint8_t*>( local
46 vpx_memalign(16, kBlockHeight * kSrcStride[0] * sizeof(*source)));
55 be.base_src = &source;
101 vpx_free(source);
/external/libvpx/libvpx/vp8/encoder/
H A Dboolhuff.c4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
43 void vp8_start_encode(BOOL_CODER *br, unsigned char *source, unsigned char *source_end) argument
49 br->buffer = source;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dprogram.cpp29 const std::string &source) :
30 ctx(ctx), __source(source) {
64 _cl_program::source() const { function in class:_cl_program
28 _cl_program(clover::context &ctx, const std::string &source) argument
/external/mesa3d/src/gallium/state_trackers/clover/tgsi/
H A Dcompiler.cpp79 read_body(const char *source, module &m) { argument
82 if (!tgsi_text_translate(source, prog, Elements(prog)))
91 clover::compile_program_tgsi(const compat::string &source) { argument
92 const char *body = source.find("COMP\n");
95 read_header({ source.begin(), body }, m);
/external/mesa3d/src/glsl/
H A Dir_import_prototypes.cpp106 * \param source Source instruction stream containing functions whose
114 import_prototypes(const exec_list *source, exec_list *dest, argument
119 /* Making source be const is just extra documentation.
121 v.run(const_cast<exec_list *>(source));
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_buffer_objects.h54 bool source; member in struct:intel_buffer_object
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DCollectionUtils.java42 public static void reverse(Map source, Map target) { argument
43 for (Iterator it = source.keySet().iterator(); it.hasNext();) {
45 target.put(source.get(key), key);
H A DDefaultNamingPolicy.java33 public String getClassName(String prefix, String source, Object key, Predicate names) { argument
41 source.substring(source.lastIndexOf('.') + 1) +

Completed in 261 milliseconds

1234567891011>>