HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 526 - 550 of 1097) sorted by null

<<21222324252627282930>>

  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
RuleBasedCollatorTest.java 35 String source = null; local
43 CollationKey ck = rbc.getCollationKey(source);
104 String source = "abc"; local
105 CollationKey key1 = coll.getCollationKey(source);
106 assertEquals(source, key1.getSourceString());
111 assertTrue(coll.compare(source, source2) > 0);
130 String source = "cha"; local
132 .getCollationElementIterator(source);
137 while (offset != source.length()) {
148 String source = "\u00E6b" local
180 StringCharacterIterator source = new StringCharacterIterator(text); local
200 StringCharacterIterator source = new StringCharacterIterator(text); local
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
session_state.h 2 // Use of this source code is governed by a BSD-style license that can be
41 // A container for the source of a sync session. This includes the update
42 // source, the datatypes triggering the sync session, and possible session
125 const SyncSourceInfo& source);
142 const SyncSourceInfo source; member in struct:browser_sync::sessions::SyncSessionSnapshot
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 2 // Use of this source code is governed by a BSD-style license that can be
188 const NotificationSource& source,
326 double source = -1.0; local
334 CHECK(args->GetDouble(1, &source));
345 static_cast<int>(source));
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
23 Pair* source; member in struct:__anon4776::TestEvent
90 new_value = event.source->a();
94 new_value = event.source->b();
97 *out_ << name << " heard " << event.source->name() << " being deleted."
104 *out_ << name << " heard " << event.source->name() << "'s " << what_changed
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 2 * Copyright (C) 2007 The Android Open Source Project
203 RegisterSpec source = sources.get(i); local
207 predBlock.addMoveToEnd(result, source);
  /external/icu4c/common/
