HomeSort by relevance Sort by last modified time
    Searched full:directives (Results 1 - 25 of 548) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/YAMLParser/
spec-07-13.data 5 !foo "No directives"
8 !bar "With directives"
spec-07-05.data 3 # We don't currently parse TAG directives.
  /external/bluetooth/bluez/audio/
bluetooth.conf 2 # /etc/asound.conf or a similar configuration file with directives similar to
  /external/bluetooth/glib/glib/gnulib/
printf-parse.h 63 /* Parses the format string. Fills in the number N of directives, and fills
64 in directives[0], ..., directives[N-1], and sets directives[N].dir_start
  /external/e2fsprogs/intl/
printf-parse.h 64 /* Parses the format string. Fills in the number N of directives, and fills
65 in directives[0], ..., directives[N-1], and sets directives[N].dir_start
wprintf-parse.h 64 /* Parses the format string. Fills in the number N of directives, and fills
65 in directives[0], ..., directives[N-1], and sets directives[N].dir_start
  /frameworks/base/tests/DumpRenderTree2/assets/
run_apache2.py 71 directives = " -c \"ServerRoot " + android_tree_root + "\""
75 directives += " -c \"Listen 8000\""
80 directives += " -c \"DocumentRoot " + os.path.join(layout_tests_path, "http", "tests/") + "\""
81 directives += " -c \"Alias /LayoutTests " + layout_tests_path + "\""
82 directives += " -c \"Alias /Tools/DumpRenderTree/android " + \
84 directives += " -c \"Alias /ThirdPartyProject.prop " + \
92 directives += " -c \"LoadModule autoindex_module /usr/lib/apache2/modules/mod_autoindex.so\""
94 directives += " -c \"ErrorLog " + error_log_path +"\""
95 directives += " -c \"CustomLog " + custom_log_path + " combined\""
96 directives += " -c \"SSLCertificateFile " + os.path.join(http_conf_path, "webkit-httpd.pem") +
    [all...]
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/
p1.cpp 39 // Same thing, but with the directives in namespaces.
99 // Transitivity acts like synthetic using directives.
130 // Bug: using directives should be followed when parsing default
  /external/clang/test/Lexer/
pragma-operators.cpp 4 // into #pragma directives, with newlines where needed. <rdar://problem/8412013>
  /external/llvm/test/MC/AsmParser/
directive_file-errors.s 9 // CHECK-ERRORS:6:9: error: input can't have .file dwarf directives when -g is used to generate dwarf debug info for assembly code
  /external/llvm/include/llvm/MC/
MCDirectives.h 1 //===- MCDirectives.h - Enums for directives on various targets -*- C++ -*-===//
10 // This file defines various enums that represent target-specific directives.
22 // Various directives in alphabetical order.
  /external/clang/test/Parser/
pragma-weak.c 3 // Note that this puts the expected lines before the directives to work around
  /external/llvm/test/MC/ELF/
empty-dwarf-lines.s 3 // Test that the dwarf debug_line section contains no line directives.
  /external/llvm/test/Transforms/BranchFolding/
2007-10-19-InlineAsmDirectives.ll 3 ;; We don't want branch folding to fold asm directives.
  /external/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_feedback.h 2 * thanks to #pragma message directives.
  /dalvik/opcode-gen/
opcode-gen 20 # generate code inside the given <file>, based on the directives found
23 # one of the "emission" directives defined in opcode-gen.awk in this
  /external/clang/test/Preprocessor/
assembler-with-cpp.c 17 // Unknown directives are passed through.
21 // Unknown directives are expanded.
  /external/llvm/lib/MC/
MCAsmInfoCOFF.cpp 34 // Set up DWARF directives
35 HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCAsmInfo.cpp 58 // Set up DWARF directives
59 HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
  /external/webkit/LayoutTests/http/conf/
fedora-httpd.conf 3 # configuration directives that give the server its instructions.
6 # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
14 # The configuration directives are grouped into three basic sections:
15 # 1. Directives that control the operation of the Apache server process as a
17 # 2. Directives that define the parameters of the 'main' or 'default' server,
19 # These directives also provide default values for the settings
35 # The directives in this section affect the overall operation of Apache,
153 # directives contained in it are actually available _before_ they are used.
249 # The directives in this section set up the values used by the 'main'
254 # All of these directives may appear inside <VirtualHost> containers
    [all...]
  /external/chromium/build/
grit_target.gypi 11 # do their own custom directives instead.

Completed in 512 milliseconds

1 2 3 4 5 6 7 8 91011>>