/external/chromium_org/media/audio/win/ |
audio_low_latency_input_win_unittest.cc | 101 EXPECT_TRUE(PathService::Get(base::DIR_EXE, &file_path)); 251 AudioInputStream* get() const { return stream_; } function in class:media::ScopedAudioInputStream 268 if (!CanRunAudioTests(audio_manager.get())) 291 if (!CanRunAudioTests(audio_manager.get())) 294 CreateDefaultAudioInputStream(audio_manager.get())); 301 if (!CanRunAudioTests(audio_manager.get())) 304 CreateDefaultAudioInputStream(audio_manager.get())); 312 if (!CanRunAudioTests(audio_manager.get())) 315 CreateDefaultAudioInputStream(audio_manager.get())); 319 EXPECT_CALL(sink, OnClose(ais.get())) [all...] |
/external/chromium_org/remoting/tools/ |
me2me_virtual_host.py | 120 def get(self, key): member in class:Config 121 return self.data.get(key) 169 self.host_secret_hash = config.get("host_secret_hash") 519 shell = os.environ.get("SHELL", "sh") 669 # Create new (temporary) file-descriptors before forking, so any errors get [all...] |
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/ |
SyncStatusHelper.java | 27 * To retrieve an instance of this class, call SyncStatusHelper.get(someContext). 207 public static SyncStatusHelper get(Context context) { method in class:SyncStatusHelper 300 return isSyncEnabled(ChromeSigninController.get(mApplicationContext).getSignedInUser()); 378 Account[] googleAccounts = AccountManagerHelper.get(mApplicationContext). 403 ChromeSigninController.get(mApplicationContext).getSignedInUser());
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8NPObject.cpp | 124 retval = npObject->_class->invoke(npObject, identifier, npArgs.get(), numArgs, &result); 129 retval = npObject->_class->construct(npObject, npArgs.get(), numArgs, &result); 133 retval = npObject->_class->invokeDefault(npObject, npArgs.get(), numArgs, &result); 176 UnsafePersistent<v8::FunctionTemplate> get(PrivateIdentifier* key) function in class:WebCore::V8NPTemplateMap 178 return m_map.get(key); 254 UnsafePersistent<v8::FunctionTemplate> functionTemplate = V8NPTemplateMap::sharedInstance(isolate).get(id); 449 v8::Handle<v8::Function> v8Function = npObjectDesc.Get(isolate)->GetFunction();
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXObjectCache.cpp | 123 AXObject* obj = (*it).value.get(); 148 AXObject* child = imageChildren[k].get(); 164 // get the focused node in the page 189 AXObject* AXObjectCache::get(Widget* widget) function in class:WebCore::AXObjectCache 194 AXID axID = m_widgetObjectMapping.get(widget); 199 return m_objects.get(axID); 202 AXObject* AXObjectCache::get(RenderObject* renderer) function in class:WebCore::AXObjectCache 207 AXID axID = m_renderObjectMapping.get(renderer); 212 return m_objects.get(axID); 215 AXObject* AXObjectCache::get(Node* node function in class:WebCore::AXObjectCache 243 AXObject* AXObjectCache::get(AbstractInlineTextBox* inlineTextBox) function in class:WebCore::AXObjectCache [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
HashMap.h | 98 MappedPeekType get(const KeyType&) const; 114 MappedPassOutType take(const KeyType&); // efficient combination of get with remove 373 HashMap<T, U, V, W, MappedTraits>::get(const KeyType& key) const function in class:WTF::HashMap
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/ |
ircbot.py | 307 def get(self, key, failobj=None): member in class:IRCDict 308 return self.data.get(key, failobj)
|
/external/chromium_org/third_party/bintrees/bintrees/ |
treemixin.py | 25 count -- get node count 31 get a tree walker object, provides methods to traverse the tree see walker.py 50 * __max__() <==> max(T), get max item (k,v) of T, O(log(n)) 51 * __min__() <==> min(T), get min item (k,v) of T, O(log(n)) 61 * get(k[,d]) -> T[k] if k in T, else d, O(log(n)) 68 * setdefault(k[,d]) -> T.get(k, d), also set T[k]=d if k not in T, O(log(n)) 88 * TreeSlice[k] -> get value for key k, raises KeyError if k not exists in range s:e 105 * prev_item(key) -> get (k, v) pair, where k is predecessor to key, O(log(n)) 106 * prev_key(key) -> k, get the predecessor of key, O(log(n)) 107 * succ_item(key) -> get (k,v) pair as a 2-tuple, where k is successor to key, O(log(n) 402 def get(self, key, default=None): member in class:TreeMixin [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
locdspnm.cpp | 68 UnicodeString& get(const char* tableKey, const char* itemKey, 70 UnicodeString& get(const char* tableKey, const char* subTableKey, const char* itemKey, 80 ICUDataTable::get(const char* tableKey, const char* itemKey, UnicodeString& result) const { function in class:ICUDataTable 81 return get(tableKey, NULL, itemKey, result); 115 ICUDataTable::get(const char* tableKey, const char* subTableKey, const char* itemKey, function in class:ICUDataTable 468 return langData.get("Languages", lang, result); 474 return langData.get("Scripts", script, result); 481 return langData.get("Scripts", name, result); 487 return regionData.get("Countries", region, result); 493 return langData.get("Variants", variant, result) [all...] |
ucoleitr.cpp | 67 const RCEI *get(); 111 const RCEI *RCEBuffer::get() function in class:RCEBuffer 140 const PCEI *get(); 189 const PCEI *PCEBuffer::get() function in class:PCEBuffer 252 // just get all three orders... 567 const RCEI *rcei = rceb.get(); 591 const PCEI *pcei = elems->pce->pceBuffer.get();
|
/external/chromium_org/third_party/jinja2/ |
runtime.py | 100 :func:`contextfunction`\s get the active context passed as first argument 103 The template context supports read only dict operations (`get`, 137 def get(self, key, default=None): member in class:Context 147 """Looks up a variable like `__getitem__` or `get` but returns an 157 """Get a new dict with the exported variables.""" 290 # try to get the length of the iterable early. This must be done 339 # if was not possible to get the length of the iterator when
|
utils.py | 43 called from the template. This is useful if a function wants to get access 194 If nofollow is True, the URLs in link text will get a rel="nofollow" 336 def get(self, key, default=None): member in class:LRUCache 381 """Get an item from the cache. Moves the item up so that it has the 395 # get otherwise.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_util.h | 92 virtual void *get() const = 0; 93 virtual bool end() const = 0; // if true, get will return 0 195 virtual void *get() const { return pos->data; } function in class:nv50_ir::DLList::Iterator 377 inline void *get(unsigned int id) { assert(id < size); return data[id].p; } 392 void *get() const { assert(pos < size); return data[pos].p; } function in class:nv50_ir::ArrayList 686 template<typename T> T *get(T *obj)
|
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/ |
SmallSortedMap.java | 185 return entryList.get(index); 225 public V get(Object o) { method in class:SmallSortedMap 230 return entryList.get(index).getValue(); 232 return overflowEntries.get(key); 241 return entryList.get(index).setValue(value); 322 int cmp = key.compareTo(entryList.get(right).getKey()); 332 int cmp = key.compareTo(entryList.get(mid).getKey()); 491 final V existing = get(entry.getKey()); 550 return entryList.get(pos);
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
LiteralByteStringTest.java | 214 byteBuffer.get(roundTripBytes); 227 byteBuffer.get(roundTripBytes, bytesSeen, thisLength);
|
/external/chromium_org/third_party/skia/include/utils/ |
SkMatrix44.h | 205 * get a value from the matrix. The row,col parameters work as follows: 210 inline SkMScalar get(int row, int col) const { function in class:SkMatrix44 230 return SkMScalarToDouble(this->get(row, col)); 236 return SkMScalarToFloat(this->get(row, col));
|
/external/chromium_org/third_party/skia/src/core/ |
SkTLList.h | 103 T* head() { return Iter(*this, Iter::kHead_IterStart).get(); } 104 T* tail() { return Iter(*this, Iter::kTail_IterStart).get(); } 105 const T* head() const { return Iter(*this, Iter::kHead_IterStart).get(); } 106 const T* tail() const { return Iter(*this, Iter::kTail_IterStart).get(); } 137 while (iter.get()) { 140 this->remove(iter.get()); 158 a.get(); 160 SkASSERT(NULL != b.get()); // already checked that counts match. 161 if (!(*a.get() == *b.get())) { 191 T* get() { return this->nodeToObj(INHERITED::get()); } function in class:SkTLList::Iter [all...] |
/external/clang/include/clang/AST/ |
ExternalASTSource.h | 172 /// \brief Get the decls that are contained in a file in the Offset/Length 295 template<typename T, typename OffsT, T* (ExternalASTSource::*Get)(OffsT Offset)> 347 T* get(ExternalASTSource *Source) const { function in struct:clang::LazyOffsetPtr 351 Ptr = reinterpret_cast<uint64_t>((Source->*Get)(Ptr >> 1));
|
/external/clang/include/clang/Basic/ |
SourceLocation.h | 55 static FileID getSentinel() { return get(-1); } 63 static FileID get(int V) { function in class:clang::FileID 73 /// to get at the full include stack, line and column information. 355 /// You can get a PresumedLoc from a SourceLocation with SourceManager.
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ProgramState.h | 102 /// in FoldingSetNode will also get copied. 257 /// Get the lvalue for a variable reference. 263 /// Get the lvalue for an ivar reference. 266 /// Get the lvalue for a field reference. 269 /// Get the lvalue for an indirect field reference. 272 /// Get the lvalue for an array index. 340 /// \brief Get dynamic type information for a region. 365 get() const { function in class:clang::ento::ProgramState 371 get(typename ProgramStateTrait<T>::key_type key) const { function in class:clang::ento::ProgramState 577 ProgramStateTrait<T>::MakeVoidPtr(ProgramStateTrait<T>::Set(st->get<T>(), K, V, C))) [all...] |
/external/clang/lib/Frontend/ |
SerializedDiagnosticPrinter.cpp | 40 unsigned get(unsigned recordID) { function in class:__anon15875::AbbreviationMap 331 State->Stream.EmitRecordWithBlob(State->Abbrevs.get(RECORD_FILENAME), Record, 342 State->Stream.EmitRecordWithAbbrev(State->Abbrevs.get(RECORD_SOURCE_RANGE), 469 Stream.EmitRecordWithAbbrev(Abbrevs.get(RECORD_VERSION), Record); 486 State->Stream.EmitRecordWithBlob(State->Abbrevs.get(RECORD_CATEGORY), Record, 514 State->Stream.EmitRecordWithBlob(State->Abbrevs.get(RECORD_DIAG_FLAG), 524 // for beginDiagnostic, in case associated notes are emitted before we get 586 // Emit the category string lazily and get the category ID. 589 // Emit the diagnostic flag string lazily and get the mapped ID. 597 Stream.EmitRecordWithBlob(Abbrevs.get(RECORD_DIAG), Record, Message) [all...] |
/external/clang/test/Analysis/ |
derived-to-base.cpp | 344 int get() { return value; } function in class:Redeclaration::Base 362 clang_analyzer_eval(d.get() == 42); // expected-warning{{TRUE}} 363 clang_analyzer_eval(b.get() == 42); // expected-warning{{TRUE}}
|
inline.cpp | 220 int get(int i = value) { function in class:DefaultArgs::Secret 227 clang_analyzer_eval(obj.get(1) == 1); // expected-warning{{TRUE}} 228 clang_analyzer_eval(obj.get() == 42); // expected-warning{{TRUE}} 428 // the object region and we get an assertion failure.
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
p5.cpp | 30 Str get() { return s; } function in struct:pointer_to_object_parameters::A 37 (void)A<hello>().get(); 38 (void)A<world>().get();
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_symbolizer_libcdep.cc | 202 static InternalSymbolizer *get() { function in class:__sanitizer::InternalSymbolizer 253 static InternalSymbolizer *get() { return 0; } function in class:__sanitizer::InternalSymbolizer 359 internal_symbolizer_ = InternalSymbolizer::get();
|