ucnvbocu.cpp 393 const UChar *source, *sourceLimit; local
406 source=pArgs->source;
430 /* use only one loop counter variable, targetCapacity, not also source */
431 diff=(int32_t)(sourceLimit-source);
435 while(targetCapacity>0 && (c=*source)<0x3000) {
442 ++source;
450 ++source;
462 while(source<sourceLimit) {
464 c=*source++
647 const UChar *source, *sourceLimit; local
942 const uint8_t *source, *sourceLimit; local
1165 const uint8_t *source, *sourceLimit; local
    [all...]
  /external/icu4c/i18n/
tridpars.cpp 53 source = s;
536 * S-T/V, or S/V-T. If the source is missing, return a source of
539 * @return an array of 4 strings: source, target, variant, and
540 * isSourcePresent. If the source is not present, ANY will be
541 * given as the source, and isSourcePresent will be NULL. Otherwise
546 UnicodeString& source,
550 source.setTo(ANY, 3);
568 id.extractBetween(0, sep, source);
576 id.extractBetween(0, var, source);
702 UnicodeString source; local
    [all...]
  /external/icu4c/samples/ucnv/
convsamp.cpp 200 UChar source[] = { 0x041C, 0x043E, 0x0441, 0x043A, 0x0432, local
214 len = ucnv_fromUChars(conv, target, 100, source, -1, &status);
223 printUChars("src", source);
281 the source pointer will be equal to sourceLimit. If the output
293 const char *source; local
326 source = inBuf;
335 &source, sourceLimit, NULL,
362 } while (source < sourceLimit); // while simply out of space
393 const char *source; local
441 source = inBuf
526 char source[] = { 0x63, 0x61, 0x74, (char)0x94, 0x4C, (char)0x82, 0x6E, (char)0x82, 0x6A, 0x00 }; local
566 const char *source, *sourceLimit; local
874 const char *source; local
979 const UChar *source; local
1084 const char *source = input; local
    [all...]
  /external/icu4c/test/cintltst/
cmsgtst.c 825 UChar source[100]; local
833 u_uastrcpy(source, "You deposited an amount of $500.00");
837 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, str, &value);
937 UChar source[100]; local
    [all...]
idnatest.c 93 /* test null-terminated source and return value of number of UChars required */
103 log_err("Did not get the expected result for null terminated source.\n" );
106 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
111 log_err_status(status, "Did not get the expected error for %s null terminated source failed. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
125 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName);
129 log_err( "%s null terminated source failed. Requires destCapacity > 300\n",testName);
134 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
140 /* test source with lengthand return value of number of UChars required*/
149 log_err("Did not get the expected result for %s with source length.\n",testName);
152 log_err( "%s with source length failed. Requires destCapacity > 300\n",testName)
575 UChar source[MAX_DEST_SIZE]={0}, local
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.c 164 const char* source=NULL; local
216 /* since state is saved in the converter we add offset to source*/
218 source = cbuf;
219 sourceLimit = source + inputRead;
221 &source,sourceLimit,NULL,
246 pos = (int32_t)(source - cbuf - len);
260 memcpy(postContext,source,stop-start);
284 /* reset source and target start positions */
286 source = cbuf;
290 &source,sourceLimit,NULL
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatManifestWriterImpl.java 176 Source source = new DOMSource(document); local
184 transformer.transform(source, result);
  /external/openfst/src/include/fst/
symbol-table.h 54 source(source_) { }
57 string source; member in struct:fst::SymbolTableReadOptions
283 static SymbolTable* Read(istream &strm, const string& source) {
285 opts.source = source;
  /external/protobuf/java/src/test/java/com/google/protobuf/
WireFormatTest.java 5 // Redistribution and use in source and binary forms, with or without
9 // * Redistributions of source code must retain the above copyright
294 TestFieldOrderings source = local
303 TestFieldOrderings.parseFrom(source.toByteString(),
305 assertEquals(source, dest);
311 DynamicMessage source = local
320 DynamicMessage.parseFrom(descriptor, source.toByteString(),
322 assertEquals(source, dest);
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 410 const CodeGeneratorRequest* source = local
413 if (source == NULL) {
416 MergeFrom(*source);
750 const CodeGeneratorResponse_File* source = local
753 if (source == NULL) {
756 MergeFrom(*source);
1021 const CodeGeneratorResponse* source = local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 881 void *source,*destination; local
890 source = surface->pixels;
891 source += surface->pitch * rects[i].y;
892 source += x1;
900 source,
  /external/quake/quake/src/QW/client/
draw.c 136 byte *source; local
153 source = draw_chars + (row<<10) + (col<<3);
158 source -= 128*y;
171 if (source[0])
172 dest[0] = source[0];
173 if (source[1])
174 dest[1] = source[1];
175 if (source[2])
176 dest[2] = source[2];
177 if (source[3]
308 byte *source; local
346 byte *dest, *source; local
397 byte *dest, *source; local
448 byte *dest, *source, tbyte; local
535 byte *dest, *source, tbyte; local
618 byte *source; local
    [all...]
  /external/quake/quake/src/WinQuake/
draw.cpp 138 byte *source; local
157 source = draw_chars + (row<<10) + (col<<3);
162 source -= 128*y;
175 if (source[0])
176 dest[0] = source[0];
177 if (source[1])
178 dest[1] = source[1];
179 if (source[2])
180 dest[2] = source[2];
181 if (source[3]
253 byte *source; local
291 byte *dest, *source; local
342 byte *dest, *source, tbyte; local
429 byte *dest, *source, tbyte; local
512 byte *source; local
    [all...]
  /external/v8/samples/
process.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
608 Handle<String> source = ReadFile(file); local
609 if (source.IsEmpty()) {
613 JsHttpRequestProcessor processor(source);
  /external/v8/test/cctest/
test-serialize.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
326 v8::Local<v8::String> source = v8::String::New(c_source); local
327 v8::Local<v8::Script> script = v8::Script::Compile(source);
343 v8::Local<v8::String> source = v8::String::New(c_source); local
344 v8::Local<v8::Script> script = v8::Script::Compile(source);
451 SnapshotByteSource source(snapshot, snapshot_size);
452 Deserializer deserializer(&source);
463 SnapshotByteSource source(snapshot, snapshot_size);
464 Deserializer deserializer(&source);
    [all...]
test-strings.cc 400 static const char* source = local
433 CHECK_EQ(0, CompileRun(source)->Int32Value());
  /external/webkit/Source/JavaScriptCore/runtime/
Executable.h 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
151 ScriptExecutable(Structure* structure, JSGlobalData* globalData, const SourceCode& source, bool isInStrictContext)
153 , m_source(source)
165 ScriptExecutable(Structure* structure, ExecState* exec, const SourceCode& source, bool isInStrictContext)
167 , m_source(source)
179 const SourceCode& source() { return m_source; } function in class:JSC::ScriptExecutable
227 static EvalExecutable* create(ExecState* exec, const SourceCode& source, bool isInStrictContext) { return new (exec) EvalExecutable(exec, source, isInStrictContext); }
250 static ProgramExecutable* create(ExecState* exec, const SourceCode& source)
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
320 DOMWindow* source = V8Proxy::retrieveFrameForCallingContext()->domWindow(); local
321 ASSERT(source->frame());
348 window->postMessage(message.release(), &portArray, targetOrigin, source, ec);
  /external/webkit/Source/WebKit/wx/
WebFrame.cpp 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
150 wxString source = createMarkup(doc); local
151 return source;
157 void wxWebFrame::SetPageSource(const wxString& source, const wxString& baseUrl, const wxString& mimetype)
162 const wxCharBuffer charBuffer(source.utf8_str());
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 3 ** Copyright 2008, The Android Open Source Project
108 status_t setDataSource(const sp<IStreamSource> &source) {
111 data.writeStrongBinder(source->asBinder());
379 sp<IStreamSource> source = local
381 reply->writeInt32(setDataSource(source));

Completed in 2486 milliseconds

<<21222324252627282930>>