HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 501 - 525 of 1682) sorted by null

<<21222324252627282930>>

  /bionic/libc/kernel/uapi/linux/
if_arcnet.h 11 *** source file (e.g. under external/kernel-headers/original/) then
66 __u8 source; member in struct:arc_hardware
  /bionic/libc/kernel/uapi/xen/
gntdev.h 11 *** source file (e.g. under external/kernel-headers/original/) then
64 } source, dest; member in struct:gntdev_grant_copy_segment
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 25 * file that came with this source. At a minimum, the lexer should work on a
32 * <li> include this source file in an html page via
35 * <li> mark the {@code <pre>} and {@code <code>} tags in your source with
169 /** token style for embedded source. */
368 } else if (/[a-z]/i.test(regex.source.replace(
483 var parts = regex.source.match(
677 * @return {Object} source code and extracted tags.
739 return { source: sourceBuf.join(''), tags: extractedTags };
755 * @param {number} basePos the index of sourceCode within the chunk of source
761 source: sourceCode
760 var job = { property in class:appendDecorations.job
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioRecordHelper.java 18 private static final int[] SOURCE = {
29 private final int source; field in class:AudioRecordHelper
39 for (int source : SOURCE) {
42 AudioRecord testAudioRecord = new AudioRecord(source, rate, CHANNEL, ENCODING,
47 tmpSource = source;
57 source = tmpSource;
58 Log.d(TAG, "Sample rate = " + sampleRate + "Hz, Source = "
59 + source + " (VOICE_RECOGNITION = 6 , MIC = 1)");
76 audioRecord = new AudioRecord(source, sampleRate, CHANNEL, ENCODING, bufferSize)
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsKeyEventUtil.java 2 * Copyright (C) 2016 The Android Open Source Project
178 int source = event.getSource(); local
180 if (source == InputDevice.SOURCE_UNKNOWN) {
181 source = InputDevice.SOURCE_KEYBOARD;
191 metaState, deviceId, scanCode, flags, source);
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
CtsKeyEventUtil.java 2 * Copyright (C) 2016 The Android Open Source Project
178 int source = event.getSource(); local
180 if (source == InputDevice.SOURCE_UNKNOWN) {
181 source = InputDevice.SOURCE_KEYBOARD;
191 metaState, deviceId, scanCode, flags, source);
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
ExternalStorageTest.java 2 * Copyright (C) 2012 The Android Open Source Project
107 final Uri source = Uri.parse("http://www.example.com"); local
109 dm.enqueue(new Request(source).setDestinationUri(Uri.fromFile(target)));
125 final Uri source = Uri.parse("http://www.example.com"); local
129 final long id = dm.enqueue(new Request(source).setDestinationUri(Uri.fromFile(target)));
  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 2 * Copyright (C) 2010 The Android Open Source Project
169 String source = expectationsFile.toString(); local
170 parse(fileReader, source, mode);
174 private void parse(Reader reader, String source, ModeId mode) throws IOException {
185 Log.verbose("loaded " + count + " expectations from " + source);
  /cts/tests/tests/media/src/android/media/cts/
CodecUtils.java 2 * Copyright 2014 The Android Open Source Project
123 public native static void copyFlexYUVImage(CodecImage target, CodecImage source);
125 public static void copyFlexYUVImage(Image target, CodecImage source) {
126 copyFlexYUVImage(ImageWrapper.createFromImage(target), source); local
128 public static void copyFlexYUVImage(Image target, Image source) {
131 ImageWrapper.createFromImage(source));
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerClientApiTest.java 2 * Copyright (C) 2016 The Android Open Source Project
376 final ShortcutInfo source = makeShortcutBuilder("s1")
388 assertTrue(getManager().setDynamicShortcuts(list(source)));
436 final ShortcutInfo source = makeShortcutBuilder("s1")
448 assertTrue(getManager().setDynamicShortcuts(list(source)));
1876 final ShortcutInfo source = makeShortcutBuilder("s1") local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
HtmlTest.java 2 * Copyright (C) 2009 The Android Open Source Project
56 final String source = "<b>hello</b>"; local
58 Spanned spanned = Html.fromHtml(source);
60 spanned = Html.fromHtml(source, null, null);
79 final String source = "Hello <b>b<i>bi</b>i</i>"; local
81 Spanned spanned = Html.fromHtml(source);
83 spanned = Html.fromHtml(source, null, null);
98 final String source = "&copy; &gt; &lt"; local
101 String spanned = Html.fromHtml(source).toString();
103 spanned = Html.fromHtml(source, null, null).toString()
395 String source = String.format("Hello <%s>struck<\/%s> world", tag, tag); local
415 String source = String.format("<%s style=\\"text-align:start\\">TEXT<\/%s>" local
458 String source = "<blockquote>BLOCKQUOTE<\/blockquote>" local
481 String source = "CITRUS FRUITS:<ul><li>LEMON<\/li><li>LIME<\/li><li>ORANGE<\/li><\/ul>"; local
504 String source = "<p>Line 1<\/p><p>Line 2<\/p>"; local
533 String source = "<h1>Heading 1<\/h1><h1>Heading 2<\/h1>"; local
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
NumberKeyListenerTest.java 2 * Copyright (C) 2008 The Android Open Source Project
57 String source = "Android test"; local
59 assertEquals("", mMockNumberKeyListener.filter(source, 0, source.length(),
62 source = "12345";
64 assertNull(mMockNumberKeyListener.filter(source, 0, source.length(), dest, 0,
67 source = "";
69 assertNull(mMockNumberKeyListener.filter(source, 0, source.length(), dest, 0
    [all...]
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
AdapterTransitionFragment.java 2 * Copyright 2014 The Android Open Source Project
262 View source = mAbsListView.getChildAt(index); local
263 if (null == source) {
271 source.getWidth(), source.getHeight());
272 params.leftMargin = (int) source.getX();
273 params.topMargin = (int) source.getY();
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskBackService.java 2 * Copyright (C) 2011 The Android Open Source Project
82 AccessibilityNodeInfo source = event.getSource(); local
83 if (source == null) {
88 AccessibilityNodeInfo rowNode = getListItemNodeInfo(source);
143 private AccessibilityNodeInfo getListItemNodeInfo(AccessibilityNodeInfo source) {
144 AccessibilityNodeInfo current = source;
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
hisi_ipc.c 78 hisi_ipc_clear_ack(enum src_id source, enum lpm3_mbox_id mbox)
88 mmio_write_32(IPC_MBX_ICLR_REG(mbox), source); local
92 hisi_ipc_send_cmd_with_ack(enum src_id source, enum lpm3_mbox_id mbox,
104 mmio_write_32(IPC_MBX_SOURCE_REG(mbox), source); local
106 if (regval == source)
116 mask = (~((int)source | SRC_LPM3) & 0x3F);
123 mmio_write_32(IPC_MBX_SEND_REG(mbox), source); local
125 hisi_ipc_clear_ack(source, mbox);
128 mmio_write_32(IPC_MBX_SOURCE_REG(mbox), source); local
136 enum src_id source = SRC_IDLE local
150 enum src_id source = SRC_IDLE; local
167 enum src_id source = SRC_IDLE; local
181 enum src_id source = SRC_IDLE; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llex.h 62 TString *source; /* current source name */ member in struct:LexState
70 TString *source, int firstchar);
  /external/ImageMagick/coders/
emf.c 267 static wchar_t *ConvertUTF8ToUTF16(const unsigned char *source)
275 length=UTF8ToUTF16(source,(wchar_t *) NULL);
284 length=strlen((char *) source);
289 utf16[i]=source[i];
295 length=UTF8ToUTF16(source,utf16);
653 static inline void EMFSetDimensions(Image * image,Gdiplus::Image *source)
658 image->columns=(size_t) floor((Gdiplus::REAL) source->GetWidth()/
659 source->GetHorizontalResolution()*image->resolution.x+0.5);
660 image->rows=(size_t)floor((Gdiplus::REAL) source->GetHeight()/
661 source->GetVerticalResolution()*image->resolution.y+0.5)
676 *source; local
759 delete source; local
766 delete source; local
784 delete source; local
    [all...]
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-combine_latest.hpp 9 \tparam AN types of scheduler (optional), aggregate function (optional), and source observables
11 \param an scheduler (optional), aggregation function (optional), and source observables
13 \return Observable that emits items that are the result of combining the items emitted by the source observables.
119 : source(std::move(o))
124 tuple_source_type source; member in struct:rxcpp::operators::detail::combine_latest::values
146 auto source = on_exception( local
147 [&](){return state->coordinator.in(std::get<Index>(state->source));},
149 if (source.empty()) {
192 source->subscribe(std::move(selectedSink.get()));
rx-concat_map.hpp 14 \param s a function that returns an observable for each item emitted by the source observable.
15 \param rs a function that combines one item emitted by each of the source and collection observables and returns an item to be emitted by the resulting observable (optional).
18 \return Observable that emits the results of applying a function to a pair of values emitted by the source observable and the collection observable.
108 : source(std::move(o))
114 source_type source; member in struct:rxcpp::operators::detail::concat_map::values
175 // this subscribe does not share the source subscription
176 // so that when it is unsubscribed the source will continue
227 auto source = on_exception( local
228 [&](){return state->coordinator.in(state->source);},
230 if (source.empty())
    [all...]
rx-reduce.hpp 14 \param a an accumulator function to be invoked on each item emitted by the source observable, the result of which will be used in the next accumulator call
17 \return An observable that emits a single item that is the result of accumulating the output from the items emitted by the source observable.
29 Geometric mean of source values:
33 If the source observable completes without emitting any items, the resulting observable emits the result of passing the initial seed to the result selector:
117 : source(std::move(o))
123 source_type source; member in struct:rxcpp::operators::detail::reduce::reduce_initial_type
148 , source(i.source)
153 source_type source; member in struct:rxcpp::operators::detail::reduce::reduce_state_type
161 state->source.subscribe
    [all...]
rx-with_latest_from.hpp 9 \tparam AN types of scheduler (optional), aggregate function (optional), and source observables
11 \param an scheduler (optional), aggregation function (optional), and source observables
13 \return Observable that emits items that are the result of combining the items emitted by the source observables.
119 : source(std::move(o))
124 tuple_source_type source; member in struct:rxcpp::operators::detail::with_latest_from::values
146 auto source = on_exception( local
147 [&](){return state->coordinator.in(std::get<Index>(state->source));},
149 if (source.empty()) {
192 source->subscribe(std::move(selectedSink.get()));
rx-zip.hpp 14 \tparam AN types of scheduler (optional), aggregate function (optional), and source observables
16 \param an scheduler (optional), aggregation function (optional), and source observables
18 \return Observable that emits the result of combining the items emitted and brought by one from each of the source observables.
63 bool operator()(zip_source_state<Observable>& source) const {
64 return !source.values.empty();
70 bool operator()(zip_source_state<Observable>& source) const {
71 return source.completed && source.values.empty();
77 Value operator()(zip_source_state<Observable>& source) const {
78 auto val = std::move(source.values.front())
158 tuple_source_type source; member in struct:rxcpp::operators::detail::zip::values
180 auto source = on_exception( local
    [all...]
  /external/adhd/cras/src/server/
cras_dsp_ini.c 2 * Use of this source code is governed by a BSD-style license that can be
26 - Built-in plugins have an attribute "label" which has value "source"
324 struct plugin *source, *sink; local
343 source = ARRAY_APPEND_ZERO(&ini->plugins);
344 source->title = "source";
345 source->library = "builtin";
346 source->label = "source";
347 source->purpose = purpose
    [all...]
  /external/antlr/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 66 public static void parse(File source) throws Exception
76 if (source.isDirectory())
78 System.out.println("Directory: " + source.getAbsolutePath());
79 String files[] = source.list();
83 parse(new File(source, files[i]));
93 String sourceFile = source.getName();
103 parseSource(source.getAbsolutePath());
116 public static void parseSource(String source) throws Exception
123 // and tell the lexer that that is the character source.
127 lexer.setCharStream(new ANTLRFileStream(source, "UTF8"))
    [all...]
  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/changes/
ChangeSetPerformer.java 188 final String source = entry.getName(); local
194 if (type == Change.TYPE_DELETE && source.equals(target)) {
198 if (type == Change.TYPE_DELETE_DIR && source.startsWith(target + "/")){

Completed in 2059 milliseconds

<<21222324252627282930>>