/external/icu4c/test/intltest/ |
transtst.h | 184 * Test Source-Target/Variant. 375 const UnicodeString& source, 379 const UnicodeString& source, 385 const UnicodeString& source, 390 const UnicodeString& source, 395 const UnicodeString& source, 400 const UnicodeString& source,
|
/external/webkit/Source/JavaScriptCore/parser/ |
Parser.h | 53 PassRefPtr<ParsedNode> parse(JSGlobalObject* lexicalGlobalObject, Debugger*, ExecState*, const SourceCode& source, FunctionParameters*, JSParserStrictness strictness, JSObject** exception); 80 PassRefPtr<ParsedNode> Parser::parse(JSGlobalObject* lexicalGlobalObject, Debugger* debugger, ExecState* debuggerExecState, const SourceCode& source, FunctionParameters* parameters, JSParserStrictness strictness, JSObject** exception) 87 m_source = &source; 99 source, 113 *exception = addErrorInfo(&lexicalGlobalObject->globalData(), createSyntaxError(lexicalGlobalObject, errMsg), errLine, source); 124 debugger->sourceParsed(debuggerExecState, source.provider(), errLine, errMsg);
|
Nodes.cpp | 99 ScopeNode::ScopeNode(JSGlobalData* globalData, const SourceCode& source, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, CodeFeatures features, int numConstants) 104 , m_source(source) 115 inline ProgramNode::ProgramNode(JSGlobalData* globalData, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants) 116 : ScopeNode(globalData, source, children, varStack, funcStack, capturedVariables, features, numConstants) 120 PassRefPtr<ProgramNode> ProgramNode::create(JSGlobalData* globalData, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants) 122 RefPtr<ProgramNode> node = new ProgramNode(globalData, children, varStack, funcStack, capturedVariables, source, features, numConstants); 133 inline EvalNode::EvalNode(JSGlobalData* globalData, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants) 134 : ScopeNode(globalData, source, children, varStack, funcStack, capturedVariables, features, numConstants) 138 PassRefPtr<EvalNode> EvalNode::create(JSGlobalData* globalData, SourceElements* children, VarStack* varStack, FunctionStack* funcStack, IdentifierSet& capturedVariables, const SourceCode& source, CodeFeatures features, int numConstants) 140 RefPtr<EvalNode> node = new EvalNode(globalData, children, varStack, funcStack, capturedVariables, source, features, numConstants) [all...] |
/frameworks/av/media/libstagefright/ |
WVMExtractor.cpp | 2 * Copyright (C) 2010 The Android Open Source Project 47 WVMExtractor::WVMExtractor(const sp<DataSource> &source) 48 : mDataSource(source) 62 if (source->DrmInitialization( 64 mImpl = (*getInstanceFunc)(source); 143 const sp<DataSource> &source, String8 *mimeType, float *confidence, 158 if ((*snifferFunc)(source)) {
|
/frameworks/av/services/audioflinger/ |
SourceAudioBufferProvider.cpp | 2 * Copyright (C) 2012 The Android Open Source Project 25 SourceAudioBufferProvider::SourceAudioBufferProvider(const sp<NBAIO_Source>& source) : 26 mSource(source), 30 ALOG_ASSERT(source != 0); 32 // negotiate with source 35 ssize_t index = source->negotiate(NULL, 0, counterOffers, numCounterOffers); 38 index = source->negotiate(counterOffers, 1, NULL, numCounterOffers); 40 mFrameBitShift = Format_frameBitShift(source->format()); 67 // read from source
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
FilePart.java | 78 /** Source of the file part. */ 79 private PartSource source; field in class:FilePart 85 * @param partSource the source for this part 101 throw new IllegalArgumentException("Source may not be null"); 103 this.source = partSource; 110 * @param partSource the source for this part 193 String filename = this.source.getFileName(); 203 * Write the data in "source" to the specified stream. 221 InputStream instream = source.createInputStream(); 234 * Returns the source of the file part [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pConfig.java | 2 * Copyright (C) 2011 The Android Open Source Project 123 public WifiP2pConfig(WifiP2pConfig source) { 124 if (source != null) { 125 deviceAddress = source.deviceAddress; 126 wps = new WpsInfo(source.wps); 127 groupOwnerIntent = source.groupOwnerIntent; 128 persist = source.persist;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/sdk/ |
TestLayoutDevicesXsd.java | 2 * Copyright (C) 2009 The Android Open Source Project
26 import javax.xml.transform.Source;
120 Source source = new StreamSource(new StringReader(document));
local 125 validator.validate(source);
136 Source source = new StreamSource(new StringReader(document));
local 140 validator.validate(source);
151 Source source = new StreamSource(xmlStream); local [all...] |
/frameworks/base/core/java/android/view/ |
FocusFinder.java | 2 * Copyright (C) 2007 The Android Open Source Project 307 * direction from a source rect? This is the core routine that determines 310 * @param source The source we are searching from 315 boolean isBetterCandidate(int direction, Rect source, Rect rect1, Rect rect2) { 319 if (!isCandidate(source, rect1, direction)) { 325 if (!isCandidate(source, rect2, direction)) { 330 if (beamBeats(direction, source, rect1, rect2)) { 335 if (beamBeats(direction, source, rect2, rect1)) { 341 majorAxisDistance(direction, source, rect1) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
multiseq_selection.h | 278 int source = pq.top().second; 281 a[source] = std::min(a[source] + n + 1, ns[source]); 282 b[source] += n + 1; 284 if (b[source] < ns[source]) 285 pq.push(std::make_pair(S(source)[b[source]], source)); [all...] |
/external/icu4c/i18n/ |
anytrans.cpp | 272 Transliterator* AnyTransliterator::getTransliterator(UScriptCode source) const { 274 if (source == targetScript || source == USCRIPT_INVALID_CODE) { 278 Transliterator* t = (Transliterator*) uhash_iget(cache, (int32_t) source); 281 UnicodeString sourceName(uscript_getName(source), -1, US_INV); 300 uhash_iput(cache, (int32_t) source, t, &ec); 340 UnicodeString source; local 341 Transliterator::_getAvailableSource(s, source); 343 // Ignore the "Any" source 344 if (source.caseCompare(ANY, 0 /*U_FOLD_CASE_DEFAULT*/) == 0) continue [all...] |
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 2 * Copyright (C) 2008 The Android Open Source Project 149 public NetworkInfo(NetworkInfo source) { 150 if (source != null) { 151 mNetworkType = source.mNetworkType; 152 mSubtype = source.mSubtype; 153 mTypeName = source.mTypeName; 154 mSubtypeName = source.mSubtypeName; 155 mState = source.mState; 156 mDetailedState = source.mDetailedState; 157 mReason = source.mReason [all...] |
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/ |
SettingsDialog.java | 5 * Redistribution and use in source and binary forms, with or without 9 * * Redistributions of source code must retain the above copyright 73 private final AppSettings source; field in class:SettingsDialog 97 * @param source 104 * if the source is <code>null</code> 106 public SettingsDialog(AppSettings source, String imageFile, boolean loadSettings) { 107 this(source, getURL(imageFile), loadSettings); 114 * @param source 122 * if the source is <code>null</code> 124 public SettingsDialog(AppSettings source, URL imageFile, boolean loadSettings) [all...] |
/external/icu4c/common/ |
ucnv_u7.c | 208 const uint8_t *source, *sourceLimit; local 231 source=(const uint8_t *)pArgs->source; 261 length=(int32_t)(sourceLimit-source); 267 b=*source++; 291 if(source<sourceLimit && target>=targetLimit) { 303 * base64 bytes, while nextSourceIndex is precisely parallel to source, 307 while(source<sourceLimit) { 309 bytes[byteIndex++]=b=*source++; 330 --source; 459 const UChar *source, *sourceLimit; local 889 const uint8_t *source, *sourceLimit; local 1157 const UChar *source, *sourceLimit; local [all...] |
/external/libvpx/vp8/common/ |
postproc.c | 4 * 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. 304 static void vp8_deblock_and_de_macro_block(YV12_BUFFER_CONFIG *source, 316 POSTPROC_INVOKE(rtcd, downacross)(source->y_buffer, post->y_buffer, source->y_stride, post->y_stride, source->y_height, source->y_width, ppl); 320 POSTPROC_INVOKE(rtcd, downacross)(source->u_buffer, post->u_buffer, source->uv_stride, post->uv_stride, source->uv_height, source->uv_width, ppl) [all...] |
/cts/tools/dex-tools/test/dex/reader/ |
LargeDexTests.java | 2 * Copyright (C) 2009 The Android Open Source Project 44 JavaSource source = new JavaSource(CLASS_NAME, b.toString()); local 45 DexFile dexFile = javaToDexUtil.getFrom(source);
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_float/d/ |
T_neg_float_5.d | 1 .source T_neg_float_5.java
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_int/d/ |
T_neg_int_6.d | 1 .source T_neg_int_6.java
|
/development/samples/AndroidBeamDemo/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/development/samples/BackupRestore/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/development/samples/BasicGLSurfaceView/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/development/samples/BusinessCard/ |
Android.mk | 6 # Only compile source java files in this apk.
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Streams.java | 35 public static byte[] streamToBytes(InputStream source) throws IOException { 39 while ((count = source.read(buffer)) != -1) {
|
/external/bluetooth/glib/tests/ |
timeloop-closure.c | 102 input_callback (GIOChannel *source, 109 if (!read_all (source, (char *)&val, sizeof(val))) 123 g_io_channel_close (source); 126 g_io_channel_unref (source); 143 GSource *source; local 155 source = g_io_create_watch (out_channels[0], G_IO_IN | G_IO_HUP); 156 g_source_set_closure (source, 158 g_source_attach (source, NULL);
|
/external/chromium/base/ |
file_descriptor_shuffle.h | 2 // Use of this source code is governed by a BSD-style license that can be 57 : source(in_source), 62 int source; member in struct:base::InjectionArc 64 bool close; // if true, delete the source element after performing the
|