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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/printing/
print_job_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
80 const NotificationSource& source,
103 TestSource source; local
104 job->Initialize(owner, &source, 1);
  /external/chromium/chrome/browser/sync/glue/
extension_util_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
51 DictionaryValue source; local
52 source.SetString(extension_manifest_keys::kName,
54 source.SetString(extension_manifest_keys::kVersion, "0.0.0.0");
56 source.Set(extension_manifest_keys::kTheme, new DictionaryValue());
59 source.SetString(extension_manifest_keys::kUpdateURL,
63 source.SetString(extension_manifest_keys::kLaunchWebURL,
67 source.SetBoolean(extension_manifest_keys::kConvertedFromUserScript,
75 source.Set(extension_manifest_keys::kPlugins, plugins);
80 extension_path, location, source, Extension::STRICT_ERROR_CHECKS, &error)
387 DictionaryValue source; local
    [all...]
  /external/chromium/chrome/browser/sync/sessions/
session_state_unittest.cc 2 // Use of this source code is governed by a BSD-style license that can be
140 SyncSourceInfo source; local
141 scoped_ptr<DictionaryValue> expected_source_value(source.ToValue());
154 source);
174 ExpectDictionaryValue(*expected_source_value, *value, "source");
  /external/chromium/webkit/glue/
webcursor_gtk.cc 2 // Use of this source code is governed by a BSD-style license that can be
11 #include "third_party/WebKit/Source/WebKit/chromium/public/WebCursorInfo.h"
34 GdkPixmap* source = gdk_bitmap_create_from_data(NULL, custom.bits, local
38 cursor = gdk_cursor_new_from_pixmap(source, mask, &fg, &bg,
40 g_object_unref(source);
  /external/freetype/src/base/
ftglyph.c 97 FT_BitmapGlyph source = (FT_BitmapGlyph)bitmap_source; local
101 target->left = source->left;
102 target->top = source->top;
104 return FT_Bitmap_Copy( library, &source->bitmap, &target->bitmap );
162 FT_Outline* source = &slot->outline; local
174 error = FT_Outline_New( library, source->n_points, source->n_contours,
179 FT_Outline_Copy( source, target );
200 FT_OutlineGlyph source = (FT_OutlineGlyph)outline_source; local
203 FT_Library library = FT_GLYPH( source )->library
    [all...]
  /external/icu4c/common/unicode/
ucnv_err.h 196 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon8592
197 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
212 const char *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon8593
213 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
  /external/jmonkeyengine/engine/src/test/jme3test/network/
TestMessages.java 5 * Redistribution and use in source and binary forms, with or without
9 * * Redistributions of source code must retain the above copyright
51 public void messageReceived(HostedConnection source, com.jme3.network.Message message) {
54 source.send(new PongMessage());
60 public void messageReceived(Client source, com.jme3.network.Message message) {
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
MetadataManager.java 68 InputStream source = PhoneNumberMatcher.class.getResourceAsStream( local
72 in = new ObjectInputStream(source);
  /external/linux-tools-perf/util/
annotate.h 44 * @lines: If 'print_lines' is specified, per source code line percentages
45 * @source: source parsed from objdump -dS
54 struct list_head source; member in struct:annotated_source
  /external/llvm/lib/Analysis/
PathProfileVerifier.cpp 5 // This file is distributed under the University of Illinois Open Source
136 BasicBlock* source = nextEdge->getSource(); local
139 DEBUG(dbgs() << source->getName() << " --{" << duplicateNumber
144 if( !arrayMap.count(source) ) {
145 errs() << " error [" << F->getName() << "()]: source '"
146 << source->getName()
148 } else if( !arrayMap[source].count(target) ) {
152 } else if( !arrayMap[source][target].count(duplicateNumber) ) {
154 << source->getName() << " -> " << target->getName()
158 edgeArray[arrayMap[source][target][duplicateNumber]
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
SilenceTrackImpl.java 17 Track source; field in class:SilenceTrackImpl
23 source = ofType;
42 return source.getSampleDescriptionBox();
51 return source.getTrackMetaData();
55 return source.getHandler();
59 return source.isEnabled();
63 return source.isInMovie();
67 return source.isInPreview();
71 return source.isInPoster();
79 return source.getMediaHeaderBox()
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
MessageLog.java 49 private String source; field in class:MessageLog
84 String source,
95 this.source = source;
117 String source,
128 this.source = source;
151 + source
  /external/openfst/src/include/fst/script/
shortest-distance.h 41 const int64 source; member in struct:fst::script::ShortestDistanceOptions
47 : queue_type(qt), arc_filter_type(aft), source(s), delta(d),
114 queue, AnyArcFilter<Arc>(), opts.source, opts.delta);
125 queue, EpsilonArcFilter<Arc>(), opts.source, opts.delta);
136 queue, InputEpsilonArcFilter<Arc>(), opts.source, opts.delta);
148 queue, OutputEpsilonArcFilter<Arc>(), opts.source, opts.delta);
  /external/oprofile/pp/
opannotate_options.cpp 39 bool source; member in namespace:options
62 "directories to look for source files", "comma-separated paths"),
64 "source file prefixes to strip", "comma-separated paths"),
79 popt::option(options::source, "source", 's', "output source"),
98 if (!assembly && !source) {
99 cerr << "you must specify at least --source or --assembly\n";
110 "alternative source location with --search-dirs"
139 // we always merge but this have no effect on output since at source
    [all...]
  /external/skia/legacy/src/animator/
SkMatrixParts.h 3 * Copyright 2006 The Android Open Source Project
5 * Use of this source code is governed by a BSD-style license that can be
98 SkDrawRect* source; member in class:SkRectToRect
113 SkPolygon* source; member in class:SkPolyToPoly
  /external/skia/src/animator/
SkMatrixParts.h 3 * Copyright 2006 The Android Open Source Project
5 * Use of this source code is governed by a BSD-style license that can be
98 SkDrawRect* source; member in class:SkRectToRect
113 SkPolygon* source; member in class:SkPolyToPoly
  /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/v8/src/arm/
lithium-gap-resolver-arm.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
53 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
65 ASSERT(moves_[i].source()->IsConstantOperand());
76 // moves to perform, ignoring any move that is redundant (the source is
95 // be encountering the starting move again. So by spilling the source of
98 // its destination. All other moves from the spilled source have been
109 ASSERT(moves_[index].source() != NULL); // Or else it will look eliminated.
114 // dependencies. Any unperformed, unpending move with a source the same
122 // and all other moves with the same source as moves_[root_index_] ar
167 LOperand* source = moves_[index].source(); local
208 LOperand* source = moves_[index].source(); local
    [all...]
  /external/v8/src/mips/
lithium-gap-resolver-mips.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
54 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
66 ASSERT(moves_[i].source()->IsConstantOperand());
77 // moves to perform, ignoring any move that is redundant (the source is
96 // be encountering the starting move again. So by spilling the source of
99 // its destination. All other moves from the spilled source have been
110 ASSERT(moves_[index].source() != NULL); // Or else it will look eliminated.
115 // dependencies. Any unperformed, unpending move with a source the same
123 // and all other moves with the same source as moves_[root_index_] ar
168 LOperand* source = moves_[index].source(); local
211 LOperand* source = moves_[index].source(); local
    [all...]
  /external/v8/src/x64/
lithium-gap-resolver-x64.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
52 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
60 ASSERT(moves_[i].source()->IsConstantOperand());
71 // moves to perform, ignoring any move that is redundant (the source is
88 // which means that a call to PerformMove could change any source operand
97 ASSERT(moves_[index].source() != NULL); // Or else it will look eliminated.
102 // dependencies. Any unperformed, unpending move with a source the same
108 // Though PerformMove can change any source operand in the move graph,
110 // not miss any). Assume there is a non-blocking move with source
166 LOperand* source = moves_[index].source(); local
242 LOperand* source = moves_[index].source(); local
    [all...]
  /external/v8/test/cctest/
test-thread-termination.cc 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
57 v8::Handle<v8::String> source = local
59 v8::Handle<v8::Value> result = v8::Script::Compile(source)->Run();
131 v8::Handle<v8::String> source = local
133 v8::Script::Compile(source)->Run();
136 v8::Script::Compile(source)->Run();
151 v8::Handle<v8::String> source = local
153 v8::Script::Compile(source)->Run();
156 v8::Script::Compile(source)->Run()
190 v8::Handle<v8::String> source = local
214 v8::Handle<v8::String> source = local
317 v8::Handle<v8::String> source = local
362 v8::Handle<v8::String> source = local
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
ucnv_err.h 189 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon17533
190 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
205 const char *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon17534
206 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.cpp 54 JSStringRef source = QScriptConverter::toString(program); local
55 bool syntaxIsCorrect = JSCheckScriptSyntax(m_context, source, /* url */ 0, /* starting line */ 1, &exception);
56 JSStringRelease(source);
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
ucnv_err.h 189 const UChar *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon17610
190 const UChar *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
205 const char *source; /**< Pointer to the source source buffer. @stable ICU 2.0 */ member in struct:__anon17611
206 const char *sourceLimit; /**< Pointer to the limit (end + 1) of source buffer. @stable ICU 2.0 */
  /external/webkit/Source/WebCore/editing/
SpellChecker.cpp 4 * Redistribution and use in source and binary forms, with or without
7 * 1. Redistributions of source code must retain the above copyright
183 String source = m_requestText.substring(results[i].location, results[i].length); local
184 if (destination == source)

Completed in 2307 milliseconds

1 2 3 4 5 6 7 8 91011>>