/external/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
_epilog.h | 8 # error STLport epilog header can not be included as long as prolog has not be included. 11 /* If the platform provides any specific epilog actions,
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
_epilog.h | 8 # error STLport epilog header can not be included as long as prolog has not be included. 11 /* If the platform provides any specific epilog actions,
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
_epilog.h | 8 # error STLport epilog header can not be included as long as prolog has not be included. 11 /* If the platform provides any specific epilog actions,
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
_epilog.h | 8 # error STLport epilog header can not be included as long as prolog has not be included. 11 /* If the platform provides any specific epilog actions,
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
_epilog.h | 8 # error STLport epilog header can not be included as long as prolog has not be included. 11 /* If the platform provides any specific epilog actions,
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
_epilog.h | 8 # error STLport epilog header can not be included as long as prolog has not be included. 11 /* If the platform provides any specific epilog actions,
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cprolog.h | 12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
|
_epilog.h | 8 # error STLport epilog header can not be included as long as prolog has not be included. 11 /* If the platform provides any specific epilog actions,
|
/external/chromium_org/tools/cr/cr/commands/ |
command.py | 39 self.epilog = None 59 epilog=self.epilog,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_iterate.h | 65 (* epilog)( member in struct:tgsi_iterate_context
|
tgsi_iterate.c | 80 if (ctx->epilog) 81 if (!ctx->epilog( ctx ))
|
tgsi_transform.h | 63 void (*epilog)(struct tgsi_transform_context *ctx); member in struct:tgsi_transform_context
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_iterate.h | 65 (* epilog)( member in struct:tgsi_iterate_context
|
tgsi_iterate.c | 80 if (ctx->epilog) 81 if (!ctx->epilog( ctx ))
|
tgsi_transform.h | 63 void (*epilog)(struct tgsi_transform_context *ctx); member in struct:tgsi_transform_context
|
/external/chromium_org/native_client_sdk/src/tools/ |
ncval.py | 33 epilog = 'Example: ncval.py my_nexe.nexe' 34 parser = optparse.OptionParser(usage, description=__doc__, epilog=epilog)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
sce2.asm | 24 ; Here's the official epilog
|
sce3.asm | 33 ; this isn't part of the official epilog, as described in section 2.5 39 ; Here's the official epilog 68 ; Here's the official epilog
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/ |
multicommandtool.py | 163 # We override format_epilog to avoid the default formatting which would paragraph-wrap the epilog 164 # and also to allow us to compute the epilog lazily instead of in the constructor (allowing it to be context sensitive). 165 def format_epilog(self, epilog): 186 epilog = "All %prog commands:\n" 189 epilog = "Common %prog commands:\n" 194 epilog += "%s\n" % "".join(command_help_texts) 195 epilog += "See '%prog help --all-commands' to list all commands.\n" 196 epilog += "See '%prog help COMMAND' for more information on a specific command.\n" 197 return epilog.replace("%prog", self._tool.name()) # Use of %prog here mimics OptionParser.expand_prog_name().
|