HomeSort by relevance Sort by last modified time
    Searched defs:project (Results 51 - 75 of 1376) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gradle-plugin/com/google/gms/google-services/1.3.0-beta3/
google-services-1.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/1.3.0-beta4/
google-services-1.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/1.3.1/
google-services-1.3.1.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/1.4.0-alpha1/
google-services-1.4.0-alpha1.jar 
  /sdk/files/
android.el 1 ;;;; Copyright 2007 The Android Open Source Project
9 (defvar android-jdb-project-root-history '()
10 "history of project roots supplied to `android-jdb'")
26 (defcustom android-project-root nil
27 "This is where your Android project root is stored."
41 (defun android-read-project-root ()
44 (read-file-name "Android project root: "
45 android-project-root
51 (read-file-name "Android project root: "
52 android-project-roo
    [all...]
  /prebuilts/gradle-plugin/com/google/gms/google-services/3.0.0/
google-services-3.0.0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
maven-project-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-project/2.2.1/
maven-project-2.2.1.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/1.5.0/
google-services-1.5.0.jar 
  /prebuilts/gradle-plugin/com/google/gms/google-services/2.0.0-alpha1/
google-services-2.0.0-alpha1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 2 * Copyright (C) 2007 The Android Open Source Project
17 package com.android.ide.eclipse.adt.internal.project;
70 * Project filter to be used with {@link BaseProjectHelper#getAndroidProjects(IProjectFilter)}.
73 boolean accept(IProject project);
77 * returns a list of source classpath for a specified project
97 * returns a list of source classpath for a specified project
98 * @param project
101 public static List<IPath> getSourceClasspaths(IProject project) {
102 IJavaProject javaProject = JavaCore.create(project);
164 // on Windows, when adding a marker to a project, it takes a refresh for the marke
445 IProject project = javaProject.getProject(); local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Projector.java 2 * Copyright (C) 2007 The Android Open Source Project
41 public void project(float[] obj, int objOffset, float[] win, int winOffset) { method in class:Projector
  /external/bart/docs/api_reference/
conf.py 75 # General information about the project.
76 project = u'BART' variable
80 # The version info for the project you're documenting, acts as replacement for
149 # "<project> v<release> documentation".
297 author, 'BART', 'One line description of project.',
317 epub_title = project
322 # The basename for the epub file. It defaults to the project name.
323 #epub_basename = project
339 # or the project homepage.
  /external/clang/docs/
conf.py 43 # General information about the project.
44 project = u'Clang' variable
47 # The version info for the project you're documenting, acts as replacement for
106 # "<project> v<release> documentation".
262 u'The Clang Team', 'Clang', 'One line description of project.',
  /external/e2fsprogs/misc/
lsattr.c 83 unsigned long project; local
91 if (fgetproject(name, &project) == -1) {
93 _("While reading project on %s"),
97 printf ("%5lu ", project);
  /external/libcxx/docs/
conf.py 41 # General information about the project.
42 project = u'libc++' variable
43 copyright = u'2011-2017, LLVM Project'
45 # The version info for the project you're documenting, acts as replacement for
104 # "<project> v<release> documentation".
186 u'LLVM project', 'manual'),
216 [u'LLVM project'], 1)
230 u'LLVM project', 'libc++', 'One line description of project.',
  /external/libunwind_llvm/docs/
conf.py 41 # General information about the project.
42 project = u'libunwind' variable
43 copyright = u'2011-2017, LLVM Project'
45 # The version info for the project you're documenting, acts as replacement for
104 # "<project> v<release> documentation".
186 u'LLVM project', 'manual'),
216 [u'LLVM project'], 1)
230 u'LLVM project', 'libunwind', 'LLVM Unwinder',
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/dependency/
MavenDependencyResolverTest.java 16 import org.apache.tools.ant.Project;
33 private Project project; field in class:MavenDependencyResolverTest
44 project = (Project) args[0];
45 project.setProperty("group1:artifact1:jar", "path1");
46 project.setProperty("group2:artifact2:jar", "path2");
47 project.setProperty("group3:artifact3:jar:classifier3", "path3");
50 }).when(dependenciesTask).setProject(any(Project.class));
  /external/scapy/doc/scapy/
conf.py 37 project = 'Scapy' variable
92 # "<project> v<release> documentation".
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/value/
LazyValue.java 40 import com.intellij.openapi.project.Project;
52 protected final Project project; field in class:LazyValue
59 public LazyValue(SmaliMethod method, Project project, int registerNumber, String type) {
61 this.project = project;
66 public static LazyValue create(@Nonnull SmaliMethod method, @Nonnull Project project, int registerNumber
    [all...]
  /external/swiftshader/src/Renderer/
SetupProcessor.cpp 131 int project = context->isProjectionComponent(interpolant - 2, component) ? 1 : 0; local
132 const Shader::Semantic& semantic = context->pixelShader->getInput(interpolant, component - project);
139 if(semantic == context->vertexShader->getOutput(i, component - project))
  /external/swiftshader/third_party/subzero/docs/
conf.py 42 # General information about the project.
43 project = u'Subzero' variable
44 copyright = u'2014-%d, Subzero Project' % date.today().year
46 # The version info for the project you're documenting, acts as replacement for
105 # "<project> v<release> documentation".
187 u'SUBZERO project', 'manual'),
  /external/trappy/doc/api_reference/
conf.py 75 # General information about the project.
76 project = u'TRAPpy' variable
80 # The version info for the project you're documenting, acts as replacement for
149 # "<project> v<release> documentation".
297 author, 'TRAPpy', 'One line description of project.',
317 epub_title = project
322 # The basename for the epub file. It defaults to the project name.
323 #epub_basename = project
339 # or the project homepage.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/docs/
conf.py 41 # General information about the project.
42 project = u'libc++' variable
43 copyright = u'2011-2017, LLVM Project'
45 # The version info for the project you're documenting, acts as replacement for
104 # "<project> v<release> documentation".
186 u'LLVM project', 'manual'),
216 [u'LLVM project'], 1)
230 u'LLVM project', 'libc++', 'One line description of project.',
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java 34 IProject project = file.getProject(); local
35 IncludeFinder finder = IncludeFinder.get(project);

Completed in 1406 milliseconds

1 23 4 5 6 7 8 91011>>