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

1 2

  /frameworks/ex/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";
  /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/skia/gm/
gm_files.mk 0 SOURCE := \
  /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)
  /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)
  /libcore/luni/src/main/java/java/lang/
Override.java 32 @Retention(RetentionPolicy.SOURCE)
SuppressWarnings.java 38 @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);
  /libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
RetentionPolicyTest.java 39 assertSame(RetentionPolicy.SOURCE, RetentionPolicy
40 .valueOf("SOURCE"));
  /external/chromium/net/
net_resources.scons 250 grit_outputs = ['${SHARED_INTERMEDIATE_DIR}/net/grit/${SOURCE.filebase}.h',
251 '${SHARED_INTERMEDIATE_DIR}/net/${SOURCE.filebase}.rc',
252 '${SHARED_INTERMEDIATE_DIR}/net/${SOURCE.filebase}.pak']
253 def grit_emitter(target, source, env):
254 return (grit_outputs, source + grit_additional_inputs)
262 '${SOURCE.abspath}',
273 '${SOURCE.abspath}',
276 '${SHARED_INTERMEDIATE_DIR}/net']], 'Generating resources from ${SOURCE.abspath}')
  /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
  /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
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
AccessibleObjectTest.java 70 @Retention(RetentionPolicy.SOURCE)
ConstructorTest.java 66 @Retention(RetentionPolicy.SOURCE)
  /external/bluetooth/bluez/audio/
manager.c 68 #include "source.h"
78 SOURCE = 1 << 3,
114 .source = FALSE,
147 return enabled.source;
209 DBG("Found Audio Source");
210 if (device->source == NULL)
211 device->source = source_init(device);
1073 else if (g_str_equal(list[i], "Source"))
1074 enabled.source = TRUE;
1089 else if (g_str_equal(list[i], "Source"))
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java 2 * Copyright (C) 2009 The Android Open Source Project
720 String source = getIntent().getStringExtra(Search.SOURCE); local
722 getLogger().logStart(latency, source, mCorpus, suggestions.getExpectedCorpora());
874 * Listens for clicks on the source selector.

Completed in 565 milliseconds

1 2