OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore
(Results
76 - 100
of
900
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
StreamForwarder.java
56
catch (IOException
ignore
)
61
+
ignore
.getMessage(), true);
/external/llvm/test/Bindings/Ocaml/
ipo_opts.ml
36
let (++) x f =
ignore
(f x); x in
41
ignore
(build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
43
ignore
(build_ret (build_call fn [| |] "" b) b);
48
ignore
(PassManager.create ()
analysis.ml
25
ignore
(build_ret_void at_entry);
39
ignore
(build_ret_void at_entry);
/external/valgrind/main/massif/tests/
custom_alloc.post.exp
3
Massif arguments: --stacks=no --time-unit=B --heap-admin=16 --massif-out-file=massif.out --
ignore
-fn=__part_load_locale --
ignore
-fn=__time_load_locale --
ignore
-fn=dwarf2_unwind_dyld_add_image_hook --
ignore
-fn=get_or_create_key_element
long-names.post.exp
3
Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --massif-out-file=massif.out --detailed-freq=3 --
ignore
-fn=__part_load_locale --
ignore
-fn=__time_load_locale --
ignore
-fn=dwarf2_unwind_dyld_add_image_hook --
ignore
-fn=get_or_create_key_element
new-cpp.post.exp
3
Massif arguments: --stacks=no --time-unit=B --massif-out-file=massif.out --
ignore
-fn=__part_load_locale --
ignore
-fn=__time_load_locale --
ignore
-fn=dwarf2_unwind_dyld_add_image_hook --
ignore
-fn=get_or_create_key_element
overloaded-new.post.exp
3
Massif arguments: --stacks=no --time-unit=B --massif-out-file=massif.out --
ignore
-fn=__part_load_locale --
ignore
-fn=__time_load_locale --
ignore
-fn=dwarf2_unwind_dyld_add_image_hook --
ignore
-fn=get_or_create_key_element
realloc.post.exp
3
Massif arguments: --stacks=no --heap-admin=0 --time-unit=B --threshold=0 --massif-out-file=massif.out --
ignore
-fn=__part_load_locale --
ignore
-fn=__time_load_locale --
ignore
-fn=dwarf2_unwind_dyld_add_image_hook --
ignore
-fn=get_or_create_key_element
zero1.post.exp
3
Massif arguments: --stacks=no --heap-admin=0 --time-unit=B --massif-out-file=massif.out --
ignore
-fn=__part_load_locale --
ignore
-fn=__time_load_locale --
ignore
-fn=dwarf2_unwind_dyld_add_image_hook --
ignore
-fn=get_or_create_key_element
zero2.post.exp
3
Massif arguments: --stacks=no --heap-admin=0 --time-unit=B --massif-out-file=massif.out --
ignore
-fn=__part_load_locale --
ignore
-fn=__time_load_locale --
ignore
-fn=dwarf2_unwind_dyld_add_image_hook --
ignore
-fn=get_or_create_key_element
/frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h
37
MsgHandler
ignore
(unsigned int pID);
74
inline mcld::MsgHandler mcld::
ignore
(unsigned int pID)
function in class:mcld
76
return getDiagnosticEngine().report(pID, DiagnosticEngine::
Ignore
);
/external/wpa_supplicant_8/src/eap_peer/
eap_leap.c
80
ret->
ignore
= TRUE;
87
ret->
ignore
= TRUE;
99
ret->
ignore
= TRUE;
152
ret->
ignore
= TRUE;
169
ret->
ignore
= TRUE;
203
ret->
ignore
= TRUE;
210
ret->
ignore
= TRUE;
222
ret->
ignore
= TRUE;
232
ret->
ignore
= TRUE;
238
ret->
ignore
= TRUE
[
all
...]
eap_tnc.c
90
ret->
ignore
= FALSE;
172
ret->
ignore
= TRUE;
182
ret->
ignore
= TRUE;
217
ret->
ignore
= TRUE;
233
ret->
ignore
= TRUE;
240
ret->
ignore
= TRUE;
250
ret->
ignore
= TRUE;
262
ret->
ignore
= TRUE;
271
ret->
ignore
= TRUE;
291
ret->
ignore
= TRUE
[
all
...]
eap_gtc.c
57
ret->
ignore
= TRUE;
88
ret->
ignore
= TRUE;
92
ret->
ignore
= FALSE;
/external/chromium_org/ui/views/corewm/
base_focus_rules.cc
171
aura::Window*
ignore
) const {
172
DCHECK(
ignore
);
175
if (!
ignore
->parent())
179
// windows is limited to the |
ignore
|'s siblings.
180
const aura::Window::Windows& siblings =
ignore
->parent()->children();
187
if (cur ==
ignore
)
base_focus_rules.h
38
aura::Window*
ignore
) const OVERRIDE;
/packages/apps/Contacts/src/com/android/contacts/util/
AccountPromptUtils.java
118
} catch (OperationCanceledException
ignore
) {
120
} catch (IOException
ignore
) {
123
} catch (AuthenticatorException
ignore
) {
/external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java
69
} catch(NumberFormatException
ignore
) {
/external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c
172
BOOLEAN
ignore
= FALSE;
local
188
ignore
= TRUE;
189
GATT_TRACE_EVENT0("
Ignore
GATT_REQ_EXEC_WRITE/WRITE_CMD" );
194
ignore
= TRUE;
202
if (!
ignore
)
/external/chromium_org/ash/wm/
mru_window_tracker.h
62
void SetIgnoreActivations(bool
ignore
);
/external/chromium_org/third_party/WebKit/public/web/
WebAutofillClient.h
98
virtual void setIgnoreTextChanges(bool
ignore
) { }
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml
11
ignore
(initialize_native_target ());
44
ignore
(PassManager.initialize the_fpm);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml
11
ignore
(initialize_native_target ());
44
ignore
(PassManager.initialize the_fpm);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml
11
ignore
(initialize_native_target ());
44
ignore
(PassManager.initialize the_fpm);
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml
11
ignore
(initialize_native_target ());
48
ignore
(PassManager.initialize the_fpm);
Completed in 1114 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>