OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inferred
(Results
26 - 50
of
362
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeInference.py
444
inferred
= set()
455
inferred
.add(entry)
460
for entry in
inferred
:
474
for entry in
inferred
:
475
message(entry.pos, "
inferred
'%s' to be of type '%s'" % (
/external/clang/include/clang/Lex/
ModuleMap.h
126
/// \brief A directory for which framework modules can be
inferred
.
137
///
inferred
modules. Otherwise, nullptr.
140
/// \brief The names of modules that cannot be
inferred
within this
331
/// \param IsSystem Will be set to 'true' if the
inferred
module must be a
351
/// module, or NULL if the module definition was
inferred
.
/external/chromium_org/sync/internal_api/public/base/
model_type.h
7
// An object's type is
inferred
from the type of data it holds.
161
// is
inferred
from the presence of particular datatype field in the
167
// are some ModelTypes (like TOP_LEVEL_FOLDER) that can't be
inferred
this way;
/external/chromium_org/third_party/libusb/src/libusb/
sync.c
65
* The direction of the transfer is
inferred
from the bmRequestType field of
213
* Perform a USB bulk transfer. The direction of the transfer is
inferred
from
261
* Perform a USB interrupt transfer. The direction of the transfer is
inferred
/external/libusb/libusb/
sync.c
47
* The direction of the transfer is
inferred
from the bmRequestType field of
216
* Perform a USB bulk transfer. The direction of the transfer is
inferred
from
264
* Perform a USB interrupt transfer. The direction of the transfer is
inferred
/art/runtime/base/
casts.h
35
// The From type can be
inferred
, so the preferred syntax for using
/development/samples/XmlAdapters/res/values/
attrs.xml
38
inferred
from the type of the "to" target view. Mandatory.
/external/chromium_org/components/autofill/core/browser/
phone_number_i18n.h
95
// The region code for this phone number,
inferred
during parsing.
field_types.h
199
//
inferred
based on a field's 'maxlength' attribute.
/external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.h
93
//
inferred
.
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
test_libpython_in_gdb.py
23
Test whether types of Python objects are correctly
inferred
and that
/external/chromium_org/v8/test/cctest/
test-func-name-inference.cc
88
// Verify
inferred
function name.
438
// The
inferred
name is empty, because this is an assignment of a result.
460
// The
inferred
name is empty, because this is an assignment of a result.
464
// in "Enclosing.Bar" being the
inferred
name here.
/external/libcxx/test/
lit.cfg
188
lit_config.note("
inferred
cxx_under_test as: %r" % (cxx_under_test,))
231
lit_config.note("
inferred
use_system_lib as: %r" % (use_system_lib,))
258
lit_config.note("
inferred
link_flags as: %r" % (link_flags,))
295
lit_config.note("
inferred
target_triple as: %r" % (config.target_triple,))
/external/llvm/docs/CommandGuide/
llvm-build.rst
39
given, the location of the project sources will be
inferred
from the location of
llc.rst
59
valid architectures. By default this is
inferred
from the target triple or
65
By default this is
inferred
from the target triple and autodetected to
lli.rst
98
valid architectures. By default this is
inferred
from the target triple or
106
By default this is
inferred
from the target triple and autodetected to
/external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt
31
explicitly declared or should they be
inferred
by the dynamic compiler?
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
lit.cfg
188
lit_config.note("
inferred
cxx_under_test as: %r" % (cxx_under_test,))
231
lit_config.note("
inferred
use_system_lib as: %r" % (use_system_lib,))
258
lit_config.note("
inferred
link_flags as: %r" % (link_flags,))
295
lit_config.note("
inferred
target_triple as: %r" % (config.target_triple,))
/external/libvorbis/doc/
vorbis-clip.txt
3
Sample granularity editing of a Vorbis file;
inferred
arbitrary sample
32
be
inferred
from correct usage of the granule position data.
/external/llvm/tools/llvm-cov/
llvm-cov.cpp
75
cl::desc("Override
inferred
gcno file"));
77
cl::desc("Override
inferred
gcda file"));
/frameworks/base/media/java/android/media/
MediaScannerConnection.java
161
* If mimeType is null, then the mimeType will be
inferred
from the file extension.
227
* If mimeType is null, then the mimeType will be
inferred
from the file extension.
/external/clang/include/clang/Basic/
DiagnosticLexKinds.td
586
"only submodules and framework modules may be
inferred
with wildcard syntax">;
588
"
inferred
submodules require a module with an umbrella">;
590
"
inferred
submodule cannot be a framework submodule">;
592
"
inferred
framework modules cannot be 'explicit'">;
596
"redefinition of
inferred
submodule">;
598
"expected '{' to start
inferred
submodule">;
602
"only '*' can be exported from an
inferred
submodule">;
/external/clang/docs/
Modules.rst
484
*
inferred
-submodule-declaration*
488
A *submodule-declaration* that is an *
inferred
-submodule-declaration* describes a set of submodules that correspond to any headers that are part of the module but are not explicitly described by a *header-declaration*.
492
*
inferred
-submodule-declaration*:
493
``explicit``:sub:`opt` ``framework``:sub:`opt` ``module`` '*' *attributes*:sub:`opt` '{' *
inferred
-submodule-member** '}'
495
*
inferred
-submodule-member*:
498
A module containing an *
inferred
-submodule-declaration* shall have either an umbrella header or an umbrella directory. The headers to which the *
inferred
-submodule-declaration* applies are exactly those headers included by the umbrella header (transitively) or included in the module because they reside within the umbrella directory (or its subdirectories).
500
For each header included by the umbrella header or in the umbrella directory that is not named by a *header-declaration*, a module declaration is implicitly generated from the *
inferred
-submodule-declaration*. The module will:
503
* Have the ``explicit`` specifier, if the *
inferred
-submodule-declaration* has the ``explicit`` specifier
505
*
inferred
-submodule-declaration* has the ``framework`` specifie
[
all
...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
dequant.c
39
dequantization operation defined in the spec, as
inferred
from section 12.6.4:
/external/chromium_org/components/sync_driver/
non_blocking_data_type_controller.h
117
// This state is
inferred
based on the most recently sent signals, and is
Completed in 3422 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>