HomeSort by relevance Sort by last modified time
    Searched defs:getter (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/types/
call.go 100 // useGetter is like use, but takes a getter instead of a list of expressions.
101 // It should be called instead of use if a getter is present to avoid repeated
102 // evaluation of the first argument (since the getter was likely obtained via
104 func (check *Checker) useGetter(get getter, n int) {
111 // A getter sets x as the i'th operand, where 0 <= i < n and n is the total
112 // number of operands (context-specific, and maintained elsewhere). A getter
113 // type-checks the i'th operand; the details of the actual check are getter-
115 type getter func(x *operand, i int) type
117 // unpack takes a getter get and a number of operands n. If n == 1, unpack
118 // calls the incoming getter for the first operand. If that operand i
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
call.go 100 // useGetter is like use, but takes a getter instead of a list of expressions.
101 // It should be called instead of use if a getter is present to avoid repeated
102 // evaluation of the first argument (since the getter was likely obtained via
104 func (check *Checker) useGetter(get getter, n int) {
111 // A getter sets x as the i'th operand, where 0 <= i < n and n is the total
112 // number of operands (context-specific, and maintained elsewhere). A getter
113 // type-checks the i'th operand; the details of the actual check are getter-
115 type getter func(x *operand, i int) type
117 // unpack takes a getter get and a number of operands n. If n == 1, unpack
118 // calls the incoming getter for the first operand. If that operand i
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
swigclosprefix.scm 14 (define-method (compute-getter-and-setter (class <swig-metaclass-$module>) slot allocator)
17 (let ((getter (let search-get ((lst slot))
30 (lambda (o) (getter (slot-ref o 'swig-this)))
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 48 const GLProcGetter* getter = (const GLProcGetter*) ctx; local
49 return getter->getProc(name);
53 GLProcGetter getter; local
54 return GrGLAssembleGLESInterface(&getter, ios_get_gl_proc);
  /external/skia/src/gpu/gl/mac/
GrGLCreateNativeInterface_mac.cpp 52 const GLProcGetter* getter = (const GLProcGetter*) ctx; local
53 return getter->getProc(name);
57 GLProcGetter getter; local
58 return GrGLAssembleGLInterface(&getter, mac_get_gl_proc);
  /external/skia/src/gpu/gl/win/
GrGLCreateNativeInterface_win.cpp 56 const GLProcGetter* getter = (const GLProcGetter*) ctx; local
57 return getter->getProc(name);
70 GLProcGetter getter; local
71 if (!getter.isInitialized()) {
75 GrGLGetStringProc getString = (GrGLGetStringProc)getter.getProc("glGetString");
83 return GrGLAssembleGLESInterface(&getter, win_get_gl_proc);
85 return GrGLAssembleGLInterface(&getter, win_get_gl_proc);
  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.h 78 virtual OMX_ERRORTYPE AddHandler(OMX_INDEXTYPE type, OMXHANDLER getter, OMXHANDLER setter);
82 // return getter or setter
91 OMXHANDLER getter; member in struct:OMXComponentCodecBase::HandlerEntry
  /hardware/qcom/gps/core/
ContextBase.cpp 50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
74 if(getter != NULL) {
75 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
76 locApi = (*getter)(mMsgTask, exMask, this);
85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
86 if (NULL != getter) {
87 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__)
    [all...]
  /hardware/qcom/gps/msm8084/core/
ContextBase.cpp 52 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
53 if (NULL != getter) {
54 proxy = (*getter)();
57 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
82 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
83 if(getter != NULL) {
84 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
85 locApi = (*getter)(mMsgTask,exMask, this);
88 LOC_LOGD("%s:%d]: getter is NULL. Reason: %s", __func__, __LINE__, dlerror());
97 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi") local
    [all...]
  /hardware/qcom/gps/msm8960/core/
ContextBase.cpp 50 getIzatProxy_t* getter = (getIzatProxy_t*)dlsym(lib, "getIzatProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
72 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
73 if(getter != NULL) {
74 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
75 locApi = (*getter)(mMsgTask,exMask);
84 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
85 if (NULL != getter) {
86 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__)
    [all...]
  /hardware/qcom/gps/msm8994/core/
ContextBase.cpp 50 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
51 if (NULL != getter) {
52 proxy = (*getter)();
73 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
74 if(getter != NULL) {
75 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
76 locApi = (*getter)(mMsgTask, exMask, this);
85 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
86 if (NULL != getter) {
87 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 193 VarGetter getter = VAR_MAP.get(command.get(1)); local
194 if (getter == null) {
197 return new MonkeyCommandReturn(true, getter.get());
  /hardware/qcom/gps/msm8909/core/
ContextBase.cpp 71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
72 if (NULL != getter) {
73 proxy = (*getter)();
95 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
96 if(getter != NULL) {
97 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
98 locApi = (*getter)(mMsgTask, exMask, this);
107 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
108 if (NULL != getter) {
109 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__)
    [all...]
  /hardware/qcom/gps/msm8996/core/
ContextBase.cpp 71 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
72 if (NULL != getter) {
73 proxy = (*getter)();
94 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
95 if(getter != NULL) {
96 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__, __LINE__);
97 locApi = (*getter)(mMsgTask, exMask, this);
106 getLocApi_t* getter = (getLocApi_t*)dlsym(handle, "getLocApi"); local
107 if (NULL != getter) {
108 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__, __LINE__)
    [all...]
  /hardware/qcom/gps/msm8998/core/
ContextBase.cpp 177 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
178 if (NULL != getter) {
179 proxy = (*getter)();
205 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); local
206 if (getter != NULL) {
207 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__,
209 locApi = (*getter)(mMsgTask, exMask, this);
218 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); local
219 if (NULL != getter) {
220 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__
    [all...]
  /hardware/qcom/gps/sdm845/core/
ContextBase.cpp 177 getLBSProxy_t* getter = (getLBSProxy_t*)dlsym(lib, "getLBSProxy"); local
178 if (NULL != getter) {
179 proxy = (*getter)();
205 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); local
206 if (getter != NULL) {
207 LOC_LOGD("%s:%d]: getter is not NULL for LocApiV02", __func__,
209 locApi = (*getter)(mMsgTask, exMask, this);
218 getLocApi_t* getter = (getLocApi_t*) dlsym(handle, "getLocApi"); local
219 if (NULL != getter) {
220 LOC_LOGD("%s:%d]: getter is not NULL in RPC", __func__
    [all...]
  /external/v8/src/
property-descriptor.cc 249 // getter?
250 Handle<Object> getter; local
253 &getter)) {
256 if (!getter.is_null()) {
257 // 18c. If IsCallable(getter) is false and getter is not undefined,
259 if (!getter->IsCallable() && !getter->IsUndefined(isolate)) {
261 MessageTemplate::kObjectGetterCallable, getter));
264 // 18d. Set the [[Get]] field of desc to getter
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *); typedef
13 getter get;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *); typedef
13 getter get;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ValidationTestBase.java 139 final Method getter = Class.forName(Stubs.class.getName(), false, local
141 assertEquals("Log events", Arrays.asList(events), getter.invoke(null));
  /external/parameter-framework/upstream/test/test-platform/
TestPlatform.cpp 105 &CTestPlatform::getter<&CParameterMgrPlatformConnector::getFailureOnMissingSubsystem>, 0,
116 &CTestPlatform::getter<&CParameterMgrPlatformConnector::getFailureOnFailedSettingsLoad>, 0,
125 &CTestPlatform::getter<&CParameterMgrPlatformConnector::getValidateSchemasOnStart>, 0, "",
202 CTestPlatform::CommandReturn CTestPlatform::getter(const IRemoteCommand & /*command*/, function in class:CTestPlatform
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java 143 // 2) Fields that are accessed via getter methods (when accessors
145 // Find and print these using getter methods.
164 Method getter = null; local
166 getter = clazz.getMethod("get" + subfieldName);
171 print(subfieldName, getter.invoke(object), indentBuf, buf);
  /external/python/cpython2/Include/
descrobject.h 8 typedef PyObject *(*getter)(PyObject *, void *); typedef
13 getter get;
  /hardware/qcom/gps/msm8998/android/
Gnss.cpp 87 getLocationInterface* getter = NULL; local
94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface");
97 getter = NULL;
101 if (NULL == getter) {
104 mGnssInterface = (GnssInterface*)(*getter)();
  /hardware/qcom/gps/sdm845/android/
Gnss.cpp 87 getLocationInterface* getter = NULL; local
94 getter = (getLocationInterface*)dlsym(handle, "getGnssInterface");
97 getter = NULL;
101 if (NULL == getter) {
104 mGnssInterface = (GnssInterface*)(*getter)();

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011>>