HomeSort by relevance Sort by last modified time
    Searched refs:SOURCE (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /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/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 .
  /external/mockito/
update_source.sh 3 # Copyright 2013 The Android Open Source Project.
5 # Retrieves the current Mockito source code into the current directory, excluding portions related
8 SOURCE="git://github.com/mockito/mockito.git"
26 echo "Fetching Mockito source into $working_dir"
27 git clone $SOURCE $working_dir/source
32 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)
  /external/clang/test/PCH/
cxx-member-init.cpp 27 #ifdef SOURCE
39 #define SOURCE
  /frameworks/base/core/java/android/annotation/
NonNull.java 2 * Copyright (C) 2013 The Android Open Source Project
24 import static java.lang.annotation.RetentionPolicy.SOURCE;
33 @Retention(SOURCE)
Nullable.java 2 * Copyright (C) 2013 The Android Open Source Project
24 import static java.lang.annotation.RetentionPolicy.SOURCE;
40 @Retention(SOURCE)
AnimRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
AnimatorRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
AnyRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
36 @Retention(SOURCE)
ArrayRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
AttrRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
BoolRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
ColorRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
DimenRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
DrawableRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
FractionRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
IdRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
IntegerRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
InterpolatorRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
LayoutRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
MenuRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(SOURCE)
PluralsRes.java 2 * Copyright (C) 2013 The Android Open Source Project
25 import static java.lang.annotation.RetentionPolicy.SOURCE;
34 @Retention(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

Completed in 922 milliseconds

1 2 3 4 5 6 7 8