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

1 2 3 4 56 7 8 91011>>

  /external/opencore/codecs_v2/utilities/colorconvert/build/make/
local_pvrgb24toyuv420.mk 0 # Get the current local path as the first operation
local_pvyuv420semiplnrtoyuv420plnr.mk 0 # Get the current local path as the first operation
  /external/opencore/modules/linux_download/core/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/modules/linux_download/node_registry/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/modules/linux_mp4/core/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/opencore/modules/linux_rtsp/core/build/make/
local.mk 0 # Get the current local path as the first operation
  /external/oprofile/libutil/
op_get_time.c 3 * Get current time as a string
  /external/proguard/src/proguard/classfile/instruction/
package.html 5 that refer to the constant pool get their own representations.
  /external/skia/src/images/
SkImageEncoder.cpp 40 return enc.get() && enc.get()->encodeFile(file, bm, quality);
46 return enc.get() && enc.get()->encodeStream(stream, bm, quality);
  /external/srec/config/en.us/
run-chmod.sh 4 chmod 777 ./run-set-get-param.sh
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
GOOGLE_README.txt 3 To get the java files included here:
  /external/v8/test/sputnik/
README 3 version 28. To get the tests run the following command within
  /external/webkit/LayoutTests/http/tests/appcache/resources/
subframe-2.html 4 req.open("GET", "simple.txt", false);
  /external/webkit/LayoutTests/http/tests/appcache/
simple.html 15 req.open("GET", "resources/not-in-cache.txt", false);
23 document.getElementById('result').innerHTML = "FAILURE: Did not get the right exception"
30 req.open("GET", "resources/simple.txt", false);
38 document.getElementById('result').innerHTML = "FAILURE: Did not get correct data from cached resource"
  /external/webkit/LayoutTests/platform/android-jsc/http/tests/appcache/
local-content-expected.txt 2 Test that documents loaded from application cache don't get access to local resources accidentally.
  /external/webkit/LayoutTests/platform/android-v8/http/tests/appcache/
local-content-expected.txt 2 Test that documents loaded from application cache don't get access to local resources accidentally.
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
enumerate-storage-expected.txt 1 This test checks to see that you can enumerate a Storage object and get only the keys as a result. The built-in properties of the Storage object should be ignored. The test operates on the localStorage object.
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
enumerate-storage-expected.txt 1 This test checks to see that you can enumber a Storage object and get only the keys as a result. The built-in properties of the Storage object should be ignored. The test operates on the SessionStorage object.
  /external/webkit/WebCore/manual-tests/
empty-script-crash.html 3 test since it would get loaded after many other documents that ran
  /external/webkit/WebCore/manual-tests/resources/multiFileResources/
post-echo-and-notify-done.cgi 7 || die "Could not get query\n";
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextControllerCoreText.cpp 51 m_glyphCount = CTRunGetGlyphCount(m_coreTextRun.get());
52 m_coreTextIndices = CTRunGetStringIndicesPtr(m_coreTextRun.get());
55 CFDataIncreaseLength(m_coreTextIndicesData.get(), m_glyphCount * sizeof(CFIndex));
56 m_coreTextIndices = reinterpret_cast<const CFIndex*>(CFDataGetMutableBytePtr(m_coreTextIndicesData.get()));
57 CTRunGetStringIndices(m_coreTextRun.get(), CFRangeMake(0, 0), const_cast<CFIndex*>(m_coreTextIndices));
60 m_glyphs = CTRunGetGlyphsPtr(m_coreTextRun.get());
63 CTRunGetGlyphs(m_coreTextRun.get(), CFRangeMake(0, 0), m_glyphsVector.data());
67 m_advances = CTRunGetAdvancesPtr(m_coreTextRun.get());
70 CTRunGetAdvances(m_coreTextRun.get(), CFRangeMake(0, 0), m_advancesVector.data());
98 CFDataAppendBytes(m_coreTextIndicesData.get(), reinterpret_cast<const UInt8*>(indices.data()), m_glyphCount * sizeof(CFIndex))
    [all...]
  /system/core/nexus/
WifiController.h 50 virtual int get(int idx, int *buffer) = 0;
62 virtual int get(int idx, char *buffer, size_t max) = 0;
71 int get(int idx, int *buffer);
79 int get(int idx, int *buffer);
87 int get(int idx, int *buffer);
95 int get(int idx, int *buffer);
103 int get(int idx, int *buffer);
111 int get(int idx, int *buffer);
119 int get(int idx, int *buffer);
127 int get(int idx, int *buffer)
    [all...]
  /dalvik/dx/src/com/android/dx/cf/iface/
AttributeList.java 24 * Get whether this instance is mutable. Note that the
34 * Get the number of attributes in the list.
41 * Get the {@code n}th attribute.
46 public Attribute get(int n); method in interface:AttributeList
49 * Get the total length of this list in bytes, when part of a
58 * Get the first attribute in the list with the given name, if any.
67 * Get the next attribute in the list after the given one, with the same
  /dalvik/dx/src/com/android/dx/util/
ListIntSet.java 71 while (j < szOther && o.ints.get(j) < ints.get(i)) {
72 add(o.ints.get(j++));
77 while (i < szThis && o.ints.get(j) >= ints.get(i)) {
83 add(o.ints.get(j++));
123 return ints.get(idx++);
  /external/webkit/WebCore/bindings/v8/
ScriptCachedFrameData.cpp 43 if (m_context.get().IsEmpty())
45 m_global.set(m_context.get()->Global());
56 if (m_context.get().IsEmpty())
60 v8::Context::Scope contextScope(m_context.get());
62 m_context.get()->ReattachGlobal(m_global.get());
65 proxy->windowShell()->setContext(m_context.get());

Completed in 262 milliseconds

1 2 3 4 56 7 8 91011>>