OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:more
(Results
426 - 450
of
895
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ImageMagick/www/api/
cache.php
127
<p>The returned pointer may point to a temporary working copy of the pixels or it may point to the original pixels in memory. Performance is maximized if the selected region is part of one row, or one or
more
full rows, since then there is opportunity to access the pixels in-place (without a copy) if the image is in memory, or in a memory-mapped file. The returned pointer must *never* be deallocated by the user.</p>
315
<p>GetVirtualPixels() returns an immutable pixel region. If the region is successfully accessed, a pointer to it is returned, otherwise NULL is returned. The returned pointer may point to a temporary working copy of the pixels or it may point to the original pixels in memory. Performance is maximized if the selected region is part of one row, or one or
more
full rows, since there is opportunity to access the pixels in-place (without a copy) if the image is in memory, or in a memory-mapped file. The returned pointer must *never* be deallocated by the user.</p>
357
<p>Performance is maximized if the selected region is part of one row, or one or
more
full rows, since then there is opportunity to access the pixels in-place (without a copy) if the image is in memory, or in a memory-mapped file. The returned pointer must *never* be deallocated by the user.</p>
enhance.php
185
<p>ColorDecisionListImage() accepts a lightweight Color Correction Collection (CCC) file which solely contains one or
more
color corrections and applies the correction to the image. Here is a sample CCC file:</p>
264
<p>ContrastStretchImage() is a simple image enhancement technique that attempts to improve the contrast in an image by 'stretching' the range of intensity values it contains to span a desired range of values. It differs from the
more
sophisticated histogram equalization in that it can only apply a linear scaling function to the image pixel values. As a result the 'enhancement' is less harsh.</p>
726
<dd>strength of the contrast, the larger the number the
more
'threshold-like' it becomes. </dd>
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
token.rb
392
inspected with names in place of type values are
more
meaningful to a developer.
402
when tokens are created. However, doing so would make tokens take up
more
space
421
1. define a customized token class (
more
on that below)
/external/ceres-solver/
Android.mk
47
# to pass
more
definitions to the C compiler.
/external/ceres-solver/jni/
Android.mk
47
# to pass
more
definitions to the C compiler.
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
util.js
161
* Helper to make sure singleton classes are not instantiated
more
than once.
/external/curl/packages/vms/
setup_gnv_curl_build.com
38
$! Do no know if we will need
more
than 8.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat
3
REM Licensed to the Apache Software Foundation (ASF) under one or
more
/external/libmicrohttpd/src/testspdy/
test_request_response.c
13
GNU General Public License for
more
details.
92
/* WANT_READ if SSL connection needs
more
input; or WANT_WRITE if it
93
needs
more
output; or IO_NONE. This is necessary because SSL/TLS
823
bool
more
)
841
if(false !=
more
){
842
fprintf(stdout,"
more
has wrong value\n");
/external/libvorbis/doc/
a1-encapsulation-ogg.tex
84
headers) may span one or
more
pages beginning on the second page of
/external/libvpx/libvpx/third_party/libyuv/source/
x86inc.asm
117
; we need
more
flexible macro.
176
; t# defines for when per-arch register allocation is
more
complex than just function arguments
708
; change everything that follows. For
more
complex macros I may also have multiple
731
%macro SWAP 2-* ; swaps a single chain (sometimes
more
concise than pairs)
/external/llvm/test/MC/ARM/
basic-thumb-instructions.s
12
@ For complex constructs like shifter operands, check
more
thoroughly for them
15
@
more
reasonable.
/external/mesa3d/docs/
MESA_texture_signed_rgba.spec
93
slightly
more
negative than -1.0.
/external/nanohttpd/
README.md
83
Nanolets are like sevlet's only that they have a extrem low profile. They offer an easy to use system for a
more
complex server application.
88
We are currently in the process of stabilizing NanoHttpd from the many pull requests and feature requests that were integrated over the last few months. The next release will come soon, and there will not be any
more
"intended" major changes before the next release. If you want to use the bleeding edge version, you can clone it from Github, or get it from sonatype.org (see "Maven dependencies / Living on the edge" below).
205
For a
more
classic aproach, perhaps to just create a HTTP server serving mostly service files from your disk, you can use the module with artifactId *nanohttpd-webserver*.
/external/nanohttpd/src/site/markdown/
index.md
83
Nanolets are like sevlet's only that they have a extrem low profile. They offer an easy to use system for a
more
complex server application.
88
We are currently in the process of stabilizing NanoHttpd from the many pull requests and feature requests that were integrated over the last few months. The next release will come soon, and there will not be any
more
"intended" major changes before the next release. If you want to use the bleeding edge version, you can clone it from Github, or get it from sonatype.org (see "Maven dependencies / Living on the edge" below).
201
For a
more
classic aproach, perhaps to just create a HTTP server serving mostly service files from your disk, you can use the module with artifactId *nanohttpd-webserver*.
/external/snakeyaml/
mvnw.bat
3
@REM or
more
contributor license agreements. See the NOTICE file
/external/tremolo/Tremolo/
bitwiseARM.s
77
@ there must be
more
in the next word
269
@ there must be
more
in the next word
/external/v8/benchmarks/
deltablue.js
12
// GNU General Public License for
more
details.
22
// others have been modified
more
aggresively to make it feel
23
//
more
like a JavaScript program.
755
* one or
more
changing inputs.
/external/v8/src/js/
regexp.js
479
//
more
correct. Also, we doesn't ensure that 'exec' is actually
695
// Can't use matchInfo any
more
from here, since the function could
813
// Return if there are no
more
$ characters in the replacement. If we
875
//
more
correct. Also, we doesn't ensure that 'exec' is actually
[
all
...]
/external/v8/src/wasm/
module-decoder.cc
267
error("
more
predefined indirect entries than table can hold");
290
error("
more
predefined indirect entries than table can hold");
753
while (decoder.
more
() && decoder.ok()) {
843
if (decoder.
more
()) decoder.error("unexpected additional bytes");
/external/v8/test/mjsunit/compiler/
alloc-object-huge.js
32
// Test that huge constructors (
more
than 256 this assignments) are
/external/v8/test/mjsunit/es6/
array-copywithin.js
157
// test with arguments
more
than this.length
/external/v8/test/webkit/fast/js/kde/
RegExp.js
154
var str = new String("For
more
information, see Chapter 3.4.5.1");
/external/webrtc/tools/matlab/
rtpAnalyze.m
210
% For
more
information, see the TEXTSCAN documentation.
/frameworks/base/core/java/android/widget/
Gallery.java
364
* Remember that we are in layout to prevent
more
layout request from
[
all
...]
Completed in 477 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>