OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shorthands
(Results
1 - 25
of
48
) sorted by null
1
2
/external/kernel-headers/original/linux/sunrpc/
types.h
18
*
Shorthands
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl
70
{%- for longhand_id,
shorthands
in longhands_dictionary.items() %}
72
{%- if
shorthands
|length == 1 %}
73
{% for shorthand in
shorthands
-%}
78
{% for shorthand in
shorthands
-%}
StylePropertyShorthand.h.tmpl
80
// Return the list of
shorthands
for a given longhand.
/external/kernel-headers/original/linux/
nfs3.h
45
/* Some
shorthands
. See fs/nfsd/nfs3proc.c */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs3.h
45
/* Some
shorthands
. See fs/nfsd/nfs3proc.c */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs3.h
45
/* Some
shorthands
. See fs/nfsd/nfs3proc.c */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs3.h
45
/* Some
shorthands
. See fs/nfsd/nfs3proc.c */
/external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp
116
unsigned indexOfShorthandForLonghand(CSSPropertyID shorthandID, const Vector<StylePropertyShorthand, 4>&
shorthands
)
118
for (unsigned i = 0; i <
shorthands
.size(); ++i) {
119
if (
shorthands
.at(i).id() == shorthandID)
CSSProperty.cpp
42
Vector<StylePropertyShorthand, 4>
shorthands
;
43
getMatchingShorthandsForLonghand(static_cast<CSSPropertyID>(m_propertyID), &
shorthands
);
local
44
ASSERT(
shorthands
.size() && m_indexInShorthandsVector >= 0 && m_indexInShorthandsVector <
shorthands
.size());
45
return
shorthands
.at(m_indexInShorthandsVector).id();
CSSProperty.h
49
uint16_t m_indexInShorthandsVector : 2; // If this property was set as part of an ambiguous shorthand, gives the index in the
shorthands
vector.
CSSShorthands.in
1
// This file contains all the mapping
shorthands
<-> longhands and generate
StylePropertySet.cpp
277
Vector<StylePropertyShorthand, 4>
shorthands
;
local
278
getMatchingShorthandsForLonghand(prefixingVariant, &
shorthands
);
279
return indexOfShorthandForLonghand(prefixedShorthand,
shorthands
);
/external/chromium_org/third_party/WebKit/Source/wtf/testing/
WTFTestHelpers.cpp
47
// Print
shorthands
for select cases.
/external/chromium_org/ui/base/ime/
input_method_factory.cc
95
//
Shorthands
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js
57
var
shorthands
= this._shorthands[longhandName];
58
if (!
shorthands
) {
59
shorthands
= [];
60
this._shorthands[longhandName] =
shorthands
;
62
shorthands
.push(propertyName);
[
all
...]
StylesSidebarPane.js
[
all
...]
/external/skia/tests/
GpuColorFilterTest.cpp
51
//
Shorthands
.
/external/chromium/base/third_party/nspr/
prtypes.h
222
** Macro
shorthands
for conditional C++ extern block delimiters.
523
** Macro
shorthands
for conditional C++ extern block delimiters.
/external/chromium_org/base/third_party/nspr/
prtypes.h
222
** Macro
shorthands
for conditional C++ extern block delimiters.
523
** Macro
shorthands
for conditional C++ extern block delimiters.
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtypes.h
200
** Macro
shorthands
for conditional C++ extern block delimiters.
494
** Macro
shorthands
for conditional C++ extern block delimiters.
/external/harfbuzz_ng/test/shaping/
hb_test_tools.py
420
shorthands
= {
variable in class:Unicode
446
if s in Unicode.
shorthands
:
447
s = Unicode.
shorthands
[s]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTemplates.java
43
/** Test templates in actions; %...
shorthands
*/
/external/droiddriver/src/com/google/android/droiddriver/finders/
By.java
68
* Creates a new ByAttribute finder. Frequently-used finders have
shorthands
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.cpp
[
all
...]
/external/chromium_org/net/dns/
dns_transaction_unittest.cc
299
//
Shorthands
for commonly used commands.
[
all
...]
Completed in 417 milliseconds
1
2