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

<<21222324252627282930>>

  /external/webkit/WebCore/inspector/front-end/
StatusBarButton.js 65 get disabled()
78 get title()
91 get state()
116 get toggled()
130 get visible()
  /external/webkit/WebCore/loader/archive/
ArchiveResourceCollection.cpp 49 m_subresources.set((*iRes)->url(), iRes->get());
59 m_subframes.set(frameName, iFrame->get());
71 const KURL& url = resource->url(); // get before passing PassRefPtr (which sets it to 0)
77 ArchiveResource* resource = m_subresources.get(url).get();
  /external/webkit/WebCore/platform/mac/
ContextMenuMac.mm 118 [m_platformDescription.get() addObject:platformItem];
131 [m_platformDescription.get() insertObject:platformItem atIndex:position];
137 return [m_platformDescription.get() count];
142 if (m_platformDescription.get() != menu)
148 return m_platformDescription.get();
  /external/webkit/WebKit/win/
WebScriptWorld.cpp 48 ASSERT_ARG(world, !allWorlds().contains(m_world.get()));
49 allWorlds().add(m_world.get(), this);
57 ASSERT(allWorlds().contains(m_world.get()));
58 allWorlds().remove(m_world.get());
85 if (WebScriptWorld* existingWorld = allWorlds().get(world))
  /external/webkit/WebKitTools/DumpRenderTree/win/
WorkQueueItemWin.cpp 56 wstring targetString = jsStringRefToWString(m_target.get());
73 wstring urlString = jsStringRefToWString(m_url.get());
80 targetFrame->loadRequest(request.get());
104 wstring scriptString = jsStringRefToWString(m_script.get());
140 webView->goToBackForwardItem(item.get(), &result);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpabuf.h 45 * wpabuf_size - Get the currently allocated size of a wpabuf buffer
55 * wpabuf_len - Get the current length of a wpabuf buffer data
65 * wpabuf_tailroom - Get size of available tail room in the end of the buffer
75 * wpabuf_head - Get pointer to the head of the buffer data
92 * wpabuf_mhead - Get modifiable pointer to the head of the buffer data
  /frameworks/base/core/java/com/google/android/mms/pdu/
ReadOrigInd.java 46 * Get Date value.
64 * Get From value.
85 * Get Message-ID value.
104 * Get X-MMS-Read-status value.
123 * Get To value.
  /frameworks/base/media/libdrm/mobile2/include/util/xml/
XMLElementImpl.h 40 * Get the attribute map of the XML element.
46 * Get the tag name of the element.
66 * Get the specific attribute.
87 * Get the first text containted in first child of the element.
94 * Get the first child xml element containted in the element.
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
sistream.h 44 int get (void);
45 inline void get (char& c) { c = get(); } function in class:ustl::istringstream
46 void get (char* p, size_type n, char delim = '\n');
47 void get (string& s, char delim = '\n');
  /frameworks/base/opengl/tools/glgen/src/
