HomeSort by relevance Sort by last modified time
    Searched refs:category (Results 501 - 525 of 1230) sorted by null

<<21222324252627282930>>

  /external/opencv3/modules/highgui/src/
window_QT.h 456 void icvmouseHandler(QMouseEvent* event, type_mouse_event category, int& cv_event, int& flags);
557 void icvmouseHandler(QMouseEvent *event, type_mouse_event category, int &cv_event, int &flags);
  /external/selinux/checkpolicy/
policy_scan.l 123 CATEGORY |
124 category { return(CATEGORY); }
  /external/v8/test/webkit/
string-trim.js 59 {s : '\u200B', t : 'ZERO WIDTH SPACE (category Cf)'}
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.h 189 u8 category, const u8 *data, size_t len, int freq);
260 u8 category, const u8 *data, size_t len,
events.c 3204 u8 category; local
    [all...]
  /frameworks/base/core/java/android/view/
MenuInflater.java 387 final int category = a.getInt(com.android.internal.R.styleable.MenuItem_menuCategory, groupCategory); local
389 itemCategoryOrder = (category & Menu.CATEGORY_MASK) | (order & Menu.USER_MASK);
  /frameworks/base/media/java/android/media/
MediaRouter.java     [all...]
  /frameworks/opt/telephony/src/java/android/telephony/
CellBroadcastMessage.java 134 int category = cursor.getInt( local
238 SmsCbMessage msg = new SmsCbMessage(format, geoScope, serialNum, location, category,
  /frameworks/support/v7/appcompat/src/android/support/v7/view/
SupportMenuInflater.java 370 final int category = a.getInt(R.styleable.MenuItem_android_menuCategory, groupCategory); local
372 itemCategoryOrder = (category & SupportMenu.CATEGORY_MASK) |
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_getargs2.py 219 category=DeprecationWarning,
226 category=DeprecationWarning,
  /external/bison/lib/
strtol.c 180 # define _NL_CURRENT(category, item) \
  /external/chromium-trace/catapult/catapult_build/
js_checks.py 77 warnings.filterwarnings('ignore', category=DeprecationWarning)
  /external/chromium-trace/catapult/systrace/profile_chrome/
main.py 224 logging.warning('Using the "webview" category in systrace together with '
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
android_browser_backend.py 98 action=None, data=url, category=None,
  /external/libchrome/base/trace_event/common/
trace_event_common.h 28 // categories, forming a category group, like:
33 // category.
79 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this);
82 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this);
123 // Notes: The category must always be in a long-lived char* (i.e. static const).
129 // TRACE_EVENT1("category", "name",
132 // TRACE_EVENT1("category", "name",
135 // TRACE_EVENT1("category", "name",
144 // means, if the category for the event is disabled, the conversion will not
169 // A thread safe singleton and mutex are used for thread safety. Category
    [all...]
  /external/libchrome/base/trace_event/
trace_event.h 40 // Sets the current sample state to the given category and name (both must be
42 // Implementation note: we store category and name together because we don't
47 bucket_number, category, name) \
49 TraceEventSamplingStateScope<bucket_number>::Set(category "\0" name)
58 // TRACE_EVENT_SAMPLING_STATE_SCOPE_FOR_BUCKET(0, "category", "name");
62 bucket_number, category, name) \
64 traceEventSamplingScope(category "\0" name);
78 // Get a pointer to the enabled state of the given trace category. Only
79 // long-lived literal strings should be given as the category group. The
215 // Implementation detail: internal macro to create static category
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 273 """Based on the category name and number, select a numerical class for it.
329 self.category = real_category_name( element.parent.nsProp( "name", None ) )
391 if self.category.startswith( "GL_VERSION_" ):
393 elif self.category.startswith( "GL_ARB_" ):
395 elif self.category.startswith( "GL_EXT_" ):
842 if child.name == "category":
893 """Iterate over functions by category.
895 If cat is None, all known functions are iterated in category
897 Within a category, functions are sorted by name. If cat is
898 not None, then only functions in that category are iterated
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PreInstructionRegisterInfoMethodItem.java 161 if (predecessorRegisterType.category != RegisterType.UNKNOWN &&
  /external/v8/base/trace_event/common/
trace_event_common.h 28 // categories, forming a category group, like:
33 // category.
79 // TRACE_EVENT_ASYNC_BEGIN0("category", "MyTracedClass", this);
82 // TRACE_EVENT_ASYNC_END0("category", "MyTracedClass", this);
123 // Notes: The category must always be in a long-lived char* (i.e. static const).
129 // TRACE_EVENT1("category", "name",
132 // TRACE_EVENT1("category", "name",
135 // TRACE_EVENT1("category", "name",
144 // means, if the category for the event is disabled, the conversion will not
169 // A thread safe singleton and mutex are used for thread safety. Category
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/
CdmaSmsCbTest.java 56 * @param serviceCategory the CDMA service category
133 * @param serviceCategory the CDMA service category
138 * @param cmasCategory CMAS category (or -1 to skip adding CMAS type 1 elements record)
185 * @param serviceCategory the CDMA service category
547 int category = 0x0ff0 + r.nextInt(32); // half CMAS, half non-CMAS local
548 Parcel p = createBroadcastParcel(category);
567 int category = 0x0ff0 + r.nextInt(32); // half CMAS, half non-CMAS local
568 Parcel p = createBroadcastParcel(category);
593 * Initialize a Parcel for incoming Service Category Program Data teleservice. The caller will
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
Action.java 17 package com.android.gallery3d.filtershow.category;
CategoryView.java 17 package com.android.gallery3d.filtershow.category;

Completed in 957 milliseconds

<<21222324252627282930>>