Home
last modified time | relevance | path

Searched refs:sub (Results 901 - 925 of 1370) sorted by relevance

1...<<31323334353637383940>>...55

/third_party/libwebsockets/lib/roles/mqtt/
H A Dprivate-lib-roles-mqtt.h446 lws_mqtt_is_topic_matched(const char* sub, const char* pub);
/third_party/node/deps/v8/third_party/jinja2/
H A Dsandbox.py277 "-": operator.sub,
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/
H A Darmv4cpuid.S71 sub r1,r1,#1
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/
H A Darmv4cpuid.S71 sub r1,r1,#1
/third_party/node/deps/v8/tools/dev/
H A Dv8gen.py61 return re.sub(r'[^a-zA-Z0-9.]', '_', text)
/third_party/node/deps/v8/tools/testrunner/local/
H A Dcommand.py282 re.sub(r'(.*)%s/(.*)' % re.escape(BASE_DIR), r'\1\2', arg))
/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py54 endpoint_name = re.sub(
/third_party/node/tools/inspector_protocol/jinja2/
H A Dsandbox.py252 '-': operator.sub,
/third_party/node/tools/
H A Dinstall.py171 so_name = 'libnode.' + re.sub(r'\.x$', '.so', variables.get('shlib_suffix'))
/third_party/ninja/misc/
H A Dninja_syntax.py231 return re.sub(r'\$(\$|\w*)', exp, string)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py54 endpoint_name = re.sub(
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
H A Dcdoc.py198 l = re.sub(r"@(\w+)", "**\\1**", l)
/third_party/mesa3d/src/vulkan/util/
H A Dvk_cmd_queue_gen.py394 return remove_prefix(re.sub('([A-Z]+)', r'_\1', name).lower(), '_')
/third_party/python/Tools/scripts/
H A Dpatchcheck.py205 new_lines = [ws_re.sub(br'\1', line) for line in lines]
/third_party/skia/third_party/externals/jinja2/
H A Dsandbox.py277 "-": operator.sub,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp94 Value *Cmp3 = SizeRange.sub(OffsetRange) in getBoundsCheckCond()
/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py38 return re.sub(code_pattern, '', text)
/third_party/python/Lib/distutils/
H A Dfilelist.py289 pattern_re = re.sub(r'((?<!\\)(\\\\)*)\.', escaped, pattern_re)
/third_party/python/Lib/email/
H A Dutils.py104 name = escapesre.sub(r'\\\g<0>', name)
/third_party/ffmpeg/libavutil/x86/
H A Dx86inc.asm277 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 Dargparse.py10 - 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 Dbytesobject.c1733 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 Dcpplint.py274 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 Dassembler-ia32.h687 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 Des2fShaderOperatorTests.cpp724 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...]

Completed in 36 milliseconds

1...<<31323334353637383940>>...55