HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 1276 - 1300 of 4117) sorted by null

<<51525354555657585960>>

  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.5.0-alpha-preview-01/
lint-tests-25.5.0-alpha-preview-01.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java 2 * Copyright (C) 2009 The Android Open Source Project
678 final DragSource source = new DragSource(item, DND.DROP_COPY); local
679 source.setTransfer(new Transfer[] { SimpleXmlTransfer.getInstance() });
680 source.addDragListener(new DescDragSourceListener(desc));
684 source.dispose();
756 // Preview images are created before the drag source listener is notified
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TimePickerTest.java 2 * Copyright (C) 2008 The Android Open Source Project
290 MyTimePicker source = new MyTimePicker(mActivity); local
294 source.setCurrentHour(expectHour);
295 source.setCurrentMinute(expectMinute);
297 Parcelable p = source.onSaveInstanceState();
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 2 * Copyright (C) 2007 The Android Open Source Project
440 * two register sources, and have a source equal to the result,
441 * place that source first.
453 * two register sources, and have a source equal to the result,
454 * place that source first.
470 * if the second source is the same register as the result,
592 RegisterSpec source = local
596 RegisterSpecList.make(dest, source));
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 2 * Copyright (C) 2007 The Android Open Source Project
121 * {@code null-ok;} the source position for the return block or {@code null}
331 * What we do is first move all the source registers into
596 RegisterSpec source = sources.get(0); local
597 TypeBearer type = source.getTypeBearer();
598 if (source.getReg() != 0) {
601 source));
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 2 * Copyright (C) 2007 The Android Open Source Project
447 * two register sources, and have a source equal to the result,
448 * place that source first.
460 * two register sources, and have a source equal to the result,
461 * place that source first.
477 * if the second source is the same register as the result,
600 RegisterSpec source = local
604 RegisterSpecList.make(dest, source));
    [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
Playback.java 2 * Copyright (C) 2014 The Android Open Source Project
153 String source = track.getString(MediaMetadataCompat.METADATA_KEY_MEDIA_URI); local
160 mMediaPlayer.setDataSource(source);
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
Playback.java 2 * Copyright (C) 2014 The Android Open Source Project
153 String source = track.getString(MediaMetadataCompat.METADATA_KEY_MEDIA_URI); local
160 mMediaPlayer.setDataSource(source);
  /development/ndk/platforms/android-9/include/linux/
tcp.h 19 __u16 source; member in struct:tcphdr
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
Playback.java 2 * Copyright (C) 2014 The Android Open Source Project
164 String source = track.getString(MusicProvider.CUSTOM_METADATA_TRACK_SOURCE); local
172 mMediaPlayer.setDataSource(source);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
MusicProvider.java 2 * Copyright (C) 2014 The Android Open Source Project
60 private static final String JSON_SOURCE = "source";
255 String source = json.getString(JSON_SOURCE); local
264 if (!source.startsWith("http")) {
265 source = basePath + source;
271 // the music source. In a real world app, this could come from the server.
272 String id = String.valueOf(source.hashCode());
274 // Adding the music source to the MediaMetadata (and consequently using it in the
280 .putString(CUSTOM_METADATA_TRACK_SOURCE, source)
    [all...]
  /device/google/dragon/audio/hal/
cras_dsp_pipeline.c 2 * Use of this source code is governed by a BSD-style license that can be
92 /* This is the total buffering delay from source to this instance. It is
409 struct plugin *source = find_enabled_builtin_plugin( local
410 ini, "source", purpose, env);
414 if (!source || !sink) {
416 "no enabled source or sink found %p/%p for %s",
417 source, sink, purpose);
441 &pipeline->instances, source);
446 syslog(LOG_ERR, "source(%p) or sink(%p) missing/disabled?",
447 source, sink)
824 float *source[input_channels]; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 645 PyObject *source; local
671 /* Call get_source() to get the source code. */
672 source = PyObject_CallMethodObjArgs(loader, get_source_name,
674 if (!source)
676 else if (source == Py_None) {
681 /* Split the source into lines. */
682 source_list = PyObject_CallMethodObjArgs(source, splitlines_name,
684 Py_DECREF(source);
688 /* Get the source line. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 644 PyObject *source; local
670 /* Call get_source() to get the source code. */
671 source = PyObject_CallMethodObjArgs(loader, get_source_name,
673 if (!source)
675 else if (source == Py_None) {
680 /* Split the source into lines. */
681 source_list = PyObject_CallMethodObjArgs(source, splitlines_name,
683 Py_DECREF(source);
687 /* Get the source line. */
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 404 const char *source; /* (S) */ member in struct:lua_Debug
  /external/ImageMagick/MagickCore/
shear.c 1192 source, local
1415 source, local
    [all...]
  /external/ImageMagick/coders/
pict.c 1088 source, local
    [all...]
  /external/bison/src/
ielr.c 121 symbol's goto will be the source of the edge after the
130 redundancy is that source and destination might be the same
138 goto_number source = local
141 if (i != source && !bitset_test (sources, source))
143 bitset_set (sources, source);
145 ++(*edge_countsp)[source];
157 bitset_bindex source; local
159 BITSET_FOR_EACH (biter_source, sources, source, 0)
160 (*edgesp)[i][j++] = source;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp 297 string source = versionDecl + "\n" local
311 sourceCollections.glslSources.add(m_name) << glu::ComputeSource(source.c_str());
371 string source = versionDecl + "\n" local
386 sourceCollections.glslSources.add(m_name) << glu::ComputeSource(source.c_str());
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeStateApiTests.cpp 5 * Copyright 2014 The Android Open Source Project
71 static std::string getVtxFragVersionSources (const std::string source, NegativeTestContext& ctx)
79 return tcu::StringTemplate(source).specialize(args);
371 char source[1] = { 0 }; local
376 ctx.glGetShaderSource(-1, 1, &length[0], &source[0]);
381 ctx.glGetShaderSource(program, 1, &length[0], &source[0]);
386 ctx.glGetShaderSource(shader, -1, &length[0], &source[0]);
    [all...]
  /external/dnsmasq/src/
cache.c 1239 char *source, *dest = addrbuff; local
    [all...]
  /external/freetype/src/base/
ftdbgmem.c 96 FT_MemSource source; member in struct:FT_MemNodeRec_
372 FT_FILENAME( node->source->file_name ),
373 node->source->line_no );
399 FT_MemSource source, next; local
402 for ( source = table->sources[i]; source != NULL; source = next )
404 next = source->link;
405 ft_mem_table_free( table, source );
517 FT_MemSource source; local
619 FT_MemSource source; local
938 FT_MemSource source = *bucket; local
952 FT_MemSource source = *bucket; local
976 FT_MemSource source = sources[nn]; local
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 286 private E transferElement(Stack<E> source, Stack<E> destination) {
287 if (source.isEmpty()) {
291 destination.push(source.pop());
351 * is not enough to simply pull multiple iterators from the same source
424 private static List<Object> subListCopy(Object[] source, int size) {
426 System.arraycopy(source, 0, copy, 0, size);
  /external/guice/core/src/com/google/inject/internal/
Errors.java 92 * The parent errors object. Used to obtain the chain of source objects.
97 * The leaf source for errors added here.
99 private final Object source; field in class:Errors
109 this.source = SourceProvider.UNKNOWN_SOURCE;
112 public Errors(Object source) {
115 this.source = source;
118 private Errors(Errors parent, Object source) {
121 this.source = source;
    [all...]

Completed in 1999 milliseconds

<<51525354555657585960>>