| /external/icu4c/test/cintltst/ |
| usrchtst.c | 2899 UChar source[] = local 2910 UChar source[] = local 2920 UChar source[] = { 0x00c9, 0x0000, 0x0041 }; local [all...] |
| /external/icu4c/test/intltest/ |
| tmsgfmt.cpp | 1117 UnicodeString source = "abc =sep= def"; local [all...] |
| transrt.cpp | 594 logFails("Source-Target, irrelevants"); 597 logFails("Target-Source, irrelevants"); 637 logToRulesFails("Source-Target, toRules", srcStr, targ, targ2); 652 logToRulesFails("Target-Source, toRules", srcStr, targ, targ2); 657 parent->logln("Checking that all source characters convert to target - Singles"); 678 logWrongScript("Source-Target", srcStr, targ); 693 logNotCanonical("Source-Target", srcStr, targ,cs2, targ2); 697 parent->logln("Checking that all source characters convert to target - Doubles"); 728 logWrongScript("Source-Target", srcStr, targ); 741 logNotCanonical("Source-Target", srcStr, targ, cs2,targ2) 1060 UnicodeString source; local [all...] |
| /external/icu4c/tools/genrb/ |
| wrtxml.cpp | 582 static const char *source = "<source>"; variable 583 static const char *close_source = "</source>\n"; 589 static const char *bin_source = "<bin-source>\n"; 590 static const char *close_bin_source = "</bin-source>\n"; 620 write_utf8_file(out, UnicodeString(source)); 652 write_utf8_file(out, UnicodeString(source)); 738 write_utf8_file(out, UnicodeString(source)); 769 write_utf8_file(out, UnicodeString(source)); 1001 const char* fileStart = "<file xml:space = \"preserve\" source-language = \"" [all...] |
| /external/iproute2/include/netinet/ |
| tcp.h | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 65 u_int16_t th_sport; /* source port */ 92 u_int16_t source; member in struct:tcphdr
|
| /external/jmdns/src/javax/jmdns/impl/ |
| DNSIncoming.java | 186 InetAddress source = packet.getAddress(); local 209 DNSRecord rec = this.readAnswer(source); 219 DNSRecord rec = this.readAnswer(source); 229 DNSRecord rec = this.readAnswer(source); 282 private DNSRecord readAnswer(InetAddress source) { 434 rec.setRecordSource(source);
|
| /external/libxml2/ |
| xinclude.c | 56 xmlNodePtr ref; /* the node making the reference in the source */ 65 xmlDocPtr doc; /* the source document */ 803 xmlDocPtr source, xmlNodePtr elem); 809 * @source: the document source 817 xmlDocPtr source, xmlNodePtr elem) { 820 if ((ctxt == NULL) || (target == NULL) || (source == NULL) || 826 result = xmlXIncludeCopyNodeList(ctxt, target, source, elem->children); 836 * @source: the document source 1340 xmlDtdPtr target, source; local [all...] |
| /external/llvm/lib/Transforms/Instrumentation/ |
| PathProfiling.cpp | 5 // This file is distributed under the University of Illinois Open Source 111 BLInstrumentationEdge(BLInstrumentationNode* source, 145 // Returns the successor number of this edge in the source. 208 // Removes phony edges from the successor list of the source, and the 228 // necessary. Parameters source and target will have been created by 232 BallLarusNode* source, BallLarusNode* target, unsigned edgeNumber); 294 // Inserts source's pathNumber Value* into target. Target may or may not 298 BLInstrumentationNode* source, BLInstrumentationNode* target); 300 // Inserts source's pathNumber Value* into the appropriate slot of 303 BLInstrumentationNode* target, BLInstrumentationNode* source); 485 BasicBlock* source = sourceNode->getBlock(); local 825 BallLarusNode* source; local [all...] |
| /external/openfst/src/include/fst/extensions/pdt/ |
| expand.h | 445 Weight DistanceToDest(StateId state, StateId source) const; 475 vector<StateId> sources_; // PDT source state for each expanded state 492 // 'dest_map_' maps a state 's' in 'ifst_' that is the source 501 // states and weight to final states for source state 503 // source state of a close parenthesis with paren id 544 // Returns the weight of the shortest balanced path from 'source' to 'dest' 545 // in 'ifst_', 'dest' must be the source state of a close paren arc. 547 typename A::Weight PrunedExpand<A>::DistanceToDest(StateId source, 549 typename SP::SearchState s(source + 1, dest + 1); 550 VLOG(2) << "D(" << source << ", " << dest << ") = 767 StateId source = *sources_iter; local 777 VLOG(2) << state_table_.Tuple(ns).state_id << ", " << source; local [all...] |
| /external/openfst/src/include/fst/ |
| fst.h | 61 string source; // Where you're reading from member in struct:fst::FstReadOptions 84 string source; // Where you're writing to member in struct:fst::FstWriteOptions 94 : source(src), write_header(hdr), 131 bool Read(istream &strm, const string &source, bool rewind = false); 132 bool Write(ostream &strm, const string &source) const; 212 if (!hdr.Read(strm, opts.source)) 222 << "\"): " << ropts.source; 702 hdr->Write(strm, opts.source); 730 hdr->Write(strm, opts.source); 751 LOG(ERROR) << "Fst::UpdateFstHeader: write failed: " << opts.source; [all...] |
| /external/openssh/ |
| scp.c | 21 * Redistribution and use in source and binary forms, with or without 24 * 1. Redistributions of source code must retain the above copyright 48 * Redistribution and use in source and binary forms, with or without 51 * 1. Redistributions of source code must retain the above copyright 363 void source(int, char *[]); 492 source(argc, argv); 664 source(1, argv + i); 722 source(int argc, char **argv) function 890 source(1, vect);
|
| /external/ppp/pppd/ |
| options.c | 6 * Redistribution and use in source and binary forms, with or without 10 * 1. Redistributions of source code must retain the above copyright 82 const char *source; member in struct:option_value 646 opt->name, optopt, mainopt->source); 771 ovp->source = option_source; 792 mainopt->source = option_source; 802 * and source of the option value. Otherwise returns 0. 805 override_value(option, priority, source) 808 const char *source; 820 opt->source = source [all...] |
| /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
| dsa_new.cpp | 55 const S* source = reinterpret_cast<const S*>(aSource); local 58 source += (aUpdateRect.iTl.iY * lineWidth); 60 source += sourceStartOffset; 83 for(TInt i = 0; i < height; i++) //source is always smaller 85 iDsa.Copy(reinterpret_cast<TUint32*>(targetPtr), reinterpret_cast<const TUint8*>(source), copyLen, height); 86 source += lineMove; 94 for(TInt i = 0; i < height; i++) //source is always smaller 96 iDsa.Copy(reinterpret_cast<TUint32*>(targetPtr), reinterpret_cast<const TUint8*>(source), copyLen, height); 97 source += lineMove; 736 const TUint8* source = aSource 811 const TUint8* source = aSource; local 1148 const TUint8* source = aSource; local 1159 const TUint8* source = aSource; local 1215 const TUint32* source = reinterpret_cast<const TUint32*>(aSource); local 1297 const T* source = reinterpret_cast<const T*>(aSource); local [all...] |
| dsa_old.cpp | 519 const TUint8* source = aSource; local 521 source += iSourceBpp * (aRect.iTl.iY * lineWidth); 523 source += sourceStartOffset; 538 for(TInt i = 0; i < height; i++) //source is always smaller 540 iCopyFunction(*this, targetPtr, source, lineWidth, height); 541 source += lineMove; 549 for(TInt i = 0; i < height; i++) //source is always smaller 551 iCopyFunction(*this, targetPtr, source, lineWidth, height); 552 source += lineMove; 646 sourceRect.Intersection(targetRect); //so source always smaller or equal than targe 845 const TUint8* source = aSource; local 856 const TUint8* source = aSource; local 911 const TUint32* source = reinterpret_cast<const TUint32*>(aSource); local 984 const T* source = reinterpret_cast<const T*>(aSource); local [all...] |
| /external/quake/quake/src/QW/client/ |
| gl_draw.c | 285 byte *source; local 291 source = draw_chars + (row<<10) + (col<<3); 298 if (source[x] != 255) 299 dest[x] = 0x60 + source[x]; 300 source += 128; [all...] |
| gl_screen.c | 788 byte *source; local 794 source = draw_chars + (row<<10) + (col<<3); 801 if (source[x]) 802 dest[x] = source[x]; 805 source += 128;
|
| screen.c | 738 byte *source;
local 744 source = draw_chars + (row<<10) + (col<<3);
751 if (source[x])
752 dest[x] = source[x];
755 source += 128;
|
| /external/v8/src/ |
| lithium.h | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 210 LMoveOperands(LOperand* source, LOperand* destination) 211 : source_(source), destination_(destination) { 214 LOperand* source() const { return source_; } function in class:v8::internal::BASE_EMBEDDED 221 // destination (but not the source). 228 return !IsEliminated() && source()->Equals(operand); 231 // A move is redundant if it's been eliminated, if its source and
|
| serialize.cc | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 585 Deserializer::Deserializer(SnapshotByteSource* source) 587 source_(source), 691 Object* source = isolate_->heap()->natives_source_cache()->get(i); local 692 if (!source->IsUndefined()) { 693 ExternalAsciiString::cast(source)->update_data_cache(); 1585 Object* source = HEAP->natives_source_cache()->get(i); local [all...] |
| /external/v8/test/cctest/ |
| test-heap.cc | 941 const char* source = "function foo() {" local 951 CompileRun(source); 1033 const char* source = "function f1() { };" local 1038 CompileRun(source); 1163 const char* source = "function f1() { };" local [all...] |
| test-parsing.cc | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 183 // Source containing functions that might be lazily compiled and all types 185 const char* source = local 196 int source_length = i::StrLength(source); 201 v8::ScriptData::PreCompile(source, source_length); 206 ScriptResource* resource = new ScriptResource(source, source_length); 214 ScriptResource* resource = new ScriptResource(source, source_length); 229 // Error is at "z" in source, location 10..11. 355 i::Handle<i::String> source( 1232 i::Handle<i::String> source = local [all...] |
| test-regexp.cc | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 733 Handle<String> source = factory->NewStringFromAscii(CStrVector("")); local 734 Handle<Object> code_object = m.GetCode(source); 778 Handle<String> source = factory->NewStringFromAscii(CStrVector("^foo")); local 779 Handle<Object> code_object = m.GetCode(source); 835 Handle<String> source = factory->NewStringFromAscii(CStrVector("^foo")); local 836 Handle<Object> code_object = m.GetCode(source); 896 Handle<String> source = factory->NewStringFromAscii(CStrVector("..........")); local 897 Handle<Object> code_object = m.GetCode(source); 938 Handle<String> source = factory->NewStringFromAscii(CStrVector("^(..)..\\1")); local 985 Handle<String> source = factory->NewStringFromAscii(CStrVector("^(..)..\\1")); local 1041 Handle<String> source = factory->NewStringFromAscii(CStrVector("(^f|ob)")); local 1099 Handle<String> source = local 1198 Handle<String> source = local 1241 Handle<String> source = local 1287 Handle<String> source = local 1358 Handle<String> source = factory->NewStringFromAscii(CStrVector("^f(o)o")); local [all...] |
| /external/webkit/Source/JavaScriptCore/runtime/ |
| StringPrototype.cpp | 90 /* Source for StringPrototype.lut.h 156 static NEVER_INLINE UString substituteBackreferencesSlow(const UString& replacement, const UString& source, const int* ovector, RegExp* reg, size_t i) 184 backrefLength = source.length() - backrefStart; 212 substitutedReplacement.append(source.characters() + backrefStart, backrefLength); 222 static inline UString substituteBackreferences(const UString& replacement, const UString& source, const int* ovector, RegExp* reg) 226 return substituteBackreferencesSlow(replacement, source, ovector, reg, i); 251 static ALWAYS_INLINE JSValue jsSpliceSubstringsWithSeparators(ExecState* exec, JSString* sourceVal, const UString& source, const StringRange* substringRanges, int rangeCount, const UString* separators, int separatorCount) 254 int sourceSize = source.length(); 260 return jsString(exec, StringImpl::create(source.impl(), max(0, position), min(sourceSize, length))); 282 StringImpl::copyChars(buffer + bufferPos, source.characters() + substringRanges[i].position, srcLen) 311 const UString& source = sourceVal->value(exec); local 449 const UString& source = sourceVal->value(exec); local [all...] |
| /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
| Texture.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 355 const unsigned char *source = NULL; local 360 source = static_cast<const unsigned char*>(input) + y * inputPitch; 367 dest[4 * x + 3] = source[x]; 375 const float *source = NULL; local 380 source = reinterpret_cast<const float*>(static_cast<const unsigned char*>(input) + y * inputPitch); 387 dest[4 * x + 3] = source[x]; 395 const unsigned short *source = NULL; local 400 source = reinterpret_cast<const unsigned short*>(static_cast<const unsigned char*>(input) + y * inputPitch); 407 dest[4 * x + 3] = source[x] 416 const unsigned char *source = NULL; local 444 const float *source = NULL; local 464 const unsigned short *source = NULL; local 485 const unsigned char *source = NULL; local 513 const float *source = NULL; local 533 const unsigned short *source = NULL; local 553 const unsigned char *source = NULL; local 573 const unsigned short *source = NULL; local 594 const float *source = NULL; local 614 const unsigned short *source = NULL; local 634 const unsigned char *source = NULL; local 654 const unsigned short *source = NULL; local 675 const unsigned short *source = NULL; local 696 const float *source = NULL; local 710 const unsigned char *source = NULL; local 724 const unsigned char *source = NULL; local 980 unsigned char *source = (unsigned char*)sourceLock.pBits; local 1579 IDirect3DSurface9 *source; local 2022 IDirect3DSurface9 *source; local [all...] |
| /external/webkit/Source/WebCore/platform/graphics/ |
| GraphicsContext3D.cpp | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 353 void unpackRGBA8ToRGBA8(const uint8_t* source, uint8_t* destination) 355 destination[0] = source[0]; 356 destination[1] = source[1]; 357 destination[2] = source[2]; 358 destination[3] = source[3]; 361 void unpackRGBA16LittleToRGBA8(const uint16_t* source, uint8_t* destination) 363 destination[0] = convertColor16LittleTo8(source[0]); 364 destination[1] = convertColor16LittleTo8(source[1]) 976 const uint8_t* source = static_cast<const uint8_t*>(sourceData); local 1180 const float* source = static_cast<const float*>(sourceData); local [all...] |