| /external/guice/core/src/com/google/inject/spi/ |
| Elements.java | 164 private final Object source; field in class:Elements.RecordingBinder 182 this.source = null; 193 RecordingBinder prototype, Object source, SourceProvider sourceProvider) { 194 checkArgument(source == null ^ sourceProvider == null); 200 this.source = source; 214 this.source = parent.source; 313 // Update the module source for the new module 315 // There are two reason's we'd want to get the module source in a ProviderMethodsModule [all...] |
| /external/guice/core/test/com/google/inject/internal/ |
| WeakKeySetTest.java | 70 Object source = new Object(); local 74 set.add(key, state, source); 75 assertInSet(set, key, 1, source); 91 Object source = null; local 95 set.add(key, state, source); 96 assertInSet(set, key, 1, source); 190 Object source = null; local 192 set.add(key1, state1, source); 193 assertInSet(set, key1, 1, source); 195 set.add(key2, state2, source); 233 Object source = new Object(); local [all...] |
| /external/guice/core/test/com/google/inject/spi/ |
| ElementsTest.java | 1292 ElementSource source = (ElementSource) element.getSource(); local [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/ |
| TestFmwk.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 630 // Return the source code location of the caller located callDepth frames up the stack. 634 String source = st.getFileName(); local 635 if (source != null && !source.equals("TestFmwk.java") && !source.equals("AbstractTestLog.java")) { 639 return "(" + source + ":" + st.getLineNumber() + ") ";
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
| CollationIteratorTest.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 13 * Source File: $ICU4CRoot/source/test/intltest/itercoll.cpp 51 String source = "abcd"; local 52 CollationElementIterator i = c.getCollationElementIterator(source); 335 String source; local 344 source = "abchdcba"; 345 iter = c1.getCollationElementIterator(source); 357 source = "abcd"; 358 iter = c2.getCollationElementIterator(source); 464 StringBuffer source = new StringBuffer(); local 518 StringBuffer source = new StringBuffer(); local [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
| TrieMapTest.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 116 String source = entry.getKey(); local 117 int limit = TrieMap.ByteConverter.getBytes(source, bytes, 0); 118 //logln(source + "\t=> " + Utility.hex(source, " ") + "\t=> " + Utility.hex(bytes, 0, limit, " ")); 120 if (!source.equals(recovered)) { 121 assertEquals("Char/Byte Conversion", source, recovered);
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
| CollectionUtilities.java | 1 /* GENERATED SOURCE. DO NOT MODIFY. */ 70 * @param source 76 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { 81 for (int i = 0; i < source.length; ++i) { 82 target.put(source[i][from], source[i][to]); 91 * @param source 95 public static <T, U extends Collection<T>> U addAll(Iterator<T> source, U target) { 96 while (source.hasNext()) { 97 target.add(source.next()) [all...] |
| /external/icu/icu4c/source/common/ |
| ucnv_bld.cpp | 288 const UConverterStaticData *source = (const UConverterStaticData *) raw; local 290 UConverterType type = (UConverterType)source->conversionType; 299 source->structSize != sizeof(UConverterStaticData)) 314 data->staticData = source; 322 data->impl->load(data, pArgs, raw + source->structSize, status); [all...] |
| ucnv_ct.c | 181 static int32_t findNextEsc(const char *source, const char *sourceLimit) { 182 int32_t length = sourceLimit - source; 185 if (*(source + i) == 0x1B) { 225 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) { 238 } else if ((source + (n - offset)) >= sourceLimit) { 242 } else if (*(source + (n - offset)) != escSeqCompoundText[i][n]) { 334 const UChar* source = args->source; local 355 while( source < sourceLimit){ 358 sourceChar = *(source++) [all...] |
| ucnvscsu.c | 236 const uint8_t *source, *sourceLimit; local 252 source=(const uint8_t *)pArgs->source; 292 while(source<sourceLimit && target<targetLimit && (b=*source)>=0x20) { 293 ++source; 336 while(source<sourceLimit) { 342 b=*source++; 480 while(source+1<sourceLimit && target<targetLimit && (uint8_t)((b=*source)-UC0)>(Urs-UC0)) 590 const uint8_t *source, *sourceLimit; local 1015 const UChar *source, *sourceLimit; local 1523 const UChar *source, *sourceLimit; local [all...] |
| /external/icu/icu4c/source/test/cintltst/ |
| citertst.c | 220 UChar source[0x100]; local 236 test = source; 252 iter=ucol_openElements(en_us, source, u_strlen(source), &status); 265 iter=ucol_openElements(en_us, source, -1, &status); 286 UChar source[0x100]; local 303 test = source; 319 iter=ucol_openElements(th_th, source, u_strlen(source), &status); 330 iter=ucol_openElements(th_th, source, -1, &status) 366 UChar source[10]; local 423 UChar *source; local [all...] |
| /external/icu/icu4c/source/test/intltest/ |
| convtest.cpp | 864 const char *source, *sourceLimit, *bytesLimit; local 868 source=(const char *)cc.bytes; 870 bytesLimit=source+cc.bytesLength; 886 sourceLimit=source; 1265 const char *source, *sourceLimit, *utf8Limit; local 1371 const UChar *source, *sourceLimit, *unicodeLimit; local [all...] |
| testidna.cpp | 473 // test null-terminated source and return value of number of UChars required 482 errln("Did not get the expected result for "+UnicodeString(testName) +" null terminated source. Expected : " 488 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName); 495 " null terminated source. Expected: " +UnicodeString(u_errorName(expectedStatus)) 497 + " Source: " + prettify(UnicodeString(src)) 512 //errln("Did not get the expected result for %s null terminated source with both options set.\n",testName); 514 " null terminated source "+ prettify(src) + 522 errln( "%s null terminated source failed. Requires destCapacity > 300\n",testName); 529 " null terminated source with options set. Expected: " +UnicodeString(u_errorName(expectedStatus)) 531 + " Source: " + prettify(UnicodeString(src) 1474 UnicodeString source; local [all...] |
| /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| CollationIteratorTest.java | 12 * Source File: $ICU4CRoot/source/test/intltest/itercoll.cpp 50 String source = "abcd"; local 51 CollationElementIterator i = c.getCollationElementIterator(source); 334 String source; local 343 source = "abchdcba"; 344 iter = c1.getCollationElementIterator(source); 356 source = "abcd"; 357 iter = c2.getCollationElementIterator(source); 369 source = "abcdbchdc" 463 StringBuffer source = new StringBuffer(); local 517 StringBuffer source = new StringBuffer(); local [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| TrieMapTest.java | 115 String source = entry.getKey(); local 116 int limit = TrieMap.ByteConverter.getBytes(source, bytes, 0); 117 //logln(source + "\t=> " + Utility.hex(source, " ") + "\t=> " + Utility.hex(bytes, 0, limit, " ")); 119 if (!source.equals(recovered)) { 120 assertEquals("Char/Byte Conversion", source, recovered);
|
| /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
| TestFmwk.java | 629 // Return the source code location of the caller located callDepth frames up the stack. 633 String source = st.getFileName(); local 634 if (source != null && !source.equals("TestFmwk.java") && !source.equals("AbstractTestLog.java")) { 638 return "(" + source + ":" + st.getLineNumber() + ") ";
|
| /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
| CollectionUtilities.java | 69 * @param source 75 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { 80 for (int i = 0; i < source.length; ++i) { 81 target.put(source[i][from], source[i][to]); 90 * @param source 94 public static <T, U extends Collection<T>> U addAll(Iterator<T> source, U target) { 95 while (source.hasNext()) { 96 target.add(source.next()); 103 * @param source [all...] |
| /external/iputils/ |
| ping.c | 8 * Redistribution and use in source and binary forms, with or without 11 * 1. Redistributions of source code must retain the above copyright 113 struct sockaddr_in source; variable in typeref:struct:sockaddr_in 152 source.sin_family = AF_INET; 202 ptr = (__u8*)&source.sin_addr; 212 if (inet_pton(AF_INET, optarg, &source.sin_addr) > 0) 316 if (source.sin_addr.s_addr == 0) { 387 alen = sizeof(source); 388 if (getsockname(probe_fd, (struct sockaddr*)&source, &alen) == -1) { 392 source.sin_port = 0 [all...] |
| traceroute6.c | 27 * Redistribution and use in source and binary forms, with or without 30 * 1. Redistributions of source code must retain the above copyright 173 * network or protocol unreachable, respectively), !S or !F (source 189 * file that came with the source to this program for a description 204 * source port (the high bit is set to move the port number out 225 * sending a loose-source-routed udp datagram through the destination 226 * back to yourself. Unfortunately, SO many gateways botch source 310 char *source = NULL; variable 408 * set the ip source address of the outbound 411 source = optarg [all...] |
| /external/libcups/cups/ |
| cups-private.h | 178 *source, /* Media source, if any */ member in struct:_cups_media_db_s
|
| /external/libmojo/mojo/edk/system/ |
| node_channel.cc | 2 // Use of this source code is governed by a BSD-style license that can be 121 ports::NodeName source; member in struct:mojo::edk::__anon23498::PortsMessageFromRelayData 393 // When the handles are duplicated in the parent, the source handles will 421 void NodeChannel::PortsMessageFromRelay(const ports::NodeName& source, 429 data->source = source; 460 RequestContext request_context(RequestContext::Source::SYSTEM); 724 remote_node_name_, data->source, std::move(message)); 742 RequestContext request_context(RequestContext::Source::SYSTEM);
|
| /external/libpcap/ |
| pcap-int.h | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 109 char *source; member in struct:pcap_opt
|
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_driver.h | 112 const void *source; member in struct:nv50_ir_prog_info::__anon27200
|
| /external/mesa3d/src/glsl/glcpp/ |
| glcpp.h | 68 unsigned source; member in struct:YYLTYPE 89 (Current).source = 0; \
|
| /external/mesa3d/src/glsl/ |
| glsl_parser_extras.h | 223 unsigned source; member in struct:YYLTYPE 244 (Current).source = 0; \
|