HomeSort by relevance Sort by last modified time
    Searched full:project (Results 276 - 300 of 51887) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp8/encoder/
modecosts.h 2 * Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
  /external/llvm/projects/sample/lib/sample/
sample.c 6 * how to setup a project that uses the LLVM build system, header files,
17 /* Header file global to this project */
  /external/proguard/examples/ant/
applications1.xml 5 <project name="Applications" default="obfuscate" basedir="../..">
15 </project>
  /external/qemu/distrib/sdl-1.2.15/VisualC/
SDL.dsw 6 Project: "SDL"=.\SDL\SDL.DSP - Package Owner=<4>
18 Project: "SDLmain"=.\SDLmain\SDLmain.dsp - Package Owner=<4>
  /external/robolectric/.idea/
modules.xml 2 <project version="4">
9 </project>
  /external/zxing/qr_scanner/
project.properties 8 # project structure.
10 # Project target.
  /frameworks/support/v7/appcompat/
README.txt 1 Library Project including compatibility ActionBar.
3 This can be used by an Android project to provide
  /frameworks/support/v7/mediarouter/
README.txt 1 Library Project including compatibility MediaRouter.
3 This can be used by an Android project to provide
  /frameworks/volley/
custom_rules.xml 2 <project name="volley-rules" default="help">
10 </project>
  /ndk/tests/build/prebuilt-copy/
README 6 It works by first building two prebuilt libraries in a sub-project, then
7 using them in the main project. See build.sh
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
applications1.xml 5 <project name="Applications" default="obfuscate" basedir="../..">
15 </project>
  /sdk/testapps/aidlTest/libWithAidl/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/basicProjectWithAidl/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/customViewTest/libWithCustomView/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/jarCheckTests1/lib1/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/jarCheckTests1/lib2/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/jarCheckTests2/lib1/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/jarCheckTests2/lib2/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/jarCheckTests3/lib1/
project.properties 8 # project structure.
10 # Project target.
  /sdk/testapps/jarCheckTests3/lib2/
project.properties 8 # project structure.
10 # Project target.
  /docs/source.android.com/src/source/
roles.jd 1 page.title=Project Roles
5 Copyright 2010 The Android Open Source Project
26 <p>The Android Open Source Project (AOSP) includes individuals working in a variety
29 the project considers contributions from any source, not just Google. This
32 Android Open Source Project resources. Anyone can join the mailing lists, ask
53 have submitted a significant amount of high-quality code to the project, the
54 project leads might invite them to become verifiers. <em>Note: at this
57 <p>"Approvers" are experienced members of the project who have demonstrated their
59 project. In the code-review process, an approver decides whether to include or
60 exclude a change. Project leads (who are typically employed by Google) choos
    [all...]
  /external/openfst/src/script/
project.cc 19 #include <fst/script/project.h>
24 void Project(MutableFstClass *ofst, ProjectType project_type) {
27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args);
30 REGISTER_FST_OPERATION(Project, StdArc, ProjectArgs);
31 REGISTER_FST_OPERATION(Project, LogArc, ProjectArgs);
32 REGISTER_FST_OPERATION(Project, Log64Arc, ProjectArgs);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringWizard.java 2 * Copyright (C) 2009 The Android Open Source Project
36 * @param project The project where the wizard was invoked from (e.g. where the user selection
37 * happened, so that we can retrieve project resources.)
39 public ExtractStringWizard(ExtractStringRefactoring ref, IProject project) {
41 mProject = project;
  /prebuilts/tools/common/m2/internal/asm/asm-parent/3.3/
asm-parent-3.3.pom 0 <project xmlns="http://maven.apache.org/POM/4.0.0"
72 <groupId>${project.groupId}</groupId>
73 <version>${project.version}</version>
78 <groupId>${project.groupId}</groupId>
79 <version>${project.version}</version>
84 <groupId>${project.groupId}</groupId>
85 <version>${project.version}</version>
90 <groupId>${project.groupId}</groupId>
91 <version>${project.version}</version>
96 <groupId>${project.groupId}</groupId
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DebuggerConnector.java 2 * Copyright (C) 2010 The Android Open Source Project
20 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
47 // search for an android project matching the process name
48 IProject project = ProjectHelper.findAndroidProjectByAppName(appName); local
49 if (project != null) {
50 AndroidLaunchController.debugRunningApp(project, appPort);
64 * A cache of Android application name to workspace project name mappings.
67 * (project open/close/delete etc), and keeps its internal mappings up-to-date.<br>
73 * number of user initiated project changes (project open/close/delete/rename) are bot
    [all...]

Completed in 1028 milliseconds

<<11121314151617181920>>