Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 25 of 782) sorted by relevance

12345678910>>...32

/external/chromium/chrome/browser/chromeos/status/
Dinput_method_menu_unittest.cc17 InputMethodDescriptor desc("m17n:fa:isiri", // input method engine id in TEST() local
24 InputMethodDescriptor desc("hangul", "Korean", "us", "ko"); in TEST() local
29 InputMethodDescriptor desc("invalid-id", "unregistered string", "us", "xx"); in TEST() local
36 InputMethodDescriptor desc("xkb:us:dvorak:eng", "Dvorak", "us", "eng"); in TEST() local
40 InputMethodDescriptor desc("xkb:us:colemak:eng", "Colemak", "us", "eng"); in TEST() local
44 InputMethodDescriptor desc("xkb:us:altgr-intl:eng", "US extd", "us", "eng"); in TEST() local
48 InputMethodDescriptor desc("xkb:us:intl:eng", "US intl", "us", "eng"); in TEST() local
52 InputMethodDescriptor desc("xkb:de:neo:ger", "Germany - Neo 2", "de(neo)", in TEST() local
57 InputMethodDescriptor desc("mozc", "Mozc", "us", "ja"); in TEST() local
62 InputMethodDescriptor desc("mozc-jp", "Mozc", "jp", "ja"); in TEST() local
[all …]
/external/chromium_org/chrome/browser/chromeos/input_method/
Dinput_method_util_unittest.cc116 InputMethodDescriptor desc = GetDesc("m17n:fa:isiri", // input method id in TEST_F() local
122 InputMethodDescriptor desc = GetDesc("mozc-hangul", "us", "ko"); in TEST_F() local
127 InputMethodDescriptor desc = GetDesc("invalid-id", "us", "xx"); in TEST_F() local
134 InputMethodDescriptor desc = GetDesc("xkb:us:dvorak:eng", "us", "en-US"); in TEST_F() local
138 InputMethodDescriptor desc = GetDesc("xkb:us:colemak:eng", "us", "en-US"); in TEST_F() local
142 InputMethodDescriptor desc = in TEST_F() local
147 InputMethodDescriptor desc = GetDesc("xkb:us:intl:eng", "us", "en-US"); in TEST_F() local
151 InputMethodDescriptor desc = GetDesc("xkb:de:neo:ger", "de(neo)", "de"); in TEST_F() local
155 InputMethodDescriptor desc = GetDesc("xkb:es:cat:cat", "es(cat)", "ca"); in TEST_F() local
159 InputMethodDescriptor desc = GetDesc(pinyin_ime_id, "us", "zh-CN"); in TEST_F() local
[all …]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportdescriptionfactory_unittest.cc48 void CheckDesc(const TransportDescription* desc, const std::string& type, in CheckDesc()
139 scoped_ptr<TransportDescription> desc(f1_.CreateOffer( in TEST_F() local
147 scoped_ptr<TransportDescription> desc(f1_.CreateOffer( in TEST_F() local
155 scoped_ptr<TransportDescription> desc(f1_.CreateOffer( in TEST_F() local
167 scoped_ptr<TransportDescription> desc(f1_.CreateOffer( in TEST_F() local
182 scoped_ptr<TransportDescription> desc(f1_.CreateOffer( in TEST_F() local
199 scoped_ptr<TransportDescription> desc( in TEST_F() local
212 scoped_ptr<TransportDescription> desc(f2_.CreateAnswer( in TEST_F() local
229 scoped_ptr<TransportDescription> desc( in TEST_F() local
241 scoped_ptr<TransportDescription> desc( in TEST_F() local
[all …]
Dtransportdescriptionfactory.cc50 talk_base::scoped_ptr<TransportDescription> desc(new TransportDescription()); in CreateOffer() local
89 talk_base::scoped_ptr<TransportDescription> desc(new TransportDescription()); in CreateAnswer() local
148 TransportDescription* desc, ConnectionRole role) const { in SetSecurityInfo()
/external/javassist/src/main/javassist/bytecode/
DDescriptor.java157 public static String rename(String desc, String oldname, String newname) { in rename()
202 public static String rename(String desc, Map map) { in rename()
250 private static void toDescriptor(StringBuffer desc, CtClass type) { in toDescriptor()
292 StringBuffer desc = new StringBuffer(); in ofMethod() local
327 public static String appendParameter(String classname, String desc) { in appendParameter()
352 public static String insertParameter(String classname, String desc) { in insertParameter()
405 public static String changeReturnType(String classname, String desc) { in changeReturnType()
427 public static CtClass[] getParameterTypes(String desc, ClassPool cp) in getParameterTypes()
480 public static CtClass getReturnType(String desc, ClassPool cp) in getReturnType()
499 public static int numOfParameters(String desc) { in numOfParameters()
[all …]
DBytecode.java911 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokespecial() local
925 public void addInvokespecial(CtClass clazz, String name, String desc) { in addInvokespecial()
926 addInvokespecial(constPool.addClassInfo(clazz), name, desc); in addInvokespecial() local
939 public void addInvokespecial(String clazz, String name, String desc) { in addInvokespecial()
940 addInvokespecial(constPool.addClassInfo(clazz), name, desc); in addInvokespecial() local
954 public void addInvokespecial(int clazz, String name, String desc) { in addInvokespecial()
970 String desc = Descriptor.ofMethod(returnType, paramTypes); in addInvokestatic() local
983 public void addInvokestatic(CtClass clazz, String name, String desc) { in addInvokestatic()
984 addInvokestatic(constPool.addClassInfo(clazz), name, desc); in addInvokestatic() local
996 public void addInvokestatic(String classname, String name, String desc) { in addInvokestatic()
[all …]
/external/chromium_org/ppapi/examples/font/
Dsimple_font.cc34 pp::BrowserFontDescription desc; in DidChangeView() local
49 pp::BrowserFontDescription desc; in DidChangeView() local
57 pp::BrowserFontDescription desc; in DidChangeView() local
66 pp::BrowserFontDescription desc; in DidChangeView() local
75 pp::BrowserFontDescription desc; in DidChangeView() local
92 pp::BrowserFontDescription desc; in DescribeFont() local
/external/qemu/android/protocol/
Dcore-connection.c145 CoreConnection* desc; in core_connection_create() local
155 core_connection_free(CoreConnection* desc) in core_connection_free()
170 core_connection_open(CoreConnection* desc) in core_connection_open()
186 core_connection_close(CoreConnection* desc) in core_connection_close()
197 core_connection_write(CoreConnection* desc, in core_connection_write()
225 core_connection_read(CoreConnection* desc, in core_connection_read()
253 core_connection_switch_stream(CoreConnection* desc, in core_connection_switch_stream()
354 core_connection_detach(CoreConnection* desc) in core_connection_detach()
360 core_connection_get_socket(CoreConnection* desc) in core_connection_get_socket()
/external/chromium_org/native_client_sdk/src/build_tools/
Dtest_projects.py79 def GetServingDirForProject(desc): argument
85 def GetRepoServingDirForProject(desc): argument
91 def GetExecutableDirForProject(desc, toolchain, config): argument
95 def GetBrowserTesterCommand(desc, toolchain, config): argument
150 def RunTestOnce(desc, toolchain, config): argument
163 def RunTestNTimes(desc, toolchain, config, times): argument
174 def RunTestWithGtestOutput(desc, toolchain, config, retry_on_failure_times): argument
199 def GetTestName(desc, toolchain, config): argument
203 def IsTestDisabled(desc, toolchain, config): argument
Dgenerate_make.py22 def IsExample(desc): argument
27 def GenerateSourceCopyList(desc): argument
119 def IsNexe(desc): argument
126 def ProcessHTML(srcroot, dstroot, desc, toolchains, configs, first_toolchain): argument
145 def GenerateManifest(srcroot, dstroot, desc): argument
185 def ProcessProject(pepperdir, srcroot, dstroot, desc, toolchains, configs=None, argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_format.h399 const struct util_format_description *desc = util_format_description(format); in util_format_name() local
412 const struct util_format_description *desc = util_format_description(format); in util_format_short_name() local
428 const struct util_format_description *desc = util_format_description(format); in util_format_is_plain() local
440 const struct util_format_description *desc = util_format_description(format); in util_format_is_compressed() local
460 const struct util_format_description *desc = util_format_description(format); in util_format_is_s3tc() local
473 const struct util_format_description *desc = util_format_description(format); in util_format_is_srgb() local
478 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth()
485 util_format_has_stencil(const struct util_format_description *desc) in util_format_has_stencil()
494 const struct util_format_description *desc = util_format_description(format); in util_format_is_depth_or_stencil() local
508 const struct util_format_description *desc = util_format_description(format); in util_format_is_depth_and_stencil() local
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_format.h399 const struct util_format_description *desc = util_format_description(format); in util_format_name() local
412 const struct util_format_description *desc = util_format_description(format); in util_format_short_name() local
428 const struct util_format_description *desc = util_format_description(format); in util_format_is_plain() local
440 const struct util_format_description *desc = util_format_description(format); in util_format_is_compressed() local
460 const struct util_format_description *desc = util_format_description(format); in util_format_is_s3tc() local
473 const struct util_format_description *desc = util_format_description(format); in util_format_is_srgb() local
478 util_format_has_depth(const struct util_format_description *desc) in util_format_has_depth()
485 util_format_has_stencil(const struct util_format_description *desc) in util_format_has_stencil()
494 const struct util_format_description *desc = util_format_description(format); in util_format_is_depth_or_stencil() local
508 const struct util_format_description *desc = util_format_description(format); in util_format_is_depth_and_stencil() local
[all …]
/external/javassist/src/main/javassist/util/proxy/
DRuntimeSupport.java50 String desc, java.lang.reflect.Method[] methods) in find2Methods()
67 public static Method findMethod(Object self, String name, String desc) { in findMethod()
81 public static Method findSuperMethod(Object self, String name, String desc) { in findSuperMethod()
93 private static void error(Object self, String name, String desc) { in error()
98 private static Method findSuperMethod2(Class clazz, String name, String desc) { in findSuperMethod2()
113 private static Method searchInterfaces(Class clazz, String name, String desc) { in searchInterfaces()
125 private static Method findMethod2(Class clazz, String name, String desc) { in findMethod2()
/external/chromium_org/chromeos/network/
Dnetwork_event_log.h97 #define NET_LOG_ERROR(event, desc) NET_LOG_LEVEL( \ argument
102 #define NET_LOG_USER(event, desc) NET_LOG_LEVEL( \ argument
106 #define NET_LOG_EVENT(event, desc) NET_LOG_LEVEL( \ argument
110 #define NET_LOG_DEBUG(event, desc) NET_LOG_LEVEL( \ argument
/external/chromium_org/third_party/re2/util/
Dflags.h13 #define DEFINE_flag(type, name, deflt, desc) \ argument
19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc) argument
20 #define DEFINE_int32(name, deflt, desc) DEFINE_flag(int32, name, deflt, desc) argument
21 #define DEFINE_string(name, deflt, desc) DEFINE_flag(string, name, deflt, desc) argument
/external/regex-re2/util/
Dflags.h13 #define DEFINE_flag(type, name, deflt, desc) \ argument
19 #define DEFINE_bool(name, deflt, desc) DEFINE_flag(bool, name, deflt, desc) argument
20 #define DEFINE_int32(name, deflt, desc) DEFINE_flag(int32, name, deflt, desc) argument
21 #define DEFINE_string(name, deflt, desc) DEFINE_flag(string, name, deflt, desc) argument
/external/javassist/src/main/javassist/runtime/
DDesc.java66 public static Class[] getParams(String desc) { in getParams()
77 public static Class getType(String desc) { in getType()
85 private static Class[] getType(String desc, int descLen, in getType()
132 private static Class[] getClassType(String desc, int descLen, in getClassType()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
Dast-builder.rb28 def subtree_stream( desc, element = nil ) argument
32 def token_stream( desc, element = nil ) argument
36 def node_stream( desc, element = nil ) argument
/external/clang/lib/Frontend/
DLangStandards.cpp16 #define LANGSTANDARD(id, name, desc, features) \ argument
24 #define LANGSTANDARD(id, name, desc, features) \ in getLangStandardForKind() argument
33 #define LANGSTANDARD(id, name, desc, features) \ in getLangStandardForName() argument
/external/chromium_org/chrome/third_party/chromevox/extensions/searchvox/
Dcontext_menu.js125 { desc: 'Main Results', cmd: Command.MAIN }, property
126 { desc: 'Search Tools', cmd: Command.TOOLS }, property
127 { desc: 'Ads', cmd: Command.ADS } property
/external/chromium_org/ppapi/tests/
Dtest_browser_font.cc50 pp::BrowserFontDescription desc; in TestMeasure() local
62 pp::BrowserFontDescription desc; in TestMeasureRTL() local
105 pp::BrowserFontDescription desc; in TestCharPos() local
122 pp::BrowserFontDescription desc; in TestCharPosRTL() local
164 pp::BrowserFontDescription desc; in TestDraw() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebFontDescription.cpp40 WebFontDescription::WebFontDescription(const FontDescription& desc, in WebFontDescription()
59 FontDescription desc; in operator WebCore::FontDescription() local
/external/e2fsprogs/ext2ed/
Dinode_com.c30 struct ext2_group_desc desc; in type_ext2_inode___prev() local
77 struct ext2_group_desc desc; in type_ext2_inode___next() local
127 struct ext2_group_desc desc; in type_ext2_inode___show() local
288 struct ext2_group_desc desc; in type_ext2_inode___entry() local
373 struct ext2_group_desc desc; in inode_offset_to_group_num() local
403 struct ext2_group_desc desc; in inode_offset_to_inode_num() local
424 struct ext2_group_desc desc; in inode_num_to_inode_offset() local
/external/chromium_org/ppapi/proxy/
Dserialized_structs.cc32 const PP_FontDescription_Dev& desc) { in SetFromPPFontDescription()
46 const PP_BrowserFont_Trusted_Description& desc) { in SetFromPPBrowserFontDescription()
103 const PP_TrueTypeFontDesc_Dev& desc) { in SetFromPPTrueTypeFontDesc()
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLRenderTarget.cpp16 void GrGLRenderTarget::init(const Desc& desc, in init()
44 const Desc& desc, in GrGLRenderTarget()
69 const Desc& desc, in GrGLRenderTarget()

12345678910>>...32