Searched defs:and (Results 1 - 25 of 125) sorted by relevance

12345

/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword.cpp7 // Valid because 'and' is a spelling of '&&'
8 #if defined foo and bar
14 //expected-error@+2 {{C++ operator 'and' (aka '&&') used as a macro name}}
16 #define and foo macro
26 //expected-error@+3 {{C++ operator 'and' (aka '&&') used as a macro name}}
28 //expected-warning@+2 {{and is defined}}
29 #ifdef and
30 #warning and is defined
/external/guice/core/src/com/google/inject/matcher/
H A DMatcher.java13 * See the License for the specific language governing permissions and
32 * Returns a new matcher which returns {@code true} if both this and the
35 Matcher<T> and(Matcher<? super T> other); method in interface:Matcher
/external/libunwind/doc/
H A Dlibunwind.tex80 of the chain has been reached, and any negative value indicates that
87 two cursor variables: ``\Var{curr}'' and ``\Var{prev}''. The former
88 would be used as the current cursor and \Var{prev} would be maintained
94 frame and that way it could move up and down the callframe-chain at
97 Given an unwind cursor, it is possible to read and write the CPU
102 \Func{unw\_set\_reg}() writes an integer register, and
109 frame and, in those cases, \Prog{libunwind} will grant access to them
113 (IP), sometimes also known as the ``program counter'', and the stack
115 the macros \Const{UNW\_REG\_IP} and \Cons
[all...]
H A Dunw_init_local.tex52 \section{Thread and Signal Safety}
H A Dunw_init_remote.tex39 it is easier to use and because it may perform better.
47 \section{Thread and Signal Safety}
59 including \File{$<$libunwind.h$>$} and then calling
H A Dunw_resume.tex21 slightly for local and remote unwinding.
24 and then directly resumes execution in the target stack frame. Thus
36 identified by the cursor by calling the \Func{access\_reg} and
56 of each unwound frame and appropriately processing its unwind handler
57 and language-specific data area (lsda). These steps are generally
58 dependent on the target-platform and are regulated by the
67 \section{Thread and Signal Safety}
H A Dunw_strerror.tex20 to a corresponding text message and returns it.
28 \section{Thread and Signal Safety}
H A Dunw_flush_cache.tex24 list is not tied to a code-range and its cached value (if any) is
26 \Var{lo} and \Var{hi} should be understood as a hint:
31 As a special case, if arguments \Var{lo} and \Var{hi} are both 0, all
36 The \Func{unw\_flush\_cache}() routine cannot fail and does not
39 \section{Thread and Signal Safety}
H A Dunw_get_accessors.tex32 The \Func{unw\_get\_accessors}() routine cannot fail and always
36 \section{Thread and Signal Safety}
H A Dunw_get_fpreg.tex21 and stores the value in the variable pointed to by \Var{valp}.
23 The register numbering is target-dependent and described in separate
28 (``callee-saved'') registers and frame-related registers (such as the
43 \section{Thread and Signal Safety}
56 the \Func{access\_mem}(), \Func{access\_reg}(), and
H A Dunw_get_proc_info.tex79 extent of a procedure with the \Var{start\_ip} and \Var{end\_ip}
90 \section{Thread and Signal Safety}
H A Dunw_get_proc_info_by_ip.tex25 is more flexible, it also tends to run slower (and often much slower)
33 info should be looked up and \Var{pip} is a pointer to a structure of
45 extent of a procedure with the \Var{start\_ip} and \Var{end\_ip}
56 \section{Thread and Signal Safety}
H A Dunw_get_proc_name.tex33 between procedure names and ordinary labels. Furthermore, if symbol
49 \section{Thread and Signal Safety}
H A Dunw_get_reg.tex20 \Var{reg} in the stack frame identified by cursor \Var{cp} and stores
23 The register numbering is target-dependent and described in separate
28 (``callee-saved'') registers and frame-related registers (such as the
44 \section{Thread and Signal Safety}
57 the \Func{access\_mem}(), \Func{access\_reg}(), and
H A Dunw_getcontext.tex23 (``callee-saved'') and all frame-related registers, such as the
26 This routine is normally implemented as a macro and applications
32 that of \Type{ucontext\_t} and such structures can be initialized with
34 reverse is \emph{not} true and it is \emph{not} safe to use structures
38 performance and does not, for example, save the signal mask.
45 \section{Thread and Signal Safety}
H A Dunw_is_fpreg.tex22 This routine is normally implemented as a macro and applications
31 \section{Thread and Signal Safety}
H A Dunw_is_signal_frame.tex20 if the current frame identified by \Var{cp} is a signal frame, and a
23 asynchronous interruption. For UNIX and UNIX-like platforms, such
39 \section{Thread and Signal Safety}
H A Dunw_regname.tex22 marks is returned. The returned string is statically allocated and
27 The \Func{unw\_regname}() routine cannot fail and always returns a
30 \section{Thread and Signal Safety}
H A Dunw_set_caching_policy.tex54 \section{Thread and Signal Safety}
H A Dunw_set_fpreg.tex23 The register numbering is target-dependent and described in separate
28 (``callee-saved'') registers and frame-related registers (such as the
43 \section{Thread and Signal Safety}
58 the \Func{access\_mem}(), \Func{access\_reg}(), and
H A Dunw_set_reg.tex23 The register numbering is target-dependent and described in separate
28 (``callee-saved'') registers and frame-related registers (such as the
44 \section{Thread and Signal Safety}
59 the \Func{access\_mem}(), \Func{access\_reg}(), and
/external/python/cpython2/Tools/scripts/
H A Dcopytime.py3 # Copy one file's atime and mtime to another
7 from stat import ST_ATIME, ST_MTIME # Really constants 7 and 8 namespace
/external/python/cpython3/Tools/scripts/
H A Dcopytime.py3 # Copy one file's atime and mtime to another
7 from stat import ST_ATIME, ST_MTIME # Really constants 7 and 8 namespace
/external/mesa3d/src/compiler/
H A DAndroid.glsl.gen.mk7 # copy of this software and associated documentation files (the "Software"),
10 # and/or sell copies of the Software, and to permit persons to whom the
13 # The above copyright notice and this permission notice shall be included
60 define glsl_local-y-to-c-and-h
68 define local-yy-to-cpp-and-h
84 $(call local-yy-to-cpp-and-h,.cpp)
92 $(call glsl_local-y-to-c-and-h)
/external/clang/lib/Headers/
H A Diso646.h6 * of this software and associated documentation files (the "Software"), to deal
8 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 * copies of the Software, and to permit persons to whom the Software is
12 * The above copyright notice and this permission notice shall be included in
30 #define and && macro

Completed in 412 milliseconds

12345