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

<<11121314151617181920

  /external/mesa3d/src/glx/apple/
Makefile 28 SOURCES = \
61 include $(TOP)/src/mesa/sources.mak
68 OBJECTS = $(SOURCES:.c=.o)
103 depend: $(SOURCES) $(MESA_GLAPI_SOURCES) $(MESA_GLAPI_ASM_SOURCES) Makefile
106 $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(SOURCES) \
  /external/chromium_org/third_party/WebKit/Source/core/
inspector_protocol_sources.target.darwin-arm.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.darwin-arm64.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.darwin-mips.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.darwin-mips64.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.darwin-x86.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.darwin-x86_64.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.linux-arm.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.linux-arm64.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.linux-mips.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.linux-mips64.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.linux-x86.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
inspector_protocol_sources.target.linux-x86_64.mk 24 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
InplaceFormatterEditorAction.js 55 this._button = new WebInspector.StatusBarButton(WebInspector.UIString("Format"), "sources-toggle-pretty-print-status-bar-item");
AdvancedSearchView.js 24 this._search.placeholder = WebInspector.UIString("Search sources");
363 WebInspector.inspectorView.showPanel("sources");
364 WebInspector.inspectorView.showViewInDrawer("sources.search");
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/
karma.conf.js 36 // sources
  /external/chromium_org/v8/test/mjsunit/
debug-set-script-source.js 54 // Compile different sources.
  /external/libvpx/
libvpx-offsets.mk 55 # The ARM assembly sources must be converted from ADS to GAS compatible format.
  /external/mesa3d/src/glsl/
Android.mk 28 include $(LOCAL_PATH)/Makefile.sources
  /external/bison/src/
ielr.c 103 bitset sources = bitset_create (ngotos, BITSET_FIXED); local
141 if (i != source && !bitset_test (sources, source))
143 bitset_set (sources, source);
159 BITSET_FOR_EACH (biter_source, sources, source, 0)
164 bitset_zero (sources);
166 bitset_free (sources);
    [all...]
  /external/chromium_org/chrome/browser/resources/hangout_services/
thunk.js 169 var sources = message['sources'];
171 sources, port.sender.tab, sendResponse);
  /external/chromium_org/content/renderer/media/
user_media_client_impl.cc 118 // Force-close all outstanding user media requests and local sources here,
448 sources(request->audio_input_devices.size() +
457 sources[i].initialize(blink::WebString::fromUTF8(device.id),
477 sources[offset + i].initialize(blink::WebString::fromUTF8(device.id),
483 EnumerateSourcesSucceded(&request->sources_request, sources);
789 blink::WebVector<blink::WebSourceInfo>& sources) {
790 request->requestSucceeded(sources);
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py 197 # sources as well as the starting directory a given gyp rule/action
435 # compile any sources, so compute a list of predependencies for sources
450 sources = extra_sources + spec.get('sources', [])
451 if sources:
461 sources, self.abs_build_dir, generator_flags, self.GypPathToNinja)
470 self.ninja, config_name, config, sources, compile_depends_stamp, pch,
472 # Some actions/rules output 'sources' that are already object files.
473 obj_outputs = [f for f in sources if f.endswith(self.obj_ext)
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 291 # Expand sources files using glob.
292 sources = glob.glob(src_file)
293 if not sources:
294 sources = [src_file]
296 if len(sources) > 1 and not dest_file.endswith('/'):
300 for source in sources:
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 465 * Adds specified insn to the uses list for all of its sources.
515 * @param oldSources {@code null-ok;} list of sources that were
526 RegisterSpecList sources = insn.getSources(); local
527 int szNew = sources.size();
530 int reg = sources.get(i).getReg();
537 * {@code oldSources} (rather than the sources currently

Completed in 421 milliseconds

<<11121314151617181920