OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:possible
(Results
176 - 200
of
3897
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java
201
* Returns this list of
possible
values for an XML attribute.
202
* <p/>This should only be called for attributes for which
possible
values depend on the
208
* @return an array of String with the
possible
values, or <code>null</code> if no values were
217
* Returns this list of
possible
values for an XML attribute.
218
* <p/>This should only be called for attributes for which
possible
values depend on the
227
* @return an array of String with the
possible
values, or <code>null</code> if no values were
246
* <p/>The map defines the
possible
values for XML attributes. The key is the attribute name
/external/icu4c/common/
caniter.cpp
374
//String
possible
= (String) it2.next();
375
//UnicodeString *
possible
= new UnicodeString(*((UnicodeString *)(ne2->value.pointer)));
376
UnicodeString
possible
(*((UnicodeString *)(ne2->value.pointer)));
378
Normalizer::normalize(
possible
, UNORM_NFD, 0, attempt, status);
382
//if (PROGRESS) printf("Adding Permutation: %s\n", UToS(Tr(*
possible
)));
384
result.put(
possible
, new UnicodeString(
possible
), status); //add(
possible
);
386
//if (PROGRESS) printf("-Skipping Permutation: %s\n", UToS(Tr(*
possible
)));
/cts/tools/dasm/src/dasm/
Utils.java
44
* Converts string to a smallest
possible
number (int, long, float or
68
* Converts string to a smallest
possible
integer (int or long)
/dalvik/docs/opcodes/
opcode-25-filled-new-array-range.html
85
resolved. All exceptions that are
possible
during class loading can occur at
90
exceptions that are
possible
during instantiation can occur at this point.
/dalvik/libcore/luni/src/main/java/java/util/
Comparator.java
34
* implied by the return value of this method for all
possible
pairs of
42
* follow {@code compare(a,c) > 0} for all
possible
combinations of {@code
/dalvik/vm/
Intern.c
147
/* It's
possible
for a GC to happen before dvmStringInternStartup()
165
/* It's
possible
for a GC to happen before dvmStringInternStartup()
/external/bison/tests/
c++.at
55
# generated by doxygen.
Possible
values are YES and NO. If left blank
60
# that are generated by doxygen.
Possible
values are YES and NO. If
/external/dbus/
acinclude.m4
60
dnl AM_CHECK_PYTHON_HEADERS([ACTION-IF-
POSSIBLE
], [ACTION-IF-NOT-
POSSIBLE
])
/external/expat/win32/
README.txt
9
Possible
with make files in the BCB5 subdirectory.
37
There are three
possible
configurations: using the
/external/freetype/include/freetype/
ftadvanc.h
46
* glyph outlines, if
possible
.
50
* without handling glyph outlines, if
possible
.
ftsizes.h
62
/* It is however
possible
to create more sizes for a given face, */
130
/* Even though it is
possible
to create several size objects for a */
/external/icu4c/common/unicode/
errorcode.h
45
* -
Possible
automatic checking for success when it goes out of scope.
52
* Note also: While it is
possible
for a destructor to throw an exception,
/external/icu4c/tools/genprops/misc/
ucdmerge.c
134
/* data on this line, store for
possible
range compaction */
136
/* set as the first line in a
possible
range */
/external/neven/Embedded/common/src/b_BasicEm/
String.h
60
* Not all
possible
format types of stdlib function snprintf are handled in this function
65
* Not all
possible
format types of stdlib function vsnprintf are handled in this function
/external/openssl/crypto/des/
INSTALL
10
If
possible
use gcc v 2.7.?
38
If at all
possible
use the assembler (for Windows NT/95, use
/external/openssl/crypto/dh/
generate
18
>
possible
some source code that I could examine.
58
it still covers half the space of
possible
residues. And an
/external/proguard/src/proguard/
UpToDateChecker.java
61
// Break early, if
possible
.
93
// Break early, if
possible
.
/external/quake/quake/src/
readme.txt
6
to build the assembly language files. It is
possible
to change a #define and
29
possible
.
/external/webkit/SunSpider/
TODO
17
- object access (unclear if it is
possible
to make a realistic
61
* Make it
possible
to track change over time and generate a graph per
/external/webkit/WebCore/platform/
SharedBuffer.h
84
// to be merged into a flat buffer. Use getSomeData() whenever
possible
93
// to be merged into a flat buffer. Use getSomeData() whenever
possible
/external/webkit/WebKit/chromium/src/
WebKit.cpp
65
// between CPU spinning and the smallest
possible
interval timer.
72
// they're running on the main WebKitThread. It might be
possible
to make
/frameworks/base/awt/org/apache/harmony/awt/wtk/
CreationParams.java
43
* The top-level window that has all
possible
decorations,
81
* The decoration type of the top-level window. The
possible
values are:
/frameworks/base/docs/html/guide/topics/drawing/
opengl.jd
10
to OpenGL 1.3. So, if the application you have in mind is
possible
with OpenGL
11
1.3 on a desktop system, it should be
possible
on Android.</p>
/frameworks/base/docs/html/guide/topics/graphics/
opengl.jd
13
to OpenGL 1.3. So, if the application you have in mind is
possible
with OpenGL
14
1.3 on a desktop system, it should be
possible
on Android.</p>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java
26
* element name, its
possible
attributes, its
possible
child elements but also
Completed in 90 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>