| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/netinet/ |
| udp.h | 2 * Copyright (C) 2008 The Android Open Source Project 5 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright 38 u_int16_t uh_sport; /* source port */ 47 __u16 source; member in struct:udphdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/netinet/ |
| udp.h | 2 * Copyright (C) 2008 The Android Open Source Project 5 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright 38 u_int16_t uh_sport; /* source port */ 47 __u16 source; member in struct:udphdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/netinet/ |
| udp.h | 2 * Copyright (C) 2008 The Android Open Source Project 5 * Redistribution and use in source and binary forms, with or without 8 * * Redistributions of source code must retain the above copyright 38 u_int16_t uh_sport; /* source port */ 47 __u16 source; member in struct:udphdr
|
| /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
| MinToolsPackage.java | 2 * Copyright (C) 2009 The Android Open Source Project
47 MinToolsPackage(RepoSource source, Node packageNode, Map<String,String> licenses) {
48 super(source, packageNode, licenses);
64 RepoSource source,
73 super(source, props, revision, license, description, descUrl,
|
| /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
| IAbstractFile.java | 2 * Copyright (C) 2008 The Android Open Source Project 38 * @param source the content 41 void setContents(InputStream source) throws StreamException;
|
| /frameworks/base/core/java/android/content/ |
| SyncAdapterType.java | 2 * Copyright (C) 2009 The Android Open Source Project 128 public SyncAdapterType(Parcel source) { 130 source.readString(), 131 source.readString(), 132 source.readInt() != 0, 133 source.readInt() != 0); 137 public SyncAdapterType createFromParcel(Parcel source) { 138 return new SyncAdapterType(source);
|
| /frameworks/base/core/java/android/content/pm/ |
| ComponentInfo.java | 2 * Copyright (C) 2008 The Android Open Source Project 141 protected ComponentInfo(Parcel source) { 142 super(source); 143 applicationInfo = ApplicationInfo.CREATOR.createFromParcel(source); 144 processName = source.readString(); 145 descriptionRes = source.readInt(); 146 enabled = (source.readInt() != 0); 147 exported = (source.readInt() != 0);
|
| /frameworks/base/media/libstagefright/ |
| DataSource.cpp | 2 * Copyright (C) 2009 The Android Open Source Project 112 sp<DataSource> source; local 114 source = new FileSource(uri + 7); 120 source = new NuCachedSource2(httpSource); 123 source = new FileSource(uri); 126 if (source == NULL || source->initCheck() != OK) { 130 return source;
|
| /external/chromium/third_party/icu/source/common/ |
| ucnv_cb.c | 36 const char* source, 47 source, length, 55 const UChar** source, 84 source, 101 In fact, here's where we want to return the partially consumed in-source! 104 /* && (*source < sourceLimit && args->target >= args->targetLimit) 139 source, 201 const UChar *source = (const UChar *)converter->subChars; local 202 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err) [all...] |
| ucnvmbcs.c | 1807 const uint8_t *source, *sourceLimit; local 1959 const uint8_t *source, *sourceLimit, *lastSource; local 2239 const uint8_t *source, *sourceLimit; local 2657 const uint8_t *source, *sourceLimit; local 2741 const uint8_t *source, *sourceLimit, *lastSource; local 3180 const UChar *source, *sourceLimit; local 3412 const UChar *source, *sourceLimit; local 3588 const UChar *source, *sourceLimit, *lastSource; local 3845 const UChar *source, *sourceLimit; local 4741 const uint8_t *source, *sourceLimit; local 5037 const uint8_t *source, *sourceLimit; local [all...] |
| /external/icu4c/common/ |
| ucnv_cb.c | 36 const char* source, 47 source, length, 55 const UChar** source, 84 source, 101 In fact, here's where we want to return the partially consumed in-source! 104 /* && (*source < sourceLimit && args->target >= args->targetLimit) 139 source, 201 const UChar *source = (const UChar *)converter->subChars; local 202 ucnv_cbFromUWriteUChars(args, &source, source - length, offsetIndex, err) [all...] |
| ucnvmbcs.c | 1886 const uint8_t *source, *sourceLimit; local 2038 const uint8_t *source, *sourceLimit, *lastSource; local 2318 const uint8_t *source, *sourceLimit; local 2736 const uint8_t *source, *sourceLimit; local 2820 const uint8_t *source, *sourceLimit, *lastSource; local 3259 const UChar *source, *sourceLimit; local 3491 const UChar *source, *sourceLimit; local 3667 const UChar *source, *sourceLimit, *lastSource; local 3924 const UChar *source, *sourceLimit; local 4861 const uint8_t *source, *sourceLimit; local 5164 const uint8_t *source, *sourceLimit; local [all...] |
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| randgen.h | 105 int64 source; // 'ifst' state to expand member in struct:fst::RandGenOptions 110 source(kNoStateId), dest(kNoStateId) {} 124 if (opts.source == kNoStateId) { // first call 130 nopts.source = ifst.Start(); 135 if (ifst.NumArcs(opts.source) == 0 && 136 ifst.Final(opts.source) == Weight::Zero()) // Non-coaccessible 138 // Pick a random transition from the source state 139 size_t n = opts.arc_selector(ifst, opts.source); 140 if (n == ifst.NumArcs(opts.source)) { // Take 'super-final' transition 143 ArcIterator< Fst<Arc> > aiter(ifst, opts.source); [all...] |
| /external/chromium/third_party/icu/source/i18n/ |
| ucol.cpp | 218 * its source string. 261 * its source string. 265 inline UBool collIter_bos(collIterate *source) { 268 if(source->flags & UCOL_USE_ITERATOR || source->origFlags & UCOL_USE_ITERATOR) { 269 return !source->iterator->hasPrevious(source->iterator); 271 if (source->pos <= source->string || 272 ((source->flags & UCOL_ITER_INNORMBUF) & 7542 UChar *source = NULL; local [all...] |
| /cts/tests/tests/view/src/android/view/cts/ |
| AbsSavedStateTest.java | 2 * Copyright (C) 2008 The Android Open Source Project 59 Parcel source = Parcel.obtain(); local 60 new MockAbsSavedState(source); 62 MockAbsSavedState savedState = new MockAbsSavedState(source); 107 public MockAbsSavedState(Parcel source) { 108 super(source);
|
| /external/chromium/third_party/icu/source/test/cintltst/ |
| ccolltst.c | 84 void reportCResult( const UChar source[], const UChar target[], 99 log_err("Compare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1), 105 log_err("incCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1), 111 log_err("KeyCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1), 117 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
|
| /external/icu4c/test/cintltst/ |
| ccolltst.c | 84 void reportCResult( const UChar source[], const UChar target[], 99 log_err("Compare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1), 105 log_err("incCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1), 111 log_err("KeyCompare(%s , %s) returned: %s expected: %s\n", aescstrdup(source,-1), aescstrdup(target,-1), 117 log_err("difference between sortkey and compare result for (%s , %s) Keys: %s compare %s\n", aescstrdup(source,-1), aescstrdup(target,-1),
|
| /external/v8/test/mjsunit/ |
| global-load-from-nested-eval.js | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 33 function test(source) { 34 eval('eval(' + source +')'); 39 function testWith(source) { 41 eval('eval(' + source +')'); 47 function testEval(source) { 50 eval('eval('+ source + ')'); 57 function testEvalDontShadow(source) { 59 eval('eval(' + source +')') [all...] |
| /external/webkit/JavaScriptCore/parser/ |
| Parser.h | 49 PassRefPtr<ParsedNode> parse(JSGlobalData* globalData, Debugger*, ExecState*, const SourceCode& source, int* errLine = 0, UString* errMsg = 0); 70 PassRefPtr<ParsedNode> Parser::parse(JSGlobalData* globalData, Debugger* debugger, ExecState* debuggerExecState, const SourceCode& source, int* errLine, UString* errMsg) 72 m_source = &source; 83 source, 97 debugger->sourceParsed(debuggerExecState, source, *errLine, *errMsg);
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| LiveFolderIcon.java | 2 * Copyright (C) 2008 The Android Open Source Project 58 public boolean acceptDrop(DragSource source, int x, int y, int xOffset, int yOffset, 64 public void onDrop(DragSource source, int x, int y, int xOffset, int yOffset, 69 public void onDragEnter(DragSource source, int x, int y, int xOffset, int yOffset, 74 public void onDragOver(DragSource source, int x, int y, int xOffset, int yOffset, 79 public void onDragExit(DragSource source, int x, int y, int xOffset, int yOffset,
|
| /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
| MockCorpora.java | 2 * Copyright (C) 2010 The Android Open Source Project 71 public Corpus getCorpusForSource(Source source) { 73 for (Source corpusSource : corpus.getSources()) { 74 if (corpusSource.equals(source)) { 86 public Source getSource(String name) { 88 for (Source source : corpus.getSources()) { 89 if (source.getName().equals(name)) { 90 return source; [all...] |
| MockCorpus.java | 2 * Copyright (C) 2009 The Android Open Source Project 39 private final Source mSource; 43 public MockCorpus(Source source) { 44 this(source, true); 47 public MockCorpus(Source source, boolean defaultEnabled) { 48 mName = "corpus_" + source.getName(); 49 mSource = source; 89 public Collection<Source> getSources() [all...] |
| /external/chromium/third_party/icu/public/i18n/unicode/ |
| coll.h | 89 * <a href="http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm"> 217 * LESS is returned if source string is compared to be less than target 219 * EQUAL is returned if source string is compared to be equal to target 221 * GREATER is returned if source string is compared to be greater than 343 * @param source the source string to be compared with. 344 * @param target the string that is to be compared with the source string. 345 * @return Returns a byte value. GREATER if source is greater 346 * than target; EQUAL if source is equal to target; LESS if source is les [all...] |
| /external/icu4c/i18n/unicode/ |
| coll.h | 89 * <a href="http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm"> 217 * LESS is returned if source string is compared to be less than target 219 * EQUAL is returned if source string is compared to be equal to target 221 * GREATER is returned if source string is compared to be greater than 343 * @param source the source string to be compared with. 344 * @param target the string that is to be compared with the source string. 345 * @return Returns a byte value. GREATER if source is greater 346 * than target; EQUAL if source is equal to target; LESS if source is les [all...] |
| /external/icu4c/samples/ucnv/ |
| convsamp.cpp | 207 UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432, local 219 len = ucnv_fromUChars(conv, target, 100, source, -1, &status); 228 printUChars("src", source); 286 the source pointer will be equal to sourceLimit. If the output 298 const char *source; local 331 source = inBuf; 340 &source, sourceLimit, NULL, 367 } while (source < sourceLimit); // while simply out of space 398 const char *source; local 449 source = inBuf 531 char source[] = { 0x63, 0x61, 0x74, (char)0x94, 0x4C, (char)0x82, 0x6E, (char)0x82, 0x6A, 0x00 }; local 571 const char *source, *sourceLimit; local 879 const char *source; local 984 const UChar *source; local [all...] |