HomeSort by relevance Sort by last modified time
    Searched refs:TEMPLATE (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/llvm/utils/git-svn/
git-svnrevert 46 # Create a template in our .git directory.
47 TEMPLATE="`git rev-parse --git-dir`/git-svn-revert-template"
48 cat > $TEMPLATE <<EOF
55 git commit --file="$TEMPLATE" --edit
59 rm -rf $TEMPLATE
63 rm -rf $TEMPLATE
  /frameworks/base/tests/AmSlam/src/test/amslam/subreceivers/
gen.py 17 TEMPLATE = """/*
44 f.write(TEMPLATE.format(index=i))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
gentests.pl 30 open (TEMPLATE, "$fname") or die "Could not open $fname";
31 my (@t) = <TEMPLATE>;
32 close TEMPLATE;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
gencjkcodecs.py 15 TEMPLATE = string.Template("""\
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
  /external/python/cpython2/Tools/unicode/
gencjkcodecs.py 15 TEMPLATE = string.Template("""\
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
  /external/python/cpython3/Tools/unicode/
gencjkcodecs.py 15 TEMPLATE = string.Template("""\
60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMToARMStub.cpp 30 const uint32_t ARMToARMStub::TEMPLATE[] = {
42 m_pData = TEMPLATE;
43 m_Size = sizeof(TEMPLATE);
ARMToTHMStub.cpp 31 const uint32_t ARMToTHMStub::TEMPLATE[] = {
44 m_pData = TEMPLATE;
45 m_Size = sizeof(TEMPLATE);
THMToARMStub.cpp 31 const uint32_t THMToARMStub::TEMPLATE[] = {
47 m_pData = TEMPLATE;
48 m_Size = sizeof(TEMPLATE);
THMToTHMStub.cpp 32 const uint32_t THMToTHMStub::TEMPLATE[] = {
49 m_pData = TEMPLATE;
50 m_Size = sizeof(TEMPLATE);
ARMToARMStub.h 62 static const uint32_t TEMPLATE[];
ARMToTHMStub.h 62 static const uint32_t TEMPLATE[];
THMToARMStub.h 65 static const uint32_t TEMPLATE[];
THMToTHMStub.h 65 static const uint32_t TEMPLATE[];
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonAbsoluteStub.cpp 26 const uint32_t HexagonAbsoluteStub::TEMPLATE[] = {
41 m_pData = TEMPLATE;
42 m_Size = sizeof(TEMPLATE);
HexagonAbsoluteStub.h 62 static const uint32_t TEMPLATE[];
  /external/clang/test/CodeGenCXX/
for-range-temporaries.cpp 72 #ifdef TEMPLATE
74 template<typename D>
76 template<typename>
97 #ifdef TEMPLATE
98 template void for_temps<D>();
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53ErratumStub.cpp 33 const uint32_t AArch64CA53ErratumStub::TEMPLATE[] = {
42 m_pData = TEMPLATE;
43 m_Size = sizeof(TEMPLATE);
AArch64LongBranchStub.cpp 37 const uint32_t AArch64LongBranchStub::TEMPLATE[] = {
59 m_pData = TEMPLATE;
60 m_Size = sizeof(TEMPLATE);
AArch64CA53ErratumStub.h 58 static const uint32_t TEMPLATE[];
AArch64LongBranchStub.h 58 static const uint32_t TEMPLATE[];
  /external/autotest/client/common_lib/
host_queue_entry_states.py 13 'Cleaning', 'Template']
20 Status.STOPPED, Status.TEMPLATE)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g 234 : ^( TEMPLATE ID rewrite_template_args
244 : ^(TEMPLATE ID rewrite_template_args)
249 : ^(TEMPLATE ACTION rewrite_template_args)
  /external/fio/tools/
genfio 25 TEMPLATE=/tmp/template.fio
97 echo "iodepth=$IODEPTH" >> $TEMPLATE
100 echo "runtime=$RUNTIME" >> $TEMPLATE
101 echo "time_based" >> $TEMPLATE
105 echo "direct=1" >> $TEMPLATE
125 cat >$TEMPLATE << EOF
260 echo "exec_prerun=$OPTARG" >> $TEMPLATE
263 echo "exec_postrun=$OPTARG" >> $TEMPLATE
267 echo "size=$FSIZE" >> $TEMPLATE
    [all...]
  /external/deqp/scripts/
gen_android_mk.py 58 TEMPLATE = """
134 src = TEMPLATE

Completed in 380 milliseconds

1 2 3 4 5 6 7 8 91011