/third_party/libunwind/libunwind/doc/ |
H A D | unw_set_reg.tex | 47 from a signal handler.
|
H A D | unw_get_fpreg.tex | 46 from a signal handler.
|
H A D | unw_get_reg.tex | 47 from a signal handler.
|
H A D | unw_init_remote.tex | 50 is passed in argument \Var{as}, this routine is also safe to use from
|
H A D | unw_set_caching_policy.tex | 57 to use from a signal handler.
|
H A D | unw_set_fpreg.tex | 46 from a signal handler.
|
/third_party/libunwind/libunwind/tests/ |
H A D | x64-test-dwarf-expressions.S | 28 # libunwind will be able to restore r12 from the stack.
|
/third_party/libwebsockets/lib/abstract/protocols/smtp/ |
H A D | smtp.c | 69 250, /* from */ 138 /* since we took it on, remove it from the queue */ in lws_smtpc_email_disposition() 258 c->e->from); in lws_smtpc_abs_writeable()
|
/third_party/lame/ |
H A D | compile | 35 # 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/lib/internal/source_map/ |
H A D | prepare_stack_trace.js | 30 // Create a prettified stacktrace, inserting context from source maps 113 // trace, if possible restore it from the names field of the source map: 133 // Places a snippet of code from where the exception was originally thrown 184 // from disk: 185 debug(`read source of ${originalSourcePath} from filesystem`);
|
H A D | source_map_cache.js | 210 // from. This allows translation from byte offset V8 coverage reports, 242 Buffer.from(data, 'base64').toString('utf8') : data;
|
/third_party/node/lib/internal/ |
H A D | stream_base_commons.js | 71 const buffer = Buffer.from(data, encoding);
|
/third_party/node/test/parallel/ |
H A D | test-fs-access.js | 5 // 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 D | heap.js | 43 from: fromNode,
|
/third_party/node/deps/cares/ |
H A D | compile | 35 # 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 D | compile | 35 # 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 D | index.js | 45 * 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 D | compile | 35 # 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 D | ltpdmmapper.sh | 26 package. You can download it from http://www.sistina.com. Follow
|
/third_party/node/deps/v8/src/compiler/ |
H A D | loop-peeling.cc | 49 // 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 D | loop-unrolling.cc | 58 /*** 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 D | memory-chunk.h | 86 ExternalBackingStoreType type, MemoryChunk* from, MemoryChunk* to,
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | x86asm.pl | 287 Pick one target type from
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | RangeKey.java | 95 // 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 D | DigitSequenceMatcherTest.java | 172 return RangeTree.from(Arrays.stream(lines).map(RangeSpecification::parse)); in ranges()
|