OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shorthand
(Results
201 - 225
of
476
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/linux-x86/src/time/
time.go
652
// It is
shorthand
for time.Now().Sub(t).
658
// It is
shorthand
for t.Sub(time.Now()).
[
all
...]
/dalvik/dexgen/src/com/android/dexgen/dex/code/
LocalList.java
225
* Gets whether this is a local start. This is just
shorthand
for
/dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java
770
* address. This method is just convenient
shorthand
for
/dalvik/dx/src/com/android/dx/dex/code/
LocalList.java
224
* Gets whether this is a local start. This is just
shorthand
for
/dalvik/dx/src/com/android/dx/rop/type/
Type.java
751
* address. This method is just convenient
shorthand
for
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
gzip.py
28
"""
Shorthand
for GzipFile(filename, mode, compresslevel).
/docs/source.android.com/en/security/encryption/
file-based.html
347
The <code>directBootAware</code> attribute at the application level is
shorthand
for marking
/external/clang/include/clang/AST/
CanonicalType.h
41
/// a
shorthand
for @c CanQual<Type>.
/external/elfutils/libebl/
libebl.h
281
As a
shorthand
for some common cases, for this instruction stream
/external/googletest/googlemock/include/gmock/
gmock-generated-matchers.h.pump
518
// as
shorthand
for
/external/harfbuzz_ng/src/
hb-common.cc
415
* corresponding #hb_script_t.
Shorthand
for hb_tag_from_string() then
/external/icu/android_icu4j/src/main/java/android/icu/text/
TransliteratorIDParser.java
540
* would be NFC-Any.) Note that NFD is
shorthand
for Any-NFD, but
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
TransliteratorIDParser.java
539
* would be NFC-Any.) Note that NFD is
shorthand
for Any-NFD, but
/external/libexif/m4m/
stdint.m4
483
dnl /* (the
shorthand
"ILP" types always have a "P" part) */
/external/libmtp/m4/
stdint.m4
481
dnl /* (the
shorthand
"ILP" types always have a "P" part) */
/external/libxml2/doc/
xmlreader.html
188
<li><em>Prefix</em>: a
shorthand
reference to the <a
/external/llvm/docs/TableGen/
LangIntro.rst
178
"#" (paste) is a
shorthand
for !strconcat. It may concatenate things that
/external/llvm/docs/
re_format.7
188
this is
shorthand
for the full
/external/llvm/include/llvm/IR/
Type.h
325
// example) is
shorthand
for cast<VectorType>(Ty)->getNumElements(). This is
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.c
541
* This function is a
shorthand
around pb_manager::create_buffer for
/external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc
65
//
Shorthand
to get a FieldDescriptor for a field of unittest::TestAllTypes.
[
all
...]
/external/python/cpython2/Lib/
gzip.py
28
"""
Shorthand
for GzipFile(filename, mode, compresslevel).
/external/swiftshader/third_party/LLVM/docs/
re_format.7
188
this is
shorthand
for the full
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ScheduleDAG.h
168
/// isCtrl -
Shorthand
for getKind() != SDep::Data.
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Type.h
327
// example) is
shorthand
for cast<VectorType>(Ty)->getNumElements(). This is
Completed in 1164 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>