HomeSort by relevance Sort by last modified time
    Searched full:get (Results 326 - 350 of 13186) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/bindings/js/
JSHTMLCanvasElementCustom.cpp 60 WebGLContextAttributes* webGLAttrs = static_cast<WebGLContextAttributes*>(attrs.get());
65 webGLAttrs->setAlpha(jsAttrs->get(exec, alpha).toBoolean(exec));
68 webGLAttrs->setDepth(jsAttrs->get(exec, depth).toBoolean(exec));
71 webGLAttrs->setStencil(jsAttrs->get(exec, stencil).toBoolean(exec));
74 webGLAttrs->setAntialias(jsAttrs->get(exec, antialias).toBoolean(exec));
77 webGLAttrs->setPremultipliedAlpha(jsAttrs->get(exec, premultipliedAlpha).toBoolean(exec));
81 return toJS(exec, globalObject(), WTF::getPtr(canvas->getContext(contextId, attrs.get())));
  /external/webkit/WebCore/bindings/v8/
V8IsolatedContext.cpp 59 if (m_context->get().IsEmpty())
63 v8::Context::Scope contextScope(m_context->get());
65 getGlobalObject(m_context->get())->SetPointerInInternalField(V8DOMWindow::enteredIsolatedWorldIndex, this);
67 V8DOMWindowShell::installHiddenObjectPrototype(m_context->get());
69 proxy->windowShell()->installDOMWindow(m_context->get(), proxy->frame()->domWindow());
77 m_context->get()->UseDefaultSecurityToken();
84 m_context->get().MakeWeak(this, &contextWeakReferenceCallback);
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLCanvasElementCustom.cpp 56 WebGLContextAttributes* webGLAttrs = static_cast<WebGLContextAttributes*>(attrs.get());
61 webGLAttrs->setAlpha(jsAttrs->Get(alpha)->BooleanValue());
64 webGLAttrs->setDepth(jsAttrs->Get(depth)->BooleanValue());
67 webGLAttrs->setStencil(jsAttrs->Get(stencil)->BooleanValue());
70 webGLAttrs->setAntialias(jsAttrs->Get(antialias)->BooleanValue());
73 webGLAttrs->setPremultipliedAlpha(jsAttrs->Get(premultipliedAlpha)->BooleanValue());
77 CanvasRenderingContext* result = imp->getContext(contextId, attrs.get());
  /external/webkit/WebCore/platform/graphics/mac/
ImageMac.mm 76 return m_tiffRep.get();
97 RetainPtr<CGImageDestinationRef> destination(AdoptCF, CGImageDestinationCreateWithData(data.get(), CFSTR("public.tiff"), numValidFrames, 0));
103 CGImageDestinationAddImage(destination.get(), images[i], 0);
105 CGImageDestinationFinalize(destination.get());
108 return m_tiffRep.get();
114 return m_nsImage.get();
121 return m_nsImage.get();
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 147 String name = String::format("CALayer(%p) GraphicsLayer(%p) ", m_layer.get(), this) + inName;
155 return m_layer.get();
294 clearLayerBackgroundColor(m_contentsLayer.get());
395 return m_transformLayer ? m_transformLayer.get() : m_layer.get();
400 return m_transformLayer ? m_transformLayer.get() : m_layer.get();
411 setLayerBackgroundColor(m_layer.get(), color);
413 clearLayerBackgroundColor(m_layer.get());
419 setLayerBorderColor(m_layer.get(), color)
    [all...]
  /external/webkit/WebKit/cf/WebCoreSupport/
WebInspectorClientCF.cpp 66 return CFStringCreateWithFormat(0, 0, CFSTR("WebKit Web Inspector Setting - %@"), keyCFString.get());
72 RetainPtr<CFPropertyListRef> value(AdoptCF, CFPreferencesCopyAppValue(preferencesKey.get(), kCFPreferencesCurrentApplication));
77 CFTypeID type = CFGetTypeID(value.get());
79 *setting = static_cast<String>(static_cast<CFStringRef>(value.get()));
81 *setting = static_cast<bool>(CFBooleanGetValue(static_cast<CFBooleanRef>(value.get()))) ? "true" : "false";
93 CFPreferencesSetAppValue(preferencesKey.get(), objectToStore.get(), kCFPreferencesCurrentApplication);
  /frameworks/base/opengl/tools/glgen/src/
