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

<<11121314151617181920>>

  /external/chromium_org/native_client_sdk/src/build_tools/
test_projects.py 277 help='Select which destinations (project types) are valid.',
279 parser.add_option('-p', '--project',
309 if options.project:
310 include['NAME'] = options.project
311 print 'Filter by name: ' + str(options.project)
  /external/emma/ant/ant14/com/vladium/emma/
emmajavaTask.java 27 import org.apache.tools.ant.Project;
50 m_reportCfg = new ReportCfg (project, this);
57 log (IAppConstants.APP_VERBOSE_BUILD_ID, Project.MSG_VERBOSE);
68 log (getTaskName () + ": 'fork=\"false\"' attribute setting ignored (this task always forks)", Project.MSG_WARN);
122 log (getTaskName () + ": output file attribute ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN);
125 log (getTaskName () + ": merge attribute setting ignored ('fullmetadata=\"true\"' not specified)", Project.MSG_WARN);
280 m_classpath = new Path (project);
368 m_libClasspath = new Path (project);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
FragmentMenu.java 2 * Copyright (C) 2011 The Android Open Source Project
30 import com.android.ide.eclipse.adt.internal.project.BaseProjectHelper;
103 IProject project = mCanvas.getEditorDelegate().getEditor().getProject(); local
106 IJavaProject javaProject = BaseProjectHelper.getJavaProject(project);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 2 * Copyright (C) 2008 The Android Open Source Project
19 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
122 // get a default apk name based on the project
155 // fill the texts with information loaded from the project.
157 // reset the destination from the content of the project
158 IProject project = mWizard.getProject(); local
160 String destination = ProjectHelper.loadStringProperty(project,
KeyCreationPage.java 2 * Copyright (C) 2008 The Android Open Source Project
19 import com.android.ide.eclipse.adt.internal.project.ProjectHelper;
191 // fill the texts with information loaded from the project.
193 // reset the keystore/alias from the content of the project
194 IProject project = mWizard.getProject(); local
199 String alias = ProjectHelper.loadStringProperty(project, ExportWizard.PROPERTY_ALIAS);
  /external/chromium_org/tools/grit/grit/tool/
newgrd.py 30 Console) that contain translations of messages in your project. Each
  /external/chromium_org/v8/test/intl/collator/
normalization.js 1 // Copyright 2013 the V8 project authors. All rights reserved.
37 // See http://demo.icu-project.org/icu-bin/nbrowser?t=&s=1E09&uv=0 and
  /external/chromium_org/v8/test/mjsunit/tools/
profile_view.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
28 // Load source code files from <project root>/tools.
profviz.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
28 // Load implementations from <project root>/tools.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/libvpx/libvpx/vp8/common/arm/armv6/
vp8_sad16x16_armv6.asm 2 ; Copyright (c) 2011 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
  /external/libvpx/libvpx/vp8/common/arm/neon/
bilinearpredict4x4_neon.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
dequant_idct_neon.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
  /external/libvpx/libvpx/vp8/common/x86/
iwalsh_mmx.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
iwalsh_sse2.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_avg_neon.asm 2 ; Copyright (c) 2013 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
  /external/libvpx/libvpx/vp9/common/x86/
vp9_copy_sse2.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subtract_sse2.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
  /external/libvpx/libvpx/vpx_scale/arm/neon/
vp8_vpxyv12_copy_y_neon.asm 2 ; Copyright (c) 2010 The WebM project authors. All Rights Reserved.
7 ; in the file PATENTS. All contributing project authors may
  /external/openfst/src/include/fst/
randequivalent.h 27 #include <fst/project.h>
78 Project(&ipath, PROJECT_INPUT);
79 Project(&opath, PROJECT_OUTPUT);
  /external/v8/test/mjsunit/tools/
profile_view.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
28 // Load source code files from <project root>/tools.
  /external/webrtc/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
  /external/webrtc/src/modules/audio_processing/
Android.mk 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
6 # in the file PATENTS. All contributing project authors may
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
Configuration.java 2 * Copyright (C) 2012 The Android Open Source Project
99 * Setting name for project-wide setting controlling rendering target and locale which
121 /** The target of the project of the file being edited. */
348 * Returns whether the configuration's theme is a project theme.
353 * @return true for project a theme, false for a framework theme
654 IProject project = mConfigChooser.getProject(); local
655 ManifestInfo manifest = ManifestInfo.get(project);
672 // Look up the default/fallback theme to use for this project (which
738 // project-wide settings read below.
802 * the current project-wide locale and render target to be used
810 IProject project = chooser.getProject(); local
881 IProject project = mConfigChooser.getProject(); local
    [all...]

Completed in 1147 milliseconds

<<11121314151617181920>>