OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:predefined
(Results
76 - 100
of
1619
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEmulation.cpp
31
// set up the
predefined
attributes
32
pConfig.attribute().
predefined
().unsetWholeArchive();
33
pConfig.attribute().
predefined
().unsetAsNeeded();
34
pConfig.attribute().
predefined
().setDynamic();
/frameworks/compile/mclinker/lib/Target/Mips/
MipsEmulation.cpp
34
// set up the
predefined
attributes
35
pConfig.attribute().
predefined
().unsetWholeArchive();
36
pConfig.attribute().
predefined
().unsetAsNeeded();
37
pConfig.attribute().
predefined
().setDynamic();
/frameworks/compile/mclinker/lib/Target/X86/
X86Emulation.cpp
39
// set up the
predefined
attributes
40
pConfig.attribute().
predefined
().unsetWholeArchive();
41
pConfig.attribute().
predefined
().unsetAsNeeded();
42
pConfig.attribute().
predefined
().setDynamic();
/hardware/interfaces/vibrator/1.1/
IVibrator.hal
25
* Fire off a
predefined
haptic event.
/packages/apps/DeskClock/src/com/android/deskclock/actionbarmenu/
NavUpMenuItemController.java
25
* menu item because it's not inflated through menu.xml, and has its own
predefined
id.
/packages/apps/Dialer/java/com/android/voicemail/impl/mail/
MeetingInfo.java
19
//
Predefined
tags; others can be added
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MeetingInfo.java
20
//
Predefined
tags; others can be added
/packages/inputmethods/LatinIME/java/res/values/
predefined-subtypes.xml
21
<!--
Predefined
subtypes (language:layout[:extraValue]) -->
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
EnumAttributeDescriptor.java
25
* Describes a text attribute that can only contains some
predefined
values.
/system/chre/platform/slpi/include/chre/platform/slpi/
system_time.h
31
*
predefined
threshold.
/test/vts/tools/vts-tradefed/res/push_groups/
README.md
7
A list of the
predefined
, basic push groups is as follows:
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-2b.d
2
#as: --no-
predefined
-syms -linker-allocated-gregs
/external/icu/icu4c/source/common/
putilimp.h
46
/* Use the
predefined
value. */
89
/* Use the
predefined
value. */
97
/* Use the
predefined
value. */
107
/* Use the
predefined
value. */
117
/* Use the
predefined
value. */
142
/* Use the
predefined
value. */
152
/* Use the
predefined
value. */
160
/* Use the
predefined
value. */
175
/* Use the
predefined
value. */
193
/* Use the
predefined
value. *
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RuleLabelScope.java
33
/** Rules have a
predefined
set of attributes as well as
86
* return values as well as any
predefined
attributes.
/external/icu/icu4c/source/i18n/unicode/
plurrule.h
175
*
predefined
values in ICU - 'zero', 'one', 'two', 'few', 'many' and
190
* For these
predefined
rules, see CLDR page at
254
* Provides access to the
predefined
cardinal-number <code>PluralRules</code> for a given
262
* @return The
predefined
<code>PluralRules</code> object pointer for
263
* this locale. If there's no
predefined
rules for this locale,
272
* Provides access to the
predefined
<code>PluralRules</code> for a given
280
* @return The
predefined
<code>PluralRules</code> object pointer for
281
* this locale. If there's no
predefined
rules for this locale,
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/socket/
StubSocket.java
79
* Override the superclass implementation to provide the
predefined
InputStream
87
* Override the superclass implementation to provide the
predefined
OutputStream
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/socket/
StubSocket.java
79
* Override the superclass implementation to provide the
predefined
InputStream
87
* Override the superclass implementation to provide the
predefined
OutputStream
/external/swiftshader/src/OpenGL/compiler/preprocessor/
Diagnostics.cpp
80
return "
predefined
macro redefined";
82
return "
predefined
macro undefined";
/frameworks/base/core/java/android/service/euicc/
GetEuiccProfileInfoListResult.java
46
* <p>May be one of the
predefined
{@code RESULT_} constants in EuiccService or any
61
* @param result Result of the operation. May be one of the
predefined
{@code RESULT_} constants
/frameworks/compile/mclinker/lib/MC/
InputFactory.cpp
22
m_pAttrSet = new AttributeSet(16, pConfig.attribute().
predefined
());
24
pConfig.attribute().
predefined
(),
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnDictionary.java
30
*
Predefined
approximate pattern set (capital letters from small letters).
37
*
Predefined
approximate pattern set (small letters from capital letters).
44
*
Predefined
approximate pattern set (QWERTY neighbor keys).
52
*
Predefined
approximate pattern set (QWERTY neighbor keys/capital letters).
60
*
Predefined
approximate pattern set (for Japanese 12-key keyboard).
173
* Sets a
predefined
approximate pattern.
175
* The patterns included
predefined
approximate search pattern set specified by
178
* @param approxPattern A
predefined
approximate pattern set
/test/vts-testcase/fuzz/iface_fuzzer/include/
ProtoFuzzerMutator.h
107
// Looks up
predefined
type by name.
112
// Used to look up definition of a
predefined
type by its name.
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformData.c
135
//
Predefined
platform default console device path
/external/clang/test/Modules/
module_file_info.m
40
// CHECK:
Predefined
macros:
/external/expat/tests/
minicheck.h
29
/* ISO C90 does not support '__func__'
predefined
identifier */
Completed in 2234 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>