Searched refs:Process (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/
H A Drewriter.h47 static bool Process(FunctionLiteral* function);
H A Drewriter.cc538 void Process(ZoneList<Statement*>* statements);
573 void Processor::Process(ZoneList<Statement*>* statements) { function in class:v8::internal::Processor
589 if (!node->is_initializer_block()) Process(node->statements());
669 Process(clause->statements());
822 bool Rewriter::Process(FunctionLiteral* function) { function in class:v8::internal::Rewriter
832 processor.Process(body);
H A Dheap-profiler.cc289 void Process(JSObjectsRetainerTree* input_tree) { function in class:v8::internal::__anon5428::BASE_EMBEDDED
466 void ClustersCoarser::Process(JSObjectsRetainerTree* tree) { function in class:v8::internal::ClustersCoarser
566 coarser_.Process(&retainers_tree_);
572 aggregator.Process(&retainers_tree_);
H A Dheap-profiler.h171 void Process(JSObjectsRetainerTree* tree);
H A Dcompiler.cc51 if (!Rewriter::Process(function) || !AnalyzeVariableUsage(function)) {
/external/v8/samples/
H A Dcount-hosts.js30 function Process(request) { function
H A Dprocess.cc65 // Process a single request.
66 virtual bool Process(HttpRequest* req) = 0;
78 // Process function of the JavaScript script given as an argument.
84 virtual bool Process(HttpRequest* req);
89 // Process function. Returns true if this succeeded, otherwise false.
144 // Execute the script and fetch the Process method.
177 // Process function from the global object.
178 Handle<String> process_name = String::New("Process");
181 // If there is no Process function, or if it is not a function,
243 bool JsHttpRequestProcessor::Process(HttpReques function in class:JsHttpRequestProcessor
[all...]
/external/webkit/WebCore/platform/graphics/opentype/
H A DOpenTypeSanitizer.cpp59 if (!ots::Process(&output, reinterpret_cast<const uint8_t*>(m_buffer->data()), m_buffer->size()))
/external/webkit/WebKitTools/Scripts/
H A Drun-leaks126 # Process 00000: 1234 nodes malloced for 1234 KB
127 # Process 00000: XX leaks for XXX total leaked bytes.
133 # We treat every line except for Process 00000: and Leak: as optional
139 while ($leaksOutput->[0] !~ /^Process /) {
152 next if $line =~ /^Process/;
H A Drun-webkit-tests1131 my ($count, $bytes) = $leaksOutput =~ /Process $dumpToolPID: (\d+) leaks? for (\d+) total/;
/external/jhead/
H A Djhead.h83 int Process; member in struct:__anon1884
H A Djpgfile.c41 // Process a COM marker.
80 // Process a SOFn marker. This is useful for the image dimensions
97 ImageInfo.Process = marker;
H A Dexif.c460 // Process one of the nested EXIF directories.
967 // Process a EXIF marker
1720 if (ImageInfo.Process != M_SOF0){
1730 if (ProcessTable[a].Tag == ImageInfo.Process){
/external/v8/test/cctest/
H A Dtest-heap-profiler.cc172 coarser.Process(&tree);
205 coarser.Process(&tree);
250 coarser.Process(&tree);
301 coarser.Process(&tree);
/external/webkit/WebKit/chromium/src/mac/
H A DWebInputEventFactory.mm753 // "Process"
/external/jdiff/src/jdiff/
H A DJDiff.java9 import java.lang.Process;
/external/blktrace/btt/doc/
H A Dbtt.tex354 \item[Per Process] As traces are emitted, they are tagged with the
379 \item[Per Process Averages] The average columns from the above charts,
/external/blktrace/doc/
H A Dblktrace.tex605 \emph{p} & Process ID \\ \hline
/external/dropbear/libtomcrypt/
H A Dcrypt.tex5787 /** Process a block of data
5844 \subsection{Process}
5842 \\subsection{Process} subsubsection
/external/grub/docs/
H A Dtexinfo.tex3429 % Process the index entry with all font commands turned off, to

Completed in 414 milliseconds