OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:project
(Results
176 - 200
of
1060
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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/wizards/export/
KeyCheckPage.java
2
* Copyright (C) 2008 The Android Open Source
Project
19
import com.android.ide.eclipse.adt.internal.
project
.ProjectHelper;
108
// get a default apk name based on the
project
141
// fill the texts with information loaded from the
project
.
143
// reset the destination from the content of the
project
144
IProject
project
= mWizard.getProject();
local
146
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;
184
// fill the texts with information loaded from the
project
.
186
// reset the keystore/alias from the content of the
project
187
IProject
project
= mWizard.getProject();
local
192
String alias = ProjectHelper.loadStringProperty(
project
, ExportWizard.PROPERTY_ALIAS);
/external/expat/bcb5/
elements.mak
9
# The following section of the
project
makefile is managed by the BCB IDE.
16
PROJECT
= Release\elements.exe
94
# This section of the
project
file is not used by the BCB IDE. It is for
149
$(
PROJECT
): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
153
$(
PROJECT
),, +
expat.mak
9
# The following section of the
project
makefile is managed by the BCB IDE.
16
PROJECT
= Release\libexpat_mtd.dll
95
# This section of the
project
file is not used by the BCB IDE. It is for
150
$(
PROJECT
): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
154
$(
PROJECT
),, +
expat_static.mak
9
# The following section of the
project
makefile is managed by the BCB IDE.
16
PROJECT
= Release\libexpats_mtd.lib
95
# This section of the
project
file is not used by the BCB IDE. It is for
156
$(
PROJECT
): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
expatw.mak
9
# The following section of the
project
makefile is managed by the BCB IDE.
16
PROJECT
= Release\libexpatw_mtd.dll
95
# This section of the
project
file is not used by the BCB IDE. It is for
150
$(
PROJECT
): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
154
$(
PROJECT
),, +
expatw_static.mak
9
# The following section of the
project
makefile is managed by the BCB IDE.
16
PROJECT
= Release\libexpatws_mtd.lib
96
# This section of the
project
file is not used by the BCB IDE. It is for
157
$(
PROJECT
): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
outline.mak
9
# The following section of the
project
makefile is managed by the BCB IDE.
16
PROJECT
= Release\outline.exe
94
# This section of the
project
file is not used by the BCB IDE. It is for
149
$(
PROJECT
): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
153
$(
PROJECT
),, +
xmlwf.mak
9
# The following section of the
project
makefile is managed by the BCB IDE.
16
PROJECT
= Release\xmlwf.exe
95
# This section of the
project
file is not used by the BCB IDE. It is for
150
$(
PROJECT
): $(IDLGENFILES) $(OBJFILES) $(RESDEPEN) $(DEFFILE)
154
$(
PROJECT
),, +
/external/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm
2
; Copyright (c) 2010 The WebM
project
authors. All Rights Reserved.
7
; in the file PATENTS. All contributing
project
authors may
/external/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
shortidct4x4llm_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/vp8/common/x86/
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/vp8/decoder/arm/neon/
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/vp8/encoder/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/vp8/encoder/arm/neon/
fastquantizeb_neon.asm
2
; Copyright (c) 2010 The WebM
project
authors. All Rights Reserved.
7
; in the file PATENTS. All contributing
project
authors may
/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/webkit/Tools/Scripts/
update-webkit
31
# Update script for WebKit Open Source
Project
.
69
--gyp generate
project
files from gyp after update
111
print "Generating
Project
Files\n";
112
system("perl", "Tools/Scripts/generate-
project
-files") == 0 or die "Failed to run generate-
project
-files";
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
XmlErrorHandler.java
2
* Copyright (C) 2007 The Android Open Source
Project
17
package com.android.ide.eclipse.adt.internal.
project
;
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties
2
# Copyright (C) 2011 The Android Open Source
Project
26
DeviceView_Debug_Process_Tooltip=Debug the selected process, provided its source
project
is present and opened in the workspace.
27
DeviceView_Debug_Session_Failed=No opened
project
found for %1$s. Debug session failed\!
/external/chromium/testing/gmock/
CMakeLists.txt
37
#
Project
-wide settings
39
# Name of the
project
.
41
# CMake files in this
project
can refer to the root source directory
45
project
(gmock CXX C)
/external/icu4c/samples/ufortune/resources/
fortune_resources.mak
9
# MSVC
project
file for ufortune
/external/v8/samples/
count-hosts.js
1
// Copyright 2008 the V8
project
authors. All rights reserved.
/external/v8/test/message/
overwritten-builtins.js
1
// Copyright 2009 the V8
project
authors. All rights reserved.
Completed in 436 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>