CFunc.java 75 if (name.equals(argNames.get(i))) {
83 return argNames.get(index);
87 return argTypes.get(index);
105 s += argTypes.get(i) + " " + argNames.get(i);
  /frameworks/base/services/java/com/android/server/
IntentResolver.java 104 F filter = a.get(i);
204 resolvedType, scheme, listCut.get(i), resultList);
238 firstTypeCut = mTypeToFilter.get(resolvedType);
240 secondTypeCut = mWildTypeToFilter.get(baseType);
244 firstTypeCut = mBaseTypeToFilter.get(baseType);
246 secondTypeCut = mWildTypeToFilter.get(baseType);
251 thirdTypeCut = mWildTypeToFilter.get("*");
257 firstTypeCut = mTypedActionToFilter.get(intent.getAction());
267 schemeCut = mSchemeToFilter.get(scheme);
275 firstTypeCut = mActionToFilter.get(intent.getAction())
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PreferenceAdapter.java 57 GLOptionItem item = (GLOptionItem) mContent.get(i);
63 GLOptionItem item = (GLOptionItem) mContent.get(i);
103 ((GLOptionItem) mContent.get(1 + oldIndex)).setChecked(false);
111 return mContent.get(index);
115 return mContent.get(index) instanceof GLOptionItem;
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
AddressList.java 58 public Address get(int index) { method in class:AddressList
61 return (Address) addresses.get(index);
73 if (!(get(i) instanceof Mailbox)) {
84 Address addr = get(i);
99 Address addr = get(i);
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.cpp 42 return JSValueMakeString(context, attributes.get());
48 return JSValueMakeString(context, linkedUIDescription.get());
54 return JSValueMakeString(context, linkedUIDescription.get());
60 return JSValueMakeString(context, childrenDescription.get());
66 return JSValueMakeString(context, parameterizedAttributeNames.get());
72 return JSValueMakeString(context, attributesOfColumnHeaders.get());
78 return JSValueMakeString(context, attributesOfRowHeaders.get());
84 return JSValueMakeString(context, attributesOfColumns.get());
90 return JSValueMakeString(context, attributesOfRows.get());
96 return JSValueMakeString(context, attributesOfVisibleCells.get());
    [all...]
  /frameworks/base/opengl/libagl/
state.cpp 81 c->surfaceManager = smgr.get();
85 c->bufferObjectManager = bomgr.get();
116 int minLim = copyBits->get(copyBits,
123 int magLim = copyBits->get(copyBits,
261 ogles_context_t* c = ogles_context_t::get();
272 ogles_context_t* c = ogles_context_t::get();
290 ogles_context_t* c = ogles_context_t::get();
304 ogles_context_t* c = ogles_context_t::get();
318 ogles_context_t* c = ogles_context_t::get();
337 ogles_context_t* c = ogles_context_t::get();
    [all...]
  /cts/tools/host/src/com/android/cts/
TestSuite.java 60 * Get parent package.
87 * Get TestCases.
96 * Get the suite name of this TestSuite.
105 * Get the full suite name of this TestSuite.
114 * Get the nested test suites of this test suite.
123 * Get all of the test suites contained in this test suite.
164 * Get the excluded list according to the execution status of each test.
203 * Get all tests of this test suite.
221 * Get all test cases of this test suite.
236 * Get all test case names contained in the suite
    [all...]
  /dalvik/vm/
Bits.h 19 * These get inlined, so prefer small size over maximum speed.
31 * Get 1 byte. (Included to make the code more legible.)
39 * Get 2 big-endian bytes.
47 * Get 4 big-endian bytes.
55 * Get 8 big-endian bytes.
74 * Get 2 little-endian bytes.
82 * Get 4 little-endian bytes.
97 * Get 8 little-endian bytes.
151 * Get 8 big-endian bytes and advance the data pointer.
199 * Get 8 little-endian bytes and advance the data pointer
    [all...]
  /external/opencore/protocols/http_parcom/src/
http_parcom_internal.h 47 "GET", //METHOD_GET
137 // get functions
217 bind((const OsclMemoryFragment &)(x.get()));
256 // get
257 OsclMemoryFragment &get() function in struct:OsclMemoryFragWrapper
330 // get functions
339 return iMemfrag.get();
344 return iMemfrag.get().ptr;
349 return iMemfrag.get().len;
358 aFrag = OsclRefCounterMemFrag(iMemfrag.get(), iRefcnt, iMemfrag.getLen())
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Executable.cpp 77 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(evalNode.get(), globalObject->debugger(), scopeChain, m_evalCodeBlock->symbolTable(), m_evalCodeBlock));
108 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(programNode.get(), globalObject->debugger(), scopeChain, &globalObject->symbolTable(), m_programCodeBlock));
129 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(body.get(), globalObject->debugger(), scopeChain, m_codeBlock->symbolTable(), m_codeBlock));
192 globalData->functionCodeBlockBeingReparsed = newCodeBlock.get();
194 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(newFunctionBody.get(), globalObject->debugger(), scopeChain, newCodeBlock->symbolTable(), newCodeBlock.get()));
201 JITCode newJITCode = JIT::compile(globalData, newCodeBlock.get());
219 OwnPtr<BytecodeGenerator> generator(new BytecodeGenerator(newEvalBody.get(), globalObject->debugger(), scopeChain, newCodeBlock->symbolTable(), newCodeBlock.get()));
226 JITCode newJITCode = JIT::compile(globalData, newCodeBlock.get());
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
ImageSourceCG.cpp 126 // to wrap itself inside CFData to get around this, ensuring that ImageIO is really looking at the SharedBuffer.
128 CGImageSourceUpdateData(m_decoder, cfData.get(), allDataReceived);
137 CGImageSourceUpdateDataProvider(m_decoder, dataProvider.get(), allDataReceived);
158 CFNumberRef widthNumber = (CFNumberRef)CFDictionaryGetValue(image0Properties.get(), kCGImagePropertyPixelWidth);
159 CFNumberRef heightNumber = (CFNumberRef)CFDictionaryGetValue(image0Properties.get(), kCGImagePropertyPixelHeight);
173 CFNumberRef num = (CFNumberRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyPixelWidth);
176 num = (CFNumberRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyPixelHeight);
198 CFDictionaryRef gifProperties = (CFDictionaryRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyGIFDictionary);
228 RetainPtr<CGImageRef> maskedImage(AdoptCF, CGImageCreateWithMaskingColors(image.get(), maskingColors));
248 CFDictionaryRef typeProperties = (CFDictionaryRef)CFDictionaryGetValue(properties.get(), kCGImagePropertyGIFDictionary)
    [all...]
  /external/wpa_supplicant/
