HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 1 - 25 of 489) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrackSourcesCallback.idl 27 void handleEvent(sequence<SourceInfo> sources);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/drm/
SConscript 17 sources = [
26 source = sources,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
SConscript 14 sources = [
24 source = sources,
  /external/mesa3d/src/gallium/state_trackers/dri/drm/
SConscript 17 sources = [
26 source = sources,
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
SConscript 14 sources = [
24 source = sources,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/sw/
SConscript 17 sources = [
26 source = sources,
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
SConscript 17 sources = [
26 source = sources,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/
SConscript 14 sources = [
25 sources.append('gdi/native_gdi.c')
35 sources.append([
43 sources.append(['#/src/glx/dri2.c'])
51 sources.append(['drm/native_drm.c', 'drm/modeset.c'])
55 source = sources,
  /external/mesa3d/src/gallium/state_trackers/egl/
SConscript 14 sources = [
25 sources.append('gdi/native_gdi.c')
35 sources.append([
43 sources.append(['#/src/glx/dri2.c'])
51 sources.append(['drm/native_drm.c', 'drm/modeset.c'])
55 source = sources,
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
RegisterMapper.java 45 * @param sources old register list
48 public final RegisterSpecList map(RegisterSpecList sources) {
49 int sz = sources.size();
53 newSources.set(i, map(sources.get(i)));
58 // Return the old sources if nothing has changed.
59 return newSources.equals(sources) ? sources : newSources;
  /dalvik/dx/src/com/android/dx/ssa/
RegisterMapper.java 45 * @param sources old register list
48 public final RegisterSpecList map(RegisterSpecList sources) {
49 int sz = sources.size();
53 newSources.set(i, map(sources.get(i)));
58 // Return the old sources if nothing has changed.
59 return newSources.equals(sources) ? sources : newSources;
64 * @param sources old register set
67 public final RegisterSpecSet map(RegisterSpecSet sources) {
68 int sz = sources.getMaxSize()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
Makefile 7 include Makefile.sources
  /external/mesa3d/src/gallium/drivers/i915/
Makefile 7 include Makefile.sources
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
SConscript 20 sources = ['libgl_gdi.c']
33 sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def']
35 sources += ['#src/gallium/state_trackers/wgl/opengl32.def']
49 source = sources,
  /external/mesa3d/src/gallium/targets/libgl-gdi/
SConscript 20 sources = ['libgl_gdi.c']
33 sources += ['#src/gallium/state_trackers/wgl/opengl32.mingw.def']
35 sources += ['#src/gallium/state_trackers/wgl/opengl32.def']
49 source = sources,
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
setup.py 48 """parse the Sources macro"""
51 sources = []
59 sources.append(fn)
61 return sources
63 def RunSetup(incldir, cppflags, sources):
72 sources=sources,
83 sources = ParseSources(opts["sources"], opts["srcdir"].strip()) variable
84 sources.append('yasm_python.c'
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
sourcesView.css 31 #sources-panel-sources-view {
36 #sources-editor-container-tabbed-pane {
40 #sources-editor-container-tabbed-pane .tabbed-pane-header-tab {
44 #sources-panel-sources-view .tabbed-pane-header {
48 #sources-panel-sources-view .sources-status-bar {
56 #sources-panel-sources-view .sources-status-bar .status-bar-item
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
TranslationAdvice.java 31 * The instruction associated must have exactly two sources.
43 * Returns true if the translation target requires the sources of the
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
  /dalvik/dx/src/com/android/dx/rop/code/
TranslationAdvice.java 31 * The instruction associated must have exactly two sources.
43 * Returns true if the translation target requires the sources of the
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
Makefile 6 include Makefile.sources
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Makefile 7 include Makefile.sources
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Makefile 7 include Makefile.sources
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
SConscript 25 sources = [
40 source = sources,
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/
SConscript 14 sources = [
24 source = sources,
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
TranslationAdvice.java 31 * The instruction associated must have exactly two sources.
43 * Returns true if the translation target requires the sources of the
47 * @param sources {@code non-null;} source list
48 * @return {@code true} iff the target requires the sources to be
51 public boolean requiresSourcesInOrder(Rop opcode, RegisterSpecList sources);

Completed in 1008 milliseconds

1 2 3 4 5 6 7 8 91011>>