HomeSort by relevance Sort by last modified time
    Searched refs:compile (Results 251 - 275 of 1965) sorted by null

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sgmllib.py 24 interesting = re.compile('[&<]')
25 incomplete = re.compile('&([a-zA-Z][a-zA-Z0-9]*|#[0-9]*)?|'
30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]')
31 charref = re.compile('&#([0-9]+)[^0-9]')
33 starttagopen = re.compile('<[>a-zA-Z]')
34 shorttagopen = re.compile('<[a-zA-Z][-.a-zA-Z0-9]*/')
35 shorttag = re.compile('<([a-zA-Z][-.a-zA-Z0-9]*)/([^/]*)/')
36 piclose = re.compile('>')
37 endbracket = re.compile('[<>]')
38 tagfind = re.compile('[a-zA-Z][-_.a-zA-Z0-9]*'
    [all...]
  /bionic/libc/tools/
genserv.py 14 re_service = re.compile(r"([\d\w\-_]+)\s+(\d+)/(tcp|udp)(.*)")
15 re_alias = re.compile(r"([\d\w\-_]+)(.*)")
  /build/tools/
filter-product-graph.py 32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
33 (info, re.compile(r'"(.*)"(\s*\[.*\])')),
  /development/ide/emacs/
android-compile.el 1 ;;; android-compile.el --- Compile the Android source tree.
19 ;; Helper functions to compile Android file within emacs.
25 ;; The only interactive function is 'android-compile'.
26 ;; In your .emacs load this file (e.g (require 'android-compile)) then:
28 ;; (add-hook 'c++-mode-hook 'android-compile)
29 ;; (add-hook 'java-mode-hook 'android-compile)
31 ;; (global-set-key [f9] 'android-compile)
34 ;; TODO: Maybe we could cache the result of the compile function in
39 (require 'compile)
    [all...]
  /development/samples/ApiDemos/
Android.mk 6 # Only compile source java files in this apk.
  /external/chromium_org/testing/gtest/test/
gtest_list_tests_unittest.py 56 EXPECTED_OUTPUT_NO_FILTER_RE = re.compile(r"""FooDeathTest\.
100 EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile(r"""FooDeathTest\.
  /external/chromium_org/third_party/angle/tests/compiler_tests/
CollectVariables_test.cpp 68 ASSERT_TRUE(mTranslator->compile(shaderStrings, 1, SH_VARIABLES));
94 ASSERT_TRUE(mTranslator->compile(shaderStrings, 1, SH_VARIABLES));
119 ASSERT_TRUE(mTranslator->compile(shaderStrings, 1, SH_VARIABLES));
146 ASSERT_TRUE(mTranslator->compile(shaderStrings, 1, SH_VARIABLES));
183 ASSERT_TRUE(mTranslator->compile(shaderStrings, 1, SH_VARIABLES));
221 ASSERT_TRUE(mTranslator->compile(shaderStrings, 1, SH_VARIABLES));
265 ASSERT_TRUE(mTranslator->compile(shaderStrings, 1, SH_VARIABLES));
309 ASSERT_TRUE(mTranslator->compile(shaderStrings, 1, SH_VARIABLES));
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-private.hh 80 inline void compile (hb_ot_shape_plan_t &plan) function in struct:hb_ot_shape_planner_t
84 map.compile (plan.map);
  /external/chromium_org/third_party/markdown/
util.py 60 BLOCK_LEVEL_ELEMENTS = re.compile("^(p|div|h[1-6]|blockquote|pre|table|dl|ol|ul"
71 INLINE_PLACEHOLDER_RE = re.compile(INLINE_PLACEHOLDER % r'([0-9]{4})')
  /external/chromium_org/third_party/markupsafe/
__init__.py 19 _striptags_re = re.compile(r'(<!--.*?-->|<[^>]*>)')
20 _entity_re = re.compile(r'&([^;]+);')
  /external/chromium_org/third_party/skia/gm/
copy_config.py 36 IMAGE_FILENAME_RE = re.compile(gm_json.IMAGE_FILENAME_PATTERN)
79 regex = re.compile(self._args.builder_name_pattern)
rename_config.py 36 IMAGE_FILENAME_RE = re.compile(gm_json.IMAGE_FILENAME_PATTERN)
79 regex = re.compile(self._args.builder_name_pattern)
  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/portaudio/
pa_memorybarrier.h 98 # error Memory barriers are not defined on this system. You can still compile by defining ALLOW_SMP_DANGERS, but SMP safety will not be guaranteed.
125 # error Memory barriers are not defined on this system. You can still compile by defining ALLOW_SMP_DANGERS, but SMP safety will not be guaranteed.
  /external/chromium_org/tools/findit/
match_set.py 12 REVIEW_URL_PATTERN = re.compile(r'Review URL:( *)(.*?)/(\d+)')
43 REVERT_PATTERN = re.compile(r'(revert\w*) r?(\d+)', re.I)
  /external/chromium_org/tools/gyp/test/lib/
TestMac.py 21 pattern = re.compile('^Non-fat file: (.*) is architecture: (.*)$')
23 pattern = re.compile('^Architectures in the fat file: (.*) are: (.*)$')
  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
mmap_classifier.py 60 re.compile(filters['mmap_file']) if 'mmap_file' in filters else None)
62 re.compile(filters['mmap_prot']) if 'mmap_prot' in filters else None)
  /external/chromium_org/v8/test/mjsunit/
regexp-compile.js 29 // compile event.
33 re.compile("y");
36 re.compile("(x)");
40 re.compile("(y)");
  /external/fonttools/Lib/fontTools/ttLib/tables/
C_F_F_.py 18 def compile(self, otFont): member in class:table_C_F_F_
20 self.cff.compile(f, otFont)
DefaultTable.py 17 def compile(self, ttFont): member in class:DefaultTable
28 writer.dumphex(self.compile(ttFont))
  /external/gtest/test/
gtest_list_tests_unittest.py 56 EXPECTED_OUTPUT_NO_FILTER_RE = re.compile(r"""FooDeathTest\.
100 EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile(r"""FooDeathTest\.
  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 80 inline void compile (hb_ot_shape_plan_t &plan) function in struct:hb_ot_shape_planner_t
84 map.compile (plan.map);
  /external/protobuf/
build.gradle 50 compile getAndroidPrebuilt('8')
  /frameworks/base/core/java/android/net/
WifiKey.java 36 private static final Pattern SSID_PATTERN = Pattern.compile("(\".*\")|(0x[\\p{XDigit}]+)");
38 Pattern.compile("([\\p{XDigit}]{2}:){5}[\\p{XDigit}]{2}");
  /frameworks/compile/libbcc/include/bcc/
Compiler.h 47 // is *shared* across the different calls to compile() before the next call
49 // 4. Once a compiler instance is created, you can use the compile() service
50 // to compile the file over and over again. Each call uses TargetMachine
95 // Compile a script and output the result to a LLVM stream.
99 enum ErrorCode compile(Script &pScript, llvm::raw_ostream &pResult,
102 // Compile a script and output the result to a file.
103 enum ErrorCode compile(Script &pScript, OutputFile &pResult,
  /ndk/sources/third_party/googletest/googletest/test/
gtest_list_tests_unittest.py 56 EXPECTED_OUTPUT_NO_FILTER_RE = re.compile(r"""FooDeathTest\.
100 EXPECTED_OUTPUT_FILTER_FOO_RE = re.compile(r"""FooDeathTest\.

Completed in 1327 milliseconds

<<11121314151617181920>>