Home
last modified time | relevance | path

Searched refs:from (Results 2376 - 2400 of 3126) sorted by relevance

1...<<919293949596979899100>>...126

/third_party/node/test/parallel/
H A Dtest-crypto-x509.js56 const der = Buffer.from(
H A Dtest-inspector.js57 assert.fail(Array.from(unmatched.values()));
226 // Remove module from require.cache
H A Dtest-util-types.js121 const buffer = Buffer.from(arrayBuffer);
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
H A Dcommon.js289 return Array.from(flags.values());
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmsgfmt.h13 * 02/19/97 aliu Converted from java.
58 * <p>A MessageFormat is constructed from a <em>pattern</em> string
61 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
286 * Typically, the message format will come from resources, and the
401 * Constructs a new MessageFormat from an existing one.
579 * array from current MessageFormat to another. It is the caller's responsibility
660 * @param ignore Not used; inherited from base class API.
857 * comparing to a return value from getDynamicClassID(). For example:
980 * @param msgStart Index to msgPattern part to start formatting from.
1049 UnicodeString getLiteralStringUntilNextArgument(int32_t from) cons
[all...]
H A Dsmpdtfmt.h13 * 02/19/97 aliu Converted from java.
87 * values depend on CLDR and may change from the examples shown here):</p>
321 * <td>Modified Julian day. This is different from the conventional Julian day number in two regards.
674 * In the above example, the time value "currentTime_2" obtained from parsing
676 * marker 'a' is left out from the format pattern while the "hour in am/pm"
725 * guaranteed to work stably from release to release.
945 * different from the internal calendar held by this SimpleDateFormat
1079 * a return value from getDynamicClassID(). For example:
1145 * updated with any new status from the function.
1188 * from larg
[all...]
/third_party/node/deps/npm/lib/commands/
H A Dprofile.js273 const basic = Buffer.from(creds.auth, 'base64').toString().split(':', 2)
356 await readUserInfo.otp('And an OTP code from your authenticator: ')
H A Dtoken.js172 const auth = Buffer.from(creds.auth, 'base64').toString().split(':', 2)
/third_party/node/deps/npm/node_modules/ignore-walk/lib/
H A Dindex.js38 data = Array.from(data)
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dutf32.js33 var src = Buffer.from(str, 'ucs2');
52 // Create 32-bit value from high and low surrogates;
124 // NOTE: We copied this block from below to help V8 optimize it (it works with array, not buffer).
186 // Decoder chooses automatically from UTF-32LE and UTF-32BE using BOM and space-based heuristic.
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Daudit-report.js132 // for all the metavulns that we find from dependents.
172 for (const { from: dep, spec } of node.edgesIn) {
193 // this can happen if you are loading from a lockfile created by
203 // the nodes it references, then remove it from the advisory list.
/third_party/node/deps/npm/node_modules/npm-profile/lib/
H A Dindex.js200 password: Buffer.from(password, 'utf8').toString('base64'),
265 this.message = 'Invalid response from web login endpoint'
/third_party/ltp/tools/sparse/sparse-src/
H A Dlinearize.h121 unsigned from; /* slice */ member
/third_party/lzma/Asm/x86/
H A DSha256Opt.asm58 ; jwasm-based assemblers for linux and linker from new versions of binutils
/third_party/node/deps/v8/src/compiler/
H A Dgraph-visualizer.h115 void PrintEdge(Node* from, int index, Node* to);
/third_party/node/deps/v8/include/
H A Dv8config.h10 #error Missing v8-gn.h. The configuration for v8 is missing from the include \
/third_party/node/deps/v8/src/profiler/
H A Dcpu-profiler.h113 // A record type for sending samples from the main thread/signal handler to the
117 // The parameterless constructor is used when we dequeue data from
180 void AddDeoptStack(Address from, int fp_to_sp_delta);
191 // Called from events processing thread (Run() method.)
237 // producer (from CpuSampler::SampleStack()). For testing, use AddSample.
260 // alive, logs generated code, callbacks, and builtins from the isolate.
318 // code creation/move/deletion events (from the GC), to maintain its list of
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.cc138 // This representation should be different from the input grammar
179 os_ << AsUC32(that.from()); in VisitCharacterRange()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm126 and may be cloned from L<git://https://github.com/mschout/perl-text-template.git>
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DUtil.pm90 # from possible harm. These functions primarily quote things that might
221 Dump the data from REF into a string that can be evaluated into the same
/third_party/node/deps/uvwasi/include/
H A Duvwasi.h172 uvwasi_fd_t from,
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompiler.java67 /** The DFA from which the matcher data is to be compiled. */
72 * A map from nodes which are at the beginning of a sequence to that sequence. Not all nodes
78 * Builds a graph directly from the DFA in a RangeTree.
86 * in the garbage collector (but this is fine since only bytes are returned from this class).
108 * Creates a {@code MatcherCompiler} from the given automaton by generating all the
122 * building mapping operations. Apart from special cases (e.g. only one output) this is the only
137 * Builds the output map from a given node in the DFA in the correct order. Note that because
174 // Recurse from the outputs at the end of the sequence according to their edge values. in buildSequencesFrom()
197 * makes it easier to separate the compilation of operations (inside sequences) from the
209 return Operation.from(nod in getOp()
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dtemplate_params.rs79 //! fix-point analysis, where our lattice is the mapping from each IR item to
135 /// Note that we ignore certain edges in the graph, such as edges from a
159 // from the allowlisted items which would otherwise be considered
181 // from whether we use it. See template-param-usage-{6,11}.hpp. in consider_edge()
465 // reachable from allowlisted items. in new()
600 fn from(used_templ_params: UsedTemplateParameters<'ctx>) -> Self { functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dfuzzers.rs274 def: String::from(*g.choose(&base_type).unwrap()), in arbitrary()
292 def: String::from(*g.choose(&qualifier).unwrap()), in fmt()
330 let lower_bound = i32::from(cfg!(feature = "zero-sized-arrays")); in fmt()
/third_party/rust/crates/env_logger/src/
H A Dlib.rs100 //! in question originated from, though it can be overriden.
120 //! variations of the [`log::Level`][level-enum] enum from the `log`
221 //! Parts of the default format can be excluded from the log output using the [`Builder`].
222 //! The following example excludes the timestamp from the log output:
258 //! `env_logger` can read configuration from environment variables.
300 /// The default name for the environment variable to read filters from.
303 /// The default name for the environment variable to read style preferences from.
306 /// Set of environment variables to configure from.
330 /// This struct implements the `Log` trait from the [`log` crate][log-crate-url],
387 /// **NOTE:** This method won't read from an
1091 fn from(filter_env: T) -> Self { from() functions
[all...]

Completed in 18 milliseconds

1...<<919293949596979899100>>...126