OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:category
(Results
351 - 375
of
609
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java
43
import org.eclipse.wb.internal.core.model.property.
category
.PropertyCategory;
44
import org.eclipse.wb.internal.core.model.property.
category
.PropertyCategoryProvider;
45
import org.eclipse.wb.internal.core.model.property.
category
.PropertyCategoryProviders;
860
PropertyCategory
category
= getCategory(property);
local
862
if (
category
.isHidden()) {
866
if (
category
.isAdvanced()) {
871
if (
category
.isAdvancedReally()) {
[
all
...]
/frameworks/base/core/java/android/view/
View.java
168
* <tr><th>
Category
</th> <th>Methods</th> <th>Description</th></tr>
[
all
...]
ViewGroup.java
169
@ViewDebug.ExportedProperty(
category
= "events")
171
@ViewDebug.ExportedProperty(
category
= "events")
174
@ViewDebug.ExportedProperty(
category
= "events")
177
@ViewDebug.ExportedProperty(
category
= "events")
455
@ViewDebug.ExportedProperty(
category
= "layout")
564
@ViewDebug.ExportedProperty(
category
= "focus", mapping = {
[
all
...]
/development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java
1000
String
category
= mMainCategories.get(i);
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar
org.eclipse.text_3.5.0.v20100601-1300.jar
/prebuilts/devtools/tools/lib/
org-eclipse-core-commands-3.6.0.jar
jfreechart-1.0.9.jar
/prebuilts/tools/common/eclipse/
org.eclipse.core.commands_3.4.0.I20080509-2000.jar
org.eclipse.core.commands_3.6.0.I20100512-1500.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/
org-eclipse-core-commands-3.6.0.jar
/dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java
315
* @param
category
width (1 or 2) of the register
318
public int borrowSpareRegister(int
category
) {
321
borrowedSpareRegisters +=
category
;
322
registerCount = Math.max(registerCount, result +
category
);
/external/chromium/chrome/browser/
jumplist_win.cc
103
/* [in] */ KNOWNDESTCATEGORY
category
) = 0;
267
// Updates a specified
category
of an application JumpList.
270
// So, this function can be used only for adding an unregistered
category
.
273
// A string ID which contains the
category
name.
283
// A list of ShellLinkItem objects to be added under the specified
category
.
296
std::wstring
category
= UTF16ToWide(l10n_util::GetStringUTF16(category_id));
319
// replaces all items in the given
category
with the ones in the new list.
325
return list->AppendCategory(
category
.c_str(), object_array);
328
// Updates the "Tasks"
category
of the JumpList.
331
// * The "Task"
category
is a registered category
[
all
...]
/external/chromium_org/chrome/browser/
jumplist_win.cc
114
/* [in] */ KNOWNDESTCATEGORY
category
) = 0;
252
// Updates a specified
category
of an application JumpList.
255
// So, this function can be used only for adding an unregistered
category
.
258
// A string ID which contains the
category
name.
268
// A list of ShellLinkItem objects to be added under the specified
category
.
281
std::wstring
category
= UTF16ToWide(l10n_util::GetStringUTF16(category_id));
304
// replaces all items in the given
category
with the ones in the new list.
310
return list->AppendCategory(
category
.c_str(), object_array);
313
// Updates the "Tasks"
category
of the JumpList.
316
// * The "Task"
category
is a registered category
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Font.cpp
685
CharCategory
category
= Unicode::
category
(c);
local
686
if (
category
& (Separator_Space | Separator_Line | Separator_Paragraph | Other_NotAssigned | Other_Control | Other_Format))
/external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java
316
* @param
category
width (1 or 2) of the register
319
public int borrowSpareRegister(int
category
) {
322
borrowedSpareRegisters +=
category
;
323
registerCount = Math.max(registerCount, result +
category
);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java
252
Intent self = intent.addCategory("
category
.name.1");
253
intent.addCategory("
category
.name.2");
255
assertTrue(intent.hasCategory("
category
.name.1"));
256
assertTrue(intent.hasCategory("
category
.name.2"));
259
assertTrue(categories.contains("
category
.name.1"));
260
assertTrue(categories.contains("
category
.name.2"));
262
intent.removeCategory("
category
.name.1");
263
assertFalse(intent.hasCategory("
category
.name.1"));
264
assertTrue(intent.hasCategory("
category
.name.2"));
266
intent.removeCategory("
category
.name.2")
290
String
category
= "
category
";
local
[
all
...]
/external/wpa_supplicant_8/src/ap/
ieee802_11.c
[
all
...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouter.java
345
* {@link MediaControlIntent#CATEGORY_LIVE_AUDIO live audio media control intent
category
}
780
* {@link MediaControlIntent media control}
category
.
786
* @param
category
A {@link MediaControlIntent media control}
category
790
* media control
category
.
791
* @return True if the route supports the specified intent
category
.
796
public boolean supportsControlCategory(String
category
) {
797
if (
category
== null) {
798
throw new IllegalArgumentException("
category
must not be null");
804
if (mControlFilters.get(i).hasCategory(
category
)) {
[
all
...]
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
/external/checkpolicy/
policy_scan.l
123
CATEGORY
|
124
category
{ return(
CATEGORY
); }
/external/chromium_org/chrome/browser/resources/performance_monitor/
chart.css
18
/* Settings panel
category
headings */
139
#time-shift-
category
{
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.js
313
function addDelta(
category
, testIndex)
317
if (!(
category
in deltas))
318
deltas[
category
] = [];
324
deltas[
category
].push(html);
Completed in 882 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>