eap.h 39 * EAP state machine to get and set the variables.
112 * EAP state machine to get and set the variables.
137 * get_config - Get pointer to the current network configuration
143 * get_bool - Get a boolean EAPOL state variable
144 * @variable: EAPOL boolean variable to get
159 * get_int - Get an integer EAPOL state variable
161 * @variable: EAPOL integer variable to get
176 * get_eapReqData - Get EAP-Request data
195 * get_config_blob - Get a named configuration blob
207 * An EAP method can perform a pending operation (e.g., to get
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.h 39 * EAP state machine to get and set the variables.
112 * EAP state machine to get and set the variables.
138 * get_config - Get pointer to the current network configuration
144 * get_bool - Get a boolean EAPOL state variable
145 * @variable: EAPOL boolean variable to get
160 * get_int - Get an integer EAPOL state variable
162 * @variable: EAPOL integer variable to get
177 * get_eapReqData - Get EAP-Request data
196 * get_config_blob - Get a named configuration blob
208 * An EAP method can perform a pending operation (e.g., to get
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
ArrayListPerformanceTest.java 113 value = mList.get(i);
114 value = mList.get(i);
115 value = mList.get(i);
116 value = mList.get(i);
117 value = mList.get(i);
118 value = mList.get(i);
119 value = mList.get(i);
120 value = mList.get(i);
121 value = mList.get(i);
122 value = mList.get(i)
    [all...]
TreeMapPerformanceTest.java 76 value = map.get(keys[i]);
77 value = map.get(keys[i]);
78 value = map.get(keys[i]);
79 value = map.get(keys[i]);
80 value = map.get(keys[i]);
81 value = map.get(keys[i]);
82 value = map.get(keys[i]);
83 value = map.get(keys[i]);
84 value = map.get(keys[i]);
85 value = map.get(keys[i])
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 334 Integer* result = (Integer*)service.get("en_US_FOO", status);
346 Integer* result = (Integer*)service.get("en_US_FOO", status);
354 Integer* result = (Integer*)service.get("en_US_BAR", status);
359 // get a list of the factories, should be two
376 Integer* result = (Integer*)service.get("en_US_BAR", status);
388 // should get data from that new factory
391 Integer* result = (Integer*)service.get("en_US_BAR", status);
405 // should get original data again after remove factory
408 Integer* result = (Integer*)service.get("en_US_BAR", status);
416 Integer* result = (Integer*)service.get("foo", status)
    [all...]

Completed in 109 milliseconds

<<21222324252627282930>>