OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:used
(Results
76 - 100
of
64207
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/dropbear/libtommath/
bn_mp_copy.c
30
if (b->alloc < a->
used
) {
31
if ((res = mp_grow (b, a->
used
)) != MP_OKAY) {
49
for (n = 0; n < a->
used
; n++) {
54
for (; n < b->
used
; n++) {
59
/* copy
used
count and sign */
60
b->
used
= a->
used
;
/external/chromium_org/chrome/browser/google_apis/
drive_common_callbacks.h
5
// This file contains callback types
used
for communicating with the Drive
20
// Callback
used
for getting ResourceList.
25
// Callback
used
for getting ResourceEntry.
30
// Callback
used
for getting AboutResource.
35
// Callback
used
for getting ShareUrl.
39
// Callback
used
for getting AppList.
43
// Callback
used
for handling UploadRangeResponse.
48
// Callback
used
for authorizing an app. |open_url| is
used
to open the target
/external/jsr305/ri/src/main/java/javax/annotation/meta/
When.java
4
*
Used
to describe the relationship between a qualifier T and the set of values
8
*
used
where a NEVER value is required, or if a NEVER or MAYBE value is
used
/external/stlport/stlport/stl/
_ioserr.h
5
* iostreams part of STLport cannot be
used
when the symbols were defined
9
# error STLport iostreams header cannot be
used
; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11
# error STLport iostreams header cannot be
used
; your compiler do not support it.
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h
5
* iostreams part of STLport cannot be
used
when the symbols were defined
9
# error STLport iostreams header cannot be
used
; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11
# error STLport iostreams header cannot be
used
; your compiler do not support it.
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_params.h
31
//
Used
by ProximityInfoStateUtils::initGeometricDistanceInfos()
34
//
Used
by ProximityInfoStateUtils::updateNearKeysDistances()
37
//
Used
by ProximityInfoStateUtils::isPrevLocalMin()
40
//
Used
by ProximityInfoStateUtils::getPointScore()
50
//
Used
by ProximityInfoStateUtils::refreshSpeedRates()
53
//
Used
by ProximityInfoStateUtils::pushTouchPoint()
56
//
Used
by ProximityInfoStateUtils::updateAlignPointProbabilities()
84
//
Used
by ProximityInfoStateUtils::suppressCharProbabilities()
91
//
Used
by ProximityInfoStateUtils::getMostProbableString()
94
//
Used
by ProximityInfoStateUtils::updateSampledSearchKeySets(
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h
5
* iostreams part of STLport cannot be
used
when the symbols were defined
9
# error STLport iostreams header cannot be
used
; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11
# error STLport iostreams header cannot be
used
; your compiler do not support it.
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h
5
* iostreams part of STLport cannot be
used
when the symbols were defined
9
# error STLport iostreams header cannot be
used
; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11
# error STLport iostreams header cannot be
used
; your compiler do not support it.
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h
5
* iostreams part of STLport cannot be
used
when the symbols were defined
9
# error STLport iostreams header cannot be
used
; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11
# error STLport iostreams header cannot be
used
; your compiler do not support it.
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ioserr.h
5
* iostreams part of STLport cannot be
used
when the symbols were defined
9
# error STLport iostreams header cannot be
used
; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11
# error STLport iostreams header cannot be
used
; your compiler do not support it.
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ioserr.h
5
* iostreams part of STLport cannot be
used
when the symbols were defined
9
# error STLport iostreams header cannot be
used
; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11
# error STLport iostreams header cannot be
used
; your compiler do not support it.
/external/clang/test/SemaCXX/
uninitialized.cpp
10
int a = a; // no-warning:
used
to signal intended lack of initialization.
11
int b = b + 1; // expected-warning {{variable 'b' is uninitialized when
used
within its own initialization}}
12
int c = (c + c); // expected-warning 2 {{variable 'c' is uninitialized when
used
within its own initialization}}
13
int e = static_cast<long>(e) + 1; // expected-warning {{variable 'e' is uninitialized when
used
within its own initialization}}
14
int f = foo(f); // expected-warning {{variable 'f' is uninitialized when
used
within its own initialization}}
24
int l = k ? l : l; // expected-warning 2{{variable 'l' is uninitialized when
used
within its own initialization}}
25
int m = 1 + (k ? m : m); // expected-warning 2{{variable 'm' is uninitialized when
used
within its own initialization}}
26
int n = -n; // expected-warning {{variable 'n' is uninitialized when
used
within its own initialization}}
29
int a = a; // no-warning:
used
to signal intended lack of initialization.
30
int b = b + 1; // expected-warning {{variable 'b' is uninitialized when
used
within its own initialization}
[
all
...]
/art/test/104-growth-limit/
info.txt
1
Tests that the growth limit,
used
to impose the small and large Android
/dalvik/dx/src/com/android/dx/rop/code/
package.html
4
<p><b>PACKAGES
USED
:</b>
/dalvik/dx/src/com/android/dx/rop/type/
package.html
4
<p><b>PACKAGES
USED
:</b>
/development/ndk/samples/hello-neon/
build.properties
1
# This file is
used
to override default values
used
by the Ant build system.
6
# This file is only
used
by the Ant script.
19
#
Used
by the 'uninstall' rule.
/development/tools/labpretest/nexusone/
custom_flash.sh
6
#
used
for flashing boot image on nexusone
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
AEADParameters.java
16
* @param key key to be
used
by underlying cipher
18
* @param nonce nonce to be
used
28
* @param key key to be
used
by underlying cipher
30
* @param nonce nonce to be
used
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
PreCompInfo.java
5
* algorithms.
Used
as a Memento (see GOF patterns) for
/external/chromium/
CHROMIUM_MERGE_REVISION
1
We use a Chromium revision that has been
used
for a Chromium release.
/external/chromium_org/chrome/browser/google/
DEPS
2
# GoogleURLTracker can't use WebContents, since it is
used
by iOS.
/external/chromium_org/chrome/browser/ui/omnibox/
DEPS
2
# OmniboxEditModel can't use WebContents, since it is
used
by iOS.
/external/chromium_org/chrome/test/pyautolib/webdriver.DEPS/
DEPS
2
# This is only
used
by the buildbot master config for chrome official.
/external/chromium_org/content/test/plugin/
resource.h
3
//
Used
by npapi_test.rc
/external/chromium_org/extensions/
README
2
Chrome's extension system, and can be
used
with any host of the 'content'
Completed in 1595 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>