OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:where
(Results
726 - 750
of
21198
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libpcap/
TODO
14
design guideline for what is done
where
. There should be a common coding
34
+ the manpage has a brief description of each function but
where
is the
/external/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli
19
raises [Error msg] otherwise,
where
[msg] is a description of the error
26
raises [Error msg] otherwise,
where
[msg] is a description of the error
/external/skia/include/pathops/
SkPathOps.h
29
The curve order is reduced
where
possible so that cubics may be turned
45
The curve order is reduced
where
possible so that cubics may
/frameworks/av/include/drm/
DrmConvertedStatus.h
27
* session
where
the agent will inform
where
the header and body signature should be added
/frameworks/base/core/java/android/content/pm/
LimitedLengthInputStream.java
17
* The end of the stream
where
we don't want to allow more data to be read.
28
* @param offset offset into stream
where
data starts
/frameworks/base/docs/html/guide/faq/
licensingandoss.jd
6
<li><a href="#mirror">
Where
can I find the open source components of Android?</a></li>
11
<a name="mirror" id="mirror"></a><h2>
Where
can I find the open source components of Android?</h2>
/frameworks/base/libs/hwui/utils/
SortedListImpl.h
56
ssize_t insertAt(size_t
where
, size_t numItems = 1);
57
ssize_t insertAt(const void* item, size_t
where
, size_t numItems = 1);
/frameworks/base/opengl/java/android/opengl/
GLU.java
132
* @param modelOffset the offset into the model array
where
the modelview
135
* @param projectOffset the offset into the project array
where
the project
138
* @param viewOffset the offset into the view array
where
the view vector
142
* @param winOffset the offset into the win array
where
the win vector data
198
* @param modelOffset the offset into the model array
where
the modelview
201
* @param projectOffset the offset into the project array
where
the project
204
* @param viewOffset the offset into the view array
where
the view vector
208
* @param objOffset the offset into the obj array
where
the obj vector data
/libcore/luni/src/main/java/javax/xml/transform/
TransformerException.java
31
/** Field locator specifies
where
the error occurred */
36
* object that specifies
where
an error occurred.
46
* object that specifies
where
an error occurred.
276
* Print the the trace of methods from
where
the error
285
* Print the the trace of methods from
where
the error
288
* @param s The stream
where
the dump will be sent to.
295
* Print the the trace of methods from
where
the error
298
* @param s The writer
where
the dump will be sent to.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/
values.pass.cpp
29
void
where
(const _Tp &) {}
function
38
where
(E::table_size);
/ndk/sources/host-tools/make-3.81/
commands.h
20
and information about
where
these commands came from. */
24
struct floc fileinfo; /*
Where
commands were defined. */
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaLinearLayoutListener.java
59
* @param timeMs The time
where
the trim occurs
67
* @param timeMs The time
where
the trim occurs
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
UserDictionaryProvider.java
221
public int delete(Uri uri, String
where
, String[] whereArgs) {
226
count = db.delete(USERDICT_TABLE_NAME,
where
, whereArgs);
232
+ (!TextUtils.isEmpty(
where
) ? " AND (" +
where
+ ')' : ""), whereArgs);
245
public int update(Uri uri, ContentValues values, String
where
, String[] whereArgs) {
250
count = db.update(USERDICT_TABLE_NAME, values,
where
, whereArgs);
256
+ (!TextUtils.isEmpty(
where
) ? " AND (" +
where
+ ')' : ""), whereArgs);
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymacconfig.h
89
*
where
configure ran on and not necessarily for all systems
where
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymacconfig.h
89
*
where
configure ran on and not necessarily for all systems
where
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc
155
"
WHERE
guid=?"));
184
"
WHERE
guid=?"));
207
"
WHERE
guid=?"));
311
"DELETE FROM autofill_profile_names
WHERE
guid = ?"));
318
"DELETE FROM autofill_profile_emails
WHERE
guid = ?"));
325
"DELETE FROM autofill_profile_phones
WHERE
guid = ?"));
452
"
WHERE
name = ? "
464
"
WHERE
name = ? AND "
501
"
WHERE
ad.date_created >= ? AND ad.date_created < ?"));
553
"FROM autofill
WHERE
pair_id NOT IN
[
all
...]
/dalvik/vm/
PointerSet.cpp
185
int
where
;
local
187
if (!dvmPointerSetHas(pSet, ptr, &
where
))
190
if (
where
!= pSet->count-1) {
192
memmove(&pSet->list[
where
], &pSet->list[
where
+1],
193
(pSet->count-1 -
where
) * sizeof(pSet->list[0]));
/external/chromium/net/base/
net_log_unittest.h
112
// Expect that the log contains an event, but don't care about
where
113
// as long as the first index
where
it is found is at least |min_index|.
114
// Returns the position
where
the event was found.
132
// Expect that the log contains an event, but don't care about
where
133
// as long as one index
where
it is found is at least |min_index|.
134
// Returns the first such position
where
the event was found.
/external/chromium_org/courgette/
analyze_stress_test
55
$(count_result "BEST_COURGETTE") patch(es)
where
courgette is smaller (bz2)
56
$(count_result "BEST_BSDIFF") patch(es)
where
bsdiff is smaller (xz)
57
$(count_result "BEST_TIE") patch(es)
where
both are the same size (bz2)
58
$(count_result "XZBEST_COURGETTE") patch(es)
where
courgette (xz) is smaller
59
$(count_result "XZBEST_BSDIFF") patch(es)
where
bsdiff is smaller (xz)
60
$(count_result "XZBEST_TIE") patch(es)
where
both are the same size (xz)
run_stress_test
172
$(count_result "BEST_COURGETTE") patch(es)
where
courgette (bz2) is smaller
173
$(count_result "BEST_BSDIFF") patch(es)
where
bsdiff is smaller (bz2)
174
$(count_result "BEST_TIE") patch(es)
where
both are the same size (bz2)
175
$(count_result "XZBEST_COURGETTE") patch(es)
where
courgette (xz) is smaller
176
$(count_result "XZBEST_BSDIFF") patch(es)
where
bsdiff is smaller (xz)
177
$(count_result "XZBEST_TIE") patch(es)
where
both are the same size (xz)
/external/chromium_org/net/base/
net_log_unittest.h
128
// Expect that the log contains an event, but don't care about
where
129
// as long as the first index
where
it is found is at least |min_index|.
130
// Returns the position
where
the event was found.
148
// Expect that the log contains an event, but don't care about
where
149
// as long as one index
where
it is found is at least |min_index|.
150
// Returns the first such position
where
the event was found.
/external/chromium_org/ppapi/api/private/
ppp_flash_browser_operations.idl
50
* @param[in] plugin_data_path String containing the directory
where
the
78
* @param[in] plugin_data_path String containing the directory
where
the
90
* @param[in] plugin_data_path String containing the directory
where
the
108
* @param[in] plugin_data_path String containing the directory
where
the
128
* @param[in] plugin_data_path String containing the directory
where
the
149
* @param[in] plugin_data_path String containing the directory
where
the
/external/chromium_org/ppapi/c/private/
ppp_flash_browser_operations.h
91
* @param[in] plugin_data_path String containing the directory
where
the
118
* @param[in] plugin_data_path String containing the directory
where
the
128
* @param[in] plugin_data_path String containing the directory
where
the
144
* @param[in] plugin_data_path String containing the directory
where
the
162
* @param[in] plugin_data_path String containing the directory
where
the
181
* @param[in] plugin_data_path String containing the directory
where
the
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prenv.h
65
** some platforms, a putenv()
where
the argument is of
69
** no-op. Similarly, a putenv()
where
the argument is of the
85
** A call to PR_SetEnv()
where
the parameter is of the form
87
** unchanged. A call to PR_SetEnv()
where
the parameter is
103
** not be on the stack,
where
it can be overwritten
130
** constant, persistent string of the form name=value.
Where
/external/chromium_org/third_party/sqlite/src/ext/rtree/
rtree3.test
59
DELETE FROM rt
WHERE
ii = 1;
61
SELECT ii FROM rt
WHERE
ii = 2;
107
db eval { DELETE FROM rt
WHERE
x1<($f*10.0) AND x1>($f*10.5) }
137
db eval { DELETE FROM rt
WHERE
ii BETWEEN 1 AND 100 }
183
execsql { DELETE FROM rt
WHERE
ii=$i }
232
execsql { SELECT ii FROM rt
WHERE
ii MATCH cube(4.5, 5.5, 6.5, 1, 1, 1) }
Completed in 1229 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>