OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clears
(Results
1 - 25
of
28
) sorted by null
1
2
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java
192
public void setClearsOutput(boolean
clears
) {
193
if (!setShaderClearsOutput(
clears
)) {
194
throw new RuntimeException("Could not set
clears
-output flag to " +
clears
+ "!");
273
private native boolean setShaderClearsOutput(boolean
clears
);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdtmain.asm
39
add esp,8 ; caller
clears
stack
/frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h
90
jboolean
clears
);
jni_shader_program.cpp
181
jboolean
clears
) {
184
program->SetClearsOutput(ToCppBool(
clears
));
/external/chromium_org/v8/test/mjsunit/regress/
regress-prepare-break-while-recompile.js
53
// Set break points on an unrelated function. This
clears
both optimized
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
progress_manager.js
98
* Download completed successfully. Shows a 100% progress bar and
clears
|xhr_|.
/external/chromium_org/chrome/renderer/resources/extensions/
permissions_custom_bindings.js
74
// skips validation and calls the callback directly, then
clears
it so
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
errwarn.pxi
63
# retrieve info (
clears
error)
/external/chromium_org/v8/test/mjsunit/
debug-referenced-by.js
68
// This
clears
the reference (in function context).
unicode-test.js
[
all
...]
/external/oprofile/events/i386/nehalem/
unit_masks
279
0x02 mem_order Counts the number of machine
clears
due to memory order conflicts
322
0x02 bad_target Counts number of Branch Address Calculator
clears
(BACLEAR) asserted due to conditional branch instructions in which there was a target hit but the direction was wrong
324
0x01 early Counts early (normal) Branch Prediction Unit
clears
: BPU predicted a taken branch after incorrectly assuming that it was not taken
325
0x02 late Counts late Branch Prediction Unit
clears
due to Most Recently Used conflicts
326
0x03 any Counts all BPU
clears
events
98
event:0xE8 counters:0,1,2,3 um:bpu_clears minimum:6000 name:BPU_CLEARS : Counts Branch Prediction Unit
clears
.
/external/v8/test/mjsunit/
debug-referenced-by.js
68
// This
clears
the reference (in function context).
/frameworks/base/media/mca/filterfw/native/core/
shader_program.h
346
void SetClearsOutput(bool
clears
);
shader_program.cpp
598
void ShaderProgram::SetClearsOutput(bool
clears
) {
599
clears_ =
clears
;
[
all
...]
/external/oprofile/events/i386/westmere/
unit_masks
25
0x01 early Early Branch Prediction Unit
clears
26
0x02 late Late Branch Prediction Unit
clears
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ImageShader.java
504
public void setClearsOutput(boolean
clears
) {
505
mClearsOutput =
clears
;
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js
649
* property for later use,
clears
the form, and toggles the appropriate state.
/external/chromium_org/chrome/browser/resources/google_now/
background.js
342
// TODO(robliao): Once Google Now
clears
its own checkbox in the
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_form_controller.js
662
* property for later use,
clears
the form, and toggles the appropriate state.
/external/oprofile/utils/
opcontrol
149
--reset
clears
out data from current session
[
all
...]
/external/v8/src/
d8.js
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
685
(** [clear_metadata i kind]
clears
the metadata of kind [kind] in the
[
all
...]
/ndk/build/core/
definitions.mk
442
# Rationale:
clears
the list of defined modules known by the build system
[
all
...]
/external/grub/docs/
texinfo.tex
[
all
...]
Completed in 1881 milliseconds
1
2