JFunc.java 77 return bufferArgNames.get(index);
102 if (name.equals(argNames.get(i))) {
110 return argNames.get(index);
114 return argTypes.get(index);
118 return argCIndices.get(index).intValue();
164 s += argTypes.get(i) + " " + argNames.get(i);
  /packages/apps/IM/src/com/android/im/imps/
ImpsClientCapability.java 41 * Get the maximum number of bytes of XML (WBXML, SMS - depending on the
53 * Get the maximum number of bytes of the message content that the client
86 * the set of "PUSH" and "Notify/Get".
88 * @return "P" if prefers "PUSH", or "N" if prefers "Notify/Get".
95 * Get supported CIR methods in preferred order.
108 * Get supported bearers (HTTP(S), WSP, SMS).
119 * Get supported Presence attributes
PtsPrimitiveParser.java 150 type = sInfoElemTypeMap.get(elemCode);
185 result.addChild(ImpsTags.Code, elemValue.mValueGroup.get(0).mStrValue);
186 result.addChild(ImpsTags.Description, elemValue.mValueGroup.get(1).mStrValue);
226 ArrayList<ParamValue> valueGroup = elemValue.mValueGroup.get(i).mValueGroup;
229 String nickname = valueGroup.get(0).mStrValue;
230 String address = valueGroup.get(1).mStrValue;
251 ArrayList<ParamValue> valueGroup = elemValue.mValueGroup.get(i).mValueGroup;
254 String name = valueGroup.get(0).mStrValue;
255 String value = valueGroup.get(1).mStrValue;
282 ParamValue value = elemValue.mValueGroup.get(0)
    [all...]
  /external/srec/srec/Recognizer/src/
RecognizerResultImpl.c 112 CHKLOG(rc, impl->results->get(impl->results, nbest, (void **)&results));
117 CHKLOG(rc, results->get(results, 0, (void **)&result));
133 CHKLOG(rc, impl->results->get(impl->results, nbest, (void **)&results));
139 CHKLOG(rc, results->get(results, 0, (void **)&result));
160 CHKLOG(rc, impl->results->get(impl->results, nbest, (void **)&results));
161 /* Get the number of semantic results for the entry */
167 CHKLOG(rc, results->get(results, i, (void **)&result));
169 rc = resultImpl->results->get(resultImpl->results, key, (void**) & lValue);
185 /* Unfortunately some people are using get value functions to get the size of the value b
    [all...]
  /external/webkit/WebCore/bridge/objc/
objc_class.mm 91 Method* method = (Method*)CFDictionaryGetValue(_methods.get(), methodName.get());
130 if ((mappedName && [mappedName isEqual:(NSString*)methodName.get()]) || strcmp(objcMethodSelectorName, buffer) == 0) {
132 CFDictionaryAddValue(_methods.get(), methodName.get(), aMethod);
158 Field* aField = (Field*)CFDictionaryGetValue(_fields.get(), fieldName.get());
183 if ((mappedName && [mappedName isEqual:(NSString*)fieldName.get()]) || [keyName isEqual:(NSString*)fieldName.get()]) {
185 CFDictionaryAddValue(_fields.get(), fieldName.get(), aField)
    [all...]
  /dalvik/libcore/luni/src/main/java/java/io/
EmulatedFieldsForLoading.java 33 // The actual representation, with a more powerful API (set&get)
100 public byte get(String name, byte defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
102 return emulatedFields.get(name, defaultValue);
123 public char get(String name, char defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
125 return emulatedFields.get(name, defaultValue);
146 public double get(String name, double defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
148 return emulatedFields.get(name, defaultValue);
169 public float get(String name, float defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
171 return emulatedFields.get(name, defaultValue);
192 public int get(String name, int defaultValue) throws IOException method in class:EmulatedFieldsForLoading
215 public long get(String name, long defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
238 public Object get(String name, Object defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
261 public short get(String name, short defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
285 public boolean get(String name, boolean defaultValue) throws IOException, method in class:EmulatedFieldsForLoading
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSGlobalObject.h 218 Structure* argumentsStructure() const { return d()->argumentsStructure.get(); }
219 Structure* arrayStructure() const { return d()->arrayStructure.get(); }
220 Structure* booleanObjectStructure() const { return d()->booleanObjectStructure.get(); }
221 Structure* callbackConstructorStructure() const { return d()->callbackConstructorStructure.get(); }
222 Structure* callbackFunctionStructure() const { return d()->callbackFunctionStructure.get(); }
223 Structure* callbackObjectStructure() const { return d()->callbackObjectStructure.get(); }
224 Structure* dateStructure() const { return d()->dateStructure.get(); }
225 Structure* emptyObjectStructure() const { return d()->emptyObjectStructure.get(); }
226 Structure* errorStructure() const { return d()->errorStructure.get(); }
227 Structure* functionStructure() const { return d()->functionStructure.get(); }
    [all...]
  /external/icu4c/test/intltest/
calregts.cpp 163 logln(UnicodeString("HOUR=") + cal->get(UCAL_HOUR, status)); //prints 0
164 failure(status, "cal->get");
165 logln(UnicodeString("HOUR_OF_DAY=") + cal->get(UCAL_HOUR_OF_DAY, status));
166 failure(status, "cal->get");
200 log(UnicodeString("") + cal->get(UCAL_MONTH, status)) ;
201 failure(status, "cal->get");
202 int32_t date = cal->get(UCAL_DATE, status) + 1 ;
203 failure(status, "cal->get");
205 logln(UnicodeString("/") + cal->get(UCAL_YEAR, status)) ;
206 failure(status, "cal->get");
    [all...]
itutil.cpp 79 if(errorCode.get()!=U_ZERO_ERROR || !errorCode.isSuccess() || errorCode.isFailure()) {
85 if(errorCode.get()!=U_ILLEGAL_ARGUMENT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
89 if(errorCode.get()!=U_INVALID_FORMAT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
93 if(errorCode.get()!=U_PARSE_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
96 if( errorCode.reset()!=U_PARSE_ERROR || errorCode.get()!=U_ZERO_ERROR ||
125 if( errorCode.get()!=U_ZERO_ERROR || !errorCode.isSuccess() || errorCode.isFailure() ||
136 if(errorCode.get()!=U_ILLEGAL_ARGUMENT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
144 if(errorCode.get()!=U_INVALID_FORMAT_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
152 if(errorCode.get()!=U_PARSE_ERROR || errorCode.isSuccess() || !errorCode.isFailure()) {
155 if( errorCode.reset()!=U_PARSE_ERROR || errorCode.get()!=U_ZERO_ERROR |
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
ComposingText.java 29 * {@link LetterConverter} and {@link WnnEngine} get the input string from it, and
94 * Get a {@link StrSegment} at the position specified.
110 return strLayer.get(pos);
130 StrSegment ss = strLayer.get(i);
177 StrSegment last = strUplayer.get(strUplayer.size() - 1);
189 StrSegment ss = strUplayer.get(i);
222 StrSegment ss = strUplayer.get(uplayer_mod_from);
226 ss = strUplayer.get(next);
237 ss = strUplayer.get(i);
249 ss = strUplayer.get(i)
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
ArrayListTest.java 101 al.get(counter) == objArray[counter]);
124 assertTrue("Failed to add Object", alist.get(50) == o);
126 alist.get(51) == objArray[50]
127 && (alist.get(52) == objArray[51]));
128 Object oldItem = alist.get(25);
130 assertNull("Should have returned null", alist.get(25));
132 .get(26) == oldItem);
162 assertTrue("Failed to add Object", alist.get(alist.size() - 1) == o);
164 assertNull("Failed to add null", alist.get(alist.size() - 1));
184 alist.get(i) == objArray[i])
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 118 // get the list for the resource type
119 List<ResourceFolder> list = mFolderMap.get(type);
157 // get the list of folders for the resource type.
158 List<ResourceFolder> list = mFolderMap.get(type);
163 ResourceFolder resFolder = list.get(i);
173 list.get(0).touch();
187 // get the lists of ResourceTypes generated by this ResourceFolderType
194 // get the list of folder that can generate this type
201 List<ResourceFolder> resFolders = mFolderMap.get(folderType);
204 resFolders.get(0).touch()
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
IInputConnectionWrapper.java 180 InputConnection ic = mInputConnection.get();
196 InputConnection ic = mInputConnection.get();
212 InputConnection ic = mInputConnection.get();
228 InputConnection ic = mInputConnection.get();
242 InputConnection ic = mInputConnection.get();
251 InputConnection ic = mInputConnection.get();
260 InputConnection ic = mInputConnection.get();
269 InputConnection ic = mInputConnection.get();
278 InputConnection ic = mInputConnection.get();
287 InputConnection ic = mInputConnection.get();
    [all...]
  /dalvik/libcore/support/src/test/java/tests/support/
Support_GetPutFieldsDefaulted.java 119 booleanValue = getField.get("booleanValue", true);
120 byteValue = getField.get("byteValue", (byte) 0x0b);
121 charValue = getField.get("charValue", (char) 'D');
122 doubleValue = getField.get("doubleValue", 523452.4532);
123 floatValue = getField.get("floatValue", 298.54f);
124 longValue = getField.get("longValue", (long) 1234567890l);
125 intValue = getField.get("intValue", 999999);
127 getField.get("objectValue",
129 shortValue = getField.get("shortValue", (short) 4321);
134 // Do not put anything into putField so that the get method
    [all...]
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
main.py 46 self.username = self.request.get('username')
47 self.password = self.request.get('password')
48 password = datastore.UserCredentials.get(self.username)
67 self.username = self.request.get('username')
68 self.password = self.request.get('password')
70 timestamp = self.request.get('timestamp')
73 password = datastore.UserCredentials.get(self.username)
107 self.username = self.request.get('username')
108 self.password = self.request.get('password')
109 password = datastore.UserCredentials.get(self.username
    [all...]
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 119 static UPerfFunction* get(const UTrie2PerfTest &testcase) { function in class:CheckFCD
139 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
160 static UPerfFunction* get(const UTrie2PerfTest &testcase) {
187 static UPerfFunction* get(const UTrie2PerfTest &testcase) { function in class:ToNFC
211 static UPerfFunction* get(const UTrie2PerfTest &testcase) { function in class:GetBiDiClass
232 case 0: name = "CheckFCD"; if (exec) return CheckFCD::get(*this); break;
233 case 1: name = "ToNFC"; if (exec) return ToNFC::get(*this); break;
234 case 2: name = "GetBiDiClass"; if (exec) return GetBiDiClass::get(*this); break;
236 case 3: name = "CheckFCDAlwaysGet"; if (exec) return CheckFCDAlwaysGet::get(*this); break;
237 case 4: name = "CheckFCDUTF8"; if (exec) return CheckFCDUTF8::get(*this); break
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_joystick.h 54 * Get the implementation dependent name of a joystick.
75 * Get the device index of an opened joystick.
80 * Get the number of general axis controls on a joystick
85 * Get the number of trackballs on a joystick
92 * Get the number of POV hats on a joystick
97 * Get the number of buttons on a joystick
118 * Get the current state of an axis control on a joystick
125 * Get the current state of a POV hat on a joystick
143 * Get the ball axis change since the last poll
150 * Get the current state of a button on a joystic
    [all...]
  /external/webkit/JavaScriptCore/profiler/
ProfileGenerator.cpp 66 m_currentNode = ProfileNode::create(Profiler::createCallIdentifier(exec, function ? function.toThisObject(exec) : 0, sourceURL, lineNumber), m_head.get(), m_head.get());
67 m_head->insertNode(m_currentNode.get());
103 RefPtr<ProfileNode> returningNode = ProfileNode::create(callIdentifier, m_head.get(), m_currentNode.get());
123 // will not get didExecute call.
127 RefPtr<ProfileNode> idleNode = ProfileNode::create(CallIdentifier(NonJSExecution, UString(), 0), m_head.get(), m_head.get());
142 for (ProfileNode* next = m_head.get(); next; next = next->firstChild())
157 for (ProfileNode* next = m_head.get(); next; next = next->lastChild()
    [all...]
  /external/webkit/JavaScriptCore/wtf/gtk/
ThreadingGtk.cpp 117 return threadMap().get(id);
187 g_mutex_lock(m_mutex.get());
192 return g_mutex_trylock(m_mutex.get());
197 g_mutex_unlock(m_mutex.get());
211 g_cond_wait(m_condition.get(), mutex.impl().get());
233 return g_cond_timed_wait(m_condition.get(), mutex.impl().get(), &targetTime);
238 g_cond_signal(m_condition.get());
243 g_cond_broadcast(m_condition.get());
    [all...]

Completed in 75 milliseconds

<<11121314151617181920>>