Home
last modified time | relevance | path

Searched refs:pre (Results 76 - 100 of 349) sorted by relevance

12345678910>>...14

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dutils.py85 if parsed.pre is not None:
86 parts.append("".join(str(x) for x in parsed.pre))
/third_party/pcre2/pcre2/
H A D132html112 # a .nf/.fi section or about to enter one. The point being that the <pre>
113 # and </pre> that delimit literal sections will do the spacing. Always skip
276 print TEMP "<pre>\n";
282 print TEMP "</pre>\n";
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c167 regex_t pre; in patmatch() local
173 pre = *re; in patmatch()
174 if (pre->flags & REG_ICASE) { in patmatch()
178 || ((c = le16_to_cpu(*f)) < pre->upcase_len in patmatch()
179 ? pre->upcase[c] : *f) == *p)) { in patmatch()
229 regex_t pre; in regcomp() local
236 pre = (regex_t)malloc(sizeof(struct REGEX) in regcomp()
238 *re = pre; in regcomp()
239 if (pre) { in regcomp()
240 pre in regcomp()
[all...]
/third_party/node/deps/v8/src/date/
H A Ddateparser.cc152 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { in Lookup() argument
156 while (j < kPrefixLength && pre[j] == static_cast<uint32_t>(array[i][j])) { in Lookup()
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_helper.cpp149 auto pre = it->second.first; in GetPreferences() local
150 if (pre != nullptr) { in GetPreferences()
152 return pre; in GetPreferences()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_intrinsic_texture_test.cc30 ExpectedResult(const char* p, const char* o) : pre(p), out(o) {} in ExpectedResult()
32 std::string pre; member
384 EXPECT_THAT(gen.result(), HasSubstr(expected.pre)); in TEST_P()
/third_party/eudev/src/udev/
H A Dudev-builtin-path_id.c38 char *pre; in path_prepend() local
42 err = vasprintf(&pre, fmt, va); in path_prepend()
50 err = asprintf(&new, "%s-%s", pre, *path); in path_prepend()
51 free(pre); in path_prepend()
57 *path = pre; in path_prepend()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-algs.hh1008 char *pl, *ple, *pr, *pre, *pivot; in sort_r_simple() local
1038 ^- b ^- ple ^- pl ^- pr ^- pre ^- last (where the pivot is) in sort_r_simple()
1044 pre = pr = last; in sort_r_simple()
1074 pre -= w; in sort_r_simple()
1075 if(pr < pre) { sort_r_swap(pr, pre, w); } in sort_r_simple()
1094 sort_r_swap_blocks(pr, pre-pr, end-pre); in sort_r_simple()
1100 sort_r_simple(end-(pre-pr), (pre in sort_r_simple()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_data_mgr.cpp159 int32_t pre = Constants::INITIAL_SANDBOX_APP_INDEX; in GenerateSandboxAppIndex() local
161 if (item == pre + 1) { in GenerateSandboxAppIndex()
162 pre++; in GenerateSandboxAppIndex()
168 int32_t newAppIndex = pre + 1; in GenerateSandboxAppIndex()
/third_party/libwebsockets/lib/abstract/transports/
H A Dunit-test.c102 if (priv->expect->pre) in process_expect()
103 priv->expect->pre(priv->abs); in process_expect()
301 if (priv->expect->pre) in lws_atcut_tx()
302 priv->expect->pre(priv->abs); in lws_atcut_tx()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_libc.cc262 // The civil time was singular (pre == trans == post). in MakeTime()
275 // The civil time did not exist (pre >= trans > post). in MakeTime()
276 const time_point<seconds> pre = FromUnixSeconds(t1); in MakeTime() local
278 return {time_zone::civil_lookup::SKIPPED, pre, trans, post}; in MakeTime()
281 // The civil time was ambiguous (pre < trans <= post). in MakeTime()
282 const time_point<seconds> pre = FromUnixSeconds(t0); in MakeTime() local
284 return {time_zone::civil_lookup::REPEATED, pre, trans, post}; in MakeTime()
/third_party/libwebsockets/include/libwebsockets/abstract/transports/
H A Dunit-test.h59 lws_unit_test_packet_cb pre; member
/third_party/typescript/tests/baselines/reference/
H A DerrorsWithInvokablesInUnions01.js11 pre?: IDirectiveLinkFn<TScope>;
/foundation/communication/netmanager_ext/services/networksharemanager/include/
H A Drouter_advertisement_params.h55 bool ContainsPrefix(const IpPrefix &pre);
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_pdftopdf_processor.cc158 static const char *pre="%pdftopdf q\n" in add_border_rect() local
163 QPDFObjectHandle stm1=QPDFObjectHandle::newStream(page.getOwningQPDF(),pre), in add_border_rect()
339 static const char *pre="%pdftopdf cm\n"; in mirror() local
344 content.insert(0,std::string(pre)+mrcmd); in mirror()
433 static const char *pre="%pdftopdf q\n" in add_label() local
439 std::string(pre)), in add_label()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-c64xplus.pl128 LDNDW *$INP++,B11:B10 ; pre-fetch input
129 LDDW *$K512++,$Khi:$Klo ; pre-fetch K512[0]
244 || [B0] LDNDW *$INP++,B11:B10 ; pre-fetch input
256 || [B1] LDDW *$K512++,$Khi:$Klo ; pre-fetch K512[i]
327 || [A0] LDNDW *$INP++,B11:B10 ; pre-fetch input
331 || [A0] LDDW *$K512++,$Khi:$Klo ; pre-fetch K512[0]
/third_party/openssl/crypto/sha/asm/
H A Dsha512-c64xplus.pl128 LDNDW *$INP++,B11:B10 ; pre-fetch input
129 LDDW *$K512++,$Khi:$Klo ; pre-fetch K512[0]
244 || [B0] LDNDW *$INP++,B11:B10 ; pre-fetch input
256 || [B1] LDDW *$K512++,$Khi:$Klo ; pre-fetch K512[i]
327 || [A0] LDNDW *$INP++,B11:B10 ; pre-fetch input
331 || [A0] LDDW *$K512++,$Khi:$Klo ; pre-fetch K512[0]
/third_party/curl/tests/
H A Dtest1173.pl236 my ($pre, $format) = ($1, $2);
237 if($pre !~ /\\\z/) {
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h121 // of the given civil-time argument, and the pre, trans, and post
122 // members will give the absolute time answers using the pre-transition
135 // // jan01.pre is 2011/01/01 00:00:00 -0800
142 // // mar13.pre is 2011/03/13 03:15:00 -0700
149 // // nov06.pre is 2011/11/06 01:15:00 -0700
154 UNIQUE, // the civil time was singular (pre == trans == post)
155 SKIPPED, // the civil time did not exist (pre >= trans > post)
156 REPEATED, // the civil time was ambiguous (pre < trans <= post)
158 time_point<seconds> pre; // uses the pre member
[all...]
/third_party/openssl/test/
H A Ddhtest.c539 # define make_rfc5114_td(pre) { \
540 DH_get_##pre, \
541 dhtest_##pre##_xA, sizeof(dhtest_##pre##_xA), \
542 dhtest_##pre##_yA, sizeof(dhtest_##pre##_yA), \
543 dhtest_##pre##_xB, sizeof(dhtest_##pre##_xB), \
544 dhtest_##pre##_yB, sizeof(dhtest_##pre##_y
[all...]
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_server.h109 struct WifiHalEventCallbackMsg *pre; member
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dskiplist.h33 struct SkipListNode *pre[MAX_SKIPLIST_LEVEL]; member
/third_party/node/deps/openssl/openssl/include/internal/
H A Dcore.h55 int (*pre)(OSSL_PROVIDER *, int operation_id,
/third_party/openssl/include/internal/
H A Dcore.h55 int (*pre)(OSSL_PROVIDER *, int operation_id,
/third_party/node/deps/minimatch/
H A Dindex.js49 pre: str.slice(0, r[0]),
121 var pre = m.pre;
124 var p = pre.split(",");
159 var pre = m.pre;
161 if (/\$$/.test(m.pre)) {
163 var expansion = pre + "{" + m.body + "}" + post[k];
173 str = m.pre + "{" + m.body + escClose + m.post;
187 return m.pre
[all...]

Completed in 15 milliseconds

12345678910>>...14