Searched refs:functions (Results 251 - 275 of 880) sorted by relevance

<<11121314151617181920>>

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncSubstringBefore.java21 package org.apache.xpath.functions;
/external/chromium_org/ppapi/thunk/
H A Dppb_cursor_control_thunk.cc25 return enter.functions()->SetCursor(instance,
H A Dppb_flash_device_id_thunk.cc27 return enter.functions()->CreateFlashDRM(instance);
H A Dppb_printing_dev_thunk.cc25 return enter.functions()->CreatePrinting(instance);
H A Dppb_audio_thunk.cc27 return enter.functions()->CreateAudio1_0(instance,
41 return enter.functions()->CreateAudio(instance,
H A Dppb_broker_thunk.cc22 return enter.functions()->CreateBroker(instance);
57 return enter_instance.functions()->IsAllowed();
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tex.h48 extern void r200InitTextureFuncs( radeonContextPtr radeon, struct dd_function_table *functions );
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.h52 extern void radeonInitTextureFuncs( radeonContextPtr radeon, struct dd_function_table *functions );
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_fbo.h77 st_init_fbo_functions(struct dd_function_table *functions);
/external/compiler-rt/lib/lsan/
H A DMakefile.mk23 # Define a convenience variable for all the lsan functions.
26 # lsan functions used in another sanitizers.
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_tex.h48 extern void r200InitTextureFuncs( radeonContextPtr radeon, struct dd_function_table *functions );
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex.h52 extern void radeonInitTextureFuncs( radeonContextPtr radeon, struct dd_function_table *functions );
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_fbo.h77 st_init_fbo_functions(struct dd_function_table *functions);
/external/chromium_org/extensions/browser/
H A Dextension_function_registry.cc58 : factory_(0), histogram_value_(extensions::functions::UNKNOWN) {}
62 extensions::functions::HistogramValue histogram_value)
H A Dextension_function_registry.h25 // Contains a list of all known extension functions and allows clients to
36 // Allows overriding of specific functions (e.g. for testing). Functions
56 extensions::functions::HistogramValue histogram_value);
59 extensions::functions::HistogramValue histogram_value_;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_context.c85 i915InitDriverFunctions(struct dd_function_table *functions) argument
87 intelInitDriverFunctions(functions);
88 i915InitStateFunctions(functions);
89 i915InitFragProgFuncs(functions);
90 functions->UpdateState = i915InvalidateState;
154 struct dd_function_table functions; local
166 i915InitDriverFunctions(&functions);
169 sharedContextPrivate, &functions)) {
/external/compiler-rt/lib/dfsan/
H A DMakefile.mk22 # Define a convenience variable for all the dfsan functions.
/external/compiler-rt/lib/interception/
H A DMakefile.mk22 # Define a convenience variable for all the interception functions.
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk21 # Define a convenience variable for all the sanitizer_common functions.
/external/e2fsprogs/misc/
H A Duuidd.rc22 . /lib/lsb/init-functions
/external/flac/libFLAC/
H A DAndroid.mk28 LOCAL_CFLAGS += -O3 -funroll-loops -finline-functions
/external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
H A DSimpleEscapingFunction.java17 package com.google.clearsilver.jsilver.functions.escape;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
24 * Base class to make writing fast, simple escaping functions easy. A simple escaping function is
H A DStyleEscapeFunction.java17 package com.google.clearsilver.jsilver.functions.escape;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DBaseUrlValidateFunction.java17 package com.google.clearsilver.jsilver.functions.html;
19 import com.google.clearsilver.jsilver.functions.TextFilter;
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
H A DSliceFunction.java17 package com.google.clearsilver.jsilver.functions.string;
19 import com.google.clearsilver.jsilver.functions.NonEscapingFunction;

Completed in 7760 milliseconds

<<11121314151617181920>>