OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:others
(Results
1 - 14
of
14
) sorted by null
/external/v8/test/cctest/
test-spaces.cc
152
Page*
others
= memory_allocator->AllocatePages(
local
154
CHECK(
others
->is_valid());
158
memory_allocator->SetNextPage(last_page,
others
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java
84
IContentAssistProcessor[]
others
= super.getContentAssistProcessors(sourceViewer,
local
86
if (
others
!= null &&
others
.length > 0) {
87
for (IContentAssistProcessor p :
others
) {
/external/oauth/core/src/main/java/net/oauth/client/
OAuthClient.java
290
List<Map.Entry<String, String>>
others
= request.getParameters();
local
291
if (
others
!= null && !
others
.isEmpty()) {
292
others
= new ArrayList<Map.Entry<String, String>>(
others
);
293
for (Iterator<Map.Entry<String, String>> p =
others
.iterator(); p
301
byte[] form = OAuth.formEncode(
others
).getBytes(
309
url = OAuth.addParameters(url,
others
);
/external/jpeg/
jchuff.c
710
int
others
[257]; /* next symbol in current branch of tree */
local
720
others
[i] = -1; /* init links to empty */
763
while (
others
[c1] >= 0) {
764
c1 =
others
[c1];
768
others
[c1] = c2; /* chain c2 onto c1's tree branch */
772
while (
others
[c2] >= 0) {
773
c2 =
others
[c2];
/external/yaffs2/yaffs2/direct/
yaffsfs.c
1185
struct list_head
others
;
member in struct:__anon14228
1250
dsc = list_entry(i, yaffsfs_DirectorySearchContext,
others
);
1279
INIT_LIST_HEAD(&dsc->
others
);
1284
list_add(&dsc->
others
,&search_contexts);
1343
list_del(&dsc->
others
); /* unhook from list */
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 400 milliseconds