Home
last modified time | relevance | path

Searched refs:from (Results 2301 - 2325 of 3168) sorted by relevance

1...<<919293949596979899100>>...127

/third_party/node/test/parallel/
H A Dtest-fs-access.js5 // and the errors thrown from these APIs include the desired properties
53 // It can prevent the test from removing files created before the change of user
222 () => { fs.accessSync(Buffer.from(doesNotExist)); },
/third_party/node/test/common/
H A Dheap.js43 from: fromNode,
/third_party/node/deps/cares/
H A Dcompile35 # there to prevent tools from complaining about whitespace usage.
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
302 # If no '-o' option was seen then we might have been invoked from a
/third_party/node/deps/cares/config/
H A Dcompile35 # there to prevent tools from complaining about whitespace usage.
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
302 # If no '-o' option was seen then we might have been invoked from a
/third_party/node/deps/npm/node_modules/https-proxy-agent/dist/
H A Dindex.js45 * HTTP request from the proxy server.
57 // Trim off the brackets from IPv6 addresses
103 headers['Proxy-Authorization'] = `Basic ${Buffer.from(auth).toString('base64')}`;
/third_party/libevdev/build-aux/
H A Dcompile35 # there to prevent tools from complaining about whitespace usage.
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
302 # If no '-o' option was seen then we might have been invoked from a
/third_party/ltp/testscripts/
H A Dltpdmmapper.sh26 package. You can download it from http://www.sistina.com. Follow
/third_party/node/deps/v8/src/compiler/
H A Dloop-peeling.cc49 // backedges of the loop correspond to edges from the peeled iteration to
52 // Similarly, any exits from the loop body need to be merged with "exits"
53 // from the peeled iteration, resulting in the graph as follows:
153 // Multiple backedges from original loop, therefore multiple output edges in Peel()
154 // from the peeled iteration. in Peel()
162 // Merge values from the multiple output edges of the peeled iteration. in Peel()
242 // and remove all the markers from the graph. in EliminateLoopExit()
245 Node* marker = edge.from(); in EliminateLoopExit()
H A Dloop-unrolling.cc58 /*** Step 1: Remove stack checks from all but the first iteration of the in UnrollLoop()
71 // from the effect chain. in UnrollLoop()
103 // Create a merge node from all iteration exits. in UnrollLoop()
113 Node* use = use_edge.from(); in UnrollLoop()
116 // LoopExitValues. We need to create a phi from all loop in UnrollLoop()
194 // Phis depending on the loop header should take their input from the in UnrollLoop()
/third_party/node/deps/v8/src/heap/
H A Dmemory-chunk.h86 ExternalBackingStoreType type, MemoryChunk* from, MemoryChunk* to,
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86asm.pl287 Pick one target type from
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeKey.java95 // A recursive descent visitor that splits range keys from the visited tree on the upward phase
99 // through an "any" path, the node it reaches cannot have any other edges coming from it (the
120 // Current path from the root of the tree being visited.
190 return RangeTree.from(getLengths().stream().map(n -> s.extendByLength(n - s.length()))); in asRangeTree()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcherTest.java172 return RangeTree.from(Arrays.stream(lines).map(RangeSpecification::parse)); in ranges()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dmod.rs10 //! lattice constructed from the set {0,1,2}:
98 /// Get the initial set of nodes from which to start the analysis. Unless
216 // Here we find the set of nodes that are reachable from any given
249 // And here is the mapping from a node to the set of nodes that are
250 // reachable from it within the test graph:
323 // The set of nodes reachable from a node `x` is in constrain()
327 // where there exist edges from `x` to each of `s_0, s_1, ...`. in constrain()
371 fn from(reachable: ReachableFrom<'a>) -> Self { in from() functions
/third_party/rust/crates/io-lifetimes/src/
H A Dviews.rs87 // the object it's borrowed from.
91 /// Construct a temporary `Target` from raw and wrap it in a `FilelikeView`
117 // the object it's borrowed from.
121 /// Construct a temporary `Target` from raw and wrap it in a
/third_party/openssl/crypto/perlasm/
H A Dx86asm.pl287 Pick one target type from
/third_party/skia/third_party/externals/libpng/
H A Dcompile35 # there to prevent tools from complaining about whitespace usage.
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
302 # If no '-o' option was seen then we might have been invoked from a
/third_party/skia/third_party/externals/microhttpd/
H A Dcompile35 # there to prevent tools from complaining about whitespace usage.
244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
301 # If no '-o' option was seen then we might have been invoked from a
/third_party/pulseaudio/src/pulse/
H A Dvolume.h66 * to and from either dB or a linear scale:
78 * it's sufficient to treat all volumes as opaque with a range from
328 /** Remap a volume from one channel mapping to a different channel mapping.
330 pa_cvolume *pa_cvolume_remap(pa_cvolume *v, const pa_channel_map *from, const pa_channel_map *to);
341 * specified channel map. The return value will range from -1.0f
360 * value will range from -1.0f (rear) to +1.0f (left). If no fade
377 * the specified channel map. The return value will range from
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/
H A Dmain.go231 return fmt.Errorf("Couldn't parse tests from file '%v': %w", file, err)
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-module-file-with-global-definitions-changes/
H A Dwith-skipDefaultLibCheck.js77 Change:: Remove document declaration from file
H A Dwith-skipLibCheck.js77 Change:: Remove document declaration from file
/third_party/typescript/tests/baselines/reference/tscWatch/programUpdates/updates-errors-in-lib-file/when-non-module-file-changes/
H A Dwith-skipDefaultLibCheck.js73 Change:: Remove document declaration from file
H A Dwith-skipLibCheck.js73 Change:: Remove document declaration from file
/third_party/typescript/tests/baselines/reference/
H A DasyncAwaitIsolatedModules_es5.js2 import { MyPromise } from "missing";

Completed in 13 milliseconds

1...<<919293949596979899100>>...127