/third_party/libwebsockets/lib/roles/mqtt/ |
H A D | private-lib-roles-mqtt.h | 446 lws_mqtt_is_topic_matched(const char* sub, const char* pub);
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | sandbox.py | 277 "-": operator.sub,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ |
H A D | armv4cpuid.S | 71 sub r1,r1,#1
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ |
H A D | armv4cpuid.S | 71 sub r1,r1,#1
|
/third_party/node/deps/v8/tools/dev/ |
H A D | v8gen.py | 61 return re.sub(r'[^a-zA-Z0-9.]', '_', text)
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | command.py | 282 re.sub(r'(.*)%s/(.*)' % re.escape(BASE_DIR), r'\1\2', arg))
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | win_tool.py | 54 endpoint_name = re.sub(
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | sandbox.py | 252 '-': operator.sub,
|
/third_party/node/tools/ |
H A D | install.py | 171 so_name = 'libnode.' + re.sub(r'\.x$', '.so', variables.get('shlib_suffix'))
|
/third_party/ninja/misc/ |
H A D | ninja_syntax.py | 231 return re.sub(r'\$(\$|\w*)', exp, string)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | win_tool.py | 54 endpoint_name = re.sub(
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
H A D | cdoc.py | 198 l = re.sub(r"@(\w+)", "**\\1**", l)
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_cmd_queue_gen.py | 394 return remove_prefix(re.sub('([A-Z]+)', r'_\1', name).lower(), '_')
|
/third_party/python/Tools/scripts/ |
H A D | patchcheck.py | 205 new_lines = [ws_re.sub(br'\1', line) for line in lines]
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | sandbox.py | 277 "-": operator.sub,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 94 Value *Cmp3 = SizeRange.sub(OffsetRange) in getBoundsCheckCond()
|
/third_party/typescript/tests/issues_cookbook_tests/ |
H A D | autotest_sdk.py | 38 return re.sub(code_pattern, '', text)
|
/third_party/python/Lib/distutils/ |
H A D | filelist.py | 289 pattern_re = re.sub(r'((?<!\\)(\\\\)*)\.', escaped, pattern_re)
|
/third_party/python/Lib/email/ |
H A D | utils.py | 104 name = escapesre.sub(r'\\\g<0>', name)
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 277 sub %1, %2 384 sub rsp, stack_size_padded 1138 sub %1, -128 1147 %macro sub 2 1152 sub %1, %2 1155 sub %1, %2
|
/third_party/python/Lib/ |
H A D | argparse.py | 10 - supports parsers that dispatch to sub-parsers 288 help = self._long_break_matcher.sub('\n\n', help) 498 text = _re.sub(r'(%s) ' % open, r'\1', text) 499 text = _re.sub(r' (%s)' % close, r'\1', text) 500 text = _re.sub(r'%s *%s' % (open, close), r'', text) 554 # if there are any sub-actions, add their help as well 653 text = self._whitespace_matcher.sub(' ', text).strip() 660 text = self._whitespace_matcher.sub(' ', text).strip()
|
/third_party/python/Objects/ |
H A D | bytesobject.c | 1733 const char *s = PyBytes_AS_STRING(self), *sub; in bytes_split_impl() local 1743 sub = vsub.buf; in bytes_split_impl() 1746 list = stringlib_split((PyObject*) self, s, len, sub, n, maxsplit); in bytes_split_impl() 1818 const char *s = PyBytes_AS_STRING(self), *sub; in bytes_rsplit_impl() local 1828 sub = vsub.buf; in bytes_rsplit_impl() 1831 list = stringlib_rsplit((PyObject*) self, s, len, sub, n, maxsplit); in bytes_rsplit_impl()
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 274 sub-directories, unless overridden by a nested configuration file. 283 file is located) and all sub-directories. 1059 return _regexp_compile_cache[pattern].sub(rep, s) 1903 return _RE_PATTERN_CLEANSE_LINE_C_COMMENTS.sub('', line) 1952 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided) 2306 filename = re.sub(r'_flymake\.h$', '.h', filename) 2307 filename = re.sub(r'/\.flymake/([^/]*)$', r'/\1', filename) 2366 return re.sub(r'[^a-zA-Z0-9]', '_', file_path_from_root).upper() + '_' 3632 if re.sub(r'\\.', '', line[0:commentpos]).count('"') % 2 == 0: 6132 abs_filename = re.sub( [all...] |
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 687 void sub(Register dst, const Immediate& imm) { sub(Operand(dst), imm); } in sub() function in v8::internal::Assembler 688 void sub(Operand dst, const Immediate& x); 689 void sub(Register dst, Register src) { sub(dst, Operand(src)); } in sub() function in v8::internal::Assembler 690 void sub(Register dst, Operand src); 691 void sub(Operand dst, Register src); 1441 V(sub, 0x5c) \
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 724 DECLARE_BINARY_GENTYPE_FUNCS(sub) 738 DECLARE_BINARY_INT_GENTYPE_FUNCS(sub) 918 // add, sub in init() 998 << BuiltinOperInfo("sub", "-", GT, Value(GT, -1.0f, 1.0f), Value(GT, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(sub)) in init() 999 << BuiltinOperInfo("sub", "-", IGT, Value(IGT, -4.0f, 6.0f), Value(IGT, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_GENTYPE_FUNCS(sub)) in init() 1000 << BuiltinOperInfo("sub", "-", FV, Value(FV, -1.0f, 1.0f), Value(F, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(subVecScalar)) in init() 1001 << BuiltinOperInfo("sub", "-", IV, Value(IV, -4.0f, 6.0f), Value(I, -6.0f, 5.0f), notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_VEC_FUNCS(subVecScalar)) in init() 1002 << BuiltinOperInfo("sub", " in init() [all...] |