HomeSort by relevance Sort by last modified time
    Searched full:skeleton (Results 476 - 500 of 816) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
RK1048.so 
SAMI-WS2.so 
TIS-620.so 
  /prebuilts/misc/darwin-x86/flex/
NOTICE 36 Note that the "flex.skl" scanner skeleton carries no copyright notice.
  /prebuilts/misc/linux-x86/flex/
NOTICE 36 Note that the "flex.skl" scanner skeleton carries no copyright notice.
  /prebuilts/misc/windows/flex/
NOTICE 36 Note that the "flex.skl" scanner skeleton carries no copyright notice.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
keyword.py 73 # load the output skeleton from the target
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
keyword.py 73 # load the output skeleton from the target
  /external/bison/src/
getargs.h 31 extern char const *skeleton;
66 char skeleton[sizeof "java-skel.m4"]; member in struct:bison_language
106 trace_skeleton = 1 << 9, /**< Skeleton postprocessing. */
getargs.c 80 const char *skeleton = NULL; variable
196 "muscles - m4 definitions passed to the skeleton",
199 "skeleton - skeleton postprocessing",
332 -S, --skeleton=FILE specify the skeleton to use\n\
446 | --skeleton and --language handling. |
455 skeleton = arg;
458 complain_at (loc, _("multiple skeleton declarations are invalid"));
568 { "skeleton", required_argument, 0, 'S' }
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardStatusView.java 166 String skeleton = DateFormat.is24HourFormat(context, ActivityManager.getCurrentUser()) local
169 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton);
237 // CLDR insists on adding an AM/PM indicator even though it wasn't in the skeleton
  /external/bison/djgpp/
README.in 30 back end to generate the parser file (y.tab.c etc.) from the skeleton
34 It should also be noticed that the skeleton files bison.simple and
38 The kind of skeleton file bison.hairy is no longer supported at all.
39 The skeleton file bison.simple is now called yacc.c and is an m4 script.
40 The other two skeleton files supported by this bison version are glr.c
  /external/chromium_org/third_party/icu/source/samples/dtitvfmtsample/
dtitvfmtsample.cpp 53 u_fprintf(out,"%-10s%-22s%-22s%-35s%-35s\n", "Skeleton","from","to","Date Interval in en_US","Date Interval in Ja");
59 //create a DateIntervalFormat instance for given skeleton, locale
76 Skeleton from to Date Interval in en_US Date Interval in Ja
117 u_printf("%-10s%-22s%-22s%-45s%-35s\n", "Skeleton", "from","to", "Date Interval in en_US","Date Interval in Ja");
144 Skeleton from to Date Interval in en_US Date Interval in Ja
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 21 part or all of the Bison parser skeleton and distribute that work
23 parser generator using the skeleton or a modified version thereof
24 as a parser skeleton. Alternatively, if you modify or redistribute
25 the parser skeleton itself, you may (at your option) remove this
26 special exception, which will cause the skeleton and the resulting
  /external/libogg/doc/
rfc5334.txt 107 o The Ogg Skeleton extension becomes a recommended addition for
165 pages of the logical bitstreams through use of a [Skeleton]
166 bitstream. Using Ogg Skeleton is REQUIRED for content served under
179 as Skeleton contains identifiers to describe the different
282 Skeleton.
361 The use of the Ogg Skeleton extension has been confirmed to not cause
429 Skeleton logical bitstream to identify all other contained logical
487 Skeleton metadata, and CMML captioning. Data served under the type
488 "video/ogg" SHOULD contain an Ogg Skeleton logical bitstream.
544 under the "audio/ogg" type SHOULD have an Ogg Skeleton logica
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatpg_test.c 69 static const UChar skeleton[]= {0x4d, 0x4d, 0x4d, 0x64, 0}; /* MMMd */ variable
155 /* Test skeleton == NULL */
159 log_err("udatpg_getBestPattern failed in illegal argument - skeleton is NULL.\n");
302 /* Get all skeletons and the crroespong pattern for each skeleton. */
349 length = udatpg_getBestPattern(generator, skeleton, 4,
427 log_err("ERROR udatpg_getBestPatternWithOptions, locale %s, skeleton %s, options 0x%04X, expected pattern %s, got %s, status %d\n",
  /external/icu/icu4c/source/test/cintltst/
udatpg_test.c 69 static const UChar skeleton[]= {0x4d, 0x4d, 0x4d, 0x64, 0}; /* MMMd */ variable
155 /* Test skeleton == NULL */
159 log_err("udatpg_getBestPattern failed in illegal argument - skeleton is NULL.\n");
302 /* Get all skeletons and the crroespong pattern for each skeleton. */
349 length = udatpg_getBestPattern(generator, skeleton, 4,
426 log_err("ERROR udatpg_getBestPatternWithOptions, locale %s, skeleton %s, options 0x%04X, expected pattern %s, got %s, status %d\n",
  /external/icu/icu4c/source/samples/dtitvfmtsample/
dtitvfmtsample.cpp 53 u_fprintf(out,"%-10s%-22s%-22s%-35s%-35s\n", "Skeleton","from","to","Date Interval in en_US","Date Interval in Ja");
59 //create a DateIntervalFormat instance for given skeleton, locale
109 u_printf("%-10s%-22s%-22s%-45s%-35s\n", "Skeleton", "from","to", "Date Interval in en_US","Date Interval in Ja");
  /developers/samples/android/wearable/wear/SkeletonWearableApp/
template-params.xml 55 This sample is a basic skeleton app which can be used as a starting point for wear development.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 6 This unit contains a skeleton test case class generated by the Test Case Wizard.
  /external/bison/data/
stack.hh 1 # C++ skeleton for Bison
  /external/bison/examples/calc++/
calc++-parser.yy 2 %skeleton "lalr1.cc" /* -*- C++ -*- */
  /external/bison/tests/
c++.at 33 AT_BISON_OPTION_PUSHDEFS([%skeleton "lalr1.cc"])
35 [[%skeleton "lalr1.cc"
192 AT_BISON_OPTION_PUSHDEFS([%skeleton "lalr1.cc"])
195 [[%skeleton "lalr1.cc"
testsuite.at 29 # Testing skeleton support.
  /external/chromium_org/tools/grit/grit/tool/
resize.py 117 dialog, for the language or languages of your choice, using the <skeleton> child
119 will be ignored when you use the <skeleton> node (GRIT will instead use the
165 # of the original RC file somewhere, such that the <skeleton> node could warn
166 # if the original RC file gets updated without the skeleton file being updated.

Completed in 1715 milliseconds

<<11121314151617181920>>