HomeSort by relevance Sort by last modified time
    Searched full:positional (Results 1 - 25 of 390) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
macro-err1.s 10 // CHECK: too many positional arguments
macros-argument-parsing-diagnostics.s 11 # CHECK: error: too many positional arguments
16 # CHECK: error: cannot mix positional and keyword arguments
  /frameworks/compile/mclinker/unittests/
BinTreeTest.cpp 132 m_pTestee->join<InputTree::Positional>(pos,b);
135 m_pTestee->join<InputTree::Positional>(pos,d);
160 m_pTestee->join<InputTree::Positional>(pos,b);
161 pos.move<InputTree::Positional>();
162 m_pTestee->join<InputTree::Positional>(pos,c);
163 pos.move<InputTree::Positional>();
164 m_pTestee->join<InputTree::Positional>(pos,d);
165 pos.move<InputTree::Positional>();
166 m_pTestee->join<InputTree::Positional>(pos,e);
206 m_pTestee->join<InputTree::Positional>(pos,b)
    [all...]
  /external/icu/icu4c/source/layout/
GXLayoutEngine.cpp 54 // apply positional tables
67 // FIXME: no positional processing yet...
GXLayoutEngine2.cpp 50 // apply positional tables
63 // FIXME: no positional processing yet...
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
instance.pxd 17 # and kw are used as the positional and keyword parameters to the
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
loader.cpp 16 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
  /external/llvm/test/MC/MachO/
bad-macro.s 11 // CHECK-ERROR: 5:1: warning: macro defined with named parameters which are not used in macro body, possible positional parameter found in body which will have no effect
  /external/mesa3d/src/gallium/drivers/radeon/
loader.cpp 16 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
  /external/chromium_org/sync/engine/
conflict_util.cc 41 // positional data from adjacent entries when the server update gets applied
44 // commonly seen when positional changes are made while a passphrase is
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
ScriptOptions.h 20 * positional options, such as --defsym, also can modify default link script
21 * is not listed here. These special options belong to Positional Options.
PositionalOptions.h 24 * The meaning of a positional option depends on its position and its related
25 * positions with the other positional options. There are four kinds of
26 * positional options:
  /external/libvpx/libvpx/test/
tools_common.sh 14 # Sets $VPX_TOOL_TEST to the name specified by positional parameter one.
20 # positional parameter one.
110 # Greps vpx_config.h in LIBVPX_CONFIG_PATH for positional parameter one, which
130 # Echoes yes to stdout when the file named by positional parameter one exists
176 # LIBVPX_BIN_PATH points to the directory containing vpxdec. Positional
177 # parameter one is used as the input file path. Positional parameter two, when
208 # Wrapper function for running vpxenc. Positional parameters are interpreted as
266 # Filters strings from positional parameter one using the filter specified by
267 # positional parameter two. Filter behavior depends on the presence of a third
268 # positional parameter. When parameter three is present, strings that match th
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
tools_common.sh 14 # Sets $VPX_TOOL_TEST to the name specified by positional parameter one.
20 # positional parameter one.
110 # Greps vpx_config.h in LIBVPX_CONFIG_PATH for positional parameter one, which
130 # Echoes yes to stdout when the file named by positional parameter one exists
176 # LIBVPX_BIN_PATH points to the directory containing vpxdec. Positional
177 # parameter one is used as the input file path. Positional parameter two, when
208 # Wrapper function for running vpxenc. Positional parameters are interpreted as
266 # Filters strings from positional parameter one using the filter specified by
267 # positional parameter two. Filter behavior depends on the presence of a third
268 # positional parameter. When parameter three is present, strings that match th
    [all...]
  /external/chromium_org/tools/site_compare/
command_line.py 61 required, default, positional):
78 positional: Argument specified by location, not name
106 self.positional = positional
135 if not self.positional:
149 if self.positional:
181 required=False, default=None, positional=False):
191 positional: Argument specified by location, not name
207 if (positional and required and
208 [arg for arg in self.args if arg.positional] an
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Stmt.java 91 * Bind positional integer value to compiled SQLite3 statement.
99 * Bind positional long value to compiled SQLite3 statement.
107 * Bind positional double value to compiled SQLite3 statement.
115 * Bind positional byte array to compiled SQLite3 statement.
123 * Bind positional String to compiled SQLite3 statement.
131 * Bind positional SQL null to compiled SQLite3 statement.
138 * Bind positional zero'ed blob to compiled SQLite3 statement.
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unumsys.h 26 * positional numbering system with a specified radix (typically 10).
130 * positional) system.
140 * Returns the radix of the specified UNumberingSystem object. Simple positional
142 * hexadecimal. The radix is less well-defined for non-positional algorithmic systems.
152 * positional systems this is the ordered string of digits (with length matching
numsys.h 47 * positional numbering system with a specified radix (typically 10).
128 * Returns the radix of this numbering system. Simple positional numbering systems
130 * radix is less well-defined for non-positional algorithmic systems.
144 * positional systems this is the ordered string of digits (with length matching
  /external/icu/icu4c/source/i18n/unicode/
unumsys.h 26 * positional numbering system with a specified radix (typically 10).
130 * positional) system.
140 * Returns the radix of the specified UNumberingSystem object. Simple positional
142 * hexadecimal. The radix is less well-defined for non-positional algorithmic systems.
152 * positional systems this is the ordered string of digits (with length matching
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 60 static cl::opt<std::string> LeftFilename(cl::Positional,
63 static cl::opt<std::string> RightFilename(cl::Positional,
66 static cl::list<std::string> GlobalsToCompare(cl::Positional,
  /external/chromium_org/third_party/cython/src/Cython/Utility/
FunctionArguments.c 43 // many or too few positional arguments were found. This handles
67 "%.200s() takes %.8s %" CYTHON_FORMAT_SSIZE_T "d positional argument%.1s (%" CYTHON_FORMAT_SSIZE_T "d given)",
178 // unexpected keywords and 3) overlap with positional arguments.
180 // If num_posargs is greater 0, it denotes the number of positional
220 // not found after positional args, check for duplicate
250 // not found after positional args, check for duplicate
  /external/clang/test/Sema/
format-strings-non-iso.c 27 // Positional arguments.
28 printf("%1$d", 42); // expected-warning{{positional arguments are not supported by ISO C}}
  /external/llvm/utils/fpcmp/
fpcmp.cpp 22 File1(cl::Positional, cl::desc("<input file #1>"), cl::Required);
24 File2(cl::Positional, cl::desc("<input file #2>"), cl::Required);
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ContentSecurityPolicyParsers.cpp 23 // positional and may only appear at the end of a Base64 encoded string.
ContentSecurityPolicyParsers.h 46 // positional and may only appear at the end of a Base64 encoded string.

Completed in 1530 milliseconds

1 2 3 4 5 6 7 8 91011>>