/external/freetype/src/base/ |
ftdbgmem.c | 96 FT_MemSource source; member in struct:FT_MemNodeRec_ 373 FT_FILENAME( node->source->file_name ), 374 node->source->line_no ); 400 FT_MemSource source, next; local 403 for ( source = table->sources[i]; source != NULL; source = next ) 405 next = source->link; 406 ft_mem_table_free( table, source ); 519 FT_MemSource source; local 621 FT_MemSource source; local 940 FT_MemSource source = *bucket; local 953 FT_MemSource source = *bucket; local 974 FT_MemSource source = sources[nn]; local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/ |
SourceTreeManager.java | 26 import javax.xml.transform.Source; 40 * This class bottlenecks all management of source trees. The methods 41 * in this class should allow easy garbage collection of source 42 * trees (not yet!), and should centralize parsing for those source trees. 59 /** The TrAX URI resolver used to obtain source trees. */ 113 * @return a Source that can be used to process the resource. 118 public Source resolveURI( 123 Source source = null; local 127 source = m_uriResolver.resolve(urlString, base) 245 Source source = this.resolveURI(base, urlString, locator); local [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
stringencode.cc | 5 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright notice, 64 const char * source, size_t srclen, 72 char ch = source[srcpos++]; 86 const char * source, size_t srclen, 94 char ch = source[srcpos++]; 96 ch = source[srcpos++]; 105 const char * source, size_t srclen, 113 char ch = source[srcpos++]; 130 const char * source, size_t srclen [all...] |
/external/chromium/chrome/browser/net/ |
load_timing_observer_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 35 const NetLog::Source& source, 38 observer.OnAddEntry(type, current_time, source, NetLog::PHASE_BEGIN, params); 42 const NetLog::Source& source, 45 observer.OnAddEntry(type, current_time, source, NetLog::PHASE_END, params); 57 NetLog::Source source(NetLog::SOURCE_URL_REQUEST, id); 58 AddStartEntry(observer, source, NetLog::TYPE_REQUEST_ALIVE, NULL) [all...] |
/external/webkit/Source/WebCore/html/parser/ |
HTMLTokenizer.cpp | 6 * Redistribution and use in source and binary forms, with or without 9 * 1. Redistributions of source code must retain the above copyright 65 inline void advanceStringAndASSERTIgnoringCase(SegmentedString& source, const char* expectedCharacters) 68 source.advanceAndASSERTIgnoringCase(*expectedCharacters++); 71 inline void advanceStringAndASSERT(SegmentedString& source, const char* expectedCharacters) 74 source.advanceAndASSERT(*expectedCharacters++); 128 inline bool HTMLTokenizer::processEntity(SegmentedString& source) 132 bool success = consumeHTMLEntity(source, decodedEntity, notEnoughCharacters); 168 if (!m_inputStreamPreprocessor.advance(source, m_lineNumber)) \ 176 // state. We handle those cases by advancing the source directly and usin [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
eula_view.h | 2 // Use of this source code is governed by a BSD-style license that can be 43 virtual void OpenURLFromTab(TabContents* source, 47 virtual void NavigationStateChanged(const TabContents* source, 49 virtual void AddNewContents(TabContents* source, 56 virtual void LoadingStateChanged(TabContents* source) {} 57 virtual void CloseContents(TabContents* source) {} 58 virtual bool IsPopup(TabContents* source) { return false; } 59 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} 65 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {} 98 void LinkActivated(views::Link* source, int event_flags) [all...] |
/external/chromium/chrome/browser/ui/gtk/tabs/ |
dragged_tab_controller_gtk.h | 2 // Use of this source code is governed by a BSD-style license that can be 33 // controller's associated source Tab and TabStrip. |mouse_offset| is the 48 // Retrieve the source tab if the TabContents specified matches the one being 73 virtual void OpenURLFromTab(TabContents* source, 78 virtual void NavigationStateChanged(const TabContents* source, 80 virtual void AddNewContents(TabContents* source, 87 virtual void LoadingStateChanged(TabContents* source); 88 virtual void CloseContents(TabContents* source); 89 virtual void MoveContents(TabContents* source, const gfx::Rect& pos); 90 virtual bool IsPopup(const TabContents* source) const [all...] |
/external/icu4c/i18n/ |
dtrule.cpp | 53 DateTimeRule::DateTimeRule(const DateTimeRule& source) 54 : UObject(source), 55 fMonth(source.fMonth), fDayOfMonth(source.fDayOfMonth), fDayOfWeek(source.fDayOfWeek), 56 fWeekInMonth(source.fWeekInMonth), fMillisInDay(source.fMillisInDay), 57 fDateRuleType(source.fDateRuleType), fTimeRuleType(source.fTimeRuleType) {
|
/external/v8/test/mjsunit/ |
const-eval-init.js | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 36 var source = 43 eval(source); 50 var source = 57 eval(source); 65 var source = "delete x; const x = 7; assertEquals(7, x)"; 66 eval(source); 83 var source = "delete x; const x = 8"; 84 eval(source); [all...] |
/external/zlib/contrib/puff/ |
pufftest.c | 93 unsigned char *source = NULL, *dest; local 117 source = load(name, &len); 118 if (source == NULL) { 125 free(source); 130 free(source); 137 ret = puff(NIL, &destlen, source + skip, &sourcelen); 153 free(source); 156 puff(dest, &destlen, source + skip, &sourcelen); 163 free(source);
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
StreamingSource.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 35 NuPlayer::StreamingSource::StreamingSource(const sp<IStreamSource> &source) 36 : mSource(source), 114 sp<AnotherPacketSource> source = local 117 if (source == NULL) { 121 return source->getFormat(); 129 sp<AnotherPacketSource> source = local 132 if (source == NULL) { 137 if (!source->hasBufferAvailable(&finalResult)) { 141 return source->dequeueAccessUnit(accessUnit) [all...] |
/frameworks/base/core/java/android/net/ |
DhcpInfo.java | 2 * Copyright (C) 2008 The Android Open Source Project 42 public DhcpInfo(DhcpInfo source) { 43 if (source != null) { 44 ipAddress = source.ipAddress; 45 gateway = source.gateway; 46 netmask = source.netmask; 47 dns1 = source.dns1; 48 dns2 = source.dns2; 49 serverAddress = source.serverAddress; 50 leaseDuration = source.leaseDuration [all...] |
/frameworks/base/core/java/android/text/ |
AlteredCharSequence.java | 2 * Copyright (C) 2006 The Android Open Source Project 30 * are mirrored from <code>source</code>, except that the range of 34 public static AlteredCharSequence make(CharSequence source, char[] sub, 36 if (source instanceof Spanned) 37 return new AlteredSpanned(source, sub, substart, subend); 39 return new AlteredCharSequence(source, sub, substart, subend); 42 private AlteredCharSequence(CharSequence source, char[] sub, 44 mSource = source; 60 private AlteredSpanned(CharSequence source, char[] sub, 62 super(source, sub, substart, subend) [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
AbsSavedStateTest.java | 2 * Copyright (C) 2008 The Android Open Source Project 34 Parcel source = Parcel.obtain(); local 35 new MockAbsSavedState(source); 37 MockAbsSavedState savedState = new MockAbsSavedState(source); 70 public MockAbsSavedState(Parcel source) { 71 super(source);
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimeint.h | 70 xdg_unichar_t _xdg_utf8_to_ucs4 (const char *source); 71 xdg_unichar_t _xdg_ucs4_to_lower (xdg_unichar_t source); 72 int _xdg_utf8_validate (const char *source); 73 xdg_unichar_t *_xdg_convert_to_ucs4 (const char *source, int *len); 74 void _xdg_reverse_ucs4 (xdg_unichar_t *source, int len);
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
Listener.java | 5 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright 52 public Listener(Listener source){ 53 location = source.location.clone(); 54 velocity = source.velocity.clone(); 55 rotation = source.rotation.clone(); 56 volume = source.volume;
|
/external/jmonkeyengine/engine/src/core/com/jme3/shader/ |
Shader.java | 5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
94 * Shader source describes a shader object in OpenGL. Each shader source
103 String source = null;
field in class:Shader.ShaderSource 118 // forget source & defines
129 oc.write(source, "source", null);
137 source = ic.readString("source", null); [all...] |
/external/skia/src/core/ |
SkBlitter_Sprite.cpp | 3 * Copyright 2006 The Android Open Source Project 5 * Use of this source code is governed by a BSD-style license that can be 12 SkSpriteBlitter::SkSpriteBlitter(const SkBitmap& source) 13 : fSource(&source) { 51 // have wrapped the source bitmap inside a shader 54 const SkBitmap& source, 71 blitter = SkSpriteBlitter::ChooseD16(source, paint, storage, 75 blitter = SkSpriteBlitter::ChooseD32(source, paint, storage,
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
fst.cpp | 52 bool FstHeader::Read(istream &strm, const string &source) { 56 LOG(ERROR) << "FstHeader::Read: Bad FST header: " << source; 69 LOG(ERROR) << "FstHeader::Read: read failed: " << source; 74 bool FstHeader::Write(ostream &strm, const string &source) const { 85 LOG(ERROR) << "FstHeader::Write: write failed: " << source;
|
/external/webkit/Source/WebCore/html/ |
HTMLViewSourceDocument.h | 4 * Redistribution and use in source and binary forms, with or without 7 * 1. Redistributions of source code must retain the above copyright 51 void processDoctypeToken(const String& source, HTMLToken&); 52 void processTagToken(const String& source, HTMLToken&); 53 void processCommentToken(const String& source, HTMLToken&); 54 void processCharacterToken(const String& source, HTMLToken&); 60 int addRange(const String& source, int start, int end, const String& className, bool isLink = false, bool isAnchor = false);
|
/frameworks/base/core/java/android/content/ |
PeriodicSync.java | 2 * Copyright (C) 2010 The Android Open Source Project 58 public PeriodicSync createFromParcel(Parcel source) { 59 return new PeriodicSync(Account.CREATOR.createFromParcel(source), 60 source.readString(), source.readBundle(), source.readLong());
|
/frameworks/base/test-runner/src/android/test/ |
ClassPathPackageInfo.java | 2 * Copyright (C) 2008 The Android Open Source Project 32 private final ClassPathPackageInfoSource source; field in class:ClassPathPackageInfo 37 ClassPathPackageInfo(ClassPathPackageInfoSource source, String packageName, 39 this.source = source; 48 info.add(source.getPackageInfo(name));
|
/frameworks/base/wifi/java/android/net/wifi/ |
WpsInfo.java | 2 * Copyright (C) 2011 The Android Open Source Project 74 public WpsInfo(WpsInfo source) { 75 if (source != null) { 76 setup = source.setup; 77 BSSID = source.BSSID; 78 pin = source.pin;
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pInfo.java | 2 * Copyright (C) 2011 The Android Open Source Project 58 public WifiP2pInfo(WifiP2pInfo source) { 59 if (source != null) { 60 groupFormed = source.groupFormed; 61 isGroupOwner = source.isGroupOwner; 62 groupOwnerAddress = source.groupOwnerAddress;
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_common.h | 44 #define TIME_COPY(target, source) target = source 72 #define TIME_COPY(target, source) \ 73 ((target).tv_sec = (source).tv_sec), ((target).tv_usec = (source).tv_usec)
|