OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portable
(Results
51 - 75
of
1506
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ImageMagick/PerlMagick/t/
read.t
107
print("
Portable
bitmap format (black and white), ASCII format ...\n");
111
print("
Portable
bitmap format (black and white), binary format ...\n");
119
print("
Portable
graymap format (gray scale), ASCII format ...\n");
123
print("
Portable
graymap format (gray scale), binary format ...\n");
135
print("
Portable
pixmap format (color), ASCII format ...\n");
139
print("
Portable
pixmap format (color), binary format ...\n");
/dalvik/docs/
porting-guide.html
40
Most of the Dalvik VM runtime is written in
portable
C. The one
41
non-
portable
component of the runtime is the JNI call bridge. Simply put,
85
The Dalvik runtime includes two interpreters, labeled "
portable
" and "fast".
86
The
portable
interpreter is largely contained within a single C function,
94
quite a bit slower than the
portable
interpreter, making "fast" something
98
support, you may want to switch to the
portable
interpreter. This can
102
<code>adb shell "echo dalvik.vm.execution-mode = int:
portable
>> /data/local.prop"</code>
104
and reboot, the Android app framework will start the VM with the
portable
133
this is handled automatically by Dalvik, but there's no
portable
way to detect
259
with the basic set defined by the
portable
interpreter
[
all
...]
/dalvik/opcode-gen/
README.txt
30
* Verify new code by running with "dalvik.vm.execution-mode = int:
portable
"
31
or "-Xint:
portable
".
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedAllocator.h
21
///that is better
portable
and more predictable
58
///The btAlignedAllocator is a
portable
class for aligned memory allocations.
/external/ImageMagick/PerlMagick/t/png/
write.t
33
# 3) Test 16-bit
Portable
Network Graphics
/external/bison/lib/
sig-handler.h
33
special values like SIG_IGN but it is not
portable
to call it. */
/external/fec/
dtest.c
82
/* Compare results to
portable
C version for a bunch of random data buffers and offsets */
/external/jetty/src/resources/org/eclipse/jetty/http/
mime.properties
100
pbm = image/x-
portable
-bitmap
103
pgm = image/x-
portable
-graymap
106
pnm = image/x-
portable
-anymap
107
ppm = image/x-
portable
-pixmap
/external/libcap/doc/old/
_setproccap.2
47
The
portable
interfaces are
/external/libchrome/base/posix/
safe_strerror.h
19
// This file declares safe,
portable
alternatives to the POSIX strerror()
/external/libchrome/base/third_party/nspr/
LICENSE
14
* The Original Code is the Netscape
Portable
Runtime (NSPR).
/external/libcxx/test/std/containers/unord/
next_prime.pass.cpp
12
// Not a
portable
test
/external/libcxx/test/std/diagnostics/syserr/syserr.hash/
error_code.pass.cpp
19
// Not very
portable
/external/libcxx/test/std/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code.pass.cpp
16
// Test is slightly non-
portable
ctor_error_code_const_char_pointer.pass.cpp
16
// Test is slightly non-
portable
ctor_error_code_string.pass.cpp
16
// Test is slightly non-
portable
ctor_int_error_category.pass.cpp
16
// Test is slightly non-
portable
ctor_int_error_category_const_char_pointer.pass.cpp
16
// Test is slightly non-
portable
ctor_int_error_category_string.pass.cpp
16
// Test is slightly non-
portable
/external/libcxx/test/std/localization/locale.stdcvt/
codecvt_utf16.pass.cpp
20
// Not a
portable
test
codecvt_utf8.pass.cpp
20
// Not a
portable
test
/external/libcxx/test/std/localization/locales/locale/locale.types/locale.facet/
facet.pass.cpp
21
// This test isn't
portable
/external/libcxx/test/std/strings/basic.string.hash/
strings.pass.cpp
19
// Not very
portable
/external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.id/
thread_id.pass.cpp
21
// Not very
portable
/external/libcxx/test/std/utilities/function.objects/unord.hash/
integral.pass.cpp
19
// Not very
portable
Completed in 870 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>