Home
last modified time | relevance | path

Searched refs:specifics (Results 1 – 25 of 62) sorted by relevance

123

/external/autotest/client/cros/cellular/
Dlabconfig_data.py40 def MakeDefaultCallBoxConfig(specifics): argument
69 return combine_trees(base, specifics)
71 def MakeDefaultPerfServer(specifics): argument
79 return combine_trees(base, specifics)
/external/webrtc/webrtc/test/
Dfake_encoder.cc80 CodecSpecificInfo specifics; in Encode() local
81 memset(&specifics, 0, sizeof(specifics)); in Encode()
82 specifics.codecType = kVideoCodecGeneric; in Encode()
83 specifics.codecSpecific.generic.simulcast_idx = i; in Encode()
111 if (callback_->Encoded(encoded, &specifics, NULL) != 0) in Encode()
/external/autotest/server/cros/dynamic_suite/
Dreporting.py98 specifics = {
113 return template % specifics
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
DMenuLoaderTest.java106 ComponentName caller, Intent[] specifics, Intent intent, in addIntentOptions() argument
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
DTestMenu.java93 … int addIntentOptions(int groupId, int itemId, int order, ComponentName caller, Intent[] specifics, in addIntentOptions() argument
/external/markdown/docs/extensions/
DHeaderId.txt86 …a-Data]] Extension. Please see the documentation for that extension for specifics. The supported m…
DWikiLinks.txt123 the documentation for that extension for specifics. The supported meta-data
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DREADME.rtf14 See the individual "Regenerate" targets for the specifics.\
/external/libcap/
DMake.Rules46 # Compilation specifics
/external/python/cpython3/Doc/library/
Dindex.rst21 away platform-specifics into platform-neutral APIs.
/external/python/cpython2/Doc/library/
Dindex.rst21 away platform-specifics into platform-neutral APIs.
/external/webrtc/webrtc/tools/rtcbot/
DREADME12 no access to node.js specifics other than the exposed api via a test variable.
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboMenu.java103 … int addIntentOptions(int groupId, int itemId, int order, ComponentName caller, Intent[] specifics, in addIntentOptions() argument
/external/webrtc/webrtc/video/
Dvideo_send_stream_tests.cc1794 CodecSpecificInfo specifics; in TEST_F() local
1795 memset(&specifics, 0, sizeof(specifics)); in TEST_F()
1796 specifics.codecType = kVideoCodecGeneric; in TEST_F()
1804 specifics.codecSpecific.generic.simulcast_idx = static_cast<uint8_t>(i); in TEST_F()
1809 if (callback_->Encoded(encoded, &specifics, nullptr) != 0) in TEST_F()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/content/pm/
DStubPackageManager.java149 …public List<ResolveInfo> queryIntentActivityOptions(ComponentName caller, Intent[] specifics, Inte… in queryIntentActivityOptions() argument
/external/mdnsresponder/mDNSWindows/
DREADME.txt22 on any platform-specifics so it should run on any platform with an mDNS
/external/tensorflow/tensorflow/contrib/lite/schema/
Dschema_v0.fbs213 // while the specifics of each operations is configured using builtin_options
Dschema_v2.fbs254 // while the specifics of each operations is configured using builtin_options
Dschema_v1.fbs246 // while the specifics of each operations is configured using builtin_options
Dschema_v3.fbs264 // while the specifics of each operations is configured using builtin_options
Dschema.fbs380 // while the specifics of each operations is configured using builtin_options
/external/flatbuffers/docs/source/
DWhitePaper.md24 platform specifics like endianness and alignment.
/external/gemmlowp/doc/
Ddesign.md59 Refer to [low-precision.md](low-precision.md) for specifics of the
/external/libxml2/
DREADME.zOS38 xmlschemastypes.c files and use specifics targets rather than existing
/external/skia/docs/
DSkBitmap_Reference.bmh2753 Color_Space of destination. dstRowBytes specifics the gap from one destination
2838 destination. dstRowBytes specifics the gap from one destination row to the next.
2913 and row bytes of destination. dst.rowBytes specifics the gap from one destination
2977 and row bytes of destination. dst.rowBytes specifics the gap from one destination
3027 and row bytes of source. src.rowBytes specifics the gap from one source
3094 and row bytes of source. src.rowBytes specifics the gap from one source
3137 and row bytes of source. src.rowBytes specifics the gap from one source

123