HomeSort by relevance Sort by last modified time
    Searched refs:source (Results 1326 - 1350 of 4581) sorted by null

<<51525354555657585960>>

  /libcore/luni/src/main/java/org/apache/xalan/templates/
FuncDocument.java 28 import javax.xml.transform.Source;
139 // was the initial source document.
232 Source source; local
237 source = treeMgr.resolveURI(base, uri, xctxt.getSAXLocator());
238 newDoc = treeMgr.getNode(source);
260 source = treeMgr.resolveURI(base, uri, xctxt.getSAXLocator());
275 newDoc = treeMgr.getSourceTree(source, xctxt.getSAXLocator(), xctxt);
  /libcore/luni/src/main/java/org/apache/xpath/jaxp/
XPathImpl.java 427 * <p>If <code>expression</code>, <code>source</code> or <code>returnType</code> is <code>null</code>,
431 * @param source The input source of the document to evaluate over.
438 * @throws NullPointerException If <code>expression</code>, <code>source</code> or <code>returnType</code>
441 public Object evaluate(String expression, InputSource source,
444 if( source== null ) {
447 new Object[] {"source"} );
474 Document document = getParser().parse( source );
500 * <p>This method calls {@link #evaluate(String expression, InputSource source, QName returnType)} with a
507 * <p>If <code>expression</code> or <code>source</code> is <code>null</code>
    [all...]
  /ndk/build/core/
build-binary.mk 1 # Copyright (C) 2008 The Android Open Source Project
104 # to a source file name to indicate that it should be defined in either
124 # allows one to specify that certain source files can be
130 # to build source file $(LOCAL_PATH)/foo.c as ARM
137 # Also, if LOCAL_ARM_NEON is set to 'true', force Neon mode for all source
183 # Process all source file tags to determine toolchain-specific
197 $(foreach src,$(filter %.c,$(LOCAL_SRC_FILES)), $(call compile-c-source,$(src)))
198 $(foreach src,$(filter %.S %.s,$(LOCAL_SRC_FILES)), $(call compile-s-source,$(src)))
201 $(call compile-cpp-source,$(src)))
205 $(call __ndk_info,WARNING: Unsupported source file extensions in $(LOCAL_MAKEFILE) for module $(LOCAL_MODULE)
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 2 * Copyright (C) 2009 The Android Open Source Project
21 import com.android.quicksearchbox.Source;
45 * sources, and suggestions under each source.
167 Source source = suggestion.getSuggestionSource(); local
169 Drawable icon1 = iconId == null ? null : source.getIcon(iconId);
170 return icon1 == null ? source.getSourceIcon() : icon1;
174 Source source = suggestion.getSuggestionSource(); local
176 return iconId == null ? null : source.getIcon(iconId)
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
578 z_streamp source));
580 Sets the destination stream as a complete copy of the source stream.
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
591 (such as zalloc being NULL). msg is left unchanged in both source and
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
637 specific input data. Read the deflate.c source code for the meaning of the
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
578 z_streamp source));
580 Sets the destination stream as a complete copy of the source stream.
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
591 (such as zalloc being NULL). msg is left unchanged in both source and
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
637 specific input data. Read the deflate.c source code for the meaning of the
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zlib.h 18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
578 z_streamp source));
580 Sets the destination stream as a complete copy of the source stream.
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
591 (such as zalloc being NULL). msg is left unchanged in both source and
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
637 specific input data. Read the deflate.c source code for the meaning of the
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zlib.h 18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
578 z_streamp source));
580 Sets the destination stream as a complete copy of the source stream.
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
591 (such as zalloc being NULL). msg is left unchanged in both source and
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
637 specific input data. Read the deflate.c source code for the meaning of the
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zlib.h 18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
578 z_streamp source));
580 Sets the destination stream as a complete copy of the source stream.
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
591 (such as zalloc being NULL). msg is left unchanged in both source and
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
637 specific input data. Read the deflate.c source code for the meaning of the
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zlib.h 18 2. Altered source versions must be plainly marked as such, and must not be
20 3. This notice may not be removed or altered from any source distribution.
578 z_streamp source));
580 Sets the destination stream as a complete copy of the source stream.
590 enough memory, Z_STREAM_ERROR if the source stream state was inconsistent
591 (such as zalloc being NULL). msg is left unchanged in both source and
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
637 specific input data. Read the deflate.c source code for the meaning of the
    [all...]
  /external/v8/src/
d8.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
111 bool Shell::ExecuteString(Handle<String> source,
121 Handle<Script> script = Script::Compile(source, name);
177 Handle<String> source = ReadFile(*file); local
178 if (source.IsEmpty()) {
181 return source;
205 Handle<String> source = ReadFile(*file); local
206 if (source.IsEmpty()) {
209 if (!ExecuteString(source, String::New(*file), false, false))
461 Handle<String> source = String::New(shell_source.start(), local
715 v8::Handle<v8::String> source = v8::String::New(argv[i + 1]); local
734 Handle<String> source = ReadFile(str); local
    [all...]
  /external/webkit/WebCore/inspector/
JavaScriptDebugServer.cpp 4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
305 static void dispatchDidParseSource(const ListenerSet& listeners, ExecState* exec, const JSC::SourceCode& source)
310 copy[i]->didParseSource(exec, source);
313 static void dispatchFailedToParseSource(const ListenerSet& listeners, ExecState* exec, const SourceCode& source, int errorLine, const String& errorMessage)
318 copy[i]->failedToParseSource(exec, source, errorLine, errorMessage);
343 void JavaScriptDebugServer::sourceParsed(ExecState* exec, const SourceCode& source, int errorLine, const UString& errorMessage)
358 dispatchFailedToParseSource(m_listeners, exec, source, errorLine, errorMessage);
360 dispatchDidParseSource(m_listeners, exec, source);
366 dispatchFailedToParseSource(*pageListeners, exec, source, errorLine, errorMessage)
    [all...]
  /frameworks/base/media/libstagefright/id3/
ID3.cpp 2 * Copyright (C) 2010 The Android Open Source Project
33 ID3::ID3(const sp<DataSource> &source)
39 mIsValid = parseV2(source);
42 mIsValid = parseV1(source);
75 bool ID3::parseV2(const sp<DataSource> &source) {
85 if (source->readAt(
144 if (source->readAt(sizeof(header), mData, mSize) != (ssize_t)mSize) {
769 bool ID3::parseV1(const sp<DataSource> &source) {
773 if (source->getSize(&size) != OK || size < (off_t)V1_TAG_SIZE) {
778 if (source->readAt(size - V1_TAG_SIZE, mData, V1_TAG_SIZE
    [all...]
  /external/libvpx/vp8/encoder/arm/neon/
variance_neon.asm 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.
36 vld1.8 {q0}, [r0], r1 ;Load up source and reference
109 vld1.8 {q0}, [r0], r1 ;Load up source and reference
172 vld1.8 {d0}, [r0], r1 ;Load up source and reference
225 vld1.8 {d0}, [r0], r1 ;Load up source and reference
  /external/webkit/WebCore/bindings/v8/
V8Proxy.cpp 4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
187 Frame* source = V8Proxy::retrieveFrameForEnteredContext();
188 if (!source || !source->document())
189 return; // Ignore error if the source document is gone.
191 Document* sourceDocument = source->document();
201 // Build a console message with fake source ID and line number.
208 // it should be in the source page. Even for delayed messages, we put it in
209 // the source page; see V8ConsoleMessage::processDelayed()
    [all...]
  /external/zlib/contrib/pascal/
zlibpas.pas 96 function deflateCopy(var dest, source: z_stream): Integer;
105 function inflateCopy(var dest, source: z_stream): Integer;
116 const source: PChar; sourceLen: LongInt): Integer;
118 const source: PChar; sourceLen: LongInt;
122 const source: PChar; sourceLen: LongInt): Integer;
231 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
233 Move(source^, dest^, count);
  /external/chromium/third_party/icu/source/i18n/
ucol_bld.cpp 543 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
557 c = source[i];
578 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
592 c = source[i];
707 int32_t cSize = (tok->source & 0xFF000000) >> 24;
708 UChar *cPoints = (tok->source & 0x00FFFFFF) + src->source;
853 exp.source = currentSequenceLen | expOffset;
854 exp.rulesToParse = src->source;
859 exp.source = (currentSequenceLen << 24) | expOffset
    [all...]
coleitr.cpp 169 * Sets the source to the new source string.
171 void CollationElementIterator::setText(const UnicodeString& source,
178 int32_t length = source.length();
191 u_memcpy(string, source.getBuffer(), length);
210 // Sets the source to the new character iterator.
211 void CollationElementIterator::setText(CharacterIterator& source,
217 int32_t length = source.getLength();
241 source.getText(string);
274 * over the source text using the specified collato
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 543 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
557 c = source[i];
578 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
592 c = source[i];
707 int32_t cSize = (tok->source & 0xFF000000) >> 24;
708 UChar *cPoints = (tok->source & 0x00FFFFFF) + src->source;
853 exp.source = currentSequenceLen | expOffset;
854 exp.rulesToParse = src->source;
859 exp.source = (currentSequenceLen << 24) | expOffset
    [all...]
  /hardware/ril/mock-ril/src/generated/cpp/
ctrl.pb.cpp 428 const CtrlReqRadioState* source = local
431 if (source == NULL) {
434 MergeFrom(*source);
642 const CtrlRspRadioState* source = local
645 if (source == NULL) {
648 MergeFrom(*source);
868 const CtrlReqSetMTCall* source = local
871 if (source == NULL) {
874 MergeFrom(*source);
1112 const CtrlHangupConnRemote* source = local
1322 const CtrlSetCallTransitionFlag* source = local
1548 const CtrlReqAddDialingCall* source = local
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 2 * Copyright (C) 2008 The Android Open Source Project
237 InputStream source = null; local
242 source = mActivity.getResources().openRawResource(R.raw.testvideo);
246 for (int len = source.read(buffer); len > 0; len = source.read(buffer)) {
253 if (source != null) {
254 source.close();
VideoViewTest.java 2 * Copyright (C) 2009 The Android Open Source Project
125 InputStream source = null; local
129 source = mActivity.getResources().openRawResource(R.raw.testvideo);
133 for (int len = source.read(buffer); len > 0; len = source.read(buffer)) {
137 if (source != null) {
138 source.close();
  /external/chromium/base/
message_pump_glib_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
24 // GLib source runs at the same priority).
28 source_ = static_cast<Source*>(g_source_new(&SourceFuncs, sizeof(Source)));
93 struct Source : public GSource {
97 static gboolean Prepare(GSource* source, gint* timeout_ms) {
98 *timeout_ms = static_cast<Source*>(source)->injector->HandlePrepare();
102 static gboolean Check(GSource* source) {
103 return static_cast<Source*>(source)->injector->HandleCheck()
    [all...]
  /external/chromium/net/base/
gzip_filter_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
71 // Get the path of source data file.
115 // Compress the data in source with deflate encoding and write output to the
120 int CompressAll(EncodeMode mode, const char* source, int source_size,
140 zlib_stream.next_in = bit_cast<Bytef*>(source);
164 // Parameters: Source and source_len are original data and its size.
169 const char* source,
211 // Compare the decoding result with source data
214 EXPECT_EQ(memcmp(source, decode_buffer, source_len), 0);
218 // Parameters: Source and source_len are compressed data and its size
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 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.

Completed in 1626 milliseconds

<<51525354555657585960>>