/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/arm-optimized-routines/test/rtest/ |
dotest.c | 820 static uint32 *specifics = NULL; local [all...] |
/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/autotest/server/cros/dynamic_suite/ |
reporting.py | 98 specifics = { 113 return template % 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-
|
/external/v8/tools/ |
dumpcpp.js | 33 // Hack file name to avoid dealing with platform specifics.
|
tickprocessor.js | 278 // Hack file name to avoid dealing with platform specifics.
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/ |
RoboMenu.java | 103 public int addIntentOptions(int groupId, int itemId, int order, ComponentName caller, Intent[] 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.
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 157 * it's heavily loaded with syntax specifics and parser tricks...
|
/external/libunwind/doc/ |
libunwind-dynamic.tex | 376 \section{IA-64 specifics}
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
ShadowApplicationPackageManager.java | [all...] |