HomeSort by relevance Sort by last modified time
    Searched refs:deps (Results 1001 - 1025 of 1618) sorted by null

<<41424344454647484950>>

  /external/chromium_org/webkit/
webkit_storage_renderer.target.darwin-mips.mk 12 # Make sure our deps are built first.
18 # Make sure our deps and generated files are built first.
webkit_storage_renderer.target.darwin-x86.mk 12 # Make sure our deps are built first.
18 # Make sure our deps and generated files are built first.
webkit_storage_renderer.target.linux-arm.mk 12 # Make sure our deps are built first.
18 # Make sure our deps and generated files are built first.
webkit_storage_renderer.target.linux-mips.mk 12 # Make sure our deps are built first.
18 # Make sure our deps and generated files are built first.
webkit_storage_renderer.target.linux-x86.mk 12 # Make sure our deps are built first.
18 # Make sure our deps and generated files are built first.
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_nmf_test.py 168 def StripDependencies(self, deps):
176 for name in deps:
  /external/smali/smali/
Android.mk 37 ANTLR_JAR = $(call java-lib-deps,antlr,true)
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmGenerator.java 194 public void setDeps(Map<String, ClassReader> deps) {
195 mDeps = deps;
235 mLog.info("# deps classes: %d", mDeps.size());
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java 117 Set<INode> deps = new HashSet<INode>(horizontalDeps.size() + verticalDeps.size()); local
118 deps.addAll(horizontalDeps);
119 deps.addAll(verticalDeps);
120 if (deps.size() > 0) {
122 for (INode node : deps) {
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/
host_gcc.mk 106 # $4 = List of deps
123 # $4 = List of DEPS
host_vc.mk 92 # $4 = List of deps
109 # $4 = List of DEPS
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 56 """Parses the .DEPS.git file from Chromium and returns its contents.
59 deps_content: The contents of the .DEPS.git file as text.
61 A dictionary of the contents of .DEPS.git at the specified revision
94 """Gets the git URL and SHA1 for each project based on .DEPS.git.
98 deps_vars: The dictionary of dependencies from .DEPS.git.
102 TemporaryMergeError: if a project to be merged is not found in .DEPS.git.
105 deps_vars['deps'],
111 for deps in deps_fallback_order:
116 url_plus_sha1 = deps.get(upstream_path)
121 'Could not find .DEPS.git entry for project %s. This probably
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 439 } deps; member in struct:cpp_options
680 /* Call these to get pointers to the options, callback, and deps
688 extern struct deps *cpp_get_deps (cpp_reader *);
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 439 } deps; member in struct:cpp_options
680 /* Call these to get pointers to the options, callback, and deps
688 extern struct deps *cpp_get_deps (cpp_reader *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 439 } deps; member in struct:cpp_options
680 /* Call these to get pointers to the options, callback, and deps
688 extern struct deps *cpp_get_deps (cpp_reader *);
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 439 } deps; member in struct:cpp_options
680 /* Call these to get pointers to the options, callback, and deps
688 extern struct deps *cpp_get_deps (cpp_reader *);
    [all...]
  /build/core/
droiddoc.mk 79 full_java_lib_deps := $(call java-lib-deps,$(LOCAL_JAVA_LIBRARIES),$(LOCAL_IS_HOST_MODULE)) $(LOCAL_CLASSPATH)
  /external/chromium_org/android_webview/
android_webview_common.target.darwin-arm.mk 12 # Make sure our deps are built first.
21 # Make sure our deps and generated files are built first.
android_webview_common.target.darwin-mips.mk 12 # Make sure our deps are built first.
21 # Make sure our deps and generated files are built first.
android_webview_common.target.darwin-x86.mk 12 # Make sure our deps are built first.
21 # Make sure our deps and generated files are built first.
android_webview_common.target.linux-arm.mk 12 # Make sure our deps are built first.
21 # Make sure our deps and generated files are built first.
android_webview_common.target.linux-mips.mk 12 # Make sure our deps are built first.
21 # Make sure our deps and generated files are built first.
android_webview_common.target.linux-x86.mk 12 # Make sure our deps are built first.
21 # Make sure our deps and generated files are built first.
  /external/chromium_org/android_webview/native/
webview_native.target.darwin-arm.mk 12 # Make sure our deps are built first.
20 # Make sure our deps and generated files are built first.

Completed in 1642 milliseconds

<<41424344454647484950>>