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

1 2 3

  /external/autotest/client/cros/cellular/
labconfig_data.py 40 def MakeDefaultCallBoxConfig(specifics):
69 return combine_trees(base, specifics)
71 def MakeDefaultPerfServer(specifics):
79 return combine_trees(base, specifics)
  /external/webrtc/webrtc/test/
fake_encoder.cc 80 CodecSpecificInfo specifics; local
81 memset(&specifics, 0, sizeof(specifics));
82 specifics.codecType = kVideoCodecGeneric;
83 specifics.codecSpecific.generic.simulcast_idx = i;
111 if (callback_->Encoded(encoded, &specifics, NULL) != 0)
  /external/syslinux/mk/
efi.mk 7 # Set up architecture specifics; for cross compilation, set ARCH as apt
8 # gnuefi sets up architecture specifics in ia32 or x86_64 sub directories
lib.mk 6 # Set up architecture specifics; for cross compilation, set ARCH as apt
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuWrapperICS.java 82 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) {
89 .addIntentOptions(groupId, itemId, order, caller, specifics, intent, flags, items);
MenuBuilder.java 509 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) {
512 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
522 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]);
    [all...]
  /frameworks/base/core/java/android/view/
Menu.java 263 * for more * details on the <var>caller</var>, <var>specifics</var>, and
288 * @param specifics Specific items to place first as defined by
294 * that were generated for each of the <var>specifics</var> that were
304 ComponentName caller, Intent[] specifics,
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 196 Intent[] specifics = new Intent[1]; local
199 specifics[0] = new Intent(Intent.ACTION_EDIT, uri);
221 specifics, // These specific options must appear first.
222 intent, // These Intent objects map to the options in specifics.
224 items // The menu items generated from the specifics-to-
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenu.java 71 ComponentName caller, Intent[] specifics, Intent intent, int flags,
75 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
85 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]);
MenuBuilder.java 466 Intent[] specifics, Intent intent, int flags, MenuItem[] outSpecificItems) {
469 pm.queryIntentActivityOptions(caller, specifics, intent, 0);
479 ri.specificIndex < 0 ? intent : specifics[ri.specificIndex]);
    [all...]
  /external/v8/tools/
dumpcpp.js 33 // Hack file name to avoid dealing with platform specifics.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestMenu.java 93 public int addIntentOptions(int groupId, int itemId, int order, ComponentName caller, Intent[] specifics,
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
MenuLoaderTest.java 106 ComponentName caller, Intent[] specifics, Intent intent,
  /external/r8/src/main/java/com/android/tools/r8/shaking/
RootSetBuilder.java 211 DexType[] specifics = specificDexTypes(rule); local
212 if (specifics != null) {
215 for (DexType type : specifics) {
  /external/autotest/server/cros/dynamic_suite/
reporting.py 166 specifics = {
182 return template % specifics
280 specifics = {
285 return template % specifics + disclaimer
420 specifics = {'suite': self._suite,
425 return template % specifics
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
StubPackageManager.java 149 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, Intent[] specifics, Intent intent, int flags) {
  /frameworks/support/wear/src/android/support/wear/widget/drawer/
WearableActionDrawerMenu.java 166 Intent[] specifics,
  /external/libvorbis/doc/
08-residue.tex 350 \subsubsection{format 0 specifics}
384 \subsubsection{format 1 specifics}
416 \subsubsection{format 2 specifics}
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc 1794 CodecSpecificInfo specifics; local
    [all...]
  /external/googletest/googlemock/
README.md 16 and designed with C++'s specifics in mind.
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 939 ComponentName caller, Intent[] specifics, Intent intent,
944 if (specifics != null) {
945 final int N = specifics.length;
947 Intent sp = specifics[i];
962 mPM.queryIntentActivityOptions(caller, specifics, specificTypes, intent,
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
PackageManagerStub.java 415 Intent[] specifics,
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgePackageManager.java 412 public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, Intent[] specifics,
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 153 in ComponentName caller, in Intent[] specifics,
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 157 * it's heavily loaded with syntax specifics and parser tricks...

Completed in 1008 milliseconds

1 2 3