Home
last modified time | relevance | path

Searched refs:from (Results 351 - 375 of 3157) sorted by relevance

1...<<11121314151617181920>>...127

/third_party/node/deps/icu-small/source/i18n/
H A Drbtz.cpp30 TimeZoneRule* from; member
224 // No more transitions from this rule - skip this rule next time in complete()
290 trst->from = curRule; in complete()
327 final0->from = curRule; in complete()
330 final1->from = rule0; in complete()
334 final0->from = curRule; in complete()
337 final1->from = rule1; in complete()
500 TimeZoneRule *from, *to; in useDaylightTime() local
501 UBool avail = findNext(now, false, time, from, to); in useDaylightTime()
749 result.from in findNext()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drbtz.cpp30 TimeZoneRule* from; member
216 // No more transitions from this rule - skip this rule next time in complete()
281 trst->from = curRule; in complete()
322 final0->from = curRule; in complete()
325 final1->from = rule0; in complete()
329 final0->from = curRule; in complete()
332 final1->from = rule1; in complete()
505 TimeZoneRule *from, *to; in useDaylightTime() local
506 UBool avail = findNext(now, FALSE, time, from, to); in useDaylightTime()
772 result.from in findNext()
[all...]
/third_party/libwebsockets/lib/roles/http/server/
H A Drewrite.c6 lws_rewrite_create(struct lws *wsi, hubbub_callback_t cb, const char *from, in lws_rewrite_create() argument
21 r->from = from; in lws_rewrite_create()
22 r->from_len = strlen(from); in lws_rewrite_create()
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk-inl.h31 MemoryChunk* from, in MoveExternalBackingStoreBytes()
34 DCHECK_NOT_NULL(from->owner()); in MoveExternalBackingStoreBytes()
36 base::CheckedDecrement(&(from->external_backing_store_bytes_[type]), amount); in MoveExternalBackingStoreBytes()
38 Space::MoveExternalBackingStoreBytes(type, from->owner(), to->owner(), in MoveExternalBackingStoreBytes()
30 MoveExternalBackingStoreBytes(ExternalBackingStoreType type, MemoryChunk* from, MemoryChunk* to, size_t amount) MoveExternalBackingStoreBytes() argument
/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitExportAliasVisibiilityMarking.js9 import { Suit, Rank } from './Types';
14 export { Suit, Rank } from './Types';
37 import { Suit, Rank } from './Types';
48 export { Suit, Rank } from './Types';
H A DmoduleAugmentationImportsAndExports1.js12 import {A} from "./f1";
13 import {B} from "./f2";
23 import {A} from "./f1";
70 import { B } from "./f2";
H A DpathMappingBasedModuleResolution5_node.js4 import {x} from "folder2/file1"
5 import {y} from "folder3/file2"
6 import {z} from "components/file3"
7 import {z1} from "file4"
H A DuniqueSymbolPropertyDeclarationEmit.js4 import Op from './op';
5 import { Po } from './po';
55 import Op from './op';
56 import { Po } from './po';
H A DsymbolProperty61.js26 function from<T>(obs: InteropObservable<T>) {
30 from(new MyObservable(42))
46 function from(obs) { function
49 from(new MyObservable(42));
H A DdeclarationEmitAliasExportStar.js6 export * from "./thingB";
8 import * as things from "./things";
45 export * from "./thingB";
47 import * as things from "./things";
H A DmoduleAugmentationImportsAndExports3.js12 import {A} from "./f1";
22 import {B} from "./f2";
33 import {A} from "./f1";
89 import { B } from "./f2";
H A DneverInference.js9 // Repro from #19576
25 // Repro from #19858
28 f2(Array.from([0]), [], (a1, a2) => a1 - a2);
29 f2(Array.from([]), [0], (a1, a2) => a1 - a2);
38 f2(Array.from([0]), [], (a1, a2) => a1 - a2);
39 f2(Array.from([]), [0], (a1, a2) => a1 - a2);
H A DprivateNamesUnique-2.js17 import { Foo as A } from "./a";
18 import { Foo as B } from "./b";
36 if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
50 import { Foo as A } from "./a";
51 import { Foo as B } from "./b";
H A DesModuleInteropTslibHelpers.js6 import path from "path";
10 import * as path from "path";
14 import {default as resolve} from "path";
18 import {Bar, default as resolve} from "path";
H A DexportDefaultProperty.js31 import fooBar from "foobar";
33 import X2 from "foobarx";
37 import B from "./a";
40 import fooLength from "./b";
H A DexportStarNotElided.js9 import { register } from "./";
12 export * from "./register";
13 export * from "./data1";
14 export * as aliased from "./data1";
/third_party/node/deps/v8/src/compiler/
H A Dcsa-load-elimination.cc71 bool Subsumes(MachineRepresentation from, MachineRepresentation to) { in Subsumes() argument
72 if (from == to) return true; in Subsumes()
73 if (IsAnyTagged(from)) return IsAnyTagged(to); in Subsumes()
74 if (IsIntegral(from)) { in Subsumes()
75 return IsIntegral(to) && ElementSizeInBytes(from) >= ElementSizeInBytes(to); in Subsumes()
99 OuterMap<OuterKey>& to, const OuterMap<OuterKey>& from) { in IntersectWith()
104 InnerMap current_map = from.Get(key); in IntersectWith()
165 // TODO(manoskouk): Consider adding a map from fresh objects to offsets in KillField()
256 // For all offsets from {initial_offset} to {offset}, we traverse the in KillOffset()
353 MachineRepresentation from in ReduceLoadFromObject() local
98 IntersectWith( OuterMap<OuterKey>& to, const OuterMap<OuterKey>& from) IntersectWith() argument
538 TruncateAndExtend(Node* node, MachineRepresentation from, MachineType to) TruncateAndExtend() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc16 // contributors may be used to endorse or promote products derived from
271 "Getting value from a repeated field of unknown type %d", in Item()
279 Py_ssize_t from; in Subscript() local
287 from = to = PyInt_AsLong(slice); in Subscript()
291 from = to = PyLong_AsLong(slice); in Subscript()
296 length, &from, &to, &step, &slicelength) == -1) { in Subscript()
299 length, &from, &to, &step, &slicelength) == -1) { in Subscript()
310 return Item(pself, from); in Subscript()
317 if (from <= to) { in Subscript()
321 for (Py_ssize_t index = from; inde in Subscript()
431 Py_ssize_t from; Subscript() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dapi.pb.h85 Api(const Api& from);
86 Api(Api&& from) noexcept
88 *this = ::std::move(from); in Api()
91 inline Api& operator=(const Api& from) { in operator =() argument
92 CopyFrom(from); in operator =()
95 inline Api& operator=(Api&& from) noexcept {
96 if (GetArena() == from.GetArena()) {
97 if (this != &from) InternalSwap(&from); variable
99 CopyFrom(from); variable
344 operator =(const Method& from) operator =() argument
350 if (this != &from) InternalSwap(&from); global() variable
352 CopyFrom(from); global() variable
577 operator =(const Mixin& from) operator =() argument
583 if (this != &from) InternalSwap(&from); global() variable
585 CopyFrom(from); global() variable
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
H A Dosal_addr.c75 unsigned long osal_copy_from_user(void *to, const void *from, unsigned long n) in osal_copy_from_user() argument
77 return copy_from_user(to, from, n); in osal_copy_from_user()
81 unsigned long osal_copy_to_user(void *to, const void *from, unsigned long n) in osal_copy_to_user() argument
83 return copy_to_user(to, from, n); in osal_copy_to_user()
/third_party/cJSON/
H A DcJSON_Utils.h38 /* NOTE: This modifies objects in 'from' and 'to' by sorting the elements by their key */
39 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatches(cJSON * const from, cJSON * const to);
40 CJSON_PUBLIC(cJSON *) cJSONUtils_GeneratePatchesCaseSensitive(cJSON * const from, cJSON * const to);
72 /* generates a patch to move from -> to */
73 /* NOTE: This modifies objects in 'from' and 'to' by sorting the elements by their key */
74 CJSON_PUBLIC(cJSON *) cJSONUtils_GenerateMergePatch(cJSON * const from, cJSON * const to);
75 CJSON_PUBLIC(cJSON *) cJSONUtils_GenerateMergePatchCaseSensitive(cJSON * const from, cJSON * const to);
77 /* Given a root object and a target object, construct a pointer from one to the other. */
/third_party/mesa3d/src/mesa/math/
H A Dm_xform.h43 * backfaces and eliminate vertices from lighting, fogging, etc
107 const GLvector4f *from );
155 #define TransformRaw( to, mat, from ) \
156 ( _mesa_transform_tab[(from)->size][(mat)->type]( to, (mat)->m, from ), \
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_copy_prop.c38 unsigned from = ins->src[1]; in midgard_opt_copy_prop() local
44 if (from & PAN_IS_REG) continue; in midgard_opt_copy_prop()
88 ctx->blend_src1 = from; in midgard_opt_copy_prop()
91 mir_rewrite_index_src_swizzle(ctx, to, from, ins->swizzle[1]); in midgard_opt_copy_prop()
/third_party/ltp/testcases/kernel/syscalls/ioperm/
H A Dioperm02.c36 long from; member
48 tcases[0].from = (IO_BITMAP_BITS_16 - NUM_BYTES) + 1; in setup()
49 tcases[1].from = IO_BITMAP_BITS_16 - NUM_BYTES; in setup()
63 TEST(ioperm(tcases[i].from, tcases[i].num, tcases[i].turn_on)); in verify_ioperm()
/third_party/lwip/src/include/lwip/apps/
H A Dsmtp.h46 * from interrupt context, e.g. like this:
55 const char *from; member
62 * but used from the pointers supplied in this struct.
102 err_t smtp_send_mail_bodycback(const char *from, const char* to, const char* subject,
115 err_t smtp_send_mail(const char *from, const char* to, const char* subject, const char* body,
117 err_t smtp_send_mail_static(const char *from, const char* to, const char* subject, const char* body,

Completed in 16 milliseconds

1...<<11121314151617181920>>...127