OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOURCE
(Results
1 - 25
of
74
) sorted by null
1
2
3
/libcore/luni/src/main/java/java/lang/annotation/
RetentionPolicy.java
29
* Annotation is only available in the
source
code.
31
SOURCE
,
33
* Annotation is available in the
source
code and in the class file, but not
38
* Annotation is available in the
source
code, the class file and is
/external/chromium_org/third_party/lcov/bin/
install.sh
10
SOURCE
=$2
15
SOURCE
=$1
21
if test -z "$
SOURCE
" || test -z "$TARGET" ; then
22
echo Usage: install.sh [--uninstall]
source
target [install options] >&2
33
local
SOURCE
=$1
37
install -p -D $PARAMS $
SOURCE
$TARGET
47
local
SOURCE
=$1
53
if diff $
SOURCE
$TARGET >/dev/null; then
66
do_uninstall $
SOURCE
$TARGET
68
do_install $
SOURCE
$TARGET "$*
[
all
...]
/external/chromium_org/android_webview/build/
install_binary
3
# Use of this
source
code is governed by a BSD-style license that can be
14
SOURCE
=$1
22
cp $
SOURCE
$SYMBOLS
25
$STRIP --strip-unneeded $
SOURCE
-o $TARGET
/external/objenesis/
update_source.sh
3
# Copyright 2013 The Android Open
Source
Project.
5
# Retrieves the current Objenesis
source
code into the current directory.
8
SOURCE
="http://objenesis.googlecode.com/svn/trunk/"
19
echo "Fetching Objenesis
source
into $working_dir"
20
svn export -q $
SOURCE
$working_dir/
source
25
cp -R $working_dir/
source
/$include .
/frameworks/base/core/java/android/annotation/
PrivateApi.java
2
* Copyright (C) 2008 The Android Open
Source
Project
29
@Retention(RetentionPolicy.
SOURCE
)
Widget.java
2
* Copyright (C) 2008 The Android Open
Source
Project
35
@Retention(RetentionPolicy.
SOURCE
)
SdkConstant.java
2
* Copyright (C) 2008 The Android Open
Source
Project
29
@Retention(RetentionPolicy.
SOURCE
)
/external/mockito/
update_source.sh
3
# Copyright 2013 The Android Open
Source
Project.
5
# Retrieves the current Mockito
source
code into the current direcory, exlcuding portions related
8
SOURCE
="git://github.com/mockito/mockito.git"
32
echo "Fetching Mockito
source
into $working_dir"
33
git clone $
SOURCE
$working_dir/
source
38
cp -R $working_dir/
source
/$include .
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/annotations/
Nullable.java
2
* Copyright (C) 2010 The Android Open
Source
Project
33
@Retention(RetentionPolicy.
SOURCE
)
VisibleForTesting.java
2
* Copyright (C) 2010 The Android Open
Source
Project
30
@Retention(RetentionPolicy.
SOURCE
)
/external/clang/test/PCH/
cxx-member-init.cpp
27
#ifdef
SOURCE
39
#define
SOURCE
/external/libvorbis/symbian/
vorbis.mmp
5
Redistribution and use in
source
and binary forms, with or without
9
- Redistributions of
source
code must retain the above copyright
38
SOURCE
analysis.c barkmel.c bitrate.c block.c codebook.c envelope.c floor0.c floor1.c info.c
39
SOURCE
lookup.c lpc.c lsp.c mapping0.c mdct.c psy.c registry.c res0.c sharedbook.c
40
SOURCE
smallft.c synthesis.c vorbisfile.c window.c
/frameworks/base/core/java/com/android/internal/annotations/
VisibleForTesting.java
2
* Copyright (C) 2012 The Android Open
Source
Project
30
@Retention(RetentionPolicy.
SOURCE
)
/libcore/luni/src/main/java/java/lang/
Override.java
32
@Retention(RetentionPolicy.
SOURCE
)
SuppressWarnings.java
38
@Retention(RetentionPolicy.
SOURCE
)
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
WorkerThread.java
2
* Copyright (C) 2008 The Android Open
Source
Project
27
* reading the
source
code. It has no additional effect.
30
@Retention(RetentionPolicy.
SOURCE
)
/external/libvorbis/lib/
lookups.pl
5
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC
SOURCE
CODE. *
6
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY
SOURCE
IS *
7
* GOVERNED BY A BSD-STYLE
SOURCE
LICENSE INCLUDED WITH THIS
SOURCE
*
10
* THE OggVorbis
SOURCE
CODE IS (C) COPYRIGHT 1994-2007 *
/cts/tools/dex-tools/test/dex/reader/util/
JavaSource.java
2
* Copyright (C) 2009 The Android Open
Source
Project
27
* {@code JavaSource} represents an in-memory java
source
.
35
Kind.
SOURCE
);
/libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
RetentionPolicyTest.java
39
assertSame(RetentionPolicy.
SOURCE
, RetentionPolicy
40
.valueOf("
SOURCE
"));
/external/chromium_org/third_party/mesa/src/scons/
custom.py
50
env['ASCOMSTR'] = " Assembling $
SOURCE
..."
51
env['ASPPCOMSTR'] = " Assembling $
SOURCE
..."
52
env['CCCOMSTR'] = " Compiling $
SOURCE
..."
53
env['SHCCCOMSTR'] = " Compiling $
SOURCE
..."
54
env['CXXCOMSTR'] = " Compiling $
SOURCE
..."
55
env['SHCXXCOMSTR'] = " Compiling $
SOURCE
..."
121
def code_generate(env, script, target,
source
, command):
130
# the generator file *in the
source
directory*.
136
code = env.Command(target,
source
, action)
146
#
source
directory. When we clean up, they should go too. So add sid
[
all
...]
/external/mesa3d/scons/
custom.py
50
env['ASCOMSTR'] = " Assembling $
SOURCE
..."
51
env['ASPPCOMSTR'] = " Assembling $
SOURCE
..."
52
env['CCCOMSTR'] = " Compiling $
SOURCE
..."
53
env['SHCCCOMSTR'] = " Compiling $
SOURCE
..."
54
env['CXXCOMSTR'] = " Compiling $
SOURCE
..."
55
env['SHCXXCOMSTR'] = " Compiling $
SOURCE
..."
121
def code_generate(env, script, target,
source
, command):
130
# the generator file *in the
source
directory*.
136
code = env.Command(target,
source
, action)
146
#
source
directory. When we clean up, they should go too. So add sid
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py
73
SOURCE
= '.-' # Must be first, writes stdout
77
SOURCE
, SINK]
116
if kind ==
SOURCE
:
118
'Template.append:
SOURCE
can only be prepended'
141
if self.steps and self.steps[0][1] ==
SOURCE
:
143
'Template.prepend: already begins with
SOURCE
'
176
if self.steps[0][1] ==
SOURCE
:
178
'Template.open_w: pipeline begins with
SOURCE
'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py
73
SOURCE
= '.-' # Must be first, writes stdout
77
SOURCE
, SINK]
116
if kind ==
SOURCE
:
118
'Template.append:
SOURCE
can only be prepended'
141
if self.steps and self.steps[0][1] ==
SOURCE
:
143
'Template.prepend: already begins with
SOURCE
'
176
if self.steps[0][1] ==
SOURCE
:
178
'Template.open_w: pipeline begins with
SOURCE
'
/ndk/build/tools/
build-compiler-rt.sh
3
# Copyright (C) 2013 The Android Open
Source
Project
44
register_var_option "--src-dir=<path>" SRC_DIR "Specify compiler-rt
source
dir."
91
dump "Could not found compiler-rt
source
directory: $SRC_DIR"
92
dump "Use --src-dir=<dir> to specify
source
directory."
173
for
SOURCE
in $COMPILER_RT_GENERIC_SOURCES; do
174
FILENAME=`basename $
SOURCE
`
179
GENERIC_SOURCES="$GENERIC_SOURCES $
SOURCE
"
/external/chromium_org/third_party/sqlite/src/tool/
mksqlite3h.tcl
6
# 1) The src/sqlite.h.in
source
file. This is the template for sqlite3.h.
11
# Run this script by specifying the root directory of the
source
tree
22
# 5) Replaces the string --
SOURCE
-ID-- with the date and time and sha1
23
# hash of the fossil-scm manifest for the
source
tree.
33
# Get the
source
tree root directory from the command-line
83
regsub -- --
SOURCE
-ID-- $line "$zDate $zUuid" line
Completed in 4224 milliseconds
1
2
3