HomeSort by relevance Sort by last modified time
    Searched full:skeleton (Results 276 - 300 of 930) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/gconv/
UTF-16.so 
UTF-7.so 
VISCII.so 
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 42 /// Skeleton unit associated with this unit.
43 DwarfCompileUnit *Skeleton;
91 return Skeleton;
190 /// Set the skeleton unit associated with this unit.
191 void setSkeleton(DwarfCompileUnit &Skel) { Skeleton = &Skel; }
252 return (Skeleton ? Skeleton : this)->CURangeLists;
  /external/bison/src/
scan-skel.l 146 fatal (_("unclosed %s directive in skeleton"), at_directive_argv[0]);
153 | Scan a Bison skeleton. |
291 fatal (_("too few arguments for %s directive in skeleton"),
298 fatal (_("too many arguments for %s directive in skeleton"),
305 fatal ("invalid @ in skeleton: %s", at);
output.c 499 | Call the skeleton parser. |
510 /* Compute the names of the package data dir and skeleton files. */
519 size_t skeleton_size = strlen (skeleton) + 1;
532 if (mbschr (skeleton, '/'))
533 strcpy (full_skeleton, skeleton);
535 strcpy (full_skeleton + pkgdatadirlen + 1, skeleton);
659 /* Find the right skeleton file, and add muscles about the skeletons. */
660 if (skeleton)
661 MUSCLE_INSERT_C_STRING ("skeleton", skeleton);
    [all...]
  /external/libpcap/
grammar.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
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
glslang_tab.cpp.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/bison/data/
glr.cc 3 # C++ GLR skeleton for Bison
21 # This skeleton produces a C++ class that encapsulates a C glr parser.
23 # skeleton is clean and pure enough so that there are no real
33 # additional parse-param. But because the C++ skeleton needs to
234 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
237 /* C++ GLR parser skeleton written by Akim Demaille. */
  /external/bison/doc/
cross-options.texi 69 @item @option{--skeleton=@var{file}}
71 @tab @code{%skeleton @var{"file"}}
  /external/guava/guava/src/com/google/common/collect/
SortedMultisets.java 46 * A skeleton implementation for {@link SortedMultiset#elementSet}.
86 * A skeleton navigable implementation for {@link SortedMultiset#elementSet}.
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmUtils.java 40 final String skeleton = DateFormat.is24HourFormat(context) ? "EHm" : "Ehma"; local
41 final String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton);
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeVoiceActivity.java 111 String skeleton = DateFormat.is24HourFormat(this, UserHandle.myUserId()) ? "Hm" : "hma"; local
112 String pattern = DateFormat.getBestDateTimePattern(Locale.getDefault(), skeleton);
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 578 * Returns the best pattern given a skeleton and locale.
580 * @param skeleton the skeleton
587 const UnicodeString &skeleton,
592 * Creates a date/time formatter for the given skeleton and
595 * @param skeleton The skeleton e.g "yMMMMd." Fields in the skeleton can
597 * map the skeleton to a pattern that includes locale
605 const UnicodeString& skeleton,
    [all...]
  /cts/hostsidetests/os/test-apps/HostLinkVerificationApp/
AndroidManifest.xml 27 <application android:label="Open Links Skeleton" android:hasCode="false" >
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/
AndroidManifest.xml 38 <action android:name="com.google.android.clockwork.example.SKELETON"/>
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/
AndroidManifest.xml 38 <action android:name="com.google.android.clockwork.example.SKELETON"/>
  /development/samples/VoiceRecognitionService/
_index.html 8 settings activity</a> for that service. It shows the basic skeleton for setting up a recognition
  /development/samples/browseable/SkeletonWearableApp/
AndroidManifest.xml 38 <action android:name="com.google.android.clockwork.example.SKELETON"/>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
keyword.py 73 # load the output skeleton from the target
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
keyword.py 73 # load the output skeleton from the target
  /external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystemBuilder.cpp 38 "Skeleton", new TLoggingElementBuilderTemplate<CSkeletonSubsystem>(logger));
  /external/python/cpython2/Lib/
keyword.py 73 # load the output skeleton from the target
  /frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
FullBackupTask.java 26 * Generic driver skeleton for full backup operations.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/gconv/
CP10007.so 

Completed in 356 milliseconds

<<11121314151617181920>>