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

1 2

  /dalvik/libcore/annotation/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
  /frameworks/base/common/java/com/android/common/
Search.java 2 * Copyright (C) 2010 The Android Open Source Project
27 * Key for the source identifier set by the application that launched a search intent.
28 * The identifier is search-source specific string. It can be used
31 * The source identifier is stored in the {@link android.app.SearchManager#APP_DATA}
35 public final static String SOURCE = "source";
  /external/skia/gm/
gm_files.mk 0 SOURCE := \
  /dalvik/libcore/luni/src/main/java/java/lang/
Override.java 32 @Retention(RetentionPolicy.SOURCE)
SuppressWarnings.java 38 @Retention(RetentionPolicy.SOURCE)
  /frameworks/base/core/java/android/annotation/
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)
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/annotation/
UiThread.java 2 * Copyright (C) 2008 The Android Open Source Project
26 * This annotation's sole purpose is to help reading the source code. It has no additional effect.
29 @Retention(RetentionPolicy.SOURCE)
WorkerThread.java 2 * Copyright (C) 2008 The Android Open Source Project
26 * This annotation's sole purpose is to help reading the source code. It has no additional effect.
29 @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/quake/quake/src/QW/client/
qwcl.mak     [all...]
  /external/quake/quake/src/QW/server/
qwsv.mak 327 # Begin Source File
329 SOURCE=.\model.c
364 "$(INTDIR)\model.obj" : $(SOURCE) $(DEP_CPP_MODEL) "$(INTDIR)"
400 "$(INTDIR)\model.obj" : $(SOURCE) $(DEP_CPP_MODEL) "$(INTDIR)"
402 "$(INTDIR)\model.sbr" : $(SOURCE) $(DEP_CPP_MODEL) "$(INTDIR)"
407 # End Source File
409 # Begin Source File
411 SOURCE=.\pr_cmds.c
446 "$(INTDIR)\pr_cmds.obj" : $(SOURCE) $(DEP_CPP_PR_CM) "$(INTDIR)"
482 "$(INTDIR)\pr_cmds.obj" : $(SOURCE) $(DEP_CPP_PR_CM) "$(INTDIR)"
    [all...]
  /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);
  /dalvik/libcore/annotation/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
RetentionPolicyTest.java 51 assertSame(RetentionPolicy.SOURCE, RetentionPolicy
52 .valueOf("SOURCE"));
  /external/webkit/WebKitTools/Scripts/
extract-localizable-strings 5 # Redistribution and use in source and binary forms, with or without
9 # 1. Redistributions of source code must retain the above copyright
37 # known to be used for debugging in Intrigue source code and an exceptions file.
40 # It would have been nice to use the project to find the source files, but it's too hard to
41 # locate source files after parsing a .pbxproj file.
113 open SOURCE, $file or die "can't open $file\n";
130 while (<SOURCE>) {
266 close SOURCE;
318 print "$file:$line:ERROR:string for translation has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n";
322 print "$file:$line:ERROR:key has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n"
    [all...]
prepare-ChangeLog 42 # Handle yacc source files too (other languages?).
198 # For each source file, convert line range to function list.
200 print STDERR " Extracting affected function names from source files.\n";
202 # Only look for function names in certain source files.
206 open SOURCE, $file or next;
207 my @function_ranges = get_function_line_ranges(\*SOURCE, $file);
208 close SOURCE;
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSearch.java 2 * Copyright (C) 2008 The Android Open Source Project
45 // "source" parameter for Google search requests from unknown sources (e.g. apps). This will get
94 // If the caller specified a 'source' url parameter, use that and if not use default.
96 String source = GOOGLE_SEARCH_SOURCE_UNKNOWN; local
98 source = appSearchData.getString(Search.SOURCE);
112 + "&source=android-" + source
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 70 @Retention(RetentionPolicy.SOURCE)
ConstructorTest.java 66 @Retention(RetentionPolicy.SOURCE)
FieldTest.java 74 @Retention(RetentionPolicy.SOURCE)
    [all...]
  /external/quake/quake/src/QW/gas2masm/
gas2masm.mak 183 # Begin Source File
185 SOURCE=.\gas2masm.c
187 "$(INTDIR)\gas2masm.obj" : $(SOURCE) "$(INTDIR)"
190 # End Source File
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchWidgetProvider.java 2 * Copyright (C) 2009 The Android Open Source Project
66 widgetAppData.putString(Search.SOURCE, WIDGET_SEARCH_SOURCE);
SearchActivity.java 2 * Copyright (C) 2009 The Android Open Source Project
665 String source = getIntent().getStringExtra(Search.SOURCE); local
668 getLogger().logStart(latency, source, mCorpus, rankedCorpora);
800 * Listens for clicks on the source selector.
  /external/bluetooth/bluez/audio/
manager.c 68 #include "source.h"
78 SOURCE = 1 << 3,
114 .source = FALSE,
147 return enabled.source;
210 debug("Found Audio Source");
211 if (device->source == NULL)
212 device->source = source_init(device);
1057 else if (g_str_equal(list[i], "Source"))
1058 enabled.source = TRUE;
1073 else if (g_str_equal(list[i], "Source"))
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 2 * Copyright (C) 2006 The Android Open Source Project
681 String searchSource = "&source=android-" + GOOGLE_SEARCH_SOURCE_SUGGEST + "&";
683 String source = null; local
686 source = appData.getString(Search.SOURCE);
688 if (TextUtils.isEmpty(source)) {
689 source = GOOGLE_SEARCH_SOURCE_UNKNOWN;
691 url = url.replace(searchSource, "&source=android-"+source+"&");
    [all...]

Completed in 518 milliseconds

1 2