| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
| UCharacterTest.java | 1211 String source = Utility.valueOf(c); local [all...] |
| /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| RoundTripTest.java | 192 private void assertRoundTripTransform(String message, String source, Transliterator lh, Transliterator hl) { 193 String to = hl.transform(source); 195 if (!source.equals(back)) { 196 String to2 = hl.transform(source.replaceAll("(.)", "$1 ").trim()); 198 assertEquals(message + " " + source + " [" + to + "/"+ to2 + "/"+ to3 + "]", source, back); 296 String source = b.toString(); local 299 String target = han.transliterate(source); [all...] |
| /external/iputils/ |
| ping6.c | 17 * Redistribution and use in source and binary forms, with or without 20 * 1. Redistributions of source code must retain the above copyright 163 struct sockaddr_in6 source; variable in typeref:struct:sockaddr_in6 730 source.sin6_family = AF_INET6; 768 if (inet_pton(AF_INET6, addr, (char*)&source.sin6_addr) <= 0) { 769 fprintf(stderr, "ping: invalid source address %s\n", optarg); 823 "Source routing is deprecated by RFC5095.\n"); 909 fprintf(stderr, "ping6: Source routing is deprecated by RFC5095.\n"); 955 if (IN6_IS_ADDR_UNSPECIFIED(&source.sin6_addr)) { 998 alen = sizeof(source); [all...] |
| /external/kernel-headers/original/uapi/sound/ |
| asoc.h | 429 char source[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member in struct:snd_soc_tplg_dapm_graph_elem
|
| /external/libcups/cups/ |
| ppd-cache.c | 73 const char *media_source, /* media-source value */ 233 else if (media_source && !strcmp(media_col_sup->values[i].string.text, "media-source")) 234 ippAddString(media_col, IPP_TAG_ZERO, IPP_TAG_KEYWORD, "media-source", NULL, media_source); 746 else if (!_cups_strcasecmp(line, "Source")) 750 DEBUG_printf(("_ppdCacheCreateWithFile: Bad Source on line %d.", 758 DEBUG_printf(("_ppdCacheCreateWithFile: Too many Source's on line %d.", 964 pwg_map_t *map; /* Current source/type map */ 2648 pwg_map_t *source; \/* Current source *\/ local [all...] |
| /external/libpcap/ |
| scanner.c | 244 /* Whether this is an "interactive" input source; if so, and 271 * shouldn't try reading from the input source any more. We might 3998 register char *source = (yytext_ptr); local [all...] |
| /external/mdnsresponder/mDNSShared/ |
| dnsextd.c | 272 EventSource * source; local 275 for ( source = ( EventSource* ) self->eventSources.Head; source; source = source->next ) 277 if ( source->sock == sock ) 279 RemoveFromList( &self->eventSources, source ); 281 free( source ); 2862 EventSource * source; local [all...] |
| /external/mdnsresponder/mDNSWindows/SystemService/ |
| Service.c | 948 // Add/Open source name as a sub-key under the Application key in the EventLog registry key. 974 // Set up the event source. 1896 EventSource * source; local 1978 EventSource * source; local [all...] |
| /external/mesa3d/src/glsl/ |
| ast.h | 40 * direct representation of the gramma derivation for the source program. 83 * Retrieve the source location of an AST node 85 * This function is primarily used to get the source position of an AST node 94 locp.source = this->location.source; 104 * Set the source location of an AST node from a parser location 110 this->location.source = locp.source; 116 * Source location of the AST node. 119 unsigned source; /**< GLSL source number. * member in struct:ast_node::__anon27617 [all...] |
| /external/mesa3d/src/mesa/program/ |
| ir_to_mesa.cpp | 168 /** Pointer to the ir source this tree came from for debugging */ 426 * of this operation, we want to emit a scalar per source channel used 497 * \param src Source register 532 /* The source swizzle specified which component of the source generates 535 * Replace the current swizzle with a swizzle that puts the source in 978 * 0, or 1, or is a component from one source register (possibly with 3054 const char *source = shader->Source; local [all...] |
| /external/pdfium/core/fxge/ |
| fx_dib.h | 2 // Use of this source code is governed by a BSD-style license that can be 110 #define FXDIB_ALPHA_MERGE(backdrop, source, source_alpha) \ 111 (((backdrop) * (255 - (source_alpha)) + (source) * (source_alpha)) / 255) 609 const CFX_DIBSource* source() { return m_pSource; } function in class:CFX_ImageStretcher
|
| /external/pdfium/fpdfsdk/javascript/ |
| Field.cpp | 2 // Use of this source code is governed by a BSD-style license that can be 132 {"source", get_source_static, set_source_static}, 3191 bool Field::source(CJS_Runtime* pRuntime, function in class:Field [all...] |
| /external/ppp/pppd/ |
| pppd.h | 6 * Redistribution and use in source and binary forms, with or without 10 * 1. Redistributions of source code must retain the above copyright 109 const char *source; member in struct:__anon28747 475 bool ue_priv; /* from privileged source */ 476 const char *ue_source; /* source name */ [all...] |
| /external/protobuf/src/google/protobuf/ |
| map_test.cc | 5 // Redistribution and use in source and binary forms, with or without 9 // * Redistributions of source code must retain the above copyright 1877 const Message* source = implicit_cast<const Message*>(&message1); local 2582 unittest::TestMap source, dest; local 2688 unittest::TestMap source; local [all...] |
| type.pb.cc | 2 // source: google/protobuf/type.proto 206 "e_context\030\005 \001(\0132\036.google.protobuf.Source" 662 const Type* source = local 665 if (source == NULL) { 670 MergeFrom(*source); 1585 const Field* source = local 2289 const Enum* source = local 2768 const EnumValue* source = local 3137 const Option* source = local [all...] |
| /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowView.java | 828 String source = attributeSet.getAttributeValue("android", "background"); local 829 if (source != null) { 830 if (source.startsWith("@drawable/")) { 844 * android source */
|
| /external/selinux/libsepol/src/ |
| services.c | 207 * policy source. 372 * when it is applied to the specified source and target 404 * Set 1 = source, 2 = target, 3 = xcontext for validatetrans 406 #define SOURCE 1 410 int s_t_x_num = SOURCE; 625 s_t_x_num = SOURCE; 847 type_datum_t *source; local 851 source = policydb->type_val_to_struct[scontext->type - 1]; 852 if (!source->bounds) 860 lo_scontext.type = source->bounds [all...] |
| /external/skia/src/sksl/ |
| lex.layout.c | 4 * Use of this source code is governed by a BSD-style license that can be 244 /* Whether this is an "interactive" input source; if so, and 271 * shouldn't try reading from the input source any more. We might 576 * Use of this source code is governed by a BSD-style license that can be 1035 /* We're scanning a new file or input source. It's 1037 * just pointed yyin at a new source and called 1042 * back-up) that will match for the new input source. 1165 register char *source = yyg->yytext_ptr; local 1369 register char *source = local [all...] |
| lex.sksl.c | 4 * Use of this source code is governed by a BSD-style license that can be 259 /* Whether this is an "interactive" input source; if so, and 286 * shouldn't try reading from the input source any more. We might 1583 register char *source = yyg->yytext_ptr; local 1788 register char *source = local [all...] |
| /external/skia/third_party/lua/src/ |
| lobject.h | 472 int *lineinfo; /* map from opcodes to source lines (debug information) */ 476 TString *source; /* used for debug information */ member in struct:Proto 603 LUAI_FUNC void luaO_chunkid (char *out, const char *source, size_t len);
|
| /external/sonivox/arm-wt-22k/lib_src/ |
| eas_mdls.c | 258 EAS_U16 source; member in struct:s_connection_tag 1968 EAS_U16 source; local [all...] |
| /external/squashfs-tools/squashfs-tools/ |
| action.c | 55 static char *cur_ptr, *source; variable 289 fprintf(stderr, "Failed to parse action \"%s\"\n", source); 456 cur_ptr = source = s; 1488 else if (strcmp(argv[0], "source") == 0) 1494 "argument containing \"all\", \"source\", or \"excluded\"" 1631 struct dir_info *dest, *source = dir_ent->our_dir; local 1876 struct dir_info *source = dir_ent->our_dir, local [all...] |
| /external/swiftshader/src/OpenGL/compiler/ |
| glslang_lex.cpp | 283 /* Whether this is an "interactive" input source; if so, and 310 * shouldn't try reading from the input source any more. We might 2288 char *source = yyg->yytext_ptr; local [all...] |
| /external/swiftshader/src/OpenGL/compiler/preprocessor/ |
| Tokenizer.cpp | 252 /* Whether this is an "interactive" input source; if so, and 279 * shouldn't try reading from the input source any more. We might 1356 char *source = yyg->yytext_ptr; local [all...] |
| /external/swiftshader/src/OpenGL/libGLES_CM/ |
| libGLES_CM.cpp | 898 es1::Renderbuffer *source = framebuffer->getColorbuffer(); local 899 GLenum colorbufferFormat = source->getFormat(); 1011 es1::Renderbuffer *source = framebuffer->getColorbuffer(); local 1013 if(context->getFramebufferName() != 0 && (!source || source->getSamples() > 1)) [all...] |