HomeSort by relevance Sort by last modified time
    Searched refs:core (Results 1 - 25 of 3757) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
package-info.java 4 package android.filterfw.core;
NativeAllocatorTag.java 18 package android.filterfw.core;
  /external/webkit/Source/WebCore/dom/
CDATASection.idl 20 module core {
Comment.idl 20 module core {
EntityReference.idl 20 module core {
DOMStringMap.idl 26 module core {
StringCallback.idl 31 module core {
  /
Makefile 2 include build/core/main.mk
  /build/core/
root.mk 2 include build/core/main.mk
  /external/webkit/Source/WebKit/efl/ewk/
ewk_window_features.cpp 35 WebCore::WindowFeatures* core; member in struct:_Ewk_Window_Features
53 delete window_features->core;
54 window_features->core = 0;
88 EINA_SAFETY_ON_NULL_RETURN(window_features->core);
91 *toolbar_visible = window_features->core->toolBarVisible;
94 *statusbar_visible = window_features->core->statusBarVisible;
97 *scrollbars_visible = window_features->core->scrollbarsVisible;
100 *menubar_visible = window_features->core->menuBarVisible;
103 *locationbar_visible = window_features->core->locationBarVisible;
106 *fullscreen = window_features->core->fullscreen
    [all...]
ewk_history.cpp 37 WebCore::BackForwardListImpl *core; member in struct:_Ewk_History
45 if (!(history)->core) { \
46 CRITICAL("history->core is NULL."); \
49 if (!(history)->core->enabled()) { \
50 ERR("history->core is disabled!."); \
53 WebCore::BackForwardListImpl *core_ = (history)->core
57 WebCore::HistoryItem *core; member in struct:_Ewk_History_Item
70 if (!(item)->core) { \
71 CRITICAL("item->core is NULL."); \
74 WebCore::HistoryItem *core_ = (item)->core
422 WTF::RefPtr<WebCore::HistoryItem> core = WebCore::HistoryItem::create(u, t, 0); local
    [all...]
  /hardware/qcom/media/mm-core/src/default/
qc_registry_table.c 32 This module contains a dummy registry table for the QCOM's OpenMAX core
39 omx_core_cb_type core[] = variable
63 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type);
qc_registry_table_android.c 32 This module contains a dummy registry table for the QCOM's OpenMAX core
40 omx_core_cb_type core[] = variable
60 const unsigned int SIZE_OF_CORE = sizeof(core) / sizeof(omx_core_cb_type);
  /external/nist-sip/java/gov/nist/core/
Match.java 26 package gov.nist.core;
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebbackforwardlistprivate.h 30 WebCore::BackForwardListImpl* core(WebKitWebBackForwardList*);
  /external/zxing/core/
Android.mk 3 LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := zxing-core-1.7:core.jar
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiWatcher.java 16 package com.android.uiautomator.core;
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
IJFmEnum.java 18 package com.ti.jfm.core;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AlphaBlendFilter.java 20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.KeyValueMap;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.NativeFrame;
27 import android.filterfw.core.Program;
28 import android.filterfw.core.ShaderProgram;
BlendFilter.java 19 import android.filterfw.core.Filter;
20 import android.filterfw.core.FilterContext;
21 import android.filterfw.core.Frame;
22 import android.filterfw.core.FrameFormat;
23 import android.filterfw.core.KeyValueMap;
24 import android.filterfw.core.NativeProgram;
25 import android.filterfw.core.NativeFrame;
26 import android.filterfw.core.Program;
27 import android.filterfw.core.ShaderProgram;
BrightnessFilter.java 20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.KeyValueMap;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.NativeFrame;
27 import android.filterfw.core.Program;
28 import android.filterfw.core.ShaderProgram;
ContrastFilter.java 20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.KeyValueMap;
25 import android.filterfw.core.NativeProgram;
26 import android.filterfw.core.NativeFrame;
27 import android.filterfw.core.Program;
28 import android.filterfw.core.ShaderProgram;
Invert.java 20 import android.filterfw.core.Filter;
21 import android.filterfw.core.FilterContext;
22 import android.filterfw.core.Frame;
23 import android.filterfw.core.FrameFormat;
24 import android.filterfw.core.NativeProgram;
25 import android.filterfw.core.NativeFrame;
26 import android.filterfw.core.Program;
27 import android.filterfw.core.ShaderProgram;
  /external/webkit/Source/WebCore/html/
DOMSettableTokenList.idl 25 module core {
  /external/webkit/Source/WebCore/page/
SpeechInputEvent.idl 26 module core {

Completed in 719 milliseconds

1 2 3 4 5 6 7 8 91011>>