| /external/chromium/third_party/libevent/ |
| libevent_main.scons | 180 def GypProgram(env, target, source, *args, **kw): 181 source = compilable_files(env, source) 182 result = env.Program('$TOP_BUILDDIR/' + str(target), source, *args, **kw) 187 def GypTestProgram(env, target, source, *args, **kw): 188 source = compilable_files(env, source) 189 result = env.Program('$TOP_BUILDDIR/' + str(target), source, *args, **kw) 194 def GypLibrary(env, target, source, *args, **kw): 195 source = compilable_files(env, source [all...] |
| /external/chromium/third_party/modp_b64/ |
| modp_b64_main.scons | 180 def GypProgram(env, target, source, *args, **kw): 181 source = compilable_files(env, source) 182 result = env.Program('$TOP_BUILDDIR/' + str(target), source, *args, **kw) 187 def GypTestProgram(env, target, source, *args, **kw): 188 source = compilable_files(env, source) 189 result = env.Program('$TOP_BUILDDIR/' + str(target), source, *args, **kw) 194 def GypLibrary(env, target, source, *args, **kw): 195 source = compilable_files(env, source [all...] |
| /external/chromium/third_party/zlib/ |
| zlib_main.scons | 180 def GypProgram(env, target, source, *args, **kw): 181 source = compilable_files(env, source) 182 result = env.Program('$TOP_BUILDDIR/' + str(target), source, *args, **kw) 187 def GypTestProgram(env, target, source, *args, **kw): 188 source = compilable_files(env, source) 189 result = env.Program('$TOP_BUILDDIR/' + str(target), source, *args, **kw) 194 def GypLibrary(env, target, source, *args, **kw): 195 source = compilable_files(env, source [all...] |
| /external/junit/src/junit/framework/ |
| ComparisonCompactor.java | 32 private String compactString(String source) { 33 String result= DELTA_START + source.substring(fPrefix, source.length() - fSuffix + 1) + DELTA_END;
|
| /external/srec/tools/thirdparty/OpenFst/fst/lib/ |
| expanded-fst.h | 44 if (!hdr.Read(strm, opts.source)) 49 LOG(ERROR) << "ExpandedFst::Read: Not an ExpandedFst: " << ropts.source; 58 << "\"): " << ropts.source;
|
| /external/v8/test/cctest/ |
| test-compiler.cc | 2 // Redistribution and use in source and binary forms, with or without 6 // * Redistributions of source code must retain the above copyright 115 static Handle<JSFunction> Compile(const char* source) { 116 Handle<String> source_code(Factory::NewStringFromUtf8(CStrVector(source))); 131 const char* source = "result = %d + 1;"; local 133 OS::SNPrintF(buffer, source, x); 218 const char* source = "for (n = 0; n < 100; ++n) print(n, 1, 2);"; local 219 Handle<JSFunction> fun = Compile(source); 233 const char* source = local 252 Handle<JSFunction> fun = Compile(source); 266 const char* source = "throw 42;"; local 288 const char* source = "function foo(a) { gc(), print(a); }"; local [all...] |
| /external/webkit/WebKit/mac/WebView/ |
| WebScriptDebugDelegate.h | 4 * Redistribution and use in source and binary forms, with or without 8 * 1. Redistributions of source code must retain the above copyright 61 // some source was parsed, establishing a "source ID" (>= 0) for future reference 63 - (void)webView:(WebView *)webView didParseSource:(NSString *)source 68 // some source was parsed, establishing a "source ID" (>= 0) for future reference 69 - (void)webView:(WebView *)webView didParseSource:(NSString *)source 75 // some source failed to parse 76 - (void)webView:(WebView *)webView failedToParseSource:(NSString *)source [all...] |
| /frameworks/base/core/java/android/text/ |
| LoginFilter.java | 2 * Copyright (C) 2006 The Android Open Source Project 44 * of <code>source</code>. Returns the CharSequence that we want 50 public CharSequence filter(CharSequence source, int start, int end, 66 char c = source.charAt(i); 75 modification = new SpannableStringBuilder(source, start, end);
|
| /bootable/recovery/minui/ |
| minui.h | 2 * Copyright (C) 2007 The Android Open Source Project 36 void gr_blit(gr_surface source, int sx, int sy, int w, int h, int dx, int dy);
|
| /cts/tools/signature-tools/test/signature/converter/ |
| ConvertWildcardTest.java | 2 * Copyright (C) 2009 The Android Open Source Project 42 String source = local 47 IApi api = convert(new CompilationUnit("a.A", source)); 71 String source = local 76 IApi api = convert(new CompilationUnit("a.A", source));
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/d/ |
| TestAbstractClass.d | 1 ; Copyright (C) 2008 The Android Open Source Project 15 .source TestAbstractClass.java 19 .source TestAbstractClass.java
|
| /external/bluetooth/bluez/audio/ |
| manager.h | 30 gboolean source; member in struct:enabled_interfaces
|
| /external/chromium/third_party/icu/source/common/ |
| caniter.cpp | 64 *@param source string to get results for 106 *@return gets the source: NOTE: it is the NFD form of source 109 return source; 159 *@param set the source string to iterate against. This allows the same iterator to be used 160 * while changing the source string, saving object creation. 169 Normalizer::normalize(newSource, UNORM_NFD, 0, source, status); 199 list = new UnicodeString[source.length()]; 207 i = UTF16_CHAR_LENGTH(source.char32At(0)); 210 // This code iterates through the source string and [all...] |
| udatamem.h | 46 void UDatamemory_assign (UDataMemory *dest, UDataMemory *source);
|
| /external/chromium/third_party/icu/source/i18n/ |
| anytrans.h | 107 * Returns a transliterator from the given source to our target or 108 * target/variant. Returns NULL if the source is the same as our 109 * target script, or if the source is USCRIPT_INVALID_CODE. 114 Transliterator* getTransliterator(UScriptCode source) const;
|
| currfmt.h | 76 virtual void parseObject(const UnicodeString& source,
|
| /external/chromium/third_party/icu/source/test/intltest/ |
| cpdtrtst.h | 52 const UnicodeString& source,
|
| currcoll.cpp | 98 UnicodeString source(currency[i], 1); 114 Collator::EComparisonResult compareResult = c->compare(source, target); 119 c->getCollationKey(source, sourceKey, status); 123 errln("Couldn't get collationKey for source"); 137 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult );
|
| /external/icu4c/common/ |
| caniter.cpp | 65 *@param source string to get results for 108 *@return gets the source: NOTE: it is the NFD form of source 111 return source; 161 *@param set the source string to iterate against. This allows the same iterator to be used 162 * while changing the source string, saving object creation. 171 Normalizer::normalize(newSource, UNORM_NFD, 0, source, status); 201 list = new UnicodeString[source.length()]; 209 i = UTF16_CHAR_LENGTH(source.char32At(0)); 212 // This code iterates through the source string and [all...] |
| udatamem.h | 46 void UDatamemory_assign (UDataMemory *dest, UDataMemory *source);
|
| /external/icu4c/i18n/ |
| anytrans.h | 107 * Returns a transliterator from the given source to our target or 108 * target/variant. Returns NULL if the source is the same as our 109 * target script, or if the source is USCRIPT_INVALID_CODE. 114 Transliterator* getTransliterator(UScriptCode source) const;
|
| currfmt.h | 79 virtual void parseObject(const UnicodeString& source,
|
| /external/icu4c/test/intltest/ |
| cpdtrtst.h | 52 const UnicodeString& source,
|
| currcoll.cpp | 98 UnicodeString source(currency[i], 1); 114 Collator::EComparisonResult compareResult = c->compare(source, target); 119 c->getCollationKey(source, sourceKey, status); 123 errln("Couldn't get collationKey for source"); 137 reportCResult( source, target, sourceKey, targetKey, compareResult, keyResult, compareResult, expectedResult );
|
| /external/ipsec-tools/src/racoon/ |
| rsalist.h | 9 * Redistribution and use in source and binary forms, with or without 12 * 1. Redistributions of source code must retain the above copyright 59 RSA *rsa_try_check_rsasign(vchar_t *source, vchar_t *sig, struct genlist *list);
|