| /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.5.0-alpha-preview-02/ |
| chimpchat-25.5.0-alpha-preview-02.jar | |
| /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/ |
| jackson-annotations-2.6.0.jar | |
| /system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
| util.c | 280 * Processes a line comparing it with the specified patterns. Each pattern 306 if (fg_pattern[i].pattern) {
|
| /toolchain/binutils/binutils-2.27/gold/ |
| script-sections.cc | 1277 std::string pattern; member in struct:gold::Output_section_element_input::Input_section_pattern [all...] |
| /prebuilts/sdk/25/ |
| android.jar | |
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
| Antlr.Runtime.Tree.pas | [all...] |
| /frameworks/data-binding/prebuilds/1.0-rc0/ |
| databinding-studio-bundle.jar | |
| /build/make/tools/releasetools/ |
| sign_target_files_apks | 401 pattern = "\\b" + old_cert16 + "\\b" 402 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
|
| sign_target_files_apks.py | 401 pattern = "\\b" + old_cert16 + "\\b" 402 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
|
| /cts/apps/CameraITS/pymodules/its/ |
| device.py | 280 def do_vibrate(self, pattern): 281 """Cause the device to vibrate to a specific pattern. 284 pattern: Durations (ms) for which to turn on or off the vibrator. 297 cmd["pattern"] = pattern [all...] |
| /cts/tests/tests/media/src/android/media/cts/ |
| DecoderTest.java | 58 import java.util.regex.Pattern; 719 private void testHdrStaticMetadata(int res, String pattern, boolean metadataInContainer) 865 Pattern pattern = Pattern.compile("[0-9a-fA-F]{2}"); local [all...] |
| /cts/tests/tests/security/src/android/security/cts/ |
| SSLConscryptPlainTextExposureTest.java | 49 import java.util.regex.Pattern; 65 private final String pattern = ".*PLAIN TEXT EXPOSED.*"; field in class:SSLConscryptPlainTextExposureTest 79 assertFalse("Pattern found", 80 Pattern.compile(pattern, 81 Pattern.DOTALL).matcher(output).matches());
|
| /cts/tools/vm-tests-tf/src/util/build/ |
| BuildDalvikSuite.java | 50 import java.util.regex.Pattern; 599 for (String pattern : patterns) { 600 token = scanner.findWithinHorizon(pattern, methodSource.length()); 617 Pattern p = Pattern.compile("@uses\\s+(.*)\\s+", Pattern.MULTILINE); 625 Pattern loadPattern = Pattern.compile("load\\(\"([^\"]*)\"", Pattern.MULTILINE); 633 Pattern loadAndRunPattern = Pattern.compile("loadAndRun\\(\"([^\"]*)\"", Pattern.MULTILINE) [all...] |
| /development/samples/ControllerSample/src/com/example/controllersample/ |
| GameView.java | 806 private void vibrateController(long[] pattern, int repeat) { 809 vibrator.vibrate(pattern, repeat); [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| bdb.py | 100 for pattern in self.skip:
101 if fnmatch.fnmatch(module_name, pattern):
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
| refactor.py | 51 """ Accepts a pytree Pattern Node and returns a set
52 of the pattern types which will match first. """
75 raise Exception("Oh no! I don't understand pattern %s" %(pat))
84 if fixer.pattern:
86 heads = _get_head_types(fixer.pattern)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
| test_pytree.py | 394 # Build a pattern matching a leaf
408 # Build a pattern matching a node
430 # Build a pattern
484 pattern = pytree.NodePattern(331,
493 self.assertTrue(pattern.match(node, r))
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/ |
| spark.py | 40 pattern = self.reflect()
41 self.re = re.compile(pattern, re.VERBOSE|flags)
711 # GenericASTTraversal is a Visitor pattern according to Design Patterns. For
|
| /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/ |
| ScanMem.asm | 123 ; r5 has the 00/ff pattern for the first word, r6 has the chained value
|
| /external/ImageMagick/MagickCore/ |
| image.c | 1669 pattern[MagickPathExtent]; local [all...] |
| /external/curl/ |
| buildconf.bat | 42 rem When not found the variable is set undefined. The undefined pattern
|
| /external/curl/lib/ |
| ftp.c | [all...] |
| /external/fio/ |
| Makefile | 211 T_ZIPF_OBJS += t/log.o lib/ieee754.o lib/rand.o lib/pattern.o lib/zipf.o \ 224 T_GEN_RAND_OBJS += t/log.o t/debug.o lib/rand.o lib/pattern.o lib/strntol.o \
|
| /external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
| gtest-port.h | 837 RE(const RE& other) { Init(other.pattern()); } 852 const char* pattern() const { return pattern_; } function in class:testing::internal::RE [all...] |
| /external/googletest/googletest/include/gtest/internal/ |
| gtest-port.h | 1220 const char* pattern() const { return pattern_; } function in class:testing::internal::RE [all...] |