HomeSort by relevance Sort by last modified time
    Searched refs:get (Results 851 - 875 of 4953) sorted by null

<<31323334353637383940>>

  /external/chromium/base/
scoped_vector.h 39 std::vector<T*>& get() { return v; } function in class:ScopedVector
40 const std::vector<T*>& get() const { return v; } function in class:ScopedVector
  /external/chromium/sdch/open-vcdiff/src/
decodetable.cc 41 if (!non_default_code_table_data_.get()) {
45 code_table_data_ = non_default_code_table_data_.get();
  /external/chromium/third_party/icu/source/common/
servloc.h 450 UObject* get(const UnicodeString& descriptor, UErrorCode& status) const {
451 return ICUService::get(descriptor, status);
454 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const {
455 return ICUService::get(descriptor, actualReturn, status);
461 * get(Locale, int, Locale[]) with KIND_ANY for kind and null for
464 UObject* get(const Locale& locale, UErrorCode& status) const;
468 * get(Locale, int, Locale[]) with a null actualReturn.
470 UObject* get(const Locale& locale, int32_t kind, UErrorCode& status) const;
474 * get(Locale, String, Locale[]) with a null kind.
476 UObject* get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const
    [all...]
  /external/e2fsprogs/lib/ext2fs/
brel.h 41 * Get a block relocation entry.
43 errcode_t (*get)(ext2_brel brel, blk_t old, member in struct:ext2_block_relocation_table
80 #define ext2fs_brel_get(brel, old, ent) ((brel)->get((brel), old, ent))
  /external/easymock/src/org/easymock/
Capture.java 84 return values.get(values.size() - 1);
134 return String.valueOf(values.get(0));
  /external/elfutils/tests/
run-get-aranges.sh 22 ./get-aranges testfile testfile2 > get-aranges.out
24 cmp get-aranges.out - <<"EOF"
69 rm -f testfile testfile2 get-aranges.out
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_NameAndType_info.java 58 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_name_index)).m_value;
63 return ((CONSTANT_Utf8_info) cls.getConstants ().get (m_descriptor_index)).m_value;
  /external/guava/src/com/google/common/collect/
AbstractListMultimap.java 51 @Override public List<V> get(@Nullable K key) { method in class:AbstractListMultimap
52 return (List<V>) super.get(key);
AbstractSetMultimap.java 49 @Override public Set<V> get(@Nullable K key) { method in class:AbstractSetMultimap
50 return (Set<V>) super.get(key);
AbstractSortedSetMultimap.java 50 @Override public SortedSet<V> get(@Nullable K key) { method in class:AbstractSortedSetMultimap
51 return (SortedSet<V>) super.get(key);
ForwardingList.java 55 public E get(int index) { method in class:ForwardingList
56 return delegate().get(index);
ForwardingMap.java 68 public V get(Object key) { method in class:ForwardingMap
69 return delegate().get(key);
  /external/icu4c/common/
servloc.h 450 UObject* get(const UnicodeString& descriptor, UErrorCode& status) const {
451 return ICUService::get(descriptor, status);
454 UObject* get(const UnicodeString& descriptor, UnicodeString* actualReturn, UErrorCode& status) const {
455 return ICUService::get(descriptor, actualReturn, status);
461 * get(Locale, int, Locale[]) with KIND_ANY for kind and null for
464 UObject* get(const Locale& locale, UErrorCode& status) const;
468 * get(Locale, int, Locale[]) with a null actualReturn.
470 UObject* get(const Locale& locale, int32_t kind, UErrorCode& status) const;
474 * get(Locale, String, Locale[]) with a null kind.
476 UObject* get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const
    [all...]
  /external/kernel-headers/original/linux/
klist.h 24 void (*get)(struct klist_node *); member in struct:klist
29 extern void klist_init(struct klist * k, void (*get)(struct klist_node *),
  /external/netcat/data/
dns-any.d 5 # you should get at least *one* record back out
  /external/proguard/src/proguard/
UpToDateChecker.java 68 ClassPathEntry classPathEntry = programJars.get(index);
100 ClassPathEntry classPathEntry = libraryJars.get(index);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_generator.cc 104 io::Printer printer(output.get(), '$');
112 io::Printer printer(output.get(), '$');
  /external/skia/src/ports/
SkXMLParser_tinyxml.cpp 72 char* buf = (char*)buffer.get();
83 char* buf = (char*)buffer.get();
  /external/webkit/JavaScriptCore/runtime/
DateInstanceCache.h 72 return entry.value.get();
76 return entry.value.get();
ErrorPrototype.cpp 52 JSValue name = thisObj->get(exec, exec->propertyNames().name);
53 JSValue message = thisObj->get(exec, exec->propertyNames().message);
  /external/webkit/JavaScriptCore/wtf/
OwnArrayPtr.h 35 T* get() const { return m_ptr; } function in class:WTF::OwnArrayPtr
68 return p.get();
PtrAndFlags.h 42 T* get() const { return reinterpret_cast<T*>(m_ptrAndFlags & ~3); }
52 bool operator!() const { return !get(); }
  /external/webkit/WebCore/bindings/js/
JSHTMLFormElementCustom.cpp 58 return toJS(exec, namedItems[0].get());
61 return toJS(exec, jsForm->globalObject(), StaticNodeList::adopt(namedItems).get());
JSInspectorFrontendHostCustom.cpp 64 JSValue label = item->get(execState, Identifier(execState, "label"));
65 JSValue id = item->get(execState, Identifier(execState, "id"));
JSWebGLArrayHelper.h 49 int length = array->get(exec, JSC::Identifier(exec, "length")).toInt32(exec);
54 JSC::JSValue v = array->get(exec, i);

Completed in 1106 milliseconds

<<31323334353637383940>>