HomeSort by relevance Sort by last modified time
    Searched full:sources (Results 126 - 150 of 1295) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/WebKitTools/Scripts/
parallelcl 41 my @sources;
64 push(@sources, $possibleFirstFile);
70 print STDERR "####### Found first source file $sources[0] ########\n" if @sources && $debug;
77 push(@sources, $source) if length($source);
81 my $numSources = @sources;
114 fisher_yates_shuffle(@sources); # permutes @array in place
119 while (@sources) {
120 while (@sources && @children < $numJobs) {
123 my $job = makeJob(@sources, $jobSize)
    [all...]
  /ndk/build/tools/
rebuild-all-prebuilt.sh 53 register_var_option "--git-http" OPTION_GIT_HTTP "Download sources with http."
65 By default, the script will download the toolchain sources from the Internet,
130 # Unpack the toolchain sources
145 dump "Unpack sources from $OPTION_TOOLCHAIN_SRC_PKG"
148 dump "ERROR: Could not unpack toolchain sources!"
152 # Download the toolchain sources
153 dump "Download sources from android.git.kernel.org"
158 $PROGDIR/download-toolchain-sources.sh $DOWNLOAD_FLAGS $SRC_DIR
160 dump "ERROR: Could not download toolchain sources!"
192 # Build the toolchain from sources
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Insn.java 29 * list of actual sources and result registers/values, and additional
42 /** {@code non-null;} specs for all the sources of this instruction */
43 private final RegisterSpecList sources; field in class:Insn
51 * @param sources {@code non-null;} specs for all the sources
54 RegisterSpecList sources) {
63 if (sources == null) {
64 throw new NullPointerException("sources == null");
70 this.sources = sources;
    [all...]
  /external/chromium/base/
base.gypi 15 'sources': [
281 'sources/': [
285 'sources!': [
294 'sources!': [
304 'sources/': [ ['exclude', '_freebsd\\.cc$'] ],
308 'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
314 'sources!': [
317 'sources': [
323 'sources!': [
330 'sources!':
    [all...]
  /external/skia/xcode/Simple/Simple.xcodeproj/
project.pbxproj 10 0099A4CA0EF176A5004F1DA4 /* SimpleApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0099A4C90EF176A5004F1DA4 /* SimpleApp.cpp */; };
12 00AFCD750EF1679700BD2FF1 /* skia_mac.cp in Sources */ = {isa = PBXBuildFile; fileRef = 00AFCD730EF1679700BD2FF1 /* skia_mac.cp */; };
81 20286C2AFDCF999611CA2CEA /* Sources */,
90 20286C2AFDCF999611CA2CEA /* Sources */ = {
96 name = Sources;
134 8D0C4E8F0486CD37000505A6 /* Sources */,
194 8D0C4E8F0486CD37000505A6 /* Sources */ = {
198 00AFCD750EF1679700BD2FF1 /* skia_mac.cp in Sources */,
199 0099A4CA0EF176A5004F1DA4 /* SimpleApp.cpp in Sources */,
  /bionic/libc/kernel/tools/
update_all.py 44 sources = [] variable
49 sources.append( "%s/%s" % (root,file) )
60 for path in sources:
  /cts/tools/signature-tools/src/signature/converter/
Main.java 35 Set<String> sources = new HashSet<String>(); local
41 sources.add(args[at]);
75 Visibility.PROTECTED, sources, packages));
  /cts/tools/dex-tools/test/dex/reader/util/
JavaSourceToDexUtil.java 51 public dex.structure.DexFile getAllFrom(Set<JavaSource> sources) throws IOException{
52 return getFrom(sources, null);
62 public dex.structure.DexFile getFrom(Set<JavaSource> sources,
64 Set<MemoryByteCode> byteCodeInMemory = compileToByteCode(sources);
  /development/host/windows/usb/adb_winapi_test/
MAKEFILE 18 # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
  /development/host/windows/usb/api/
MAKEFILE 18 # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
  /development/host/windows/usb/winusb/
MAKEFILE 18 # DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
  /external/chromium/net/third_party/nss/
nss.gyp 27 'sources': [
81 'sources!': [
109 'sources/': [
112 'sources!': [
  /external/clearsilver/
LICENSE 6 A few files are from other sources, and will include their respective
  /external/dropbear/libtomcrypt/notes/
tech0001.txt 9 where there are few sources of entropy or physical sources.
54 multiple sources. If you have a network adapter and other sources of events (keyboard, mouse, etc...) trapping their
  /external/elfutils/libdw/
dwarf_onesrcline.c 1 /* Return one of the sources lines of a CU.
  /external/qemu/
README 1 This package contains the sources to the Android emulator program.
  /external/qemu/distrib/
build-emulator.sh 31 echo "ERROR: could not build the emulator, please check the sources"
  /external/webkit/JavaScriptCore/
jsc.pro 4 SOURCES = jsc.cpp
wscript 35 sources = []
41 sources += ['jit/ExecutableAllocatorWin.cpp', 'runtime/MarkStackWin.cpp']
47 # build the derived sources
82 source = sources,
  /external/webkit/JavaScriptCore/qt/api/
QtScript.pro 21 SOURCES += $$PWD/qscriptengine.cpp \
  /external/webkit/WebKit/qt/tests/hybridPixmap/
hybridPixmap.pro 6 SOURCES += widget.cpp
  /external/webkit/WebKit/qt/tests/
tests.pri 5 SOURCES += $$_PRO_FILE_PWD_/$${TARGET}.cpp
  /external/webkit/WebKitTools/QtLauncher/
QtLauncher.pro 3 SOURCES += \
  /external/wpa_supplicant/wpa_gui/
wpa_gui.pro 23 SOURCES += main.cpp \
  /external/wpa_supplicant/wpa_gui-qt4/
wpa_gui.pro 28 SOURCES += main.cpp \

Completed in 553 milliseconds

1 2 3 4 56 7 8 91011>>