Searched refs:has (Results 201 - 225 of 479) sorted by relevance

1234567891011>>

/external/libunwind/doc/
H A Dlibunwind.tex80 of the chain has been reached, and any negative value indicates that
81 some sort of error has occurred.
86 that sometimes has to move ``down'' by one stack frame could maintain
194 Once a cursor has been initialized with \Func{unw\_init\_remote}(),
203 \Prog{Libunwind} has been designed to enable unwinding across
258 unwind through code that has been generated at runtime (e.g., by a
264 The interface for registering and canceling dynamic unwind info has
268 data-structure encapsulating the dynamic unwind info has been designed
H A Dunw_get_proc_info_by_ip.tex36 when accessing the address-space. It has the same purpose as the
68 \item[\Const{UNW\_EBADVERSION}] The unwind-info for the procedure has
H A Dunw_get_proc_name.tex34 information has been stripped from a program, procedure names may be
62 in the buffer provided. A truncated version of the name has been
H A Dunw_getcontext.tex31 On IA-64, \Type{unw\_context\_t} has a layout that is compatible with
H A Dunw_step.tex41 operation has a version or a format that is not understood by
H A Dunw_get_proc_info.tex23 return the information. The \Type{unw\_proc\_info\_t} has the
37 the procedure has no such area, this member is cleared to 0. \\
102 \item[\Const{UNW\_EBADVERSION}] The unwind-info for the procedure has
/external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
H A Dmemset.S80 ! Return if all data has been output, otherwise do $LLongStub
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
H A DTestDataFormatterStdMap.py67 self.runCmd("type summary add -x \"std::map<\" --summary-string \"map has ${svar%#} items\" -e")
70 substrs = ['map has 0 items',
76 substrs = ['map has 2 items',
87 substrs = ['map has 4 items',
98 substrs = ['map has 9 items',
107 substrs = ['map has 9 items',
131 # TOT clang has a fix for this, which makes the expression command here succeed
140 substrs = ['map has 0 items',
146 substrs = ['map has 0 items',
152 substrs = ['map has
[all...]
/external/llvm/lib/Support/Unix/
H A DMemory.inc59 // On PowerPC, having an executable page that has no read permission
62 // the processor as loads. If the page has no read permissions,
305 /// that has been emitted it must invalidate the instruction cache on some
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp171 if (TLI && TLI->has(LibFunc::strcpy) &&
175 if (TLI && TLI->has(LibFunc::strncpy) &&
179 if (TLI && TLI->has(LibFunc::strcat) &&
183 if (TLI && TLI->has(LibFunc::strncat) &&
374 // Otherwise, we have to have size information, and the later store has to be
417 // 2. The earlier store has an offset greater than the later offset, but which
694 // s[1] = 0; // This has just been deleted.
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc73 bool has = false; local
75 has = iter->second.GetSize() > 0;
77 has = !iter->second.is_cleared;
80 if (has) {
275 // but MessageLite has no SpaceUsed(), so we must directly call
/external/valgrind/main/drd/tests/
H A Dbar_bad_xml.stderr.exp108 initialise a barrier which has threads waiting on it
157 destroy a barrier that has waiting threads
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp907 void make (const string& name) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T); }
908 void make (const string& name, gls::TextureType texType) { DE_ASSERT(!has(name)); m_objects[name] = SharedPtr<T>(new T(texType)); }
909 bool has (const string& name) const { return m_objects.find(name) != m_objects.end(); } function in class:deqp::gls::LongStressCaseInternal::GLObjectManager
1145 // If texture data with the same format has already been generated, re-use that (don't care much about contents).
1277 const bool hadProgram = m_programs->has(programName);
1304 const bool hadTexture = m_textures->has(texName);
1346 const bool hadIndexBuffer = m_buffers->has(indexBufferName);
1382 const bool hadCurAttrBuffer = m_buffers->has(curAttrBufName);
1413 const bool hadAttrBuffer = m_buffers->has(attrBufName);
1483 // Log if a certain amount of time has passe
[all...]
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
H A Dkiosk_apps.css39 list:not([has-element-focus]) > *:not(:hover):not([selected])
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DtabbedPane.css44 .tabbed-pane-content.has-no-tabs {
H A DelementsPanel.css71 #elements-content .elements-gutter-decoration.elements-has-decorated-children {
437 .styles-section .properties .overloaded:not(.has-ignorable-error),
440 .styles-section .properties .not-parsed-ok:not(.has-ignorable-error) {
444 .styles-section .properties .has-ignorable-error .webkit-css-property {
458 .styles-section .properties .has-ignorable-error {
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dfunction.pxd21 # Return true if o is a function object (has type
H A Dexc.pxd27 # it is important to indicate to the caller that an error has been
59 # set; a memory access violation will occur if no exception has
144 # library function has returned an error and set the C variable
217 # whether a signal has been sent to the processes and if so,
242 # when an exception has been set but it is impossible for the
/external/chromium_org/third_party/icu/source/data/curr/
H A Dreslocal.mk7 # the size (and/or their target OS already has ICU with the full locale data.)
/external/chromium_org/third_party/icu/source/data/region/
H A Dreslocal.mk7 # the size (and/or their target OS already has ICU with the full locale data.)
/external/libunwind/include/
H A Dlibunwind_i.h83 # error Host has unknown byte-order.
86 # error Host has unknown byte-order.
/external/libvorbis/doc/
H A D02-bitpacking.tex22 'octet', that is, eight bits. This has not always been the case;
41 A byte has a well-defined 'least significant' bit (LSb), which is the
70 The Vorbis codec has need to code arbitrary bit-width integers, from
237 not past, such that an 'end-of-packet' condition has not triggered)
/external/llvm/test/MC/ARM/
H A Dldr-pseudo.s1 @ This test has a partner (ldr-pseudo-darwin.s) that contains matching
184 @ Should not switch to section because it has no constant pool
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as5 * Any state that has a semantic predicate edge is special; those states
12 * lexer's Tokens rule DFA has 326 states roughly.
178 /** Given a String that has a run-length-encoding of some unsigned shorts
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli170 (** Returns [true] if the target has a JIT. *)
173 (** Returns [true] if the target has a target machine associated. *)
176 (** Returns [true] if the target has an ASM backend (required for

Completed in 4509 milliseconds

1234567891011>>