HomeSort by relevance Sort by last modified time
    Searched refs:ptrn (Results 1 - 10 of 10) sorted by null

  /external/deqp/scripts/src_util/
check_license.py 72 for ptrn in SOURCE_FILES:
73 if fnmatch(file, ptrn):
  /external/deqp/scripts/
gen_android_mk.py 69 for ptrn in patterns:
70 if fnmatch(filename, ptrn):
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ChoiceFormatTest.java 190 String ptrn = f.toPattern(); local
192 0, ptrn.length());
381 String ptrn = mf.toPattern(); local
382 assertEquals("Unused message format returning incorrect pattern", "CHOICE {1,choice,}", ptrn
395 ptrn = cf.toPattern();
397 0, ptrn.length());
  /external/mesa3d/src/mesa/main/
pack.c 100 GLubyte *ptrn = (GLubyte *) _mesa_unpack_image(2, 32, 32, 1, GL_COLOR_INDEX, local
102 if (ptrn) {
106 GLubyte *p = ptrn;
115 free(ptrn);
131 GLubyte ptrn[32*4]; local
134 ptrn[i * 4 + 0] = (GLubyte) ((pattern[i] >> 24) & 0xff);
135 ptrn[i * 4 + 1] = (GLubyte) ((pattern[i] >> 16) & 0xff);
136 ptrn[i * 4 + 2] = (GLubyte) ((pattern[i] >> 8 ) & 0xff);
137 ptrn[i * 4 + 3] = (GLubyte) ((pattern[i] ) & 0xff);
140 _mesa_pack_bitmap(32, 32, ptrn, dest, packing)
    [all...]
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
variables.py 789 if any(reg_exp_func(ptrn, var.name) for ptrn in include_patterns):
798 if not any(reg_exp_func(ptrn, var.name) for ptrn in exclude_patterns):
  /external/deqp/scripts/android/
install_apk.py 58 ptrn = re.compile(r'^([a-zA-Z0-9\.\-:]+)\s+.*product:([^\s]+)\s+model:([^\s]+)\s+device:([^\s]+)')
64 m = ptrn.match(line)
  /external/deqp/external/vulkancts/scripts/
gen_framework.py 518 ptrn = r'\s*typedef\s+' + object.name + r'\s+([^;]+)'
519 stash = re.findall(ptrn, src)
548 ptrn = r'VKAPI_ATTR\s+(' + TYPE_PTRN + ')\s+VKAPI_CALL\s+(' + IDENT_PTRN + r')\s*\(([^)]*)\)\s*;'
549 matches = re.findall(ptrn, src)
560 ptrn = r'VKAPI_ATTR\s+(' + TYPE_PTRN + ')\s+VKAPI_CALL\s+(' + IDENT_PTRN + r')\s*\(([^)]*)\)\s*;'
561 regPtrn = re.compile(ptrn)
572 ptrn = r'#define\s+[A-Z0-9_]+_EXTENSION_NAME\s+"([^"]+)"'
574 for part in re.finditer(ptrn, src):
595 ptrn = r'#define\s+([^\s]+)\s+([^\r\n]+)'
596 matches = re.findall(ptrn, src
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
nilcheck_test.go 34 Valu(ptrn(i), OpAddr, ptrType, 0, nil, "sb"),
35 Valu(booln(i), OpIsNonNil, c.config.Types.Bool, 0, nil, ptrn(i)),
58 func ptrn(n int) string { return "p" + strconv.Itoa(n) } func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
nilcheck_test.go 34 Valu(ptrn(i), OpAddr, ptrType, 0, nil, "sb"),
35 Valu(booln(i), OpIsNonNil, c.config.Types.Bool, 0, nil, ptrn(i)),
58 func ptrn(n int) string { return "p" + strconv.Itoa(n) } func
  /external/scapy/scapy/layers/
dot11.py 404 self.ptrn = re.compile(pattern.encode())
418 if not self.ptrn.match(pay):

Completed in 466 milliseconds