HomeSort by relevance Sort by last modified time
    Searched full:project (Results 776 - 800 of 45849) sorted by null

<<31323334353637383940>>

  /external/webrtc/src/system_wrappers/source/
data_log_c_helpers_unittest.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
rw_lock.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
rw_lock_generic.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
rw_lock_posix.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
rw_lock_posix.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
thread.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
trace_posix.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
  /external/webrtc/test/
test_suite.cc 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
  /external/webrtc/test/testsupport/mock/
mock_frame_reader.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
mock_frame_writer.h 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
7 * in the file PATENTS. All contributing project authors may
  /external/zlib/contrib/vstudio/vc10/
miniunz.vcxproj.filters 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22 </Project
minizip.vcxproj.filters 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22 </Project
testzlibdll.vcxproj.filters 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22 </Project
  /frameworks/base/docs/html/training/basics/firstapp/
index.jd 2 page.metaDescription=If you're new to Android app development, this where you should begin. This series of lessons shows you how to create a new project, build a simple app, and run it on a device or emulator.
6 next.title=Creating an Android Project
7 next.link=creating-project.html
27 project and run a debuggable version of the app. You'll also learn some fundamentals of Android app
45 <p><strong><a href="creating-project.html">Start the first lesson &rsaquo;</a></strong></p>
51 <dt><b><a href="creating-project.html">Creating an Android Project</a></b></dt>
52 <dd>Shows how to create a project for an Android app, which includes a set of default
  /frameworks/compile/libbcc/runtime/www/
menu.html.incl 16 <a href="http://llvm.org/svn/llvm-project/compiler-rt/trunk/">Browse SVN</a>
17 <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/">Browse ViewVC</a>
  /frameworks/support/volley/tests/
.project 6 <project>Volley</project>
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
stdafx.h 2 * Copyright (C) 2011 The Android Open Source Project
18 // or project specific include files that are used frequently, but
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/
CalendarProviderStub.java 2 * Copyright (C) 2011 The Android Open Source Project
20 * This is the only non-SDK reference in the com.android.email project, referencing the once and
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
IllegalHeartbeatException.java 2 * Copyright (C) 2010 The Android Open Source Project
3 * Licensed to The Android Open Source Project.
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
stdafx.h 2 * Copyright (C) 2011 The Android Open Source Project
18 // or project specific include files that are used frequently, but
  /sdk/apps/SdkController/
.project 6 <project>SdkControllerLib</project>
  /sdk/eclipse/features/com.android.ide.eclipse.tests/
feature.xml 6 provider-name="The Android Open Source Project">
9 Copyright (C) 2007-2011 The Android Open Source Project
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 2 * Copyright (C) 2011 The Android Open Source Project
25 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
136 IProject project, IAndroidTarget projectTarget, int targetApi,
144 IFolder rawFolder = project.getFolder(
178 // remove the generic marker from the project
179 builder.removeMarkersFromResource(project, AdtConstants.MARKER_RENDERSCRIPT);
191 AdtPlugin.printToConsole(project, "RenderScript: " + name);
212 if (execLlvmRsCc(builder, project, command, sourceFile, verbose) == false) {
231 private boolean execLlvmRsCc(BaseBuilder builder, IProject project, String[] command,
242 AdtPlugin.printToConsole(project, cmd_line)
310 IProject project = getJavaProject().getProject(); local
482 IProject project = getJavaProject().getProject(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportWizardAction.java 2 * Copyright (C) 2008 The Android Open Source Project
57 // get the project object from it.
58 IProject project = null; local
60 project = (IProject) element;
62 project = (IProject) ((IAdaptable) element).getAdapter(IProject.class);
66 if (project != null) {
68 mWorkbench.getActiveWorkbenchWindow().getShell(), project)) {
72 ProjectState state = Sdk.getProjectState(project);
  /sdk/lint/cli/src/com/android/tools/lint/
Warning.java 2 * Copyright (C) 2011 The Android Open Source Project
22 import com.android.tools.lint.detector.api.Project;
38 public final Project project; field in class:Warning
47 public Warning(Issue issue, String message, Severity severity, Project project, Object data) {
51 this.project = project;

Completed in 2264 milliseconds

<<31323334353637383940>>