Searched defs:get (Results 76 - 100 of 1032) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1EncodableVector.java49 public ASN1Encodable get(int i) method in class:ASN1EncodableVector
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DStringList.java8 String get(int index); method in interface:StringList
/external/chromium-trace/trace-viewer/perf_insights/perf_insights/
H A Dupload.py25 def get(self): member in class:UploadPage
43 gcs_file.write(self.request.get('trace'))
47 trace_object.prod = self.request.get('prod')
49 tags_string = self.request.get('tags')
52 trace_object.user_agent = self.request.headers.get('User-Agent')
53 trace_object.ver = self.request.get('product_version')
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
H A Dconfig.py54 Then to read configuration values, get them from the app::
57 def get(self):
126 def get(self, module, default=DEFAULT_VALUE): member in class:Config
141 return dict.get(self, module, default)
197 return module_dict.get(key, default)
218 def get(self, key, default=None): member in class:SubConfig
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/
H A Djsmin.c48 /* get -- return the next character from stdin. Watch out for lookahead. If
54 get() function
71 /* peek -- get the next character without getting it.
77 theLookahead = get();
82 /* next -- get the next character, excluding comments. peek() is used to see
89 int c = get();
94 c = get();
100 get();
102 switch (get()) {
105 get();
[all...]
/external/clang/lib/Basic/
H A DFileSystemStatCache.cpp45 /// FileSystemStatCache::get - Get the 'stat' information for the specified
54 bool FileSystemStatCache::get(const char *Path, FileData &Data, bool isFile, function in class:FileSystemStatCache
80 // open succeeds, use fstat to get the stat info.
87 // Otherwise, the open succeeded. Do an fstat to get the information
/external/clang/test/Analysis/
H A Dcxx-for-range.cpp31 MagicVector get(bool fail = false) { function
38 for (int y : get()) {
88 for (int y : get(true)) { // error inside get()
672 // CHECK-NEXT: <string>Calling &apos;get&apos;</string>
674 // CHECK-NEXT: <string>Calling &apos;get&apos;</string>
827 // CHECK-NEXT: <key>issue_context</key><string>get</string>
/external/clang/test/Analysis/inlining/
H A Ddyn-dispatch-bifurcate.cpp7 virtual int get() { return 0; } function in class:A
11 clang_analyzer_eval(a->get() == 0); // expected-warning{{TRUE}} expected-warning{{UNKNOWN}}
16 clang_analyzer_eval(a.get() == 0); // expected-warning{{TRUE}}
21 clang_analyzer_eval(a->get() == 0); // expected-warning{{TRUE}}
/external/clang/test/CodeGenCXX/
H A Dreference-in-blocks.cpp9 T get() {return _i;}; function in class:range
35 void (^bl)(range<int> ) = ^(range<int> i){printf("Hello Blocks %d\n", i.get()); };
38 void (^bl2)(range<int>& ) = ^(range<int>& i){printf("Hello Blocks %d\n", i.get()); };
H A Dstatic-init-3.cpp12 static T & get() { function in struct:X1
21 template<class T> T & X1<T>::instance = X1<T>::get();
27 X2< B > bg = X1< X2< B > >::get();
28 X2< A > ag = X1< X2< A > >::get();
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx11.cpp13 template<typename T> struct get { typedef T type; }; struct in namespace:CanonicalNullptr
15 template<typename T, typename get<T *>::type P = nullptr> struct A {};
16 template<typename T, typename get<decltype((T(), nullptr))>::type P = nullptr> struct B {};
17 template<typename T, typename get<T X::*>::type P = nullptr> struct C {};
/external/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-dtor-order.cc14 int *get() { return val_; } function in struct:IntHolder
/external/conscrypt/src/compat/java/dalvik/system/
H A DCloseGuard.java30 m_get = c_closeGuard.getDeclaredMethod("get");
51 public static CloseGuard get() { method in class:CloseGuard
/external/conscrypt/src/compat/native/
H A DNetFd.h39 int get() const { function in class:NetFd
H A DScopedLocalRef.h50 T get() const { function in class:ScopedLocalRef
/external/deqp/framework/egl/
H A DegluGLFunctionLoader.cpp38 glw::GenericFuncType GLFunctionLoader::get (const char* name) const function in class:eglu::GLFunctionLoader
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DHeaderSection.java48 public IndexedItem get(Constant cst) { method in class:HeaderSection
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DAddressMap.java41 public int get(int keyAddress) { method in class:AddressMap
42 Integer value = map.get(keyAddress);
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotationsList.java50 Annotations a1 = list1.get(i);
51 Annotations a2 = list2.get(i);
76 public Annotations get(int n) { method in class:AnnotationsList
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DConstantPool.java43 public Constant get(int n); method in interface:ConstantPool
H A DStdConstantPool.java71 return get(n);
75 public Constant get(int n) { method in class:StdConstantPool
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DLocal.java35 static <T> Local<T> get(Code code, TypeId<T> type) { method in class:Local
/external/droiddriver/src/io/appium/droiddriver/helpers/
H A DDroidDrivers.java41 public static DroidDriver get() { method in class:DroidDrivers
/external/droiddriver/src/io/appium/droiddriver/util/
H A DActivityUtils.java35 T get(); method in interface:ActivityUtils.Supplier
61 return runningActivitySupplier.get();
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIInterfaceCollection.java39 int get (int offset); method in interface:IInterfaceCollection

Completed in 2957 milliseconds

1234567891011>>