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

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/lang/annotation/
RetentionPolicy.java 41 SOURCE,
  /external/dagger2/core/src/main/java/dagger/internal/
Beta.java 21 import static java.lang.annotation.RetentionPolicy.SOURCE;
32 @Retention(SOURCE)
  /packages/apps/TV/common/src/com/android/tv/common/annotation/
UsedByReflection.java 2 * Copyright (C) 2015 The Android Open Source Project
19 import static java.lang.annotation.RetentionPolicy.SOURCE;
27 @Retention(SOURCE)
  /bionic/tests/
file-check-cxx 6 SOURCE=$(echo "$@" | grep -oP '\S+\.cpp\b')
8 $CXX "$@" -Wno-error 2>&1 | $FILECHECK -check-prefix=$PREFIX $SOURCE
  /art/test/005-annotations/src/android/test/anno/
ClassWithInnerAnnotationClass.java 6 @Retention(RetentionPolicy.SOURCE)
  /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 .
  /libcore/ojluni/src/main/java/java/lang/
Override.java 50 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/annotation/
CallSuper.java 2 * Copyright (C) 2015 The Android Open Source Project
22 import static java.lang.annotation.RetentionPolicy.SOURCE;
35 @Retention(SOURCE)
CheckResult.java 2 * Copyright (C) 2015 The Android Open Source Project
22 import static java.lang.annotation.RetentionPolicy.SOURCE;
40 @Retention(SOURCE)
AppIdInt.java 2 * Copyright (C) 2016 The Android Open Source Project
22 import static java.lang.annotation.RetentionPolicy.SOURCE;
33 @Retention(SOURCE)
BinderThread.java 2 * Copyright (C) 2015 The Android Open Source Project
24 import static java.lang.annotation.RetentionPolicy.SOURCE;
39 @Retention(SOURCE)
MainThread.java 2 * Copyright (C) 2015 The Android Open Source Project
24 import static java.lang.annotation.RetentionPolicy.SOURCE;
39 @Retention(SOURCE)
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)
UiThread.java 2 * Copyright (C) 2015 The Android Open Source Project
24 import static java.lang.annotation.RetentionPolicy.SOURCE;
39 @Retention(SOURCE)
UserIdInt.java 2 * Copyright (C) 2016 The Android Open Source Project
22 import static java.lang.annotation.RetentionPolicy.SOURCE;
33 @Retention(SOURCE)
WorkerThread.java 2 * Copyright (C) 2015 The Android Open Source Project
24 import static java.lang.annotation.RetentionPolicy.SOURCE;
39 @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)
  /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
  /external/curl/packages/OS400/
make-tests.sh 73 for SOURCE in ${PGMSOURCES}
74 do case "${SOURCE}" in
79 case "${SOURCE}" in
82 *) MODULE=`db2_name "${SOURCE}"`
86 make_module "${MODULE}" "${SOURCE}" "${PGMDEFINES}"
  /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 919 milliseconds

1 2 3 4 5 6 7 8 91011>>