HomeSort by relevance Sort by last modified time
    Searched full:picked (Results 1 - 25 of 256) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/Driver/Inputs/prefixed_tools_tree/
x86_64--linux-as 2 # This file must be executable to be picked up by GetProgramPath
x86_64--linux-ld 2 # This file must be executable to be picked up by GetProgramPath
  /external/webkit/LayoutTests/http/tests/appcache/
reload-expected.txt 1 Test that the manifest is picked correctly when reloading.
top-frame-2-expected.txt 1 Test that a subframe without manifest gets picked by a relevant application cache that contains its resource.
reload.html 3 <p>Test that the manifest is picked correctly when reloading.</p>
top-frame-2.html 3 <p>Test that a subframe without manifest gets picked by a relevant application cache that
  /external/clang/test/Index/
print-usrs.c 2 // This isn't really C code; it has a .c extension to get picked up by lit.
  /external/chromium/chrome/browser/resources/
net_internals_resources.grd 2 <!-- This comment is only here because changes to resources are not picked up
sync_internals_resources.grd 2 <!-- This comment is only here because changes to resources are not picked up
  /external/icu4c/common/
common.rc 3 // picked up by the pre-processor during each build.
  /external/icu4c/i18n/
i18n.rc 3 // picked up by the pre-processor during each build.
  /external/icu4c/io/
io.rc 3 // picked up by the pre-processor during each build.
  /external/icu4c/layout/
layout.rc 3 // picked up by the pre-processor during each build.
  /external/icu4c/layoutex/
layoutex.rc 3 // picked up by the pre-processor during each build.
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_tcp.h 37 u_int8_t loose; /* used when connection picked up from the middle */
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionSpanPickedNotificationReceiver.java 39 Log.d(TAG, "Received notification picked: " + before + "," + after);
  /system/core/init/
Android.mk 56 # We need this so that the installed files could be picked up based on the
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp 56 int picked; local
58 picked = static_cast<int>(RandFloat() * num_classes_);
59 // picked = static_cast<int>(random_.RandFloat() * num_classes_);
60 } while (target == picked);
61 return picked;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothPreferences.java 32 // If a device was picked from the device picker or was in discoverable mode
91 // If the device was picked in the device picker recently
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
ISettingsPage.java 28 * Java system setting picked up by {@link URL} for http proxy port.
33 * Java system setting picked up by {@link URL} for http proxy host.
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageInterstitial.java 54 // We will launch the app showing what the user picked. In this simple
  /device/samsung/toro/
full_toro.mk 28 #if we do this after the full_base_telephony is included some of these don't get picked up..
  /device/samsung/torospr/
full_torospr.mk 28 #if we do this after the full_base_telephony is included some of these don't get picked up..
  /external/jmonkeyengine/
README 18 saved in the Java classpath and picked up by the classloader. On Android, they
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 68 /** Show all contacts and create a shortcut for the picked contact */
71 /** Show all phone numbers and create a call shortcut for the picked number */
74 /** Show all phone numbers and create an SMS shortcut for the picked number */

Completed in 1420 milliseconds

1 2 3 4 5 6 7 